summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
* | | hw/rx: Add RX GDB simulatorYoshinori Sato2020-06-221-0/+4
* | | hw/rx: Register R5F562N7 and R5F562N8 MCUsPhilippe Mathieu-Daudé2020-06-221-11/+8Star
* | | hw/rx: RX62N microcontroller (MCU)Yoshinori Sato2020-06-221-0/+75
* | | hw/char: RX62N serial communication interface (SCI)Yoshinori Sato2020-06-221-0/+51
* | | hw/timer: RX62N compare match timer (CMT)Yoshinori Sato2020-06-221-0/+40
* | | hw/timer: RX62N 8-Bit timer (TMR)Yoshinori Sato2020-06-221-0/+55
* | | hw/intc: RX62N interrupt controller (ICUa)Yoshinori Sato2020-06-221-0/+76
* | | hw/sh4: Extract timer definitions to 'hw/timer/tmu012.h'Philippe Mathieu-Daudé2020-06-222-9/+23
* | | hw/sh4: Use MemoryRegion typedefPhilippe Mathieu-Daudé2020-06-221-3/+2Star
|/ /
* | hw/riscv: sifive_u: Add a dummy DDR memory controller deviceBin Meng2020-06-191-0/+1
* | hw/riscv: sifive_u: Support different boot source per MSEL pin stateBin Meng2020-06-191-0/+6
* | hw/riscv: sifive_u: Add a new property msel for MSEL pin stateBin Meng2020-06-191-0/+1
* | hw/riscv: sifive_u: Hook a GPIO controllerBin Meng2020-06-191-0/+19
* | hw/riscv: sifive_gpio: Add a new 'ngpio' propertyBin Meng2020-06-191-0/+3
* | hw/riscv: sifive_gpio: Clean up the codesBin Meng2020-06-191-3/+4
* | riscv/opentitan: Connect the UART deviceAlistair Francis2020-06-191-0/+13