aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell38-202/+471
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell1-6/+2
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell8-324/+251
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell7-222/+145
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée1-5/+15
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée3-5/+261
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée1-3/+4
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée3-8/+13
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée3-24/+30
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée37-119/+126
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée1-16/+11
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée1-18/+11
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée1-11/+7
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster1-6/+2
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin2-2/+5
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin2-22/+53
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov1-9/+11
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal1-1/+8
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis1-1/+1
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson2-7/+5
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson2-60/+35
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson2-4/+6
2020-03-17target/ppc: Correct RMLS tableDavid Gibson1-3/+4
2020-03-17target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson1-36/+27
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson3-39/+34
2020-03-17target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson1-2/+8
2020-03-17spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson1-8/+0
2020-03-17target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson1-22/+21
2020-03-17target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson1-25/+35
2020-03-17ppc: Remove stub of PPC970 HID4 implementationDavid Gibson2-40/+9
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson2-17/+10
2020-03-17ppc: Officially deprecate the CPU "compat" propertyGreg Kurz1-42/+2
2020-03-16WHPX: Use proper synchronization primitives while processingSunil Muthuswamy1-10/+7
2020-03-16i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco2-62/+4
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi2-116/+12
2020-03-16WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy1-24/+18
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy2-9/+103
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé1-1/+1
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska2-10/+20
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger2-6/+11
2020-03-12target/arm: Disable clean_data_tbi for system modeRichard Henderson1-0/+11
2020-03-12target/arm: Check addresses for disabled regimesRichard Henderson1-1/+34
2020-03-12target/arm: Fix some comment typosPeter Maydell2-2/+2
2020-03-12target/arm: Recalculate hflags correctly after writes to CONTROLPeter Maydell3-4/+16
2020-03-12target/arm: Update hflags in trans_CPS_v7m()Peter Maydell1-1/+4
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank1-1/+1
2020-03-05RISC-V: Add a missing "," in riscv_excp_namesPalmer Dabbelt1-2/+2
2020-03-05target/arm: Clean address for DC ZVARichard Henderson1-1/+1
2020-03-05target/arm: Use DEF_HELPER_FLAGS for helper_dc_zvaRichard Henderson1-1/+1
2020-03-05target/arm: Move helper_dc_zva to helper-a64.cRichard Henderson4-94/+92