summaryrefslogtreecommitdiffstats
path: root/hw
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-2613-28/+43
|\
| * ibex_uart: fix XOR-as-powPaolo Bonzini2020-06-261-1/+1
| * vmport: move compat properties to hw_compat_5_0Paolo Bonzini2020-06-261-4/+4
| * hyperv: vmbus: Remove the 2nd IRQJon Doron2020-06-262-5/+2Star
| * numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov2020-06-266-3/+11
| * osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-261-1/+1
| * xen: Actually fix build without passthroughAnthony PERARD2020-06-261-1/+1
| * hw/scsi/megasas: Fix possible out-of-bounds array access in tracepointsThomas Huth2020-06-261-13/+23
* | Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell2020-06-269-273/+594
|\ \
| * | adb: add ADB bus trace eventsMark Cave-Ayland2020-06-262-1/+27
| * | adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland2020-06-263-22/+22
| * | adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2020-06-262-7/+6Star
| * | mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2020-06-262-119/+259
| * | mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland2020-06-261-14/+10Star
| * | pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+3
| * | cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland2020-06-261-0/+5
| * | adb: add autopoll_blocked variable to block autopollMark Cave-Ayland2020-06-261-0/+21
| * | adb: use adb_request() only for explicit requestsMark Cave-Ayland2020-06-261-2/+8
| * | adb: add status field for holding information about the last ADB requestMark Cave-Ayland2020-06-261-3/+11
| * | adb: keep track of devices with pending dataMark Cave-Ayland2020-06-261-1/+15
| * | adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2020-06-262-0/+17
| * | mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-12/+10Star
| * | pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-24/+15Star
| * | cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2020-06-261-33/+23Star
| * | adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland2020-06-261-0/+77
| * | adb: introduce realize/unrealize and VMStateDescription for ADB busMark Cave-Ayland2020-06-261-0/+32
| * | pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland2020-06-261-2/+2
| * | pmu: fix duplicate autopoll mask variableMark Cave-Ayland2020-06-261-8/+7Star
| * | cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland2020-06-261-7/+8
| * | adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland2020-06-264-43/+40Star
| * | adb: coding style update to fix checkpatch errorsMark Cave-Ayland2020-06-261-4/+5
| |/
* | ppc/pnv: Silence missing BMC warning with qtestGreg Kurz2020-06-261-3/+6
* | spapr: Fix typos in comments and macro indentationGustavo Romero2020-06-261-3/+3
* | spapr: Simplify some warning printing paths in spapr_caps.cGreg Kurz2020-06-261-22/+6Star
|/
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2020-06-2510-266/+258Star
|\
| * Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridgeAni Sinha2020-06-251-10/+11
| * Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz2020-06-241-6/+6
| * arm/acpi: Add the TPM2.0 device under the DSDTEric Auger2020-06-241-0/+34
| * acpi: Some build_tpm2() code reshapeEric Auger2020-06-241-19/+32
| * acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann2020-06-241-11/+0Star
| * acpi: drop build_piix4_pm()Gerd Hoffmann2020-06-241-16/+0Star
| * acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann2020-06-241-23/+0Star
| * acpi: simplify build_isa_devices_aml()Gerd Hoffmann2020-06-241-10/+6Star
| * acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann2020-06-243-23/+30
| * acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann2020-06-242-39/+31Star
| * floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2020-06-242-26/+25Star
| * floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann2020-06-241-2/+2
| * acpi: move aml builder code for floppy deviceGerd Hoffmann2020-06-242-83/+83
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell2020-06-2535-190/+217
|\ \
| * | sd/milkymist-memcard: Fix error API violationMarkus Armbruster2020-06-231-1/+1