aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-13target/riscv: Make the short cut really work in pmp_hart_has_privsWeiwei Li
2023-06-13target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmpWeiwei Li
2023-06-13target/riscv: Update pmp_get_tlb_size()Weiwei Li
2023-06-13target/riscv: rework write_misa()Daniel Henrique Barboza
2023-06-13target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()Daniel Henrique Barboza
2023-06-13target/riscv/cpu.c: validate extensions before riscv_timer_init()Daniel Henrique Barboza
2023-06-13target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()Daniel Henrique Barboza
2023-06-13target/riscv/cpu.c: add priv_spec validate/disable_exts helpersDaniel Henrique Barboza
2023-06-13target/riscv: Update check for Zca/Zcf/ZcdWeiwei Li
2023-06-13target/riscv: Mask the implicitly enabled extensions in isa_string based on p...Weiwei Li
2023-06-13target/riscv: add PRIV_VERSION_LATESTDaniel Henrique Barboza
2023-06-13target/riscv/cpu.c: remove set_priv_version()Daniel Henrique Barboza
2023-06-13target/riscv/cpu.c: remove set_vext_version()Daniel Henrique Barboza
2023-06-13target/riscv/cpu.c: add riscv_cpu_validate_v()Daniel Henrique Barboza
2023-06-13target/riscv: Move zc* out of the experimental propertiesWeiwei Li
2023-06-13target/riscv/vector_helper.c: skip set tail when vta is zeroDaniel Henrique Barboza
2023-06-10Merge tag 'pull-ppc-20230610' of https://gitlab.com/danielhb/qemu into stagingRichard Henderson
2023-06-10Merge tag 'trivial-patches-20230610' of https://gitlab.com/mjt0k/qemu into st...Richard Henderson
2023-06-10hw/ppc/Kconfig: MAC_NEWWORLD should always select USB_OHCI_PCIThomas Huth
2023-06-10target/ppc: Implement gathering irq statisticsBALATON Zoltan
2023-06-10tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirpThomas Huth
2023-06-10hw/ppc/openpic: Do not open-code ROUND_UP() macroPhilippe Mathieu-Daudé
2023-06-10target/ppc: Decrementer fix BookE semanticsNicholas Piggin
2023-06-10target/ppc: Fix decrementer time underflow and infinite timer loopNicholas Piggin
2023-06-10target/ppc: Rework store conditional to avoid branchNicholas Piggin
2023-06-10target/ppc: Remove larx/stcx. memory barrier semanticsNicholas Piggin
2023-06-10target/ppc: Ensure stcx size matches larxNicholas Piggin
2023-06-10target/ppc: Fix lqarx to set cpu_reserveNicholas Piggin
2023-06-10target/ppc: Eliminate goto in mmubooke_check_tlb()BALATON Zoltan
2023-06-10target/ppc: Change ppcemb_tlb_check() to return boolBALATON Zoltan
2023-06-10target/ppc: Simplify ppcemb_tlb_search()BALATON Zoltan
2023-06-10target/ppc: Remove some unneded line breaksBALATON Zoltan
2023-06-10target/ppc: Move ppcemb_tlb_search() to mmu_common.cBALATON Zoltan
2023-06-10target/ppc: Remove "ext" parameter of ppcemb_tlb_check()BALATON Zoltan
2023-06-10target/ppc: Remove single use functionBALATON Zoltan
2023-06-10target/ppc: PMU implement PERFM interruptsNicholas Piggin
2023-06-10target/ppc: Support directed privileged doorbell interrupt (SDOOR)Nicholas Piggin
2023-06-10target/ppc: Fix msgclrp interrupt typeNicholas Piggin
2023-06-10target/ppc: PMU do not clear MMCR0[FCECE] on performance monitor alertNicholas Piggin
2023-06-10target/ppc: Fix PMU hflags calculationNicholas Piggin
2023-06-10pnv/xive2: Quiet down some error messagesFrederic Barrat
2023-06-10target/ppc: Fix nested-hv HEAI deliveryNicholas Piggin
2023-06-10pnv/xive2: Handle TIMA access through all portsFrederic Barrat
2023-06-10pnv/xive2: Introduce macros to manipulate TIMA addressesFrederic Barrat
2023-06-10pnv/xive2: Allow writes to the Physical Thread Enable registersFrederic Barrat
2023-06-10pnv/xive2: Add definition for the ESB cache configuration registerFrederic Barrat
2023-06-10pnv/xive2: Add definition for TCTXT Config registerFrederic Barrat
2023-06-10linux-user: elfload: Specify -R is an option for qemu-user binariesAndrew Jeffery
2023-06-10linux-user: elfload: s/min_mmap_addr/mmap_min_addr/Andrew Jeffery
2023-06-10vnc: move assert in vnc_worker_thread_loopAnastasia Belova