summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-05-25Merge remote-tracking branch 'kraxel/CVE-2011-1751' into stagingAnthony Liguori1-1/+3
2011-05-23Merge branch 'trivial-patches' of git://repo.or.cz/qemu/stefanhaAurelien Jarno3-2/+12
2011-05-23Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno2-9/+1
2011-05-22hw/sd.c: Don't complain about SDIO commands CMD52/CMD53Peter Maydell1-0/+11
2011-05-22hw/realview.c: Remove duplicate #include linePeter Maydell1-1/+0
2011-05-22piix_pci: fix piix3_set_irq_pic()TeLeMan1-1/+1
2011-05-20pSeries: Clean up write-only variablesDavid Gibson2-9/+1
2011-05-20s390x: fix memory detection for guests > 64GBChristian Borntraeger1-5/+15
2011-05-20s390x: keep hint on virtio managing sizeAlexander Graf2-1/+4
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf1-2/+25
2011-05-19Ignore pci unplug requests for unpluggable devices (CVE-2011-1751)Gerd Hoffmann1-1/+3
2011-05-19blockdev: Store -drive option media in DriveInfoMarkus Armbruster4-11/+9
2011-05-19scsi: Split qdev "scsi-disk" into "scsi-hd" and "scsi-cd"Markus Armbruster1-33/+103
2011-05-19ide: Split qdev "ide-drive" into "ide-hd" and "ide-cd"Markus Armbruster3-22/+74
2011-05-18ahci: Fix crashes on duplicate BH registrationJan Kiszka1-3/+5
2011-05-18ide: Turn debug messages into assertionsKevin Wolf1-6/+2
2011-05-18hw/xen_disk: Remove unused local variableStefan Weil1-3/+1
2011-05-18ide: cleanup warningsAndrea Arcangeli1-2/+2
2011-05-16ahci: Unbreak bar registrationJan Kiszka1-3/+3
2011-05-14Merge branch 'ppc-next' of git://repo.or.cz/qemu/agrafAurelien Jarno8-115/+186
2011-05-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori25-66/+66
2011-05-12Merge remote-tracking branch 'agraf/xen-next' into stagingAnthony Liguori14-591/+910
2011-05-12PPC: Qdev'ify e500 pciAlexander Graf3-90/+84
2011-05-12PPC MPC7544DS: Use new TLB helper functionAlexander Graf1-1/+1
2011-05-12PPC: Make MPC8544DS emulation work w/o KVMAlexander Graf1-17/+74
2011-05-12PPC: Make MPC8544DS obey -cpu switchAlexander Graf1-1/+5
2011-05-10Fix off-by-one error in sizing pSeries hcall tableDavid Gibson1-2/+2
2011-05-09monitor: add PPC BookE SPRsScott Wood1-0/+12
2011-05-09Place pseries vty devices at addresses more similar to existing machinesDavid Gibson3-3/+7
2011-05-09Make pSeries 'model' property more closely resemble real hardwareDavid Gibson1-1/+1
2011-05-09pseries: Increase maximum CPUs to 256Anton Blanchard1-1/+1
2011-05-09usb-musb: uninline functionsGerd Hoffmann1-4/+4
2011-05-08lsi53c895a: Rename 'sense' to 'status'Hannes Reinecke1-9/+9
2011-05-08ac97: Remove unused local variablesStefan Weil1-5/+1
2011-05-08Fix typos in comment (threshhold -> threshold, mapp -> map)Stefan Weil1-2/+2
2011-05-08Fix typo in comment (responsiblity -> responsibility)Stefan Weil1-1/+1
2011-05-08Fix typos in comments and code (occured -> occurred and related)Stefan Weil4-4/+4
2011-05-08Fix typos in comments (instanciation -> instantiation)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (interupt -> interrupt)Stefan Weil3-4/+4
2011-05-08Fix typos in comments (imediately -> immediately)Stefan Weil2-2/+2
2011-05-08Fix typo in comment (auxilliary -> auxiliary)Stefan Weil1-1/+1
2011-05-08Fix typo in comment (colum -> column)Stefan Weil1-1/+1
2011-05-08Fix typos in comments (accessable -> accessible, priveleged -> privileged)Stefan Weil1-3/+3
2011-05-08xen: Add Xen hypercall for sleep state in the cmos_s3 callback.Anthony PERARD2-1/+6
2011-05-08xen: Initialize event channels and io ringsArun Sharma1-0/+2
2011-05-08pci: Use of qemu_put_ram_ptr in pci_add_option_rom.John Baboval1-0/+2
2011-05-08xen: Introduce the Xen mapcacheJun Nakajima2-0/+22
2011-05-08xen: Introduce Xen Interrupt ControllerAnthony PERARD2-2/+8
2011-05-08piix_pci: Introduces Xen specific call for irq.Anthony PERARD4-4/+58
2011-05-08pc, Disable vmport initialisation with Xen.Anthony PERARD3-5/+11