summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-131-1/+1
|\
| * qdev: fix 64 bit propertiesCornelia Huck2015-07-131-1/+1
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-081-2/+1
|\ \
| * | vl: move rom_load_all after machine init doneEric Auger2015-07-071-2/+1
* | | Fix the compatibility typedef of ioservid_t to match the Xen headersPaul Durrant2015-07-081-1/+1
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-07-087-736/+109
|\ \ \ | | |/ | |/|
| * | pci_regs.h: import from linuxMichael S. Tsirkin2015-07-081-719/+1
| * | virtio_net: reuse constants from linuxMichael S. Tsirkin2015-07-081-12/+0
| * | hw/i386/pc: don't carry FDC from pc_basic_device_init() to pc_cmos_init()Laszlo Ersek2015-07-081-2/+1
| * | ich9: implement strap SPKR pin logicPaulo Alcantara2015-07-081-0/+5
| * | ich9: add TCO interface emulationPaulo Alcantara2015-07-075-3/+102
| |/
* | Merge remote-tracking branch 'remotes/agraf/tags/signed-ppc-for-upstream' int...Peter Maydell2015-07-074-16/+52
|\ \
| * | xics_kvm: Don't enable KVM_CAP_IRQ_XICS if already enabledBharata B Rao2015-07-071-0/+1
| * | spapr: Support ibm, lrdr-capacity device tree propertyBharata B Rao2015-07-071-0/+2
| * | spapr: Add sPAPRMachineClassDavid Gibson2015-07-071-0/+15
| * | spapr: Remove obsolete entry_point field from sPAPRMachineStateDavid Gibson2015-07-071-1/+1
| * | spapr: Remove obsolete ram_limit field from sPAPRMachineStateDavid Gibson2015-07-071-1/+0
| * | spapr: Merge sPAPREnvironment into sPAPRMachineStateDavid Gibson2015-07-073-14/+33
* | | Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...Peter Maydell2015-07-071-1/+6
|\ \ \
| * | | i386: Introduce ARAT CPU featureJan Kiszka2015-07-071-1/+6
| |/ /
* | | Merge remote-tracking branch 'remotes/kraxel/tags/pull-vga-20150707-1' into s...Peter Maydell2015-07-071-3/+0
|\ \ \ | |/ / |/| |
| * | virtio-gpu: use virtio_instance_init_common, fixup propertiesGerd Hoffmann2015-07-071-3/+0
* | | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150706.0' i...Peter Maydell2015-07-073-0/+5
|\ \ \ | |_|/ |/| |
| * | vfio/pci : Add pba_offset PCI quirk for Chelsio T5 devicesGabriel Laupre2015-07-061-0/+2
| * | hw/vfio/platform: add irqfd supportEric Auger2015-07-061-0/+2
| * | sysbus: add irq_routing_notifierEric Auger2015-07-061-0/+1
* | | pc: add SMM propertyPaolo Bonzini2015-07-061-0/+3
* | | ich9: add smm_enabled field and argumentsPaolo Bonzini2015-07-062-2/+3
* | | pc_piix: rename kvm_enabled to smm_enabledPaolo Bonzini2015-07-061-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2015-07-061-0/+1
|\ \
| * | Stop including qemu-common.h in memory.hPeter Maydell2015-07-061-0/+1
* | | pc,pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routineBharata B Rao2015-07-031-0/+4
* | | pc,pc-dimm: Extract hotplug related fields in PCMachineState to a structureBharata B Rao2015-07-032-5/+13
* | | virtio-input: add input routing supportGerd Hoffmann2015-07-031-0/+2
| |/ |/|
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2015-06-265-2/+32
|\ \
| * | hw/core: explicit OFW unit address callback for SysBusDeviceClassLaszlo Ersek2015-06-231-0/+17
| * | hw/pci-bridge: introduce "shpc" propertyLaszlo Ersek2015-06-231-0/+1
| * | hw/pci: introduce shpc_present() helper functionLaszlo Ersek2015-06-231-0/+6
| * | hw/pci-bridge: add macro for "msi" propertyLaszlo Ersek2015-06-231-0/+1
| * | hw/pci-bridge: add macro for "chassis_nr" propertyLaszlo Ersek2015-06-231-0/+2
| * | hw/pci-bridge: expose _test parameter in SHPC_VMSTATE()Laszlo Ersek2015-06-231-2/+3
| * | add pci-bridge-seatGerd Hoffmann2015-06-231-0/+1
| * | balloon: add a feature bit to let Guest OS deflate balloon on oomDenis V. Lunev2015-06-231-0/+1
* | | hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT tableShannon Zhao2015-06-261-0/+12
| |/ |/|
* | virtio-input: evdev passthroughGerd Hoffmann2015-06-231-0/+13
* | virtio-input: move properties, use virtio_instance_init_commonGerd Hoffmann2015-06-231-8/+1
|/
* Merge remote-tracking branch 'remotes/afaerber/tags/qom-devices-for-peter' in...Peter Maydell2015-06-221-4/+3
|\
| * qdev: Un-deprecate qdev_init_nofail()Markus Armbruster2015-06-191-2/+2
| * qdev: Deprecated qdev_init() is finally unused, dropMarkus Armbruster2015-06-191-2/+1
| * qom: Make enum string tables const-correctDaniel P. Berrange2015-06-191-1/+1
OpenPOWER on IntegriCloud