Age | Commit message (Expand) | Author | Files | Lines |
2022-11-01 | Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ... | Stefan Hajnoczi | 1 | -4/+10 |
2022-11-01 | target/i386: Expand eflags updates inline | Richard Henderson | 3 | -51/+25 |
2022-11-01 | accel/tcg: Remove will_exit argument from cpu_restore_state | Richard Henderson | 14 | -21/+21 |
2022-11-01 | target/openrisc: Use cpu_unwind_state_data for mfspr | Richard Henderson | 1 | -2/+9 |
2022-11-01 | target/openrisc: Always exit after mtspr npc | Richard Henderson | 1 | -1/+1 |
2022-11-01 | target/i386: Use cpu_unwind_state_data for tpr access | Richard Henderson | 1 | -2/+23 |
2022-10-31 | target/s390x: fake instruction loading when handling 'ex' | Alex Bennée | 1 | -0/+6 |
2022-10-31 | target/s390x: don't probe next pc for EXecuted insns | Alex Bennée | 1 | -3/+3 |
2022-10-31 | target/s390x: don't use ld_code2 to probe next pc | Alex Bennée | 1 | -1/+1 |
2022-10-31 | Merge tag 'pull-ppc-20221029' of https://gitlab.com/danielhb/qemu into staging | Stefan Hajnoczi | 19 | -794/+1801 |
2022-10-31 | Merge tag 'pull-request-2022-10-28' of https://gitlab.com/thuth/qemu into sta... | Stefan Hajnoczi | 1 | -1/+1 |
2022-10-29 | target/ppc: Fix regression in Radix MMU | Leandro Lupori | 1 | -8/+21 |
2022-10-28 | target/ppc: Increment PMC5 with inline insns | Leandro Lupori | 4 | -39/+67 |
2022-10-28 | target/ppc: Add new PMC HFLAGS | Leandro Lupori | 3 | -1/+13 |
2022-10-28 | target/ppc: move the p*_interrupt_powersave methods to excp_helper.c | Matheus Ferst | 3 | -108/+102 |
2022-10-28 | target/ppc: unify cpu->has_work based on cs->interrupt_request | Matheus Ferst | 1 | -93/+1 |
2022-10-28 | target/ppc: introduce ppc_maybe_interrupt | Matheus Ferst | 6 | -1/+58 |
2022-10-28 | target/ppc: remove ppc_store_lpcr from CONFIG_USER_ONLY builds | Matheus Ferst | 2 | -1/+3 |
2022-10-28 | target/ppc: add power-saving interrupt masking logic to p7_next_unmasked_inte... | Matheus Ferst | 3 | -13/+14 |
2022-10-28 | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER7 | Matheus Ferst | 1 | -20/+25 |
2022-10-28 | target/ppc: remove generic architecture checks from p7_deliver_interrupt | Matheus Ferst | 1 | -3/+0 |
2022-10-28 | target/ppc: remove unused interrupts from p7_deliver_interrupt | Matheus Ferst | 1 | -50/+0 |
2022-10-28 | target/ppc: create an interrupt deliver method for POWER7 | Matheus Ferst | 1 | -0/+107 |
2022-10-28 | target/ppc: remove unused interrupts from p7_next_unmasked_interrupt | Matheus Ferst | 1 | -55/+8 |
2022-10-28 | target/ppc: create an interrupt masking method for POWER7 | Matheus Ferst | 1 | -0/+108 |
2022-10-28 | target/ppc: add power-saving interrupt masking logic to p8_next_unmasked_inte... | Matheus Ferst | 3 | -13/+14 |
2022-10-28 | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER8 | Matheus Ferst | 1 | -28/+33 |
2022-10-28 | target/ppc: remove generic architecture checks from p8_deliver_interrupt | Matheus Ferst | 1 | -3/+0 |
2022-10-28 | target/ppc: remove unused interrupts from p8_deliver_interrupt | Matheus Ferst | 1 | -30/+0 |
2022-10-28 | target/ppc: create an interrupt deliver method for POWER8 | Matheus Ferst | 1 | -0/+107 |
2022-10-28 | target/ppc: remove unused interrupts from p8_next_unmasked_interrupt | Matheus Ferst | 1 | -38/+7 |
2022-10-28 | target/ppc: create an interrupt masking method for POWER8 | Matheus Ferst | 1 | -0/+108 |
2022-10-28 | target/ppc: add power-saving interrupt masking logic to p9_next_unmasked_inte... | Matheus Ferst | 3 | -14/+38 |
2022-10-28 | target/ppc: move power-saving interrupt masking out of cpu_has_work_POWER9 | Matheus Ferst | 1 | -76/+50 |
2022-10-28 | target/ppc: remove generic architecture checks from p9_deliver_interrupt | Matheus Ferst | 1 | -8/+1 |
2022-10-28 | target/ppc: remove unused interrupts from p9_deliver_interrupt | Matheus Ferst | 1 | -27/+0 |
2022-10-28 | target/ppc: create an interrupt deliver method for POWER9/POWER10 | Matheus Ferst | 1 | -0/+112 |
2022-10-28 | target/ppc: remove unused interrupts from p9_next_unmasked_interrupt | Matheus Ferst | 1 | -29/+7 |
2022-10-28 | target/ppc: create an interrupt masking method for POWER9/POWER10 | Matheus Ferst | 1 | -0/+113 |
2022-10-28 | target/ppc: prepare to split interrupt masking and delivery by excp_model | Matheus Ferst | 1 | -2/+18 |
2022-10-28 | target/ppc: split interrupt masking and delivery from ppc_hw_interrupt | Matheus Ferst | 1 | -76/+125 |
2022-10-28 | target/ppc: always use ppc_set_irq to set env->pending_interrupts | Matheus Ferst | 2 | -17/+9 |
2022-10-28 | target/ppc: define PPC_INTERRUPT_* values directly | Matheus Ferst | 4 | -88/+88 |
2022-10-28 | target/ppc: Use gvec to decode XVTSTDC[DS]P | Lucas Mateus Castro (alqotel) | 1 | -10/+157 |
2022-10-28 | target/ppc: Moved XSTSTDC[QDS]P to decodetree | Lucas Mateus Castro (alqotel) | 5 | -90/+60 |
2022-10-28 | target/ppc: Moved XVTSTDC[DS]P to decodetree | Lucas Mateus Castro (alqotel) | 5 | -14/+70 |
2022-10-28 | target/ppc: Use gvec to decode XVCPSGN[SD]P | Lucas Mateus Castro (alqotel) | 3 | -59/+55 |
2022-10-28 | target/ppc: Use gvec to decode XV[N]ABS[DS]P/XVNEG[DS]P | Lucas Mateus Castro (alqotel) | 3 | -12/+76 |
2022-10-28 | target/ppc: Move VABSDU[BHW] to decodetree and use gvec | Lucas Mateus Castro (alqotel) | 5 | -17/+60 |
2022-10-28 | target/ppc: Move VAVG[SU][BHW] to decodetree and use gvec | Lucas Mateus Castro (alqotel) | 5 | -41/+127 |