Sign in
qemu
/
qemu
/
e5354657a626b325c31888f33de88ac6d39e2fcb
/
target-i386
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
4eeb393
target-i386: Remove unused arguments to gen_lea_modrm
by Richard Henderson
· 11 years ago
4b1fe06
target-i386: Tidy movsl
by Richard Henderson
· 11 years ago
c8fbc47
target-i386: Tidy mov[sz][bw]
by Richard Henderson
· 11 years ago
ee3138d
target-i386: Fix typo in gen_push_T1
by Richard Henderson
· 11 years ago
b5afc10
target-i386: Remove gen_op_st_T1_A0
by Richard Henderson
· 11 years ago
fd8ca9f
target-i386: Remove gen_op_st_T0_A0
by Richard Henderson
· 11 years ago
d4faa3e
target-i386: Introduce gen_op_st_rm_T0_A0
by Richard Henderson
· 11 years ago
dc732b7
target-i386: Remove gen_op_lds_T0_A0
by Richard Henderson
· 11 years ago
0f712e1
target-i386: Remove gen_op_ld_T1_A0
by Richard Henderson
· 11 years ago
cc1a80d
target-i386: Remove gen_op_ldu_T0_A0
by Richard Henderson
· 11 years ago
909be18
target-i386: Remove gen_op_ld_T0_A0
by Richard Henderson
· 11 years ago
4ba9938
target-i386: Replace OT_* constants with MO_* constants
by Richard Henderson
· 11 years ago
3523e4b
target-i386: Use new tcg_gen_qemu_st_* helpers
by Richard Henderson
· 11 years ago
3c5f411
target-i386: Use new tcg_gen_qemu_ld_* helpers
by Richard Henderson
· 11 years ago
5c42a7c
target-i386: Stop encoding DisasContext.mem_index
by Richard Henderson
· 11 years ago
323d187
target-i386: Push DisasContext into load/store helpers
by Richard Henderson
· 11 years ago
00b8105
target-i386: Remove assert_no_error usage
by Peter Crosthwaite
· 11 years ago
d024d20
target-i386: Cleanup 'foo=val' feature handling
by Igor Mammedov
· 12 years ago
258f5ab
target-i386: Cleanup 'foo' feature handling
by Igor Mammedov
· 12 years ago
912ffc4
target-i386: Convert 'check' and 'enforce' to static properties
by Igor Mammedov
· 12 years ago
c8f0f88
target-i386: Convert 'hv_spinlocks' to static property
by Igor Mammedov
· 12 years ago
0f46685
target-i386: Convert 'hv_vapic' to static property
by Igor Mammedov
· 13 years ago
8931450
target-i386: Convert 'hv_relaxed' to static property
by Igor Mammedov
· 13 years ago
02e5148
target-i386: Move apic_state field from CPUX86State to X86CPU
by Chen Fan
· 11 years ago
33dfdb5
x86: only allow real mode to access 32bit without LMA
by Alexander Graf
· 11 years ago
0c0cb6a
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 11 years ago
33f373d
target-i386: fix cpuid leaf 0x0d
by Liu Jinsong
· 11 years ago
d916ada
Merge remote-tracking branch 'bonzini/tags/for-anthony' into staging
by Anthony Liguori
· 11 years ago
b5fc314
target-i386: yield to another VCPU on PAUSE
by Paolo Bonzini
· 11 years ago
2140cfa
target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()
by Peter Maydell
· 11 years ago
7865eec
target-i386: Fix addr32 prefix in gen_lea_modrm
by Richard Henderson
· 11 years ago
76c2975
target-i386: do not override nr_cores for -cpu host
by Paolo Bonzini
· 11 years ago
81f3053
target-i386: yield to another VCPU on PAUSE
by Paolo Bonzini
· 11 years ago
ef4cbe1
kvm: Fix uninitialized cpuid_data
by Stefan Weil
· 11 years ago
0fd53fe
KVM: x86: fix typo in KVM_GET_XCRS
by Paolo Bonzini
· 11 years ago
fc8ead7
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 11 years ago
1cb9b64
Merge remote-tracking branch 'bonzini/configure' into staging
by Anthony Liguori
· 11 years ago
cf01ba9
Makefile.target: CONFIG_NO_* variables removed
by Ákos Kovács
· 11 years ago
ab1eb72
Merge remote-tracking branch 'rth/tcg-pull' into staging
by Anthony Liguori
· 11 years ago
39c153b
Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging
by Anthony Liguori
· 11 years ago
5cd8f62
tcg: Move helper registration into tcg_context_init
by Richard Henderson
· 11 years ago
51fb256
cpu: Drop cpu_model_str from CPU_COMMON
by Andreas Färber
· 12 years ago
00fdef6
target-i386: Fix compiler warning (integer constant is too large)
by Stefan Weil
· 11 years ago
2560f19
x86: cpuid: reconstruct leaf 0Dh data
by Paolo Bonzini
· 11 years ago
c74f41b
x86: fix migration from pre-version 12
by Paolo Bonzini
· 11 years ago
f8e6a11
target-i386: Set model=6 on qemu64 & qemu32 CPU models
by Eduardo Habkost
· 11 years ago
2e6ae66
Merge remote-tracking branch 'mjt/trivial-patches' into staging
by Anthony Liguori
· 11 years ago
3e4be9c
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
by Anthony Liguori
· 11 years ago
469936a
target-i386: Fix segment cache dump
by Tobias Markus
· 12 years ago
f010bc6
target-i386: add feature kvm_pv_unhalt
by Andrew Jones
· 11 years ago
787aaf5
target-i386: forward CPUID cache leaves when -cpu host is used
by Benoît Canet
· 12 years ago
0e50357
fix steal time MSR vmsd callback to proper opaque type
by Marcelo Tosatti
· 12 years ago
97577fd
cpu: Move cpu state syncs up into cpu_dump_state()
by James Hogan
· 12 years ago
bff9328
target-i386: Only provide CMOV and friends if feature bit set
by Peter Maydell
· 12 years ago
f2f8560
target-i386: fix disassembly with PAE=1, PG=0
by Paolo Bonzini
· 12 years ago
5e891bf
target-i386: Use #defines instead of magic numbers for CPUID cache info
by Eduardo Habkost
· 12 years ago
bdc4464
cpu: Use QTAILQ for CPU list
by Andreas Färber
· 12 years ago
8cfd049
tcg: Change tcg_gen_exit_tb argument to uintptr_t
by Richard Henderson
· 12 years ago
b5d54bd
Merge remote-tracking branch 'qemu-kvm/uq/master' into stable-1.5
by Anthony Liguori
· 12 years ago
7477cd3
kvm: i386: fix LAPIC TSC deadline timer save/restore
by Marcelo Tosatti
· 12 years ago
df67696
kvm: x86: fix setting IA32_FEATURE_CONTROL with nested VMX disabled
by Liu Jinsong
· 12 years ago
4a44d85
Convert stderr message calling error_get_pretty() to error_report()
by Seiji Aguchi
· 12 years ago
92067bf
target-i386: Move hyperv_* static globals to X86CPU
by Igor Mammedov
· 12 years ago
0d89436
kvm: migrate vPMU state
by Paolo Bonzini
· 12 years ago
e4a09c9
target-i386: remove tabs from target-i386/cpu.h
by Paolo Bonzini
· 12 years ago
Next »