]> git.proxmox.com Git - mirror_qemu.git/history - target
target/i386: extract mmu_translate
[mirror_qemu.git] / target /
2021-05-11 Paolo Bonzinitarget/i386: extract mmu_translate
2021-05-11 Paolo Bonzinitarget/i386: move paging mode constants from SVM to...
2021-05-11 Paolo Bonzinitarget/i386: merge SVM_NPTEXIT_* with PF_ERROR_* constants
2021-05-10 Claudio Fontanaaccel: add init_accel_cpu for adapting accel behavior...
2021-05-10 Claudio Fontanai386: make cpu_load_efer sysemu-only
2021-05-10 Claudio Fontanatarget/i386: gdbstub: only write CR0/CR2/CR3/EFER for...
2021-05-10 Claudio Fontanatarget/i386: gdbstub: introduce aux functions to read...
2021-05-10 Claudio Fontanai386: split off sysemu part of cpu.c
2021-05-10 Claudio Fontanai386: split seg_helper into user-only and sysemu parts
2021-05-10 Claudio Fontanai386: split svm_helper into sysemu and stub-only user
2021-05-10 Claudio Fontanai386: separate fpu_helper sysemu-only parts
2021-05-10 Claudio Fontanai386: split misc helper user stubs and sysemu part
2021-05-10 Claudio Fontanai386: move TCG bpt_helper into sysemu/
2021-05-10 Claudio Fontanai386: split tcg excp_helper into sysemu and user parts
2021-05-10 Claudio Fontanai386: split smm helper (sysemu)
2021-05-10 Paolo Bonzinii386: split off sysemu-only functionality in tcg-cpu
2021-05-10 Claudio Fontanaaccel-cpu: make cpu_realizefn return a bool
2021-05-10 Claudio Fontanatarget/i386: fix host_cpu_adjust_phys_bits error handling
2021-05-10 Claudio Fontanaaccel: introduce new accessor functions
2021-05-10 Claudio Fontanacpu: call AccelCPUClass::cpu_realizefn in cpu_exec_real...
2021-05-10 Claudio Fontanai386: split cpu accelerators from cpu.c, using AccelCPU...
2021-05-10 Richard Hendersontarget/i386: Split out do_fsave, do_frstor, do_fxsave...
2021-05-10 Richard Hendersontarget/i386: Rename helper_fldt, helper_fstt
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/pmaydell/tags...
2021-05-10 Peter Maydelltarget/arm: Make WFI a NOP for userspace emulators
2021-05-10 Peter Maydelltarget/arm: Make translate-neon.c.inc its own compilati...
2021-05-10 Peter Maydelltarget/arm: Make functions used by translate-neon global
2021-05-10 Peter Maydelltarget/arm: Move NeonGenThreeOpEnvFn typedef to translate.h
2021-05-10 Peter Maydelltarget/arm: Delete unused typedef
2021-05-10 Peter Maydelltarget/arm: Move vfp_reg_ptr() to translate-neon.c.inc
2021-05-10 Peter Maydelltarget/arm: Make translate-vfp.c.inc its own compilatio...
2021-05-10 Peter Maydelltarget/arm: Make functions used by translate-vfp global
2021-05-10 Peter Maydelltarget/arm: Move vfp_{load, store}_reg{32, 64} to trans...
2021-05-10 Peter Maydelltarget/arm: Move gen_aa32 functions to translate-a32.h
2021-05-10 Peter Maydelltarget/arm: Split m-nocp trans functions into their...
2021-05-10 Peter Maydelltarget/arm: Make functions used by m-nocp global
2021-05-10 Peter Maydelltarget/arm: Share unallocated_encoding() and gen_except...
2021-05-10 Peter Maydelltarget/arm: Move constant expanders to translate.h
2021-05-10 Peter Maydelltarget/arm: Fix tlbbits calculation in tlbi_aa64_vae2is...
2021-05-10 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-05-06 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-05-05 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-05-05 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-05-04 Philippe Mathieu... hw/sparc*: Move cpu_check_irqs() to target/sparc/
2021-05-04 Philippe Mathieu... hw/sparc: Allow building without the leon3 machine
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/legoater/tags...
2021-05-04 Reinoud ZandijkAdd NVMM accelerator: acceleration enlightenments
2021-05-04 Reinoud ZandijkAdd NVMM accelerator: x86 CPU support
2021-05-04 Peter MaydellMerge remote-tracking branch 'remotes/bsdimp/tags/pull...
2021-05-04 Bruno Larsen (bill... target/ppc: removed VSCR from SPR registration
2021-05-04 Richard Hendersontarget/ppc: Reduce the size of ppc_spr_t
2021-05-04 Richard Hendersontarget/ppc: Clean up _spr_register et al
2021-05-04 Nicholas Piggintarget/ppc: Add POWER10 exception model
2021-05-04 Nicholas Piggintarget/ppc: rework AIL logic in interrupt delivery
2021-05-04 Bruno Larsen (bill... target/ppc: move opcode table logic to translate.c
2021-05-04 Bruno Larsen (bill... target/ppc: code motion from translate_init.c.inc to...
2021-05-04 Ravi Bangoriappc: Rename current DAWR macros and variables
2021-05-04 Nicholas Piggintarget/ppc: POWER10 supports scv
2021-05-04 Nicholas Piggintarget/ppc: Fix POWER9 radix guest HV interrupt AIL...
2021-05-04 Richard Hendersontarget/ppc: Validate hflags with CONFIG_DEBUG_TCG
2021-05-04 Richard Hendersontarget/ppc: Remove env->immu_idx and env->dmmu_idx
2021-05-04 Richard Hendersontarget/ppc: Remove MSR_SA and MSR_AP from hflags
2021-05-04 Richard Hendersontarget/ppc: Put LPCR[GTSE] in hflags
2021-05-04 Richard Hendersontarget/ppc: Create helper_scv
2021-05-04 Richard Hendersontarget/ppc: Put dbcr0 single-step bits into hflags
2021-05-04 Richard Hendersontarget/ppc: Reduce env->hflags to uint32_t
2021-05-04 Richard Hendersontarget/ppc: Disconnect hflags from MSR
2021-05-04 Richard Hendersontarget/ppc: Extract post_load_update_msr
2021-05-04 Richard Hendersontarget/ppc: Fix comment for MSR_FE{0,1}
2021-05-04 Richard Hendersontarget/ppc: Retain hflags_nmsr only for migration
2021-05-04 Richard Hendersontarget/ppc: Do not call hreg_compute_mem_idx after...
2021-05-04 Richard Hendersontarget/ppc: Properly sync cpu state with new msr in...
2021-05-04 Richard Hendersontarget/ppc: Move 601 hflags adjustment to hreg_compute_...
2021-05-04 Richard Hendersontarget/ppc: Move helper_regs.h functions out-of-line
2021-05-03 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-05-02 Thomas HuthDo not include exec/address-spaces.h if it's not really...
2021-05-02 Thomas HuthDo not include sysemu/sysemu.h if it's not really necessary
2021-05-02 Thomas Huthhw: Do not include qemu/log.h if it is not necessary
2021-05-02 Keqian Zhuvmstate: Constify some VMStateDescriptions
2021-05-02 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-02 Philippe Mathieu... target/mips: Move TCG source files under tcg/ sub directory
2021-05-02 Philippe Mathieu... target/mips: Move CP0 helpers to sysemu/cp0.c
2021-05-02 Philippe Mathieu... target/mips: Move exception management code to exception.c
2021-05-02 Philippe Mathieu... target/mips: Move TLB management helpers to tcg/sysemu...
2021-05-02 Philippe Mathieu... target/mips: Move helper_cache() to tcg/sysemu/special_...
2021-05-02 Philippe Mathieu... target/mips: Move Special opcodes to tcg/sysemu/special...
2021-05-02 Philippe Mathieu... target/mips: Restrict CPUMIPSTLBContext::map_address...
2021-05-02 Philippe Mathieu... target/mips: Move tlb_helper.c to tcg/sysemu/
2021-05-02 Philippe Mathieu... target/mips: Restrict mmu_init() to TCG
2021-05-02 Philippe Mathieu... target/mips: Move sysemu TCG-specific code to tcg/sysem...
2021-05-02 Philippe Mathieu... target/mips: Restrict cpu_mips_get_random() / update_pa...
2021-05-02 Philippe Mathieu... target/mips: Move physical addressing code to sysemu...
2021-05-02 Philippe Mathieu... target/mips: Move sysemu specific files under sysemu...
2021-05-02 Philippe Mathieu... target/mips: Move cpu_signal_handler definition around
2021-05-02 Philippe Mathieu... target/mips: Add simple user-mode mips_cpu_tlb_fill()
2021-05-02 Philippe Mathieu... target/mips: Add simple user-mode mips_cpu_do_interrupt()
2021-05-02 Philippe Mathieu... target/mips: Introduce tcg-internal.h for TCG specific...
2021-05-02 Philippe Mathieu... target/mips: Extract load/store helpers to ldst_helper.c
2021-05-02 Philippe Mathieu... target/mips: Merge do_translate_address into cpu_mips_t...
2021-05-02 Philippe Mathieu... target/mips: Declare mips_env_set_pc() inlined in ...
next