summaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2020-03-19target/rx: TCG helpersYoshinori Sato
2020-03-19target/rx: TCG translationYoshinori Sato
2020-03-19Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-requ...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-gdbstub-1...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-03-17' into...Peter Maydell
2020-03-18Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.0-20200317' into...Peter Maydell
2020-03-17hw/i386: Update structures to save the number of nodes per packageBabu Moger
2020-03-17hw/i386: Consolidate topology functionsBabu Moger
2020-03-17cpu: Use DeviceClass reset instead of a special CPUClass resetPeter Maydell
2020-03-17i386: Add 2nd Generation AMD EPYC processorsMoger, Babu
2020-03-17i386: Add missing cpu feature bits in EPYC modelMoger, Babu
2020-03-17target/i386: Add new property note to versioned CPU modelsTao Xu
2020-03-17target/i386: Add Denverton-v2 (no MPX) CPU modelTao Xu
2020-03-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2020-03-17target/arm: don't bother with id_aa64pfr0_read for USER_ONLYAlex Bennée
2020-03-17target/arm: generate xml description of our SVE registersAlex Bennée
2020-03-17target/arm: default SVE length to 64 bytes for linux-userAlex Bennée
2020-03-17target/arm: explicitly encode regnum in our XMLAlex Bennée
2020-03-17target/arm: prepare for multiple dynamic XMLsAlex Bennée
2020-03-17gdbstub: extend GByteArray to read register helpersAlex Bennée
2020-03-17target/i386: use gdb_get_reg helpersAlex Bennée
2020-03-17target/m68k: use gdb_get_reg helpersAlex Bennée
2020-03-17target/arm: use gdb_get_reg helpersAlex Bennée
2020-03-17Use &error_abort instead of separate assert()Markus Armbruster
2020-03-17target/ppc: allow ppc_cpu_do_system_reset to take an alternate vectorNicholas Piggin
2020-03-17ppc/spapr: Fix FWNMI machine check interrupt deliveryNicholas Piggin
2020-03-17target/ppc: Fix rlwinm on ppc64Vitaly Chikunov
2020-03-16target/riscv: Fix VS mode interrupts forwarding.Rajnesh Kanwal
2020-03-16target/riscv: Correctly implement TSR trapAlistair Francis
2020-03-17spapr,ppc: Simplify signature of kvmppc_rma_size()David Gibson
2020-03-17target/ppc: Don't store VRMA SLBE persistentlyDavid Gibson
2020-03-17target/ppc: Only calculate RMLS derived RMA limit on demandDavid Gibson
2020-03-17target/ppc: Correct RMLS tableDavid Gibson
2020-03-17target/ppc: Streamline calculation of RMA limit from LPCR[RMLS]David Gibson
2020-03-17target/ppc: Use class fields to simplify LPCR maskingDavid Gibson
2020-03-17target/ppc: Remove RMOR register from POWER9 & POWER10David Gibson
2020-03-17spapr, ppc: Remove VPM0/RMLS hacks for POWER9David Gibson
2020-03-17target/ppc: Introduce ppc_hash64_use_vrma() helperDavid Gibson
2020-03-17target/ppc: Correct handling of real mode accesses with vhyp on hash MMUDavid Gibson
2020-03-17ppc: Remove stub of PPC970 HID4 implementationDavid Gibson
2020-03-17ppc: Remove stub support for 32-bit hypervisor modeDavid Gibson
2020-03-17ppc: Officially deprecate the CPU "compat" propertyGreg Kurz
2020-03-16WHPX: Use proper synchronization primitives while processingSunil Muthuswamy
2020-03-16i386: Fix GCC warning with snprintf when HAX is enabledJulio Faracco
2020-03-16qom/object: Use common get/set uint helpersFelipe Franciosi
2020-03-16WHPX: Use QEMU values for trapped CPUIDSunil Muthuswamy
2020-03-16WHPX: TSC get and set should be dependent on VM stateSunil Muthuswamy
2020-03-16misc: Replace zero-length arrays with flexible array member (manual)Philippe Mathieu-Daudé
2020-03-12target/arm: kvm: Inject events at the last stage of syncBeata Michalska
2020-03-12target/arm/kvm: Let kvm_arm_vgic_probe() return a bitmapEric Auger