aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
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 Auger3-0/+10
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-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 Maydell6-20/+62
2020-06-26hyperv: vmbus: Remove the 2nd IRQJon Doron1-2/+1
2020-06-26osdep: Make MIN/MAX evaluate arguments only onceEric Blake4-18/+58
2020-06-26softfloat: return low bits of quotient from floatx80_modremJoseph Myers1-1/+2
2020-06-26softfloat: merge floatx80_mod and floatx80_remJoseph Myers1-0/+2
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
2020-06-26hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé1-7/+1
2020-06-26hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé1-2/+2
2020-06-26Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell1-0/+5
2020-06-26Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell4-10/+26
2020-06-26mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland1-0/+1
2020-06-26adb: add autopoll_blocked variable to block autopollMark Cave-Ayland1-0/+4
2020-06-26adb: add status field for holding information about the last ADB requestMark Cave-Ayland1-0/+4
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland1-0/+1
2020-06-26adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland1-0/+3
2020-06-26mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-1/+0
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-3/+0
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-4/+0
2020-06-26adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland1-0/+13
2020-06-26pmu: fix duplicate autopoll mask variableMark Cave-Ayland1-1/+0
2020-06-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland1-1/+0
2020-06-26spapr: Fix typos in comments and macro indentationGustavo Romero1-1/+1
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-21/+1
2020-06-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell3-4/+18
2020-06-24acpi: Some build_tpm2() code reshapeEric Auger1-18/+0
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2-1/+1
2020-06-24floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann1-2/+0
2020-06-24Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...Peter Maydell1-0/+72
2020-06-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...Peter Maydell1-0/+35
2020-06-23coroutine: support SafeStack in ucontext backendDaniele Buono1-0/+5
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster1-3/+13