index
:
~fziglio/qemu
master
virgl-spice
Qemu experimental branch
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
1
-38
/
+19
2014-06-10
cpu/x86: correctly set errors in x86_cpu_parse_featurestr
Paolo Bonzini
1
-10
/
+7
2014-06-10
target-i386/translate.c: Remove unused tcg_gen_lshift()
Peter Maydell
1
-8
/
+0
2014-06-05
Merge remote-tracking branch 'remotes/bonzini/softmmu-smap' into staging
Peter Maydell
9
-340
/
+242
2014-06-05
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
9
-55
/
+77
2014-06-05
target-i386: cleanup x86_cpu_get_phys_page_debug
Paolo Bonzini
1
-18
/
+17
2014-06-05
target-i386: fix protection bits in the TLB for SMEP
Paolo Bonzini
1
-1
/
+3
2014-06-05
target-i386: support long addresses for 4MB pages (PSE-36)
Paolo Bonzini
2
-5
/
+10
2014-06-05
target-i386: raise page fault for reserved bits in large pages
Paolo Bonzini
2
-0
/
+3
2014-06-05
target-i386: unify reserved bits and NX bit check
Paolo Bonzini
1
-12
/
+4
2014-06-05
target-i386: simplify pte/vaddr calculation
Paolo Bonzini
1
-8
/
+7
2014-06-05
target-i386: raise page fault for reserved physical address bits
Paolo Bonzini
2
-12
/
+32
2014-06-05
target-i386: test reserved PS bit on PML4Es
Paolo Bonzini
1
-0
/
+3
2014-06-05
target-i386: set correct error code for reserved bit access
Paolo Bonzini
1
-17
/
+9
2014-06-05
target-i386: introduce support for 1 GB pages
Paolo Bonzini
2
-3
/
+8
2014-06-05
target-i386: introduce do_check_protect label
Paolo Bonzini
1
-36
/
+38
2014-06-05
target-i386: tweak handling of PG_NX_MASK
Paolo Bonzini
1
-4
/
+4
2014-06-05
target-i386: commonize checks for PAE and non-PAE
Paolo Bonzini
1
-79
/
+41
2014-06-05
target-i386: commonize checks for 4MB and 4KB pages
Paolo Bonzini
1
-77
/
+41
2014-06-05
target-i386: commonize checks for 2MB and 4KB pages
Paolo Bonzini
1
-83
/
+44
2014-06-05
target-i386: fix coding standards in x86_cpu_handle_mmu_fault
Paolo Bonzini
1
-5
/
+9
2014-06-05
target-i386: simplify SMAP handling in MMU_KSMAP_IDX
Paolo Bonzini
2
-9
/
+5
2014-06-05
target-i386: fix kernel accesses with SMAP and CPL = 3
Paolo Bonzini
3
-8
/
+33
2014-06-05
target-i386: move check_io helpers to seg_helper.c
Paolo Bonzini
2
-42
/
+42
2014-06-05
target-i386: rename KSMAP to KNOSMAP
Paolo Bonzini
2
-7
/
+7
2014-06-05
softmmu: introduce cpu_ldst.h
Paolo Bonzini
6
-20
/
+6
2014-06-05
softmmu: commonize helper definitions
Paolo Bonzini
1
-18
/
+0
2014-06-04
kvm: Fix eax for cpuid leaf 0x40000000
Jidong Xiao
1
-1
/
+1
2014-06-03
kvm: Enable -cpu option to hide KVM
Alex Williamson
3
-13
/
+17
2014-05-28
tcg: Invert the inclusion of helper.h
Richard Henderson
11
-16
/
+11
2014-05-21
target-i386: set CC_OP to CC_OP_EFLAGS in cpu_load_eflags
Paolo Bonzini
4
-7
/
+4
2014-05-21
target-i386: get CPL from SS.DPL
Paolo Bonzini
3
-6
/
+12
2014-05-21
target-i386: rework CPL checks during task switch, preparing for next patch
Paolo Bonzini
1
-14
/
+9
2014-05-21
target-i386: fix segment flags for SMM and VM86 mode
Paolo Bonzini
3
-10
/
+29
2014-05-21
target-i386: Fix vm86 mode regression introduced in fd460606fd6f.
Kevin O'Connor
1
-5
/
+6
2014-05-15
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
8
-118
/
+134
2014-05-13
cpu: make CPU_INTERRUPT_RESET available on all targets
Paolo Bonzini
1
-3
/
+4
2014-05-13
target-i386: preserve FPU and MSR state on INIT
Paolo Bonzini
3
-20
/
+35
2014-05-13
target-i386: fix set of registers zeroed on reset
Paolo Bonzini
2
-7
/
+7
2014-05-13
kvm: forward INIT signals coming from the chipset
Paolo Bonzini
3
-11
/
+30
2014-05-13
kvm: reset state from the CPU's reset method
Paolo Bonzini
3
-2
/
+7
2014-05-13
target-i386: the x86 CPL is stored in CS.selector - auto update hflags accord...
Kevin O'Connor
3
-32
/
+12
2014-05-13
target-i386: set eflags prior to calling cpu_x86_load_seg_cache() in seg_help...
Kevin O'Connor
1
-19
/
+19
2014-05-13
target-i386: set eflags and cr0 prior to calling cpu_x86_load_seg_cache() in ...
Kevin O'Connor
1
-17
/
+17
2014-05-13
target-i386: set eflags prior to calling svm_load_seg_cache() in svm_helper.c
Kevin O'Connor
1
-5
/
+2
2014-05-13
target-i386: Remove unused data from local array
Stefan Weil
1
-2
/
+1
2014-05-12
target-i386: Preserve the Z bit for bt/bts/btr/btc
Richard Henderson
1
-9
/
+31
2014-05-05
qom: Clean up fragile use of error_is_set() in set() methods
Markus Armbruster
1
-8
/
+16
2014-04-05
target-i386: reorder fields in cpu/msr_hyperv_hypercall subsection
Paolo Bonzini
1
-1
/
+1
2014-03-31
target-i386: x86_cpu_get_phys_page_debug(): support 1GB page translation
Luiz Capitulino
1
-0
/
+11
[next]