aboutsummaryrefslogtreecommitdiff
path: root/include/hw
AgeCommit message (Expand)AuthorFilesLines
2020-07-10apic: Report current_count via 'info lapic'Jan Kiszka1-0/+1
2020-07-10cpu-throttle: new module, extracted from cpus.cClaudio Fontana1-37/+0
2020-07-10qdev: Make functions taking Error ** return bool, not voidMarkus Armbruster1-2/+2
2020-07-10qom: Put name parameter before value / visitor parameterMarkus Armbruster1-1/+1
2020-07-09Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int...Peter Maydell1-0/+43
2020-07-08Merge remote-tracking branch 'remotes/kraxel/tags/audio-20200706-pull-request...Peter Maydell3-13/+7
2020-07-07Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell8-3/+145
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu3-1/+36
2020-07-06audio: set default value for pcspk.iobase propertyGerd Hoffmann1-5/+1
2020-07-06audio: create pcspk device earlyGerd Hoffmann1-0/+1
2020-07-06audio: rework pcspk_init()Gerd Hoffmann1-5/+1
2020-07-06pc_basic_device_init: drop no_vmport argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: drop has_pit argGerd Hoffmann1-1/+0
2020-07-06pc_basic_device_init: pass PCMachineStateGerd Hoffmann1-1/+2
2020-07-06audio: add deprecated_register_soundhwGerd Hoffmann1-0/+2
2020-07-03hw/nvram/fw_cfg: Add the FW_CFG_DATA_GENERATOR interfacePhilippe Mathieu-Daudé1-0/+43
2020-07-03Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell1-2/+0
2020-07-03hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-1/+0
2020-07-03hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell1-3/+0
2020-07-03hw/misc/max111x: Create header file for documentation, TYPE_ macrosPeter Maydell1-0/+56
2020-07-03hw/misc/max111x: Use GPIO lines rather than max111x_set_input()Peter Maydell1-3/+0
2020-07-03ssi: Add ssi_realize_and_unref()Peter Maydell1-0/+26
2020-07-03hw/arm/virt-acpi-build: Only expose flash on older machine typesAndrew Jones1-0/+1
2020-07-03hw/arm/virt: Let the virtio-iommu bypass MSIsEric Auger1-0/+7
2020-07-03virtio-iommu: Implement RESV_MEM probe requestEric Auger1-0/+2
2020-07-03qdev: Introduce DEFINE_PROP_RESERVED_REGIONEric Auger1-0/+3
2020-07-03Add the ability to select a different PHY for each i.MX6UL FEC interfaceJean-Christophe Dubois1-0/+2
2020-07-03Add a phy-num property to the i.MX FEC emulatorJean-Christophe Dubois1-0/+1
2020-07-03vhost: introduce new VhostOps vhost_force_iommuCindy Lu1-0/+3
2020-07-03vhost: implement vhost_vq_get_addr methodCindy Lu1-0/+4
2020-07-03vhost: introduce new VhostOps vhost_vq_get_addrCindy Lu1-0/+6
2020-07-03vhost: introduce new VhostOps vhost_dev_startCindy Lu1-0/+2
2020-07-03virtio-bus: introduce queue_enabled methodJason Wang1-0/+4
2020-07-03numa: Auto-enable NUMA when any memory devices are possibleDavid Hildenbrand1-0/+1
2020-07-03virtio-mem: Exclude unplugged memory during migrationDavid Hildenbrand1-0/+3
2020-07-03virtio-mem: Allow notifiers for size changesDavid Hildenbrand1-0/+5
2020-07-03virtio-pci: Proxy for virtio-memDavid Hildenbrand1-0/+1
2020-07-03virtio-mem: Paravirtualized memory hot(un)plugDavid Hildenbrand1-0/+78
2020-07-02vfio: Convert to ram_block_discard_disable()David Hildenbrand1-2/+2
2020-07-02qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster1-2/+1
2020-07-02qdev: Drop qbus_set_bus_hotplug_handler() parameter @errpMarkus Armbruster1-1/+1
2020-06-26Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200626'...Peter Maydell3-16/+14
2020-06-26Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-2/+1
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-2/+1
2020-06-26hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé1-0/+1
2020-06-26hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé1-0/+1
2020-06-26hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé1-3/+3
2020-06-26hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé1-5/+5
2020-06-26hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé1-1/+1
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé1-0/+2