aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-19target/arm: handle VMID change in secure stateRémi Denis-Courmont1-4/+9
2021-01-19target/arm: add ARMv8.4-SEL2 system registersRémi Denis-Courmont2-0/+31
2021-01-19target/arm: add MMU stage 1 for Secure EL2Rémi Denis-Courmont5-58/+124
2021-01-19target/arm: add 64-bit S-EL2 to EL exception tableRémi Denis-Courmont2-7/+7
2021-01-19target/arm: Define isar_feature function to test for presence of SEL2Rémi Denis-Courmont1-0/+5
2021-01-19target/arm: factor MDCR_EL2 common handlingRémi Denis-Courmont1-16/+22
2021-01-19target/arm: use arm_hcr_el2_eff() where applicableRémi Denis-Courmont1-13/+18
2021-01-19target/arm: use arm_is_el2_enabled() where applicableRémi Denis-Courmont3-29/+16
2021-01-19target/arm: add arm_is_el2_enabled() helperRémi Denis-Courmont1-0/+17
2021-01-19target/arm: remove redundant testsRémi Denis-Courmont2-10/+8
2021-01-19target/arm: Use object_property_add_bool for "sve" propertyRichard Henderson1-14/+10
2021-01-19target/arm: Add cpu properties to control pauthRichard Henderson6-4/+94
2021-01-19target/arm: Implement an IMPDEF pauth algorithmRichard Henderson3-9/+131
2021-01-19Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2021-01-1...Peter Maydell2-85/+169
2021-01-19Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.0-20210119' in...Peter Maydell17-486/+146
2021-01-19hw/m68k/next-cube: Add missing header comment to next-cube.hPeter Maydell1-0/+10
2021-01-19hw/m68k/next-cube: Add vmstate for NeXTPC devicePeter Maydell1-1/+33
2021-01-19hw/m68k/next-cube: Remove unused fields from NeXTStatePeter Maydell1-4/+0
2021-01-19hw/m68k/next-cube: Move rtc into NeXTPC structPeter Maydell1-14/+8
2021-01-19hw/m68k/next-cube: Make next_irq GPIO inputs to NEXT_PC devicePeter Maydell2-18/+6
2021-01-19hw/m68k/next-cube: Move int_status and int_mask to NeXTPC structPeter Maydell1-17/+16
2021-01-19hw/m68k/next-cube: Make next_irq take NeXTPC* as its opaquePeter Maydell1-8/+23
2021-01-19hw/m68k/next-cube: Move scr_ops into NeXTPC devicePeter Maydell1-25/+25
2021-01-19hw/m68k/next-cube: Move mmio_ops into NeXTPC devicePeter Maydell1-36/+44
2021-01-19hw/m68k/next-cube: Move register/interrupt functionality into a devicePeter Maydell1-0/+44
2021-01-19hw/m68k/next-cube: Make next_irq() function staticPeter Maydell2-3/+1
2021-01-19spapr_cpu_core.c: use g_auto* in spapr_create_vcpu()Daniel Henrique Barboza1-9/+3
2021-01-19spapr_rtas.c: fix identation of rtas_ibm_suspend_me() argsDaniel Henrique Barboza1-3/+3
2021-01-19spapr_hcall.c: make do_client_architecture_support staticDaniel Henrique Barboza2-5/+1
2021-01-19spapr.h: fix trailing whitespace in phb_placementDaniel Henrique Barboza1-1/+1
2021-01-19spapr: Improve handling of memory unplug with old guestsGreg Kurz5-14/+23
2021-01-19sam460ex: Use type cast macro instead of simple castBALATON Zoltan1-5/+2
2021-01-19Revert "ppc4xx: Move common dependency on serial to common option"BALATON Zoltan1-1/+4
2021-01-19Revert "sam460ex: Remove FDT_PPC dependency from KConfig"BALATON Zoltan1-0/+1
2021-01-19hw/ppc: Remove unused ppcuic_init()Peter Maydell3-47/+7
2021-01-19hw/ppc/ppc405_uc: Drop use of ppcuic_init()Peter Maydell3-33/+47
2021-01-19hw/intc/ppc-uic: Make default dcr-base 0xc0, not 0x30Peter Maydell1-1/+1
2021-01-19hw/ppc: Delete unused ppc405cr_init() codePeter Maydell2-351/+0
2021-01-19hw/ppc/sam460ex: Drop use of ppcuic_init()Peter Maydell1-16/+53
2021-01-18Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-6.0-pul...Peter Maydell4-5/+26
2021-01-18Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-misc-1801...Peter Maydell64-336/+982
2021-01-18hw/ide/ahci: Replace fprintf() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-3/+5
2021-01-18misc/mos6522: Use timer_free() in the finalize function to avoid memleakGan Qixin1-0/+9
2021-01-18pl031: Use timer_free() in the finalize function to avoid memleaksGan Qixin1-0/+8
2021-01-18hw/virtio-pci: Replace error_report() by qemu_log_mask(GUEST_ERROR)Philippe Mathieu-Daudé1-2/+4
2021-01-18Merge remote-tracking branch 'remotes/alistair/tags/pull-riscv-to-apply-20210...Peter Maydell20-902/+463
2021-01-18semihosting: Implement SYS_ISERRORKeith Packard1-0/+4
2021-01-18semihosting: Implement SYS_TMPNAMKeith Packard1-2/+19
2021-01-18semihosting: Implement SYS_ELAPSED and SYS_TICKFREQKeith Packard3-0/+22
2021-01-18riscv: Add semihosting support for user modeKito Cheng1-0/+5