summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * target/arm: Add helper_mte_check_zvaRichard Henderson2020-06-263-1/+122
| * target/arm: Implement helper_mte_checkNRichard Henderson2020-06-262-1/+166
| * target/arm: Implement helper_mte_check1Richard Henderson2020-06-262-1/+179
| * target/arm: Add gen_mte_checkNRichard Henderson2020-06-264-16/+66
| * target/arm: Add gen_mte_check1Richard Henderson2020-06-265-24/+95
| * target/arm: Move regime_tcr to internals.hRichard Henderson2020-06-262-9/+9
| * target/arm: Move regime_el to internals.hRichard Henderson2020-06-262-36/+36
| * target/arm: Implement the access tag cache flushesRichard Henderson2020-06-261-0/+65
| * target/arm: Implement the LDGM, STGM, STZGM instructionsRichard Henderson2020-06-264-8/+153
| * target/arm: Simplify DC_ZVARichard Henderson2020-06-261-70/+26Star
| * target/arm: Restrict the values of DCZID.BS under TCGRichard Henderson2020-06-261-0/+24
| * target/arm: Implement the STGP instructionRichard Henderson2020-06-261-3/+26
| * target/arm: Implement LDG, STG, ST2G instructionsRichard Henderson2020-06-265-5/+386
| * target/arm: Define arm_cpu_do_unaligned_access for user-onlyRichard Henderson2020-06-262-3/+3
| * target/arm: Implement the SUBP instructionRichard Henderson2020-06-261-2/+22
| * target/arm: Implement the GMI instructionRichard Henderson2020-06-261-0/+15
| * target/arm: Implement the ADDG, SUBG instructionsRichard Henderson2020-06-264-0/+71
| * target/arm: Revise decoding for disas_add_sub_immRichard Henderson2020-06-261-15/+8Star
| * target/arm: Implement the IRG instructionRichard Henderson2020-06-265-0/+98
| * target/arm: Add MTE bits to tb_flagsRichard Henderson2020-06-265-4/+75
| * target/arm: Add MTE system registersRichard Henderson2020-06-264-0/+128
| * target/arm: Add DISAS_UPDATE_NOCHAINRichard Henderson2020-06-263-0/+9
| * target/arm: Rename DISAS_UPDATE to DISAS_UPDATE_EXITRichard Henderson2020-06-264-18/+20
| * target/arm: Add support for MTE to HCR_EL2 and SCR_EL3Richard Henderson2020-06-261-3/+11
| * target/arm: Add support for MTE to SCTLR_ELxRichard Henderson2020-06-261-6/+17
| * target/arm: Improve masking of SCR RES0 bitsRichard Henderson2020-06-261-7/+8
| * target/arm: Add isar tests for mteRichard Henderson2020-06-261-0/+10
| * hw/misc/pca9552: Model qdev output GPIOsPhilippe Mathieu-Daudé2020-06-262-0/+7
| * hw/misc/pca9552: Trace GPIO change eventsPhilippe Mathieu-Daudé2020-06-262-0/+16
| * hw/arm/aspeed: Describe each PCA9552 devicePhilippe Mathieu-Daudé2020-06-261-4/+9
| * hw/misc/pca9552: Trace GPIO High/Low eventsPhilippe Mathieu-Daudé2020-06-262-0/+42
| * hw/misc/pca9552: Add a 'description' property for debugging purposePhilippe Mathieu-Daudé2020-06-262-0/+19
| * hw/misc/pca9552: Add generic PCA955xClass, parent of TYPE_PCA9552Philippe Mathieu-Daudé2020-06-262-21/+51
| * hw/misc/pca9552: Rename generic code as pca955xPhilippe Mathieu-Daudé2020-06-262-45/+45
| * hw/misc/pca9552: Rename 'nr_leds' as 'pin_count'Philippe Mathieu-Daudé2020-06-262-6/+6
| * hw/i2c/core: Add i2c_try_create_slave() and i2c_realize_and_unref()Philippe Mathieu-Daudé2020-06-262-2/+18
| * hw/arm/aspeed: QOM'ify AspeedMachineStatePhilippe Mathieu-Daudé2020-06-262-11/+8Star
| * hw/arm/aspeed: Rename AspeedBoardState as AspeedMachineStatePhilippe Mathieu-Daudé2020-06-262-12/+12
| * hw/arm/aspeed: Remove extraneous MemoryRegion object ownerPhilippe Mathieu-Daudé2020-06-261-3/+3
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2020-06-2647-370/+6211
|\ \
| * | i386: Mask SVM features if nested SVM is disabledEduardo Habkost2020-06-262-2/+6
| * | 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-263-7/+3Star
| * | kvm: i386: allow TSC to differ by NTP correction bounds without TSC scalingMarcelo Tosatti2020-06-261-5/+41
| * | numa: forbid '-numa node, mem' for 5.1 and newer machine typesIgor Mammedov2020-06-268-24/+36
| * | osdep: Make MIN/MAX evaluate arguments only onceEric Blake2020-06-267-23/+63
| * | target/i386: Add notes for versioned CPU modelsTao Xu2020-06-261-0/+5
| * | target/i386: reimplement fpatan using floatx80 operationsJoseph Myers2020-06-262-4/+1554
| * | target/i386: reimplement fyl2x using floatx80 operationsJoseph Myers2020-06-262-111/+1423