summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-22Update version for 1.2.0-rc1 releasev1.2.0-rc1Anthony Liguori1-1/+1
2012-08-22Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori6-17/+18
2012-08-22Merge remote-tracking branch 'sstabellini/xen-fixes-20120822' into stagingAnthony Liguori2-12/+21
2012-08-22Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori4-67/+79
2012-08-22Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-1/+69
2012-08-22Merge remote-tracking branch 'kraxel/usb.59' into stagingAnthony Liguori4-10/+21
2012-08-22qapi: add 'query-target' command to return target archDaniel P. Berrange4-1/+61
2012-08-22pci: Tidy up PCI host bridgesAndreas Färber10-28/+42
2012-08-22pci: Derive PCI host bridges from TYPE_PCI_HOST_BRIDGEAndreas Färber13-47/+45
2012-08-22pci_host: Turn into SysBus-derived QOM typeAndreas Färber2-0/+17
2012-08-22unin_pci: QOM'ify UniNorth PCI host bridgesAndreas Färber1-65/+72
2012-08-22spapr_pci: QOM'ify sPAPR PCI host bridgeAndreas Färber3-46/+56
2012-08-22prep_pci: QOM'ify Raven PCI host bridgeAndreas Färber1-5/+12
2012-08-22ppce500_pci: QOM'ify e500 PCI host bridgeAndreas Färber1-5/+11
2012-08-22ppc4xx_pci: QOM'ify ppc4xx PCI host bridgeAndreas Färber3-6/+12
2012-08-22gt64xxx: QOM'ify GT64120 PCI host bridgeAndreas Färber1-15/+20
2012-08-22grackle_pci: QOM'ify Grackle PCI host bridgeAndreas Färber2-29/+29
2012-08-22dec_pci: QOM'ify DEC 21154 PCI-PCI bridgeAndreas Färber2-10/+13
2012-08-22bonito: QOM'ify Bonito PCI host bridgeAndreas Färber1-56/+90
2012-08-22alpha_typhoon: QOM'ify Typhoon PCI host bridgeAndreas Färber1-7/+13
2012-08-22pci: Make host bridge TypeInfos constAndreas Färber11-29/+29
2012-08-22virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine typesStefan Hajnoczi3-2/+6
2012-08-22softmmu-semi: fix lock_user* functions not to deref NULL upon OOMJim Meyering1-1/+4
2012-08-22arm-semi: don't leak 1KB user string lock buffer upon TARGET_SYS_OPENJim Meyering1-6/+7
2012-08-22sheepdog: don't leak socket file descriptor upon connection failureJim Meyering1-0/+1
2012-08-22linux-user: do_msgrcv: don't leak host_mb upon TARGET_EFAULT failureJim Meyering1-2/+2
2012-08-22qemu-ga: don't leak a file descriptor upon failed lockfJim Meyering1-0/+3
2012-08-22xen-all.c: fix multiply issue for int and uint typesDongxiao Xu1-8/+16
2012-08-22Fix invalidate if memory requested was not bucket alignedFrediano Ziglio1-4/+5
2012-08-21i82378: Remove bogus MMIO coalescingJan Kiszka1-1/+0
2012-08-21eventfd: making it thread safeAlexey Kardashevskiy1-0/+1
2012-08-21migration: move total_time from ram stats to migration infoJuan Quintela4-15/+16
2012-08-20monitor: avoid declaring unused variablesBlue Swirl1-1/+1
2012-08-20qapi: Fix memory leakStefan Weil1-1/+1
2012-08-20virtio-scsi: add backwards-compatibility properties for 1.1 and earlier machinesPaolo Bonzini3-8/+16
2012-08-20iscsi: fix races between task completion and abortPaolo Bonzini1-29/+30
2012-08-20iscsi: simplify iscsi_schedule_bhPaolo Bonzini1-15/+9
2012-08-20iscsi: move iscsi_schedule_bh and iscsi_readv_writev_bh_cbPaolo Bonzini1-28/+28
2012-08-20Revert "iscsi: Fix NULL dereferences / races between task completion and abort"Paolo Bonzini1-23/+32
2012-08-19Update OpenBIOS imagesBlue Swirl4-1/+1
2012-08-18pc: Fix RTC CMOS info on RAM for ram_size < 1MiBMarkus Armbruster1-13/+18
2012-08-18vl: Round argument of -m up to multiple of 8KiBMarkus Armbruster1-3/+4
2012-08-18scsi: fix warningGerd Hoffmann1-0/+2
2012-08-18Avoid asprintf() which is not available on mingwGerd Hoffmann1-6/+2
2012-08-17virtio-blk: hide VIRTIO_BLK_F_CONFIG_WCE from old machine typesStefan Hajnoczi4-1/+9
2012-08-17Documentation: Warn against qemu-img on active imageKevin Wolf1-0/+10
2012-08-17vmdk: Read footer for streamOptimized imagesKevin Wolf1-0/+56
2012-08-17vmdk: Fix header structureKevin Wolf1-1/+1
2012-08-16Update version to 1.2.0-rc0v1.2.0-rc0Anthony Liguori1-1/+1
2012-08-16qemu-char: (Re-)connect for tcp_chr_write() unconnected writingLei Li1-2/+5