summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-10target-arm: Fix target_ulong/uint32_t confusionsAlexander Graf2-6/+7
2013-09-10target-arm: Export cpu_envAlexander Graf2-1/+3
2013-09-10target-arm: Extract the disas struct to a header fileAlexander Graf2-23/+28
2013-09-10target-arm: Abstract out load/store from a vaddr in AArch32Peter Maydell1-124/+210
2013-09-10abitypes.h: Remove incorrect ARM ABI_LLONG_ALIGNMENTPeter Maydell1-4/+0
2013-09-10pl110: Clarify comment about PL110 ID on VersatilePBPeter Maydell1-10/+8
2013-09-10target-arm: Implement qmp query-cpu-definitionsCole Robinson1-0/+32
2013-09-10target-arm: fix ARMv7M stack alignment on resetSebastian Ottlik1-1/+1
2013-09-10target-arm: Avoid "1 << 31" undefined behaviourPeter Maydell2-18/+18
2013-09-10target-arm: Use sextract32() in branch decodePeter Maydell1-2/+3
2013-09-10target-arm: Make '-cpu any' available in linux-user mode onlyPeter Maydell1-0/+4
2013-09-10qapi-types.py: Fix enum struct sizes on i686Cole Robinson1-1/+4
2013-09-10ehci: save device pointer in EHCIStateGerd Hoffmann2-4/+4
2013-09-10Remove dev-bluetooth.c dependency from vl.cMiroslav Rezanina4-16/+13
2013-09-10Preparation for usb-bt-dongle conditional buildMiroslav Rezanina4-69/+74
2013-09-10usb: sanity check setup_index+setup_len in post_loadGerd Hoffmann1-0/+4
2013-09-10qxl: fix local rendererGerd Hoffmann1-5/+10
2013-09-10qxl: trace io port nameGerd Hoffmann2-3/+4
2013-09-10spice-core: Use g_strdup_printf instead of snprintfChristophe Fergeau1-14/+14
2013-09-09QMP/qemu-ga-client: Make timeout longer for guest-fsfreeze-freeze commandTomoki Sekiyama1-1/+3
2013-09-09qemu-ga: Install Windows VSS provider on `qemu-ga -s install'Tomoki Sekiyama3-1/+37
2013-09-09qemu-ga: Call Windows VSS requester in fsfreeze command handlerTomoki Sekiyama4-8/+240
2013-09-09qemu-ga: Add Windows VSS provider and requester as DLLTomoki Sekiyama13-2/+1724
2013-09-09error: Add error_set_win32 and error_setg_win32Tomoki Sekiyama2-0/+48
2013-09-09qemu-ga: Add configure options to specify path to Windows/VSS SDKTomoki Sekiyama3-0/+80
2013-09-09Add a script to extract VSS SDK headers on POSIX systemTomoki Sekiyama1-0/+35
2013-09-09checkpatch.pl: Check .cpp filesTomoki Sekiyama1-6/+28
2013-09-09Add c++ keywords to QAPI helper scriptTomoki Sekiyama3-3/+13
2013-09-09configure: Support configuring C++ compilerTomoki Sekiyama2-1/+21
2013-09-09mips_malta: support up to 2GiB RAMPaul Burton1-8/+28
2013-09-09pc_q35: Initialize Xen.Anthony PERARD1-0/+5
2013-09-09pc: Initializing ram_memory under Xen.Anthony PERARD4-8/+7
2013-09-06ne2000: mark I/O as LITTLE_ENDIANAurelien Jarno1-1/+1
2013-09-06vmxnet3: Eliminate __packed redefined warningBrad Smith1-2/+0
2013-09-06e1000: add interrupt mitigation supportVincenzo Maffione4-6/+164
2013-09-06net: Rename send_queue to incoming_queueJan Kiszka3-9/+9
2013-09-06tap: Use numbered tap/tun devices on all *BSD OS'sBrad Smith1-11/+0
2013-09-06qemu-iotests: Fixed test case 026Kevin Wolf3-17/+649
2013-09-06qemu-iotests: Whitespace cleanupKevin Wolf6-400/+400
2013-09-06dataplane: Fix startup race.Cornelia Huck1-0/+9
2013-09-06block: look for zero blocks in bs->filePaolo Bonzini1-1/+15
2013-09-06block: add default get_block_status implementation for protocolsPaolo Bonzini1-1/+5
2013-09-06raw-posix: report unwritten extents as zeroPaolo Bonzini1-0/+3
2013-09-06raw-posix: return get_block_status data and flagsPaolo Bonzini1-7/+10
2013-09-06docs, qapi: document qemu-img mapPaolo Bonzini2-0/+84
2013-09-06qemu-img: add a "map" subcommandPaolo Bonzini2-0/+197
2013-09-06block: return BDRV_BLOCK_ZERO past end of backing filePaolo Bonzini1-2/+10
2013-09-06block: use bdrv_has_zero_init to return BDRV_BLOCK_ZEROPaolo Bonzini1-1/+10
2013-09-06block: return get_block_status data and flags for formatsPaolo Bonzini8-19/+94
2013-09-06block: define get_block_status return valuePaolo Bonzini2-2/+34