index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
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
2014-03-27
target-i386: Avoid shifting left into sign bit
Peter Maydell
1
-167
/
+167
2014-03-27
target-i386: Add missing 'static' and 'const' attributes
Stefan Weil
2
-2
/
+2
2014-03-13
cputlb: Change tlb_set_page() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
cputlb: Change tlb_flush() argument to CPUState
Andreas Färber
4
-8
/
+15
2014-03-13
cputlb: Change tlb_flush_page() argument to CPUState
Andreas Färber
2
-2
/
+5
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-3
/
+5
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-1
/
+1
2014-03-13
exec: Change cpu_breakpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
3
-4
/
+4
2014-03-13
exec: Change cpu_watchpoint_{insert,remove{,_by_ref,_all}} argument
Andreas Färber
3
-5
/
+11
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2
-2
/
+2
2014-03-13
cpu-exec: Change cpu_loop_exit() argument to CPUState
Andreas Färber
4
-10
/
+9
2014-03-13
exec: Change tlb_fill() argument to CPUState
Andreas Färber
1
-5
/
+7
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
4
-5
/
+7
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
3
-8
/
+9
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
6
-18
/
+26
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+3
2014-03-13
cpu: Turn cpu_handle_mmu_fault() into a CPUClass hook
Andreas Färber
4
-12
/
+18
2014-03-13
cpu: Introduce CPUClass::parse_features() hook
Andreas Färber
1
-15
/
+21
2014-03-13
target-i386: X86CPU model subclasses
Eduardo Habkost
2
-73
/
+125
2014-03-13
target-i386: Prepare CPUClass::class_by_name for X86CPU
Andreas Färber
1
-3
/
+21
2014-03-13
target-i386: Enable x2apic by default on KVM
Eduardo Habkost
1
-0
/
+1
2014-03-13
target-i386: Introduce x86_cpu_compat_disable_kvm_features()
Eduardo Habkost
2
-4
/
+4
2014-03-13
target-i386: Make kvm_default_features an array
Eduardo Habkost
1
-4
/
+13
2014-03-13
target-i386: Don't declare variables in the middle of blocks
Eduardo Habkost
1
-3
/
+4
2014-03-13
target-i386: Rename x86_def_t to X86CPUDefinition
Eduardo Habkost
1
-13
/
+13
2014-03-13
target-i386: Call x86_cpu_load_def() earlier
Eduardo Habkost
1
-5
/
+5
2014-03-13
target-i386: Rename cpu_x86_register() to x86_cpu_load_def()
Eduardo Habkost
1
-2
/
+4
2014-03-13
cpu: Turn cpu_has_work() into a CPUClass hook
Andreas Färber
2
-14
/
+15
2014-03-13
target-i386: Clean up ENV_GET_CPU() usage
Andreas Färber
4
-10
/
+12
2014-03-12
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-1
/
+1
2014-03-11
Merge remote-tracking branch 'remotes/kvm/uq/master' into staging
Peter Maydell
1
-1
/
+1
2014-03-11
qapi script: do not add "_" for every capitalized char in enum
Wenchao Xia
1
-1
/
+1
2014-03-11
target-i386: bugfix of Intel MPX
Liu, Jinsong
1
-1
/
+1
2014-03-04
Merge remote-tracking branch 'remotes/qmp-unstable/queue/qmp' into staging
Peter Maydell
1
-0
/
+2
2014-02-28
Define the architecture for compressed dump format
qiaonuohan
1
-0
/
+2
[next]