summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: inline bdrv_unallocated_blocks_are_zero()Vladimir Sementsov-Ogievskiy2020-07-061-1/+0Star
* block/core: add generic infrastructure for x-blockdev-amend qmp commandMaxim Levitsky2020-07-061-6/+15
* block/amend: separate amend and create options for qemu-imgMaxim Levitsky2020-07-061-0/+4
* block/amend: add 'force' optionMaxim Levitsky2020-07-062-0/+2
* qcrypto/core: add generic infrastructure for crypto options amendmentMaxim Levitsky2020-07-061-0/+22
* 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/+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-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/+1Star
|/
* 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-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
|/ /