summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-02-12vmmouse: fix queue_size field initializationBlue Swirl1-0/+1
2011-02-12hpet: make optionalBlue Swirl2-6/+7
2011-02-12sysbus: add creation function that may failBlue Swirl2-0/+40
2011-02-12x86: make vmmouse optionalBlue Swirl4-26/+25
2011-02-12isa: add creation function that may failBlue Swirl2-0/+13
2011-02-12vmmouse: convert to qdevBlue Swirl3-13/+32
2011-02-12vmport: convert to qdevBlue Swirl4-6/+26
2011-02-12x86,MIPS: make vmware_vga optionalBlue Swirl3-6/+22
2011-02-12pci: add creation functions that may failBlue Swirl2-0/+24
2011-02-12qdev: add creation function that may failBlue Swirl2-1/+14
2011-02-12vmware_vga: refactor device creationBlue Swirl2-6/+4
2011-02-11mst_fpga: Drop one more pxa.h inclusion.Andrzej Zaborowski1-1/+0
2011-02-11pxa2xx: convert i2c master to use qdev/vmsdDmitry Eremin-Solenikov1-11/+42
2011-02-11max7310: finish qdev'icationDmitry Eremin-Solenikov2-26/+5
2011-02-11tosa: we aren't connected to VBus, pass this info to Linux kernelDmitry Eremin-Solenikov1-0/+4
2011-02-11mainstone: pass one irq to the mst_fpga instead of the whole PICDmitry Eremin-Solenikov3-8/+8
2011-02-11Drop unnecessary inclusions of pxa.h headerDmitry Eremin-Solenikov2-2/+0
2011-02-11Add scoop post_load callback that sets IRQs to loaded levelsDmitry Eremin-Solenikov1-1/+18
2011-02-11tc6393xb: correct NAND isr assertionDmitry Eremin-Solenikov1-1/+1
2011-02-11sysbus: print number of irqs in dev_printDmitry Eremin-Solenikov1-0/+1
2011-02-07blockdev: add refcount to DriveInfoMarcelo Tosatti1-1/+1
2011-02-07ahci: make number of ports runtime determinedAlexander Graf3-16/+26
2011-02-07ahci: Implement HBA resetAlexander Graf1-1/+4
2011-02-07ahci: send init d2h fis on fis enableAlexander Graf2-7/+32
2011-02-07ahci: split ICH and AHCI even moreAlexander Graf2-112/+88
2011-02-07ahci: add license header in ahci.hAlexander Graf1-0/+23
2011-02-07ahci: split ICH9 from coreSebastian Herbszt3-301/+374
2011-02-04ioapic: Style & magics cleanupJan Kiszka1-70/+107
2011-02-04ioapic: Add support for qemu-kvm's vmstate v2Jan Kiszka1-1/+2
2011-02-04ioapic: Save/restore irrJan Kiszka1-1/+14
2011-02-04ioapic: Implement EOI handling for level-triggered IRQsJan Kiszka3-5/+67
2011-02-04virtio-serial: Make sure virtqueue is ready before discarding dataAmit Shah1-0/+3
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com7-10/+45
2011-02-01Add bootindex handling into usb storage device.Gleb Natapov1-0/+2
2011-02-01Merge remote branch 'spice/spice.v29.pull' into stagingAnthony Liguori2-73/+12
2011-02-01Merge remote branch 'spice/usb.5' into stagingAnthony Liguori5-109/+280
2011-02-01Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori3-46/+139
2011-02-01hw/slavio_intctl.c: fix gcc warning about array bounds overrunPeter Maydell1-1/+6
2011-02-01SPARC: Fix Leon3 cache controlFabien Chouteau1-3/+2
2011-01-31Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-2/+2
2011-01-31blockdev: Fix drive_add for drives without mediaMarkus Armbruster2-4/+2
2011-01-31blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster1-1/+1
2011-01-31blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster4-3/+4
2011-01-31blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster4-22/+8
2011-01-31scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster1-0/+1
2011-01-31ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi1-5/+5
2011-01-31virtio-blk: tell the guest about size changesChristoph Hellwig1-0/+10
2011-01-31block: tell drivers about an image resizeChristoph Hellwig2-2/+11
2011-01-29prep: Disable second IDE channel, as long as ISA IDE emulation doesn't suppor...Hervé Poussineau1-1/+1
2011-01-29prep: Remove bogus BIOS size checkAndreas Färber1-3/+0