]> git.proxmox.com Git - mirror_qemu.git/history - target/i386
target/i386: Move rex_r into DisasContext
[mirror_qemu.git] / target / i386 /
2021-05-19 Richard Hendersontarget/i386: Move rex_r into DisasContext
2021-05-19 Richard Hendersontarget/i386: Tidy REX_B, REX_X definition
2021-05-19 Richard Hendersontarget/i386: Introduce REX_PREFIX
2021-05-19 Richard Hendersontarget/i386: Assert !ADDSEG for x86_64 user-only
2021-05-19 Richard Hendersontarget/i386: Assert LMA for x86_64 user-only
2021-05-19 Richard Hendersontarget/i386: Assert CODE64 for x86_64 user-only
2021-05-19 Richard Hendersontarget/i386: Assert SS32 for x86_64 user-only
2021-05-19 Richard Hendersontarget/i386: Assert CODE32 for x86_64 user-only
2021-05-19 Richard Hendersontarget/i386: Assert !VM86 for x86_64 user-only
2021-05-19 Richard Hendersontarget/i386: Assert IOPL is 0 for user-only
2021-05-19 Richard Hendersontarget/i386: Assert CPL is 3 for user-only
2021-05-19 Richard Hendersontarget/i386: Assert PE is set for user-only
2021-05-19 Richard Hendersontarget/i386: Split out check_iopl
2021-05-19 Richard Hendersontarget/i386: Split out check_vm86_iopl
2021-05-19 Richard Hendersontarget/i386: Unify code paths for IRET
2021-05-19 Richard Hendersontarget/i386: Split out check_cpl0
2021-05-19 Richard Hendersontarget/i386: Split out gen_exception_gpf
2021-05-18 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-05-17 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-05-16 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/marcandre/tags...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/cminyard/tags...
2021-05-14 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert/tags...
2021-05-13 Peter MaydellMerge remote-tracking branch 'remotes/armbru/tags/pull...
2021-05-13 David Hildenbrandnuma: Teach ram block notifiers about resizeable ram...
2021-05-13 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/pflas...
2021-05-12 Peter MaydellMerge remote-tracking branch 'remotes/alistair/tags...
2021-05-12 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-05-12 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/vga...
2021-05-11 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-05-11 Peter MaydellMerge remote-tracking branch 'remotes/dgilbert-gitlab...
2021-05-11 Paolo Bonzinitarget/i386: use mmu_translate for NPT walk
2021-05-11 Paolo Bonzinitarget/i386: allow customizing the next phase of the...
2021-05-11 Paolo Bonzinitarget/i386: extend pg_mode to more CR0 and CR4 bits
2021-05-11 Paolo Bonzinitarget/i386: pass cr3 to mmu_translate
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/kraxel/tags/usb...
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 Reinoud ZandijkAdd NVMM accelerator: acceleration enlightenments
2021-05-04 Reinoud ZandijkAdd NVMM accelerator: x86 CPU support
2021-05-02 Thomas HuthDo not include exec/address-spaces.h if it's not really...
2021-05-02 Keqian Zhuvmstate: Constify some VMStateDescriptions
2021-04-10 Peter MaydellMerge remote-tracking branch 'remotes/ehabkost-gl/tags...
2021-04-09 Babu Mogeri386: Add missing cpu feature bits in EPYC-Rome model
2021-04-04 Peter MaydellMerge remote-tracking branch 'remotes/xtensa/tags/20210...
2021-04-02 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-04-01 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-04-01 Peter MaydellMerge remote-tracking branch 'remotes/marcandre/tags...
2021-04-01 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-04-01 Richard Hendersontarget/i386: Verify memory operand for lcall and ljmp
2021-03-22 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-03-19 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-03-19 Vitaly Kuznetsovi386: Make migration fail when Hyper-V reenlightenment...
2021-03-19 Vitaly Kuznetsovi386: Fix 'hypercall_hypercall' typo
2021-03-19 Paolo Bonzinitarget/i386: svm: do not discard high 32 bits of EXITINFO1
2021-03-19 Paolo Bonzinitarget/i386: fail if toggling LA57 in 64-bit mode
2021-03-19 Paolo Bonzinitarget/i386: allow modifying TCG phys-addr-bits
2021-03-14 Peter MaydellMerge remote-tracking branch 'remotes/thuth-gitlab...
2021-03-12 Peter MaydellMerge remote-tracking branch 'remotes/vivier/tags/m68k...
2021-03-12 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-03-12 Peter MaydellMerge remote-tracking branch 'remotes/dg-gitlab/tags...
2021-03-11 Peter MaydellMerge remote-tracking branch 'remotes/vivier2/tags...
2021-03-09 Philippe Mathieu... sysemu: Let VMChangeStateHandler take boolean 'running...
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/kevin/tags/for...
2021-03-09 Michael TokarevVarious spelling fixes
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/mcayland/tags...
2021-03-09 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/philmd-gitlab...
2021-03-08 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
2021-03-06 Paolo BonziniKVM: x86: do not fail if software breakpoint has alread...
2021-03-04 Peter MaydellMerge remote-tracking branch 'remotes/kraxel/tags/ui...
2021-03-03 Peter MaydellMerge remote-tracking branch 'remotes/mst/tags/for_upst...
2021-03-02 Peter MaydellMerge remote-tracking branch 'remotes/bonzini-gitlab...
next