aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-20target/i386: Make sure that vsyscall's tb->size != 0Ilya Leoshkevich
2021-05-20vfio-ccw: Attempt to clean up all IRQs on errorEric Farman
2021-05-20hw/s390x/ccw: Register qbus type in abstract TYPE_CCW_DEVICE parentPhilippe Mathieu-Daudé
2021-05-20vfio-ccw: Permit missing IRQsEric Farman
2021-05-20accel/tcg: Assert that tb->size != 0 after translationIlya Leoshkevich
2021-05-20target/xtensa: Make sure that tb->size != 0Ilya Leoshkevich
2021-05-20target/arm: Make sure that commpage's tb->size != 0Ilya Leoshkevich
2021-05-20target/s390x: Fix translation exception on illegal instructionIlya Leoshkevich
2021-05-20Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-plugin-up...Peter Maydell
2021-05-19Merge remote-tracking branch 'remotes/dg-gitlab/tags/ppc-for-6.1-20210519' in...Peter Maydell
2021-05-19Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2021-05-19target/ppc: Remove type argument for mmubooke206_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke206_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from mmubooke_check_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from mmu40x_get_physical_addressRichard Henderson
2021-05-19target/ppc: Remove type argument from get_bat_6xx_tlbRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from ppc6xx_tlb_pte_checkRichard Henderson
2021-05-19target/ppc: Remove type argument from check_protRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Rename access_type to type in mmu_helper.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-hash32.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-hash64.cRichard Henderson
2021-05-19target/ppc: Use MMUAccessType in mmu-radix64.cRichard Henderson
2021-05-19target/ppc: Introduce prot_for_access_typeRichard Henderson
2021-05-19target/ppc: Fix load endianness for lxvwsx/lxvdsxGiuseppe Musacchio
2021-05-19target/ppc: Use translator_loop_temp_checkRichard Henderson
2021-05-19target/ppc: Mark helper_raise_exception* as noreturnRichard Henderson
2021-05-19target/ppc: Tidy exception vs exit_tbRichard Henderson
2021-05-19target/ppc: Move single-step check to ppc_tr_tb_stopRichard Henderson
2021-05-19target/ppc: Remove DisasContext.exceptionRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURNRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATERichard Henderson
2021-05-19target/ppc: Introduce gen_icount_io_startRichard Henderson
2021-05-19target/ppc: Remove unnecessary gen_io_end callsRichard Henderson
2021-05-19target/ppc: Replace POWERPC_EXCP_SYNC with DISAS_EXITRichard Henderson
2021-05-19target/ppc: Introduce DISAS_{EXIT,CHAIN}{,_UPDATE}Richard Henderson
2021-05-19target/ppc: Simplify gen_debug_exceptionRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_EXCP_TRAPRichard Henderson
2021-05-19target/ppc: Remove special case for POWERPC_SYSCALLRichard Henderson
2021-05-19target/ppc: Move DISAS_NORETURN setting into gen_exception*Richard Henderson
2021-05-19target/ppc: Split out decode_legacyRichard Henderson
2021-05-19target/ppc: Add cia field to DisasContextRichard Henderson
2021-05-19target/ppc: moved ppc_cpu_dump_state to cpu_init.cBruno Larsen (billionai)
2021-05-19target/ppc: moved ppc_store_sdr1 to cpu.cBruno Larsen (billionai)
2021-05-19target/ppc: updated vscr manipulation in machine.cBruno Larsen (billionai)
2021-05-19target/ppc: created ppc_{store,get}_vscr for generic vscr usageBruno Larsen (billionai)
2021-05-19target/ppc: isolated cpu init from translation logicBruno Larsen (billionai)
2021-05-19target/ppc: turned SPR R/W callbacks not staticBruno Larsen (billionai)