Sign in
qemu
/
qemu
/
d25295d4efc53bf8521adf967445b8d087fe8d39
/
target-i386
c8c14bc
target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
by Luiz Capitulino
· 11 years ago
2cd49cb
target-i386: Avoid shifting left into sign bit
by Peter Maydell
· 11 years ago
a443bc3
target-i386: Add missing 'static' and 'const' attributes
by Stefan Weil
· 11 years ago
0c591eb
cputlb: Change tlb_set_page() argument to CPUState
by Andreas Färber
· 11 years ago
00c8cb0
cputlb: Change tlb_flush() argument to CPUState
by Andreas Färber
· 11 years ago
31b030d
cputlb: Change tlb_flush_page() argument to CPUState
by Andreas Färber
· 11 years ago
a47dddd
exec: Change cpu_abort() argument to CPUState
by Andreas Färber
· 11 years ago
0ea8cb8
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
by Andreas Färber
· 11 years ago
b3310ab
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
by Andreas Färber
· 11 years ago
75a3403
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
by Andreas Färber
· 11 years ago
3f38f30
translate-all: Change cpu_restore_state() argument to CPUState
by Andreas Färber
· 11 years ago
5638d18
cpu-exec: Change cpu_loop_exit() argument to CPUState
by Andreas Färber
· 11 years ago
d5a11fe
exec: Change tlb_fill() argument to CPUState
by Andreas Färber
· 11 years ago
f0c3c50
cpu: Move breakpoints field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
ff4700b
cpu: Move watchpoint fields from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
2710342
cpu: Move exception_index field from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
93afead
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
by Andreas Färber
· 11 years ago
7510454
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
by Andreas Färber
· 11 years ago
94a444b
cpu: Introduce CPUClass::parse_features() hook
by Andreas Färber
· 11 years ago
d940ee9
target-i386: X86CPU model subclasses
by Eduardo Habkost
· 11 years ago
500050d
target-i386: Prepare CPUClass::class_by_name for X86CPU
by Andreas Färber
· 11 years ago
ef02ef5
target-i386: Enable x2apic by default on KVM
by Eduardo Habkost
· 11 years ago
8fb4f82
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
by Eduardo Habkost
· 11 years ago
5fcca9f
target-i386: Make kvm_default_features an array
by Eduardo Habkost
· 11 years ago
74f54bc
target-i386: Don't declare variables in the middle of blocks
by Eduardo Habkost
· 11 years ago
9576de7
target-i386: Rename x86_def_t to X86CPUDefinition
by Eduardo Habkost
· 11 years ago
285f025
target-i386: Call x86_cpu_load_def() earlier
by Eduardo Habkost
· 11 years ago
c080e30
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
by Eduardo Habkost
· 11 years ago
8c2e1b0
cpu: Turn cpu_has_work() into a CPUClass hook
by Andreas Färber
· 11 years ago
19d6ca1
target-i386: Clean up ENV_GET_CPU() usage
by Andreas Färber
· 11 years ago
613c12e
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
2396187
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
by Peter Maydell
· 11 years ago
5d371f4
qapi script: do not add "_" for every capitalized char in enum
by Wenchao Xia
· 11 years ago
b0f15a5
target-i386: bugfix of Intel MPX
by Liu, Jinsong
· 11 years ago
e00ef74
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
by Peter Maydell
· 11 years ago
4ab23a9
Define the architecture for compressed dump format
by qiaonuohan
· 11 years ago
cb48da7
target-i386: Fix ucomis and comis memory access
by Richard Henderson
· 11 years ago
4e47e39
target-i386: Fix SSE status flag corruption
by Richard Henderson
· 11 years ago
d2fe51b
target-i386: Fix CC_OP_CLR vs PF
by Richard Henderson
· 11 years ago
6d093a4
target-i386: Fix I/O bitmap checks for in/out
by Kevin Wolf
· 11 years ago
db3be60
exec: Make stb_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
5ce5944
exec: Make stw_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
2198a12
exec: Make stl_phys_notdirty input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
ab1da85
exec: Make stl_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
f606604
exec: Make stq_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
41701aa
exec: Make lduw_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
2c17449
exec: Make ldq/ldub_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
fdfba1a
exec: Make ldl_*_phys input an AddressSpace
by Edgar E. Iglesias
· 11 years ago
7c08db3
target-i386: Move KVM default-vendor hack to instance_init
by Eduardo Habkost
· 11 years ago
82beb53
target-i386: Don't change x86_def_t struct on cpu_x86_register()
by Eduardo Habkost
· 11 years ago
c1f4122
target-i386: Eliminate CONFIG_KVM #ifdefs
by Eduardo Habkost
· 11 years ago
48a5f3b
kvm: add support for hyper-v timers
by Vadim Rozenfeld
· 11 years ago
5ef6898
kvm: make hyperv vapic assist page migratable
by Vadim Rozenfeld
· 11 years ago
1c90ef2
kvm: make hyperv hypercall and guest os id MSRs migratable.
by Vadim Rozenfeld
· 11 years ago
7bc3d71
kvm: make availability of Hyper-V enlightenments dependent on KVM_CAP_HYPERV
by Paolo Bonzini
· 11 years ago
234cc64
KVM: fix coexistence of KVM and Hyper-V leaves
by Paolo Bonzini
· 11 years ago
f0b9b11
target-i386: kvm_check_features_against_host(): Kill feature word array
by Eduardo Habkost
· 11 years ago
2bc65d2
target-i386: kvm_cpu_fill_host(): Fill feature words in a loop
by Eduardo Habkost
· 11 years ago
2a57325
target-i386: kvm_cpu_fill_host(): Set all feature words at end of function
by Eduardo Habkost
· 11 years ago
803a932
target-i386: kvm_cpu_fill_host(): No need to check xlevel2
by Eduardo Habkost
· 11 years ago
b73dcfb
target-i386: kvm_cpu_fill_host(): No need to check CPU vendor
by Eduardo Habkost
· 11 years ago
7171a39
target-i386: kvm_cpu_fill_host(): No need to check level
by Eduardo Habkost
· 11 years ago
81e2077
target-i386: kvm_cpu_fill_host(): Kill unused code
by Eduardo Habkost
· 11 years ago
0169c51
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 11 years ago
439d19f
kvm: always update the MPX model specific register
by Paolo Bonzini
· 11 years ago
133fe77
Merge remote branch 'luiz/queue/qmp' into qmpq
by Edgar E. Iglesias
· 11 years ago
4cddc7f
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
074dcc2
Merge remote-tracking branch 'rth/ldst-i386-2' into staging
by Anthony Liguori
· 11 years ago
7826163
target-i386: Tidy ljmp
by Richard Henderson
· 11 years ago
74bdfbd
target-i386: Rename gen_op_jmp_T0 to gen_op_jmp_v
by Richard Henderson
· 11 years ago
830a19a
target-i386: Tidy some size computation
by Richard Henderson
· 11 years ago
33b7891
target-i386: Remove gen_op_mov_reg_A0
by Richard Henderson
· 11 years ago
c56bacc
target-i386: Remove gen_op_mov_TN_reg
by Richard Henderson
· 11 years ago
fd5185e
target-i386: Remove gen_op_addl_T0_T1
by Richard Henderson
· 11 years ago
68773f8
target-i386: Remove gen_op_mov_reg_T1
by Richard Henderson
· 11 years ago
480a762
target-i386: Remove gen_op_mov_reg_T0
by Richard Henderson
· 11 years ago
fac0aff
target-i386: Tidy cpu_regs initialization
by Richard Henderson
· 11 years ago
8e31d23
target_i386: Clean up gen_pop_T0
by Richard Henderson
· 11 years ago
432baff
target-i386: Combine gen_push_T* into gen_push_v
by Richard Henderson
· 11 years ago
7effd62
target-i386: Tidy addr16 code in gen_lea_modrm
by Richard Henderson
· 11 years ago
ab4e4ae
target-i386: Change dflag to TCGMemOp
by Richard Henderson
· 11 years ago
6f17675
target-i386: Change gen_op_mov_reg_A0 size parameter to TCGMemOp
by Richard Henderson
· 11 years ago
1d71ddb
target-i386: Change aflag to TCGMemOp
by Richard Henderson
· 11 years ago
c92aa1a
target-i386: Change gen_op_j*z_ecx size parameter to TCGMemOp
by Richard Henderson
· 11 years ago
d3f4bbe
target-i386: Change gen_op_add_reg_* size parameter to TCGMemOp
by Richard Henderson
· 11 years ago
d67dc9e
target-i386: Use TCGMemOp for 'ot' variables
by Richard Henderson
· 11 years ago
a7e5c7d
target-i386: Remove gen_op_andl_A0_ffff
by Richard Henderson
· 11 years ago
2b98a7d
target-i386: Remove gen_op_movl_T0_T1
by Richard Henderson
· 11 years ago
f0706f0
target-i386: Remove gen_op_andl_T0_im
by Richard Henderson
· 11 years ago
40b9023
target-i386: Remove gen_op_andl_T0_ffff
by Richard Henderson
· 11 years ago
cc0bce8
target-i386: Remove gen_movtl_T*_im
by Richard Henderson
· 11 years ago
3250cff
target-i386: Remove gen_op_mov*_A0_im
by Richard Henderson
· 11 years ago
0ae657b
target-i386: Remove gen_op_movl_T0_im*
by Richard Henderson
· 11 years ago
1b90d56
target-i386: Remove gen_op_movl_T0_im*
by Richard Henderson
· 11 years ago
97212c8
target-i386: Remove gen_op_movl_T0_0
by Richard Henderson
· 11 years ago
a7fbcbe
target-i386: Tidy extend + move
by Richard Henderson
· 11 years ago
d5601ad
target-i386: Tidy extend + store
by Richard Henderson
· 11 years ago
80b0201
target-i386: Tidy load + truncate
by Richard Henderson
· 11 years ago
24b9c00
target-i386: Tidy gen_op_mov_TN_reg+tcg_gen_trunc_tl_i32
by Richard Henderson
· 11 years ago
3655a19
target-i386: Use MO_BE for movbe
by Richard Henderson
· 11 years ago
Next »