index
:
~jwrdegoede/qemu
chardev-flowcontrol
master
qemu-1.0-usbredir
qemu-1.3-usbredir-wip
qemu-kvm-0.15.0-usbredir
qemu-kvm-1.0-usbredir
qemu-kvm-1.0.1-usbredir
qemu-kvm-1.1-usbredir
qemu-kvm-1.1-usbredir-live
qemu-kvm-1.2-f18
qemu-kvm-1.2-usbredir
qemu-kvm-1.2-usbredir-wip
spice-patches
stable-1.5
usb-borken
usb-for-gerd
usb-next
usb-patches
usb-wip
usbredir
Hans' usb redirection qemu repo
jwrdegoede
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
target-i386
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-04
implement cpu_get_memory_mapping()
Wen Congyang
1
-0
/
+266
2012-05-30
Expose CPUID leaf 7 only for -cpu host
Eduardo Habkost
2
-7
/
+17
2012-05-12
target-i386: Defer MCE init
Andreas Färber
3
-2
/
+13
2012-04-25
target-i386: Introduce "tsc-frequency" property for X86CPU
Andreas Färber
1
-1
/
+36
2012-04-25
target-i386: Prepare "vendor" property for X86CPU
Andreas Färber
1
-0
/
+44
2012-04-25
target-i386: Introduce "xlevel" property for X86CPU
Andreas Färber
1
-1
/
+37
2012-04-25
target-i386: Introduce "level" property for X86CPU
Andreas Färber
1
-1
/
+37
2012-04-25
target-i386: Add property getter for CPU model-id
Andreas Färber
1
-1
/
+16
2012-04-25
target-i386: Add property getter for CPU stepping
Andreas Färber
1
-1
/
+13
2012-04-25
target-i386: Add property getter for CPU model
Andreas Färber
1
-1
/
+13
2012-04-25
target-i386: Add property getter for CPU family
Andreas Färber
1
-1
/
+15
2012-04-25
target-i386: Add "model-id" property to X86CPU
Andreas Färber
1
-2
/
+8
2012-04-25
target-i386: Add "stepping" property to X86CPU
Andreas Färber
1
-3
/
+24
2012-04-25
target-i386: Add "model" property to X86CPU
Andreas Färber
1
-3
/
+23
2012-04-25
target-i386: Add "family" property to X86CPU
Andreas Färber
1
-5
/
+34
2012-04-25
target-i386: Add range check for -cpu ,family=x
Andreas Färber
1
-1
/
+1
2012-04-25
target-i386: Pass X86CPU to cpu_x86_register()
Andreas Färber
3
-3
/
+4
2012-04-25
target-i386: Fix x86_cpuid_set_model_id()
Andreas Färber
1
-0
/
+1
2012-04-14
Use uintptr_t for various op related functions
Blue Swirl
1
-5
/
+3
2012-04-10
target-i386: QOM'ify CPU reset
Andreas Färber
2
-71
/
+72
2012-04-10
target-i386: QOM'ify CPU init
Andreas Färber
2
-18
/
+27
2012-04-10
target-i386: QOM'ify CPU
Andreas Färber
4
-8
/
+118
2012-04-10
target-i386: Rename cpuid.c
Andreas Färber
1
-0
/
+0
2012-03-14
Rename CPUState -> CPUArchState
Andreas Färber
1
-1
/
+1
2012-03-14
target-i386: Don't overuse CPUState
Andreas Färber
6
-222
/
+222
2012-03-14
Rename cpu_reset() to cpu_state_reset()
Andreas Färber
1
-2
/
+2
2012-03-12
add "tsc-deadline" flag name to feature_ecx table
Eduardo Habkost
1
-1
/
+1
2012-03-11
target-i386: Mask NX bit from cpu_get_phys_page_debug result
Jan Kiszka
2
-6
/
+8
2012-03-07
kvm: fill in padding to help valgrind
Michael S. Tsirkin
1
-0
/
+6
2012-03-03
Merge branch 'upstream' of git://qemu.weilnetz.de/qemu
Blue Swirl
2
-7
/
+0
2012-03-01
Merge remote-tracking branch 'qemu-kvm/uq/master' into staging
Anthony Liguori
3
-2
/
+50
2012-02-28
target-i386: Clean includes
Stefan Weil
2
-7
/
+0
2012-02-24
target-i386: Introduce x86_cpuid_set_model_id()
Andreas Färber
1
-14
/
+19
2012-02-24
target-i386: Introduce x86_cpuid_version_set_stepping()
Andreas Färber
1
-1
/
+7
2012-02-24
target-i386: Introduce x86_cpuid_version_set_model()
Andreas Färber
1
-1
/
+7
2012-02-24
target-i386: Introduce x86_cpuid_version_set_family()
Andreas Färber
1
-4
/
+11
2012-02-22
cpu defs: use Intel flag names for Intel models (v2)
Eduardo Habkost
1
-2
/
+2
2012-02-22
cpu flags: aliases: pclmuldq|pclmulqdq and ffxsr|fxsr_opt
Eduardo Habkost
1
-2
/
+2
2012-02-18
target-i386: Add infrastructure for reporting TPR MMIO accesses
Jan Kiszka
3
-2
/
+49
2012-02-16
kvm: Synchronize cpu state in kvm_arch_stop_on_emulation_error()
Gleb Natapov
1
-0
/
+1
2012-02-08
kvm: Implement kvm_irqchip_in_kernel like kvm_enabled
Jan Kiszka
1
-2
/
+2
2012-02-08
kvm: Allow to set shadow MMU size
Jan Kiszka
1
-0
/
+13
2012-01-23
hyperv: fix build on non-KVM hosts
Blue Swirl
1
-1
/
+3
2012-01-19
kvm: x86: Add user space part for in-kernel APIC
Jan Kiszka
1
-0
/
+38
2012-01-19
kvm: Introduce core services for in-kernel irqchip support
Jan Kiszka
1
-0
/
+11
2012-01-19
hyper-v: initialize Hyper-V CPUID leaves.
Vadim Rozenfeld
1
-2
/
+63
2012-01-19
hyper-v: introduce Hyper-V support infrastructure.
Vadim Rozenfeld
3
-0
/
+121
2012-01-13
target-i386: fix compilation with --enable-debug-tcg
Aurelien Jarno
1
-1
/
+2
2012-01-11
target-i386: fix SSE rounding and flush to zero
Aurelien Jarno
3
-11
/
+56
2012-01-11
target-i386: fix dpps and dppd SSE2 instructions
Aurelien Jarno
1
-14
/
+14
[next]