Age | Commit message (Expand) | Author | Files | Lines |
2023-09-08 | target/ppc: use g_free() in test_opcode_table() | Daniel Henrique Barboza | 1 | -1/+1 |
2023-09-06 | target/ppc: Fix the order of kvm_enable judgment about kvmppc_set_interrupt() | jianchunfu | 1 | -1/+1 |
2023-09-06 | target/ppc: Flush inputs to zero with NJ in ppc_store_vscr | Richard Henderson | 1 | -0/+1 |
2023-09-06 | target/ppc: Fix LQ, STQ register-pair order for big-endian | Nicholas Piggin | 1 | -8/+8 |
2023-09-06 | spapr: Fix machine reset deadlock from replay-record | Nicholas Piggin | 2 | -0/+20 |
2023-09-06 | target/ppc: Fix CPU reservation migration for record-replay | Nicholas Piggin | 3 | -2/+30 |
2023-09-06 | target/ppc: Migrate DECR SPR | Nicholas Piggin | 1 | -0/+14 |
2023-09-06 | ppc/vhyp: reset exception state when handling vhyp hcall | Nicholas Piggin | 1 | -0/+3 |
2023-09-06 | target/ppc: Implement watchpoint debug facility for v2.07S | Nicholas Piggin | 10 | -3/+147 |
2023-09-06 | target/ppc: Implement breakpoint debug facility for v2.07S | Nicholas Piggin | 10 | -2/+98 |
2023-09-06 | target/ppc: Suppress single step interrupts on rfi-type instructions | Nicholas Piggin | 1 | -6/+17 |
2023-09-06 | target/ppc: Improve book3s branch trace interrupt for v2.07S | Nicholas Piggin | 3 | -11/+27 |
2023-09-06 | target/ppc: Remove single-step suppression inside 0x100-0xf00 | Nicholas Piggin | 1 | -2/+1 |
2023-09-06 | ppc: Add stub implementation of TRIG SPRs | Joel Stanley | 2 | -0/+12 |
2023-09-06 | target/ppc: Generate storage interrupts for radix RC changes | Shawn Anastasio | 1 | -25/+49 |
2023-08-31 | target/helpers: Remove unnecessary 'qemu/main-loop.h' header | Philippe Mathieu-Daudé | 7 | -7/+0 |
2023-08-31 | target/translate: Remove unnecessary 'exec/cpu_ldst.h' header | Philippe Mathieu-Daudé | 1 | -1/+0 |
2023-08-31 | target/ppc/pmu: Include missing 'qemu/timer.h' header | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-08-30 | gdbstub: replace global gdb_has_xml with a function | Alex Bennée | 1 | -2/+2 |
2023-08-24 | target/ppc: Use tcg_gen_negsetcond_* | Richard Henderson | 2 | -7/+7 |
2023-08-24 | sysemu/kvm: Use vaddr for kvm_arch_[insert|remove]_hw_breakpoint | Anton Johansson | 1 | -7/+6 |
2023-08-22 | kvm: Introduce kvm_arch_get_default_type hook | Akihiko Odaki | 1 | -0/+5 |
2023-08-04 | target/ppc: Fix VRMA page size for ISA v3.0 | Nicholas Piggin | 2 | -6/+44 |
2023-08-04 | target/ppc: Fix pending HDEC when entering PM state | Nicholas Piggin | 1 | -0/+6 |
2023-08-04 | target/ppc: Implement ASDR register for ISA v3.0 for HPT | Nicholas Piggin | 1 | -11/+16 |
2023-07-31 | target/ppc: Disable goto_tb with architectural singlestep | Richard Henderson | 1 | -0/+3 |
2023-07-08 | target/ppc: Use aesdec_ISB_ISR_AK_IMC | Richard Henderson | 1 | -15/+4 |
2023-07-08 | target/ppc: Use aesenc_SB_SR_MC_AK | Richard Henderson | 1 | -10/+4 |
2023-07-08 | target/ppc: Use aesdec_ISB_ISR_AK | Richard Henderson | 1 | -7/+1 |
2023-07-08 | target/ppc: Use aesenc_SB_SR_AK | Richard Henderson | 1 | -7/+2 |
2023-07-07 | target/ppc: Remove pointless checks of CONFIG_USER_ONLY in 'kvm_ppc.h' | Philippe Mathieu-Daudé | 1 | -5/+0 |
2023-07-07 | target/ppc: Restrict 'kvm_ppc.h' to sysemu in cpu_init.c | Philippe Mathieu-Daudé | 1 | -1/+1 |
2023-07-07 | target/ppc: Define TYPE_HOST_POWERPC_CPU in cpu-qom.h | Philippe Mathieu-Daudé | 2 | -2/+2 |
2023-07-07 | target/ppc: Move CPU QOM definitions to cpu-qom.h | Philippe Mathieu-Daudé | 2 | -4/+4 |
2023-07-07 | target/ppc: Reorder #ifdef'ry in kvm_ppc.h | Philippe Mathieu-Daudé | 1 | -34/+28 |
2023-07-07 | target/ppc: Have 'kvm_ppc.h' include 'sysemu/kvm.h' | Philippe Mathieu-Daudé | 1 | -0/+1 |
2023-07-07 | target/ppc: Machine check on invalid real address access on POWER9/10 | Nicholas Piggin | 3 | -0/+55 |
2023-07-07 | target/ppc: SMT support for the HID SPR | Nicholas Piggin | 5 | -1/+40 |
2023-07-07 | target/ppc: Add LPAR-per-core vs per-thread mode flag | Nicholas Piggin | 5 | -5/+33 |
2023-07-07 | target: ppc: Use MSR_HVB bit to get the target endianness for memory dump | Narayana Murty N | 1 | -1/+1 |
2023-07-07 | target/ppc: Get CPUState in one step | BALATON Zoltan | 1 | -8/+7 |
2023-07-07 | target/ppd: Remove unused define | BALATON Zoltan | 1 | -1/+0 |
2023-07-07 | target/ppc: Remove some more local CPUState variables only used once | BALATON Zoltan | 1 | -5/+2 |
2023-07-07 | target/ppc: Move common check in exception handlers to a function | BALATON Zoltan | 1 | -89/+25 |
2023-07-07 | target/ppc: Remove unneeded parameter from powerpc_reset_wakeup() | BALATON Zoltan | 1 | -5/+4 |
2023-07-07 | target/ppc: Remove some superfluous parentheses | BALATON Zoltan | 1 | -4/+4 |
2023-07-07 | target/ppc: Fix icount access for some hypervisor instructions | Nicholas Piggin | 1 | -0/+7 |
2023-07-07 | target/ppc: Add TFMR SPR implementation with read and write helpers | Nicholas Piggin | 5 | -1/+28 |
2023-07-07 | target/ppc: Tidy POWER book4 SPR registration | Nicholas Piggin | 1 | -27/+55 |
2023-07-07 | target/ppc: Only generate decodetree files when TCG is enabled | Philippe Mathieu-Daudé | 1 | -1/+1 |