summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | vhost_net: introduce set_config & get_configCindy Lu2020-07-031-0/+5
| * | | 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
| * | | net: introduce qemu_get_peerCindy Lu2020-07-031-0/+1
| * | | 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
| * | | migration/colo: Use ram_block_discard_disable()David Hildenbrand2020-07-021-1/+1
| * | | virtio-balloon: Rip out qemu_balloon_inhibit()David Hildenbrand2020-07-022-2/+2
| * | | vfio: Convert to ram_block_discard_disable()David Hildenbrand2020-07-021-2/+2
| * | | exec: Introduce ram_block_discard_(disable|require)()David Hildenbrand2020-07-021-0/+41
* | | | Merge remote-tracking branch 'remotes/vivier2/tags/linux-user-for-5.1-pull-re...Peter Maydell2020-07-061-0/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | linux-user: Add strace support for printing arguments of ioctl()Filip Bozuta2020-07-041-0/+1
| |/ /
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200703'...Peter Maydell2020-07-0411-9/+105
|\ \ \
| * | | Replace uses of FROM_SSI_SLAVE() macro with QOM castsPeter Maydell2020-07-031-2/+0
| * | | hw/arm/pxa2xx_pic: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-1/+0
| * | | hw/gpio/zaurus.c: Use LOG_GUEST_ERROR for bad guest register accessesPeter Maydell2020-07-031-3/+0
| * | | 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/+0
| * | | 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-033-0/+10
| * | | 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
| | |/ | |/|
* / | migration: Count new_dirty instead of real_dirtyKeqian Zhu2020-07-031-4/+1
|/ /
* | qdev: Drop qbus_set_hotplug_handler() parameter @errpMarkus Armbruster2020-07-021-2/+1
* | 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/+14
|\
| * 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/+1
| * 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-266-20/+62
|\ \
| * | hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-261-2/+1
| * | osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-264-18/+58
| * | softfloat: return low bits of quotient from floatx80_modremJoseph Myers2020-06-261-1/+2
| * | softfloat: merge floatx80_mod and floatx80_remJoseph Myers2020-06-261-0/+2
* | | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell2020-06-261-0/+5
|\ \ \ | |_|/ |/| |
| * | coroutine: support SafeStack in ucontext backendDaniele Buono2020-06-231-0/+5