summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* blockdev: add refcount to DriveInfoMarcelo Tosatti2011-02-071-1/+1
* ahci: make number of ports runtime determinedAlexander Graf2011-02-073-16/+26
* ahci: Implement HBA resetAlexander Graf2011-02-071-1/+4
* ahci: send init d2h fis on fis enableAlexander Graf2011-02-072-7/+32
* ahci: split ICH and AHCI even moreAlexander Graf2011-02-072-112/+88
* ahci: add license header in ahci.hAlexander Graf2011-02-071-0/+23
* ahci: split ICH9 from coreSebastian Herbszt2011-02-073-301/+374
* ioapic: Style & magics cleanupJan Kiszka2011-02-041-70/+107
* ioapic: Add support for qemu-kvm's vmstate v2Jan Kiszka2011-02-041-1/+2
* ioapic: Save/restore irrJan Kiszka2011-02-041-1/+14
* ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka2011-02-043-5/+67
* virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah2011-02-041-0/+3
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-017-10/+45
* Add bootindex handling into usb storage device.Gleb Natapov2011-02-011-0/+2
* Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori2011-02-012-73/+12
|\
| * qxl: locking fixGerd Hoffmann2011-01-241-0/+2
| * spice/qxl: zap spice 0.4 migration compatibility bitsGerd Hoffmann2011-01-242-73/+10
* | Merge remote branch 'spice/usb.5' into stagingAnthony Liguori2011-02-015-109/+280
|\ \
| * | usb-bus: use snprintfBlue Swirl2011-01-241-5/+7
| * | usb hid: add migration supportGerd Hoffmann2011-01-241-2/+64
| * | usb hub: add migration supportGerd Hoffmann2011-01-241-0/+24
| * | usb core: add migration supportGerd Hoffmann2011-01-243-5/+31
| * | usb hid: move head+n to common structGerd Hoffmann2011-01-241-24/+22
| * | usb keyboard: add event event queueGerd Hoffmann2011-01-241-6/+32
| * | add event queueing to USB HIDPaolo Bonzini2011-01-241-94/+127
| |/
* | Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-02-013-46/+139
|\ \
| * | virtio-serial: save/restore new fields in port structAmit Shah2011-01-201-2/+40
| * | virtio-serial: Add support for flow controlAmit Shah2011-01-202-11/+55
| * | virtio-serial: Let virtio-serial-bus know if all data was consumedAmit Shah2011-01-202-5/+6
| * | virtio-serial: Don't copy over guest buffer to hostAmit Shah2011-01-201-7/+8
| * | virtio-serial: move out discard logic in a separate functionAmit Shah2011-01-201-17/+30
| * | virtio-console: Remove unnecessary bracesAmit Shah2011-01-191-2/+1
| * | virtio-console: Factor out common init between console and generic portsAmit Shah2011-01-191-17/+14
* | | hw/slavio_intctl.c: fix gcc warning about array bounds overrunPeter Maydell2011-02-011-1/+6
* | | SPARC: Fix Leon3 cache controlFabien Chouteau2011-02-011-3/+2
* | | Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2011-01-311-2/+2
|\ \ \
| * | | pci: typo in pcibus_get_dev_path()Isaku Yamahata2011-01-271-1/+1
| * | | pci: bridge control fixupMichael S. Tsirkin2011-01-271-1/+0
| * | | pci: memory leak of PCIDevice::rom_fileIsaku Yamahata2011-01-241-0/+1
* | | | blockdev: Fix drive_add for drives without mediaMarkus Armbruster2011-01-312-4/+2
* | | | blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster2011-01-311-1/+1
* | | | blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster2011-01-314-3/+4
* | | | blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster2011-01-314-22/+8
* | | | scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster2011-01-311-0/+1
* | | | ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi2011-01-311-5/+5
* | | | virtio-blk: tell the guest about size changesChristoph Hellwig2011-01-311-0/+10
* | | | block: tell drivers about an image resizeChristoph Hellwig2011-01-312-2/+11
* | | | prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...Hervé Poussineau2011-01-291-1/+1
* | | | prep: Remove bogus BIOS size checkAndreas Färber2011-01-291-3/+0
* | | | mc146818rtc: update registers after a format changeAurelien Jarno2011-01-291-1/+9
OpenPOWER on IntegriCloud