aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-06-26target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson4-8/+153
2020-06-26target/arm: Simplify DC_ZVARichard Henderson1-70/+26
2020-06-26target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson1-0/+24
2020-06-26target/arm: Implement the STGP instructionRichard Henderson1-3/+26
2020-06-26target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson5-5/+386
2020-06-26target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson2-3/+3
2020-06-26target/arm: Implement the SUBP instructionRichard Henderson1-2/+22
2020-06-26target/arm: Implement the GMI instructionRichard Henderson1-0/+15
2020-06-26target/arm: Implement the ADDG, SUBG instructionsRichard Henderson4-0/+71
2020-06-26target/arm: Revise decoding for disas_add_sub_immRichard Henderson1-15/+8
2020-06-26target/arm: Implement the IRG instructionRichard Henderson5-0/+98
2020-06-26target/arm: Add MTE bits to tb_flagsRichard Henderson5-4/+75
2020-06-26target/arm: Add MTE system registersRichard Henderson4-0/+128
2020-06-26target/arm: Add DISAS_UPDATE_NOCHAINRichard Henderson3-0/+9
2020-06-26target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXITRichard Henderson4-18/+20
2020-06-26target/arm: Add support for MTE to HCR_EL2 and SCR_EL3Richard Henderson1-3/+11
2020-06-26target/arm: Add support for MTE to SCTLR_ELxRichard Henderson1-6/+17
2020-06-26target/arm: Improve masking of SCR RES0 bitsRichard Henderson1-7/+8
2020-06-26target/arm: Add isar tests for mteRichard Henderson1-0/+10
2020-06-26hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé2-0/+7
2020-06-26hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé2-0/+16
2020-06-26hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé1-4/+9
2020-06-26hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé2-0/+42
2020-06-26hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé2-0/+19
2020-06-26hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé2-21/+51
2020-06-26hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé2-45/+45
2020-06-26hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé2-6/+6
2020-06-26hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2-2/+18
2020-06-26hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé2-11/+8
2020-06-26hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé2-12/+12
2020-06-26hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé1-3/+3
2020-06-26Merge remote-tracking branch 'remotes/mcayland/tags/qemu-macppc-20200626' int...Peter Maydell13-283/+620
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-Ayland3-119/+260
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-Ayland2-0/+25
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-Ayland2-3/+15
2020-06-26adb: keep track of devices with pending dataMark Cave-Ayland2-1/+16
2020-06-26adb: introduce new ADBDeviceHasData method to ADBDeviceClassMark Cave-Ayland3-0/+20
2020-06-26mac_via: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2-13/+10
2020-06-26pmu: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2-27/+15
2020-06-26cuda: convert to use ADBBusState internal autopoll variablesMark Cave-Ayland2-37/+23
2020-06-26adb: create autopoll variables directly within ADBBusStateMark Cave-Ayland2-0/+90
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