aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)Author
2014-03-11q35: Correct typo BRDIGE -> BRIDGEBALATON Zoltan
2014-03-11pc: avoid duplicate names for ROM MRsMichael S. Tsirkin
2014-03-09loader: rename in_ram/has_mrMichael S. Tsirkin
2014-03-05qdev: Keep global allocation counter per busAlexander Graf
2014-03-05elf-loader: add more return codesAlexey Kardashevskiy
2014-03-05kvm: Add a new machine option kvm-typeAneesh Kumar K.V
2014-03-05KVM: Split QEMUMachine typedef into separate headerAlexander Graf
2014-03-04Merge remote-tracking branch 'remotes/borntraeger/tags/kvm-s390-20140227' int...Peter Maydell
2014-03-04Merge remote-tracking branch 'remotes/bonzini/scsi-next' into stagingPeter Maydell
2014-03-04Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into stagingPeter Maydell
2014-02-27sun4m: Set HostID in NVRAMMark Cave-Ayland
2014-02-27s390x/event-facility: code restructureHeinz Graalfs
2014-02-27s390x/kvm: implement floating-interrupt controller deviceJens Freimann
2014-02-26arm: vgic device control api supportChristoffer Dall
2014-02-26xilinx: Delete hw/include/xilinx.hPeter Crosthwaite
2014-02-26xilinx: Inline usages of xilinx_axi*_init()Peter Crosthwaite
2014-02-26xilinx: Inline usage of xilinx_ethlite_create()Peter Crosthwaite
2014-02-26xilinx: Inline usages of xilinx_timer_create()Peter Crosthwaite
2014-02-26xilinx: Inline usages of xilinx_intc_create()Peter Crosthwaite
2014-02-22scsi: report thin provisioning errors with werror=reportPaolo Bonzini
2014-02-22scsi: Change scsi sense buf size to 252Fam Zheng
2014-02-20Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini
2014-02-20Merge remote-tracking branch 'remotes/kraxel/tags/pull-usb-3' into stagingPeter Maydell
2014-02-20Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell
2014-02-18usb: Remove magic constants from device bmAttributesPantelis Koukousoulas
2014-02-14qdev: Add enum property types to QAPI schemaPaolo Bonzini
2014-02-14qdev: Remove hex8/32/64 property typesPaolo Bonzini
2014-02-14qdev: Inline qdev_prop_parse()Paolo Bonzini
2014-02-14qdev: Legacy properties are now read-onlyPaolo Bonzini
2014-02-14ipack: Move IndustryPack out of hw/char/Andreas Färber
2014-02-14i2c: Drop FROM_I2C_SLAVE() macroAndreas Färber
2014-02-14i2c: Rename i2c_bus to I2CBusAndreas Färber
2014-02-13Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell
2014-02-11exec: Make stl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-11exec: Make ldl_*_phys input an AddressSpaceEdgar E. Iglesias
2014-02-10hw/pci: switch to a generic hotplug handling for PCIDeviceIgor Mammedov
2014-02-10pci/pcie: convert PCIE hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10pci/shpc: convert SHPC hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler APIIgor Mammedov
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2014-02-10qdev: add "hotpluggable" property to DeviceIgor Mammedov
2014-02-10qdev: add to BusState "hotplug-handler" linkIgor Mammedov
2014-02-10define hotplug interfaceIgor Mammedov
2014-02-10loader: document that errno is setMichael S. Tsirkin
2014-02-08hw/arm/allwinner-a10: initialize EMACBeniamino Galvani
2014-02-08hw/net: add support for Allwinner EMAC Fast Ethernet controllerBeniamino Galvani
2014-02-08arm_gic: Add GICC_APRn state to the GICStateChristoffer Dall
2014-02-08arm_gic: Support setting/getting binary point regChristoffer Dall
2014-02-08arm_gic: Keep track of SGI sourcesChristoffer Dall
2014-02-08Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140204-1'...Peter Maydell