summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-13Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori3-5/+11
2013-11-13Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori35-262/+2897
2013-11-13Merge remote-tracking branch 'filippov/tags/20131108-xtensa' into stagingAnthony Liguori2-2/+5
2013-11-13Merge remote-tracking branch 'kraxel/audio.3' into stagingAnthony Liguori1-1/+5
2013-11-13Merge remote-tracking branch 'sweil/mingw' into stagingAnthony Liguori5-7/+43
2013-11-13console: Remove unused debug codeStefan Weil1-33/+0
2013-11-13qga: Fix compilation for old versions of MinGWStefan Weil1-0/+1
2013-11-13.travis.yml: basic compile and check recipesAlex Bennée1-0/+71
2013-11-13pci-assign: Fix error_report of pci-stub messageCole Robinson1-20/+16
2013-11-13qapi: Fix comment for create-type to match code.Fam Zheng1-1/+1
2013-11-13vl: fix build when configured with no graphic supportAntony Pavlov1-0/+1
2013-11-13usb: drop unused USBNetState.inpkt fieldStefan Hajnoczi1-1/+0
2013-11-13qemu-char: add missing characters used in keymapsJan Krupa1-0/+365
2013-11-13qemu-char: add support for U-prefixed symbolsJan Krupa1-0/+6
2013-11-13qemu-char: add Czech keymap fileJan Krupa2-1/+95
2013-11-13qemu-char: add Czech characters to VNC keysymsJan Krupa1-0/+8
2013-11-11MAINTAINERS: add git tree info for HMP, QMP and QAPILuiz Capitulino1-0/+4
2013-11-11Adjust qapi-visit for python-2.4.3Richard Henderson1-3/+14
2013-11-10Revert "exec: limit system memory size"Michael S. Tsirkin1-6/+1
2013-11-10Revert "hw/pci: partially handle pci master abort"Marcel Apfelbaum2-27/+0
2013-11-10loader: drop return value for rom_add_blob_fixedMichael S. Tsirkin2-2/+3
2013-11-10acpi-build: disable with -no-acpiMichael S. Tsirkin1-0/+5
2013-11-10virtio-net: only delete bh that existedJason Wang1-1/+1
2013-11-10Fix pc migration from qemu <= 1.5Cole Robinson4-3/+33
2013-11-08virtio-net: broken RX filtering logic fixedDmitry Fleytman1-1/+2
2013-11-08net: fix qemu_flush_queued_packets() in presence of a hubSergey Fedorov1-1/+0
2013-11-08net: disallow to specify multicast MAC addressDmitry Krivenok2-3/+9
2013-11-08block: Round up total_sectorsFam Zheng1-1/+1
2013-11-08target-xtensa: add missing DEBUG section to dc233c configMax Filippov1-0/+1
2013-11-08exec: fix breakpoint_invalidate when pc may not be translatedMax Filippov1-2/+4
2013-11-08pseries: Update SLOF firmware imageAlexey Kardashevskiy3-1/+1
2013-11-08spapr: add vio-bus devices to categoriesAlexey Kardashevskiy4-0/+4
2013-11-07block: vhdx qemu-iotest - log replay of data sectorJeff Cody4-0/+76
2013-11-07block: qemu-iotests for vhdx, add write test supportJeff Cody3-1/+25
2013-11-07block: vhdx - update _make_test_img() to filter out vhdx optionsJeff Cody1-1/+4
2013-11-07block: vhdx - add .bdrv_create() supportJeff Cody2-1/+572
2013-11-07block: vhdx - fix comment typos in header, fix incorrect struct fieldsJeff Cody1-5/+5
2013-11-07block: vhdx - break out code operations to functionsJeff Cody1-41/+80
2013-11-07block: vhdx - move more endian translations to vhdx-endian.cJeff Cody3-17/+87
2013-11-07block: vhdx - remove BAT file offset bit shiftingJeff Cody2-5/+2
2013-11-07block: vhdx write supportJeff Cody2-5/+209
2013-11-07block: vhdx - add log write supportJeff Cody2-0/+285
2013-11-07block: vhdx - add region overlap detection for image filesJeff Cody2-0/+91
2013-11-07block: vhdx - log parsing, replay, and flush supportJeff Cody4-53/+749
2013-11-07block: vhdx code movement - move vhdx_close() above vhdx_open()Jeff Cody1-11/+11
2013-11-07block: vhdx - update log guid in header, and first write trackerJeff Cody2-6/+30
2013-11-07block: vhdx - break endian translation functions outJeff Cody4-44/+150
2013-11-07block: vhdx - log support struct and definesJeff Cody1-16/+30
2013-11-07block: vhdx code movement - VHDXMetadataEntries and BDRVVHDXState to header.Jeff Cody2-52/+48
2013-11-07block: vhdx - add header update capability.Jeff Cody4-5/+196