summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-11-19Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori13-58/+573
2013-11-19Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori22-16/+531
2013-11-19Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-4/+5
2013-11-19Merge remote-tracking branch 'agraf/tags/signed-ppc-for-upstream-1.7' into st...Anthony Liguori7-1/+5
2013-11-19virtio-net: fix the memory leak in rxfilter_notify()Amos Kong1-4/+4
2013-11-17hw/i386/Makefile.obj: use $(PYTHON) to run .py scripts consistentlyMichael Tokarev1-1/+1
2013-11-17configure: Use -B switch only for Python versions which support itStefan Weil1-1/+8
2013-11-16qga: Fix shutdown command of guest agent to work with SysVwhitearchey1-1/+1
2013-11-15block: Fail if requested driver is not availableKevin Wolf3-0/+21
2013-11-15MAINTAINERS: add block driver sub-maintainersStefan Hajnoczi1-0/+40
2013-11-15qemu-img: Fix overwriting 'ret' before usingFam Zheng3-4/+63
2013-11-15qemu-iotests: Test qcow2 count_contiguous_clusters()Kevin Wolf3-0/+285
2013-11-15smc91c111: Fix receive starvationSebastian Huber1-0/+1
2013-11-14qcow2: fix possible corruption when reading multiple clustersPeter Lieven1-1/+1
2013-11-14qmp: access the local QemuOptsLists for drive optionAmos Kong5-2/+82
2013-11-14MAINTAINERS: add block tree repo URLsStefan Hajnoczi1-0/+2
2013-11-14qemu-iotests: Extend 041 for unbacked mirroringMax Reitz2-2/+27
2013-11-14block/drive-mirror: Check for NULL backing_hdMax Reitz1-1/+3
2013-11-14qapi-schema: Update description for NewImageModeMax Reitz1-1/+2
2013-11-14block: Print its file name if backing file opening failedFam Zheng5-5/+5
2013-11-13Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-3/+18
2013-11-13Merge remote-tracking branch 'mst/tags/for_anthony' into stagingAnthony Liguori10-38/+42
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