index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2021-05-19
target/i386: Reduce DisasContext jmp_opt, repz_opt to bool
Richard Henderson
2021-05-19
target/i386: Leave TF in DisasContext.flags
Richard Henderson
2021-05-19
target/i386: Reduce DisasContext popl_esp_hack and rip_offset to uint8_t
Richard Henderson
2021-05-19
target/i386: Reduce DisasContext.vex_[lv] to uint8_t
Richard Henderson
2021-05-19
target/i386: Reduce DisasContext.prefix to uint8_t
Richard Henderson
2021-05-19
target/i386: Reduce DisasContext.override to int8_t
Richard Henderson
2021-05-19
target/i386: Reduce DisasContext.flags to uint32_t
Richard Henderson
2021-05-19
target/i386: Remove DisasContext.f_st as unused
Richard Henderson
2021-05-19
target/i386: Move rex_w into DisasContext
Richard Henderson
2021-05-19
target/i386: Move rex_r into DisasContext
Richard Henderson
2021-05-19
target/i386: Tidy REX_B, REX_X definition
Richard Henderson
2021-05-19
target/i386: Introduce REX_PREFIX
Richard Henderson
2021-05-19
target/i386: Assert !ADDSEG for x86_64 user-only
Richard Henderson
2021-05-19
target/i386: Assert LMA for x86_64 user-only
Richard Henderson
2021-05-19
target/i386: Assert CODE64 for x86_64 user-only
Richard Henderson
2021-05-19
target/i386: Assert SS32 for x86_64 user-only
Richard Henderson
2021-05-19
target/i386: Assert CODE32 for x86_64 user-only
Richard Henderson
2021-05-19
target/i386: Assert !VM86 for x86_64 user-only
Richard Henderson
2021-05-19
target/i386: Assert IOPL is 0 for user-only
Richard Henderson
2021-05-19
target/i386: Assert CPL is 3 for user-only
Richard Henderson
2021-05-19
target/i386: Assert PE is set for user-only
Richard Henderson
2021-05-19
target/i386: Split out check_iopl
Richard Henderson
2021-05-19
target/i386: Split out check_vm86_iopl
Richard Henderson
2021-05-19
target/i386: Unify code paths for IRET
Richard Henderson
2021-05-19
target/i386: Split out check_cpl0
Richard Henderson
2021-05-19
target/i386: Split out gen_exception_gpf
Richard Henderson
2021-05-19
Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging
Peter Maydell
2021-05-19
target/ppc: Remove type argument for mmubooke206_get_physical_address
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmubooke206_check_tlb
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmubooke_get_physical_address
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmubooke_check_tlb
Richard Henderson
2021-05-19
target/ppc: Remove type argument from mmu40x_get_physical_address
Richard Henderson
2021-05-19
target/ppc: Remove type argument from get_bat_6xx_tlb
Richard Henderson
2021-05-19
target/ppc: Remove type argument from ppc6xx_tlb_check
Richard Henderson
2021-05-19
target/ppc: Remove type argument from ppc6xx_tlb_pte_check
Richard Henderson
2021-05-19
target/ppc: Remove type argument from check_prot
Richard Henderson
2021-05-19
target/ppc: Use MMUAccessType in mmu_helper.c
Richard Henderson
2021-05-19
target/ppc: Rename access_type to type in mmu_helper.c
Richard Henderson
2021-05-19
target/ppc: Use MMUAccessType in mmu-hash32.c
Richard Henderson
2021-05-19
target/ppc: Use MMUAccessType in mmu-hash64.c
Richard Henderson
2021-05-19
target/ppc: Use MMUAccessType in mmu-radix64.c
Richard Henderson
2021-05-19
target/ppc: Introduce prot_for_access_type
Richard Henderson
2021-05-19
target/ppc: Fix load endianness for lxvwsx/lxvdsx
Giuseppe Musacchio
2021-05-19
target/ppc: Use translator_loop_temp_check
Richard Henderson
2021-05-19
target/ppc: Mark helper_raise_exception* as noreturn
Richard Henderson
2021-05-19
target/ppc: Tidy exception vs exit_tb
Richard Henderson
2021-05-19
target/ppc: Move single-step check to ppc_tr_tb_stop
Richard Henderson
2021-05-19
target/ppc: Remove DisasContext.exception
Richard Henderson
2021-05-19
target/ppc: Replace POWERPC_EXCP_BRANCH with DISAS_NORETURN
Richard Henderson
2021-05-19
target/ppc: Replace POWERPC_EXCP_STOP with DISAS_EXIT_UPDATE
Richard Henderson
[prev]
[next]