summaryrefslogtreecommitdiffstats
path: root/include/hw
Commit message (Expand)AuthorAgeFilesLines
* qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster2020-07-101-2/+2
* qom: Put name parameter before value / visitor parameterMarkus Armbruster2020-07-101-1/+1
* Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell2020-07-091-0/+43
|\
| * hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé2020-07-031-0/+43
* | Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell2020-07-083-13/+7Star
|\ \
| * | audio: set default value for pcspk.iobase propertyGerd Hoffmann2020-07-061-5/+1Star
| * | audio: create pcspk device earlyGerd Hoffmann2020-07-061-0/+1
| * | audio: rework pcspk_init()Gerd Hoffmann2020-07-061-5/+1Star
| * | pc_basic_device_init: drop no_vmport argGerd Hoffmann2020-07-061-1/+0Star
| * | pc_basic_device_init: drop has_pit argGerd Hoffmann2020-07-061-1/+0Star
| * | pc_basic_device_init: pass PCMachineStateGerd Hoffmann2020-07-061-1/+2
| * | audio: add deprecated_register_soundhwGerd Hoffmann2020-07-061-0/+2
* | | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-07-078-3/+145
|\ \ \ | |/ / |/| |
| * | vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-073-1/+36
| * | vhost: introduce new VhostOps vhost_force_iommuCindy Lu2020-07-031-0/+3
| * | vhost: implement vhost_vq_get_addr methodCindy Lu2020-07-031-0/+4
| * | vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu2020-07-031-0/+6
| * | vhost: introduce new VhostOps vhost_dev_startCindy Lu2020-07-031-0/+2
| * | virtio-bus: introduce queue_enabled methodJason Wang2020-07-031-0/+4
| * | numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand2020-07-031-0/+1
| * | virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand2020-07-031-0/+3
| * | virtio-mem: Allow notifiers for size changesDavid Hildenbrand2020-07-031-0/+5
| * | virtio-pci: Proxy for virtio-memDavid Hildenbrand2020-07-031-0/+1
| * | virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand2020-07-031-0/+78
| * | vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
* | | Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2020-07-031-2/+0Star
* | | hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-1/+0Star
* | | hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-3/+0Star
* | | hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell2020-07-031-0/+56
* | | hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell2020-07-031-3/+0Star
* | | ssi: Add ssi_realize_and_unref()Peter Maydell2020-07-031-0/+26
* | | hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones2020-07-031-0/+1
* | | hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger2020-07-031-0/+7
* | | virtio-iommu: Implement RESV_MEM probe requestEric Auger2020-07-031-0/+2
* | | qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger2020-07-031-0/+3
* | | Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois2020-07-031-0/+2
* | | Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois2020-07-031-0/+1
| |/ |/|
* | qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-2/+1Star
* | qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-1/+1
|/
* Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell2020-06-263-16/+14Star
|\
| * hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé2020-06-261-0/+1
| * hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé2020-06-261-0/+1
| * hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé2020-06-261-3/+3
| * hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé2020-06-261-5/+5
| * hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé2020-06-261-1/+1
| * hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2020-06-261-0/+2
| * hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé2020-06-261-7/+1Star
| * hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé2020-06-261-2/+2
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-261-2/+1Star
|\ \ | |/ |/|
| * hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-261-2/+1Star