summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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/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-266-20/+62
|\ \
| * | hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-261-2/+1Star
| * | 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
* | | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell2020-06-264-10/+26
|\ \ \
| * | | mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2020-06-261-0/+1
| * | | adb: add autopoll_blocked variable to block autopollMark Cave-Ayland2020-06-261-0/+4
| * | | adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-261-0/+4
| * | | adb: keep track of devices with pending dataMark Cave-Ayland2020-06-261-0/+1
| * | | adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2020-06-261-0/+3
| * | | mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-1/+0Star
| * | | pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-3/+0Star
| * | | cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-4/+0Star
| * | | adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland2020-06-261-0/+13
| * | | pmu: fix duplicate autopoll mask variableMark Cave-Ayland2020-06-261-1/+0Star
| * | | adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland2020-06-261-1/+0Star
| | |/ | |/|
* / | spapr: Fix typos in comments and macro indentationGustavo Romero2020-06-261-1/+1
|/ /
* | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-06-253-21/+1Star
|\ \
| * | acpi: Some build_tpm2() code reshapeEric Auger2020-06-241-18/+0Star
| * | floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2020-06-242-1/+1
| * | floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann2020-06-241-2/+0Star
* | | Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell2020-06-253-4/+18
|\ \ \
| * | | qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster2020-06-231-3/+13
| * | | qdev: Improve netdev property override error a bitMarkus Armbruster2020-06-231-0/+2
| * | | blockdev: Deprecate -drive with bogus interface typeMarkus Armbruster2020-06-231-0/+2
| * | | fdc: Open-code fdctrl_init_isa()Markus Armbruster2020-06-231-1/+0Star
| * | | fdc: Reject clash between -drive if=floppy and -global isa-fdcMarkus Armbruster2020-06-231-0/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...Peter Maydell2020-06-241-0/+72
|\ \ \ | |_|/ |/| |
| * | hw/tpm: Make 'tpm_util.h' publicly accessible as "sysemu/tpm_util.h"Philippe Mathieu-Daudé2020-06-191-0/+72
* | | Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...Peter Maydell2020-06-231-0/+35
|\ \ \
| * | | hw/i2c: Add header for ARM SBCon two-wire serial bus interfacePhilippe Mathieu-Daudé2020-06-231-0/+35
| | |/ | |/|