summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-05-19ahci: Fix non-NCQ accesses for LBA > 16bitsAlexander Graf1-2/+25
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
2011-05-08xen: Add xenfv machineAnthony PERARD2-2/+45
2011-05-08pc_memory_init: Move memory calculation to the caller.Anthony PERARD3-20/+16
2011-05-08xen: Add initialisation of XenAnthony PERARD3-2/+15
2011-05-08xen: Support new libxc calls from xen unstable.Anthony PERARD5-30/+99
2011-05-08xen: Replace some tab-indents with spaces (clean-up).Anthony PERARD3-534/+634
2011-05-08machine, Add default_machine_opts to QEMUMachine.Anthony PERARD1-0/+1
2011-05-06Fix typo in code and commentsStefan Weil8-33/+37
2011-05-05Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori16-259/+470
2011-05-05Merge remote-tracking branch 'kraxel/usb.7.pull' into stagingAnthony Liguori7-104/+96
2011-05-05Merge remote branch 'origin/master' into pciMichael S. Tsirkin168-3100/+16532