summaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan2-13/+13
2014-03-11pc: avoid duplicate names for ROM MRsMichael S. Tsirkin1-2/+4
2014-03-09loader: rename in_ram/has_mrMichael S. Tsirkin1-1/+1
2014-03-05qdev: Keep global allocation counter per busAlexander Graf1-0/+2
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy2-5/+20
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V2-1/+4
2014-03-05KVM: Split QEMUMachine typedef into separate headerAlexander Graf2-2/+2
2014-03-04Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...Peter Maydell3-24/+52
2014-03-04Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell1-1/+3
2014-03-04Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell1-0/+2
2014-02-27sun4m: Set HostID in NVRAMMark Cave-Ayland1-0/+2
2014-02-27s390x/event-facility: code restructureHeinz Graalfs2-24/+19
2014-02-27s390x/kvm: implement floating-interrupt controller deviceJens Freimann1-0/+33
2014-02-26arm: vgic device control api supportChristoffer Dall1-0/+1
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite1-10/+0
2014-02-26xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite1-33/+0
2014-02-26xilinx: Inline usage of xilinx_ethlite_create()Peter Crosthwaite1-19/+0
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite1-15/+0
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite1-13/+0
2014-02-22scsi: report thin provisioning errors with werror=reportPaolo Bonzini1-0/+2
2014-02-22scsi: Change scsi sense buf size to 252Fam Zheng1-1/+1
2014-02-20Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini1-0/+1
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell1-0/+5
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell14-50/+117
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas1-0/+5
2014-02-14qdev: Add enum property types to QAPI schemaPaolo Bonzini1-6/+0
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini2-10/+1
2014-02-14qdev: Inline qdev_prop_parse()Paolo Bonzini1-2/+0
2014-02-14qdev: Legacy properties are now read-onlyPaolo Bonzini1-1/+0
2014-02-14ipack: Move IndustryPack out of hw/char/Andreas Färber1-0/+87
2014-02-14i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber1-2/+0
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber9-28/+28
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell9-22/+124
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias1-1/+1
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov2-12/+0
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov1-0/+5
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov1-0/+8
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov2-4/+7
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-3/+0
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov1-0/+3
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov1-0/+12
2014-02-10define hotplug interfaceIgor Mammedov1-0/+78
2014-02-10loader: document that errno is setMichael S. Tsirkin1-0/+7
2014-02-08hw/arm/allwinner-a10: initialize EMACBeniamino Galvani1-0/+3
2014-02-08hw/net: add support for Allwinner EMAC Fast Ethernet controllerBeniamino Galvani1-0/+210
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall1-0/+19
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall1-0/+7
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall1-0/+7
2014-02-08Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140204-1'...Peter Maydell1-8/+2