summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-10qtest: split configuration of qtest accelerator and chardevPaolo Bonzini3-33/+20
2013-12-10pc: map PCI address space as catchall region for not mapped addressesMichael S. Tsirkin6-74/+17
2013-12-10hw: Pass QEMUMachine to its init() methodMarkus Armbruster2-3/+7
2013-12-09target-mips: Use macro ARRAY_SIZE where possibleStefan Weil1-18/+12
2013-12-09target-mips: fix 64-bit FPU config for user-mode emulationPetar Jovanovic1-2/+5
2013-12-09target-sh4: move features flag after CPU_COMMONBobby Bingham1-3/+3
2013-12-08target-cris: Use new qemu_ld/st opcodesRichard Henderson1-25/+4
2013-12-07Merge remote-tracking branch 'awilliam/tags/vfio-pci-for-qemu-20131206.0' int...Anthony Liguori7-15/+247
2013-12-07Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori48-388/+3238
2013-12-07Merge remote-tracking branch 'qemu-kvm/uq/master' into stagingAnthony Liguori5-30/+71
2013-12-07Merge remote-tracking branch 'kraxel/tags/pull-seabios-31b8b4e-1' into stagingAnthony Liguori17-8/+47
2013-12-07Merge remote-tracking branch 'otubo/seccomp' into stagingAnthony Liguori1-0/+1
2013-12-06Merge remote-tracking branch 'kwolf/tags/for-anthony' into stagingAnthony Liguori54-75839/+76509
2013-12-06Merge remote-tracking branch 'sstabellini/xen-2013-12-01' into stagingAnthony Liguori4-5/+9
2013-12-06Merge remote-tracking branch 'rth/auxv-2' into stagingAnthony Liguori11-162/+224
2013-12-06Merge remote-tracking branch 'riku/linux-user-for-upstream' into stagingAnthony Liguori22-50/+1166
2013-12-06Merge remote-tracking branch 'kraxel/tags/pull-usb-1' into stagingAnthony Liguori12-104/+335
2013-12-06Merge remote-tracking branch 'mjt/trivial-patches' into stagingAnthony Liguori27-83/+76
2013-12-06eeprom93xx: fix coding styleAntony Pavlov1-31/+31
2013-12-06vfio-pci: Release all MSI-X vectors when disabledAlex Williamson1-0/+12
2013-12-06vfio-pci: Add debug config options to disable MSI/X KVM supportAlex Williamson1-4/+20
2013-12-06vfio-pci: Fix Nvidia MSI ACK through 0x88000 quirkAlex Williamson1-1/+29
2013-12-06vfio-pci: Make use of new KVM-VFIO deviceAlex Williamson1-0/+67
2013-12-06linux-headers: Update from v3.13-rc3Alex Williamson6-10/+119
2013-12-06qemu-iotests: filter QEMU monitor \r\nStefan Hajnoczi2-57/+58
2013-12-06aio: make aio_poll(ctx, true) block with no fdsStefan Hajnoczi3-11/+0
2013-12-06block: clean up bdrv_drain_all() throttling commentsStefan Hajnoczi1-6/+1
2013-12-06qcow2: use start_of_cluster() and offset_into_cluster() everywhereHu Tao2-12/+12
2013-12-06qemu-img: decrease progress update interval on convertPeter Lieven1-1/+1
2013-12-06qemu-img: round down request length to an aligned sectorPeter Lieven1-8/+24
2013-12-06pc: switch 2.0 machine types to large seabios binaryGerd Hoffmann2-2/+6
2013-12-06roms: update vgabios binariesGerd Hoffmann5-0/+0
2013-12-06roms: update seabios binariesGerd Hoffmann4-0/+0
2013-12-06roms: enable seabios cross buildsGerd Hoffmann1-0/+2
2013-12-06roms: build two seabios binariesGerd Hoffmann4-4/+13
2013-12-06roms: update seabios submodule to 31b8b4eea9d9ad58a73b22a6060d3ac1c419c26dGerd Hoffmann1-0/+0
2013-12-05target-i386: fix cpuid leaf 0x0dLiu Jinsong1-3/+3
2013-12-05qemu-img: dynamically adjust iobuffer size during convertPeter Lieven1-3/+13
2013-12-05block/iscsi: set bs->bl.opt_transfer_lengthPeter Lieven1-0/+3
2013-12-05block: add opt_transfer_length to BlockLimitsPeter Lieven1-0/+3
2013-12-05block/iscsi: set bdi->cluster_sizePeter Lieven1-0/+7
2013-12-05qemu-img: fix usage instruction for qemu-img convertPeter Lieven1-1/+0
2013-12-05qemu-img: add support for skipping zeroes in input during convertPeter Lieven1-38/+42
2013-12-04qemu-nbd: add doc for option -fWenchao Xia2-0/+3
2013-12-04qemu-iotests: add test for snapshot in qemu-img convertWenchao Xia2-1/+30
2013-12-04qemu-img: add -l for snapshot in convertWenchao Xia3-15/+45
2013-12-04qemu-iotests: add 058 internal snapshot export with qemu-nbd caseWenchao Xia5-1/+157
2013-12-04qemu-nbd: support internal snapshot exportWenchao Xia4-3/+77
2013-12-04snapshot: distinguish id and name in load_tmpWenchao Xia6-10/+83
2013-12-04qemu-iotests: Split qcow2 only cases in 048Fam Zheng5-43/+105