index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
target-i386
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
target-i386: commonize checks for 2MB and 4KB pages
Paolo Bonzini
2014-06-05
1
-83
/
+44
|
*
target-i386: fix coding standards in x86_cpu_handle_mmu_fault
Paolo Bonzini
2014-06-05
1
-5
/
+9
|
*
target-i386: simplify SMAP handling in MMU_KSMAP_IDX
Paolo Bonzini
2014-06-05
2
-9
/
+5
|
*
target-i386: fix kernel accesses with SMAP and CPL = 3
Paolo Bonzini
2014-06-05
3
-8
/
+33
|
*
target-i386: move check_io helpers to seg_helper.c
Paolo Bonzini
2014-06-05
2
-42
/
+42
|
*
target-i386: rename KSMAP to KNOSMAP
Paolo Bonzini
2014-06-05
2
-7
/
+7
|
*
softmmu: introduce cpu_ldst.h
Paolo Bonzini
2014-06-05
6
-20
/
+6
|
*
softmmu: commonize helper definitions
Paolo Bonzini
2014-06-05
1
-18
/
+0
*
|
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
2014-06-05
9
-55
/
+77
|
\
\
|
|
/
|
/
|
|
*
kvm: Fix eax for cpuid leaf 0x40000000
Jidong Xiao
2014-06-04
1
-1
/
+1
|
*
kvm: Enable -cpu option to hide KVM
Alex Williamson
2014-06-03
3
-13
/
+17
|
*
target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
Paolo Bonzini
2014-05-21
4
-7
/
+4
|
*
target-i386: get CPL from SS.DPL
Paolo Bonzini
2014-05-21
3
-6
/
+12
|
*
target-i386: rework CPL checks during task switch, preparing for next patch
Paolo Bonzini
2014-05-21
1
-14
/
+9
|
*
target-i386: fix segment flags for SMM and VM86 mode
Paolo Bonzini
2014-05-21
3
-10
/
+29
|
*
target-i386: Fix vm86 mode regression introduced in fd460606fd6f.
Kevin O'Connor
2014-05-21
1
-5
/
+6
*
|
tcg: Invert the inclusion of helper.h
Richard Henderson
2014-05-28
11
-16
/
+11
|
/
*
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
2014-05-15
8
-118
/
+134
|
\
|
*
cpu: make CPU_INTERRUPT_RESET available on all targets
Paolo Bonzini
2014-05-13
1
-3
/
+4
|
*
target-i386: preserve FPU and MSR state on INIT
Paolo Bonzini
2014-05-13
3
-20
/
+35
|
*
target-i386: fix set of registers zeroed on reset
Paolo Bonzini
2014-05-13
2
-7
/
+7
|
*
kvm: forward INIT signals coming from the chipset
Paolo Bonzini
2014-05-13
3
-11
/
+30
|
*
kvm: reset state from the CPU's reset method
Paolo Bonzini
2014-05-13
3
-2
/
+7
|
*
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...
Kevin O'Connor
2014-05-13
3
-32
/
+12
|
*
target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_help...
Kevin O'Connor
2014-05-13
1
-19
/
+19
|
*
target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...
Kevin O'Connor
2014-05-13
1
-17
/
+17
|
*
target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c
Kevin O'Connor
2014-05-13
1
-5
/
+2
|
*
target-i386: Remove unused data from local array
Stefan Weil
2014-05-13
1
-2
/
+1
*
|
target-i386: Preserve the Z bit for bt/bts/btr/btc
Richard Henderson
2014-05-12
1
-9
/
+31
|
/
*
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
2014-05-05
1
-8
/
+16
*
target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection
Paolo Bonzini
2014-04-05
1
-1
/
+1
*
target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
Luiz Capitulino
2014-03-31
1
-0
/
+11
*
target-i386: Avoid shifting left into sign bit
Peter Maydell
2014-03-27
1
-167
/
+167
*
target-i386: Add missing 'static' and 'const' attributes
Stefan Weil
2014-03-27
2
-2
/
+2
*
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
2014-03-13
4
-8
/
+15
*
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2014-03-13
2
-2
/
+5
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-3
/
+5
*
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+1
*
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
3
-4
/
+4
*
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
2014-03-13
3
-5
/
+11
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
2
-2
/
+2
*
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
2014-03-13
4
-10
/
+9
*
exec: Change tlb_fill() argument to CPUState
Andreas Färber
2014-03-13
1
-5
/
+7
*
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
4
-5
/
+7
*
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
3
-8
/
+9
*
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
6
-18
/
+26
*
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+3
*
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
2014-03-13
4
-12
/
+18
*
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
2014-03-13
1
-15
/
+21
[prev]
[next]