aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2020-06-26Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell9-273/+594
2020-06-26adb: add ADB bus trace eventsMark Cave-Ayland2-1/+27
2020-06-26adb: use adb_device prefix for ADB device trace eventsMark Cave-Ayland3-22/+22
2020-06-26adb: only call autopoll callbacks when autopoll is not blockedMark Cave-Ayland2-7/+6
2020-06-26mac_via: rework ADB state machine to be compatible with both MacOS and LinuxMark Cave-Ayland2-119/+259
2020-06-26mac_via: move VIA1 portB write logic into mos6522_q800_via1_write()Mark Cave-Ayland1-14/+10
2020-06-26pmu: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+3
2020-06-26cuda: add adb_autopoll_block() and adb_autopoll_unblock() functionsMark Cave-Ayland1-0/+5
2020-06-26adb: add autopoll_blocked variable to block autopollMark Cave-Ayland1-0/+21
2020-06-26adb: use adb_request() only for explicit requestsMark Cave-Ayland1-2/+8
2020-06-26adb: add status field for holding information about the last ADB requestMark Cave-Ayland1-3/+11
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland1-1/+15
2020-06-26adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland2-0/+17
2020-06-26mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-12/+10
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-24/+15
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland1-33/+23
2020-06-26adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland1-0/+77
2020-06-26adb: introduce realize/unrealize and VMStateDescription for ADB busMark Cave-Ayland1-0/+32
2020-06-26pmu: honour autopoll_rate_ms when rearming the ADB autopoll timerMark Cave-Ayland1-2/+2
2020-06-26pmu: fix duplicate autopoll mask variableMark Cave-Ayland1-8/+7
2020-06-26cuda: convert ADB autopoll timer from ns to msMark Cave-Ayland1-7/+8
2020-06-26adb: fix adb-mouse read length and revert disable-reg3-direct-writes workaroundMark Cave-Ayland4-43/+40
2020-06-26adb: coding style update to fix checkpatch errorsMark Cave-Ayland1-4/+5
2020-06-26ppc/pnv: Silence missing BMC warning with qtestGreg Kurz1-3/+6
2020-06-26spapr: Fix typos in comments and macro indentationGustavo Romero1-3/+3
2020-06-26spapr: Simplify some warning printing paths in spapr_caps.cGreg Kurz1-22/+6
2020-06-25Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell10-266/+258
2020-06-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qdev-2020-06-23' into ...Peter Maydell35-190/+217
2020-06-24Rename use_acpi_pci_hotplug to more appropriate use_acpi_hotplug_bridgeAni Sinha1-10/+11
2020-06-24Stop vhost-user sending uninitialized mmap_offsetsRaphael Norwitz1-6/+6
2020-06-24arm/acpi: Add the TPM2.0 device under the DSDTEric Auger1-0/+34
2020-06-24acpi: Some build_tpm2() code reshapeEric Auger1-19/+32
2020-06-24acpi: q35: drop _SB.PCI0.ISA.LPCD opregion.Gerd Hoffmann1-11/+0
2020-06-24acpi: drop build_piix4_pm()Gerd Hoffmann1-16/+0
2020-06-24acpi: drop serial/parallel enable bits from dsdtGerd Hoffmann1-23/+0
2020-06-24acpi: simplify build_isa_devices_aml()Gerd Hoffmann1-10/+6
2020-06-24acpi: factor out fw_cfg_add_acpi_dsdt()Gerd Hoffmann3-23/+30
2020-06-24acpi: move aml builder code for i8042 (kbd+mouse) deviceGerd Hoffmann2-39/+31
2020-06-24floppy: move cmos_get_fd_drive_type() from pcGerd Hoffmann2-26/+25
2020-06-24floppy: make isa_fdc_get_drive_max_chs staticGerd Hoffmann1-2/+2
2020-06-24acpi: move aml builder code for floppy deviceGerd Hoffmann2-83/+83
2020-06-24Merge remote-tracking branch 'remotes/stefanberger/tags/pull-tpm-2020-06-23-1...Peter Maydell18-2280/+47
2020-06-23Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20200623'...Peter Maydell11-36/+203
2020-06-23sd/milkymist-memcard: Fix error API violationMarkus Armbruster1-1/+1
2020-06-23sd/pxa2xx_mmci: Don't crash on pxa2xx_mmci_init() errorMarkus Armbruster1-12/+3
2020-06-23arm/aspeed: Drop aspeed_board_init_flashes() parameter @errpMarkus Armbruster1-6/+6
2020-06-23qdev: Make qdev_prop_set_drive() match the other helpersMarkus Armbruster31-56/+61
2020-06-23qdev: Reject chardev property overrideMarkus Armbruster1-0/+8
2020-06-23qdev: Reject drive property overrideMarkus Armbruster1-0/+8
2020-06-23qdev: Improve netdev property override error a bitMarkus Armbruster2-3/+44