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
2011-11-28
x86/cpuid: Tighten parsing of tsc_freq=FREQ
Markus Armbruster
1
-1
/
+1
2011-11-28
Revert "i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID"
Anthony Liguori
1
-4
/
+23
2011-11-21
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-4
/
+8
2011-11-19
x86: fix pcmpestrm and pcmpistrm
Blue Swirl
1
-4
/
+8
2011-11-17
Fix typo: runnning -> running
Vagrant Cascadian
1
-1
/
+1
2011-11-10
x86/cpuid: Fix crash on -cpu ""
Markus Armbruster
1
-2
/
+2
2011-11-10
x86/cpuid: Plug memory leak in cpudef_setfield()
Markus Armbruster
1
-0
/
+1
2011-11-10
x86/cpuid: Convert remaining strdup() to g_strdup()
Markus Armbruster
1
-4
/
+4
2011-11-09
i386: derive '-cpu host' from KVM_GET_SUPPORTED_CPUID
Avi Kivity
1
-23
/
+4
2011-11-02
Fix X86 CPU topology in KVM mode
Bharata B Rao
1
-0
/
+1
2011-10-24
i386: wire up MSR_IA32_MISC_ENABLE
Avi Kivity
5
-0
/
+48
2011-10-24
kvm: support TSC deadline MSR with subsection
Liu, Jinsong
3
-0
/
+37
2011-10-24
Revert "kvm: support TSC deadline MSR"
Marcelo Tosatti
3
-18
/
+1
2011-10-03
kvm: support TSC deadline MSR
Liu, Jinsong
3
-1
/
+18
2011-10-01
softmmu_header: pass CPUState to tlb_fill
Blue Swirl
1
-4
/
+3
2011-10-01
target-i386: Remove redundant word mask in port out instructions
Jan Kiszka
1
-2
/
+0
2011-09-21
target-i386: Remove data type CCTable
Stefan Weil
2
-10
/
+0
2011-09-20
Merge remote-tracking branch 'qmp/queue/qmp' into staging
Anthony Liguori
1
-2
/
+2
2011-09-17
target-i386: Fix several SSE3 instructions.
Max Reitz
1
-18
/
+18
2011-09-15
Drop the vm_running global variable
Luiz Capitulino
1
-1
/
+1
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-1
/
+1
2011-09-10
kvm: remove unnecessary assignments
Blue Swirl
1
-1
/
+1
2011-09-08
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
1
-29
/
+43
2011-09-08
target-i386: Compute all flag data inside %cl != 0 test.
Richard Henderson
1
-29
/
+43
2011-09-08
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
1
-3
/
+3
2011-09-03
Use new macro QEMU_PACKED for packed structures
Stefan Weil
2
-5
/
+5
2011-09-02
x86: fix daa opcode for al register values higher than 0xf9
Boris Figovsky
1
-3
/
+3
2011-08-25
Fix up some style nits of last uq/master merge
Jan Kiszka
1
-2
/
+3
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
3
-13
/
+13
2011-08-08
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
3
-1
/
+29
2011-08-07
Remove unused is_softmmu parameter from cpu_handle_mmu_fault
Blue Swirl
3
-4
/
+4
2011-08-05
Avoid allocating TCG resources in non-TCG mode
Jan Kiszka
1
-2
/
+2
2011-08-05
Remove #ifdef KVM_CAP_TSC_CONTROL
Marcelo Tosatti
1
-2
/
+0
2011-08-05
qemu-x86: Set tsc_khz in kvm when supported
Joerg Roedel
1
-1
/
+17
2011-08-05
qemu-x86: Add tsc_freq option to -cpu
Joerg Roedel
2
-0
/
+14
2011-07-30
exec.h cleanup
Blue Swirl
4
-148
/
+164
2011-06-26
Remove exec-all.h include directives
Blue Swirl
5
-5
/
+1
2011-06-26
Move cpu_has_work and cpu_pc_from_tb to cpu.h
Blue Swirl
2
-46
/
+47
2011-06-26
exec.h: fix coding style and change cpu_has_work to return bool
Blue Swirl
1
-1
/
+1
2011-06-26
x86: use caller supplied CPUState for interrupt related stuff
Blue Swirl
3
-18
/
+91
2011-06-26
cpu_loop_exit: avoid using AREG0
Blue Swirl
1
-8
/
+8
2011-06-21
kvm: fix FPU state subsection
Marcelo Tosatti
1
-3
/
+3
2011-06-20
KVM: Fix XSAVE feature bit enumeration
Andre Przywara
1
-1
/
+4
2011-06-20
kvm: x86: Pass KVMState to kvm_arch_get_supported_cpuid
Jan Kiszka
2
-23
/
+27
2011-06-20
kvm: x86: Drop KVM_CAP build dependencies
Jan Kiszka
1
-64
/
+3
2011-06-20
kvm: Drop CONFIG_KVM_PARA
Jan Kiszka
1
-25
/
+1
2011-06-19
kvm: x86: Save/restore FPU OP, IP and DP
Jan Kiszka
3
-5
/
+42
2011-06-14
kvm: Enable CPU SMEP feature
Yang, Wei Y
1
-0
/
+13
2011-06-14
kvm: Add CPUID support for VIA CPU
brillywu@viatech.com.cn
3
-3
/
+74
2011-06-08
target-i386: Make x86 mfence and lfence illegal without SSE2
Martin Simmons
1
-1
/
+1
[next]