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
...
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2017-03-13
3
-1
/
+38
|
\
|
*
i386: Change stepping of Haswell to non-blacklisted value
Eduardo Habkost
2017-03-10
1
-1
/
+1
|
*
i386/kvm: Blacklist TSX on known broken hosts
Eduardo Habkost
2017-03-10
1
-0
/
+17
|
*
i386: host_vendor_fms() helper function
Eduardo Habkost
2017-03-10
2
-0
/
+20
*
|
target-i386: defer VMEXIT to do_interrupt
Paolo Bonzini
2017-03-09
3
-18
/
+26
*
|
target/i386/cpu.h: declare TCG_GUEST_DEFAULT_MO
Alex Bennée
2017-03-09
1
-0
/
+3
|
/
*
x86: Work around SMI migration breakages
Dr. David Alan Gilbert
2017-03-03
3
-1
/
+11
*
qapi: flatten GuestPanicInformation union
Anton Nefedov
2017-03-03
1
-9
/
+6
*
KVM: do not use sigtimedwait to catch SIGBUS
Paolo Bonzini
2017-03-03
1
-3
/
+2
*
KVM: remove kvm_arch_on_sigbus
Paolo Bonzini
2017-03-03
1
-35
/
+5
*
cpus: reorganize signal handling code
Paolo Bonzini
2017-03-03
1
-13
/
+2
*
KVM: x86: cleanup SIGBUS handlers
Paolo Bonzini
2017-03-03
1
-39
/
+42
*
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
2017-03-02
3
-80
/
+385
|
\
|
*
i386: Improve query-cpu-model-expansion full mode
Eduardo Habkost
2017-02-27
1
-3
/
+31
|
*
i386: Implement query-cpu-model-expansion QMP command
Eduardo Habkost
2017-02-27
1
-1
/
+190
|
*
i386: Define static "base" CPU model
Eduardo Habkost
2017-02-27
2
-0
/
+22
|
*
i386: Don't set CPUClass::cpu_def on "max" model
Eduardo Habkost
2017-02-27
2
-25
/
+24
|
*
i386: Make "max" model not use any host CPUID info on TCG
Eduardo Habkost
2017-02-27
1
-0
/
+9
|
*
i386: Create "max" CPU model
Eduardo Habkost
2017-02-27
1
-14
/
+32
|
*
i386: Reorganize and document CPUID initialization steps
Eduardo Habkost
2017-02-27
1
-31
/
+71
|
*
i386: Rename X86CPU::host_features to X86CPU::max_features
Eduardo Habkost
2017-02-27
2
-4
/
+4
|
*
i386: Add ordering field to CPUClass
Eduardo Habkost
2017-02-27
2
-4
/
+6
|
*
i386: Unset cannot_destroy_with_object_finalize_yet on "host" model
Eduardo Habkost
2017-02-27
1
-2
/
+0
*
|
linux-user: Add signal handling support for x86_64
Pranith Kumar
2017-02-27
2
-0
/
+14
|
/
*
Merge remote-tracking branch 'remotes/stsquad/tags/pull-mttcg-240217-1' into ...
Peter Maydell
2017-02-25
1
-0
/
+7
|
\
|
*
tcg: drop global lock during TCG code execution
Jan Kiszka
2017-02-24
1
-0
/
+7
*
|
util/cutils: Change qemu_strtosz*() from int64_t to uint64_t
Markus Armbruster
2017-02-23
1
-2
/
+2
*
|
util/cutils: Return qemu_strtosz*() error and value separately
Markus Armbruster
2017-02-23
1
-2
/
+3
*
|
util/cutils: Let qemu_strtosz*() optionally reject trailing crap
Markus Armbruster
2017-02-23
1
-3
/
+2
*
|
util/cutils: New qemu_strtosz_metric()
Markus Armbruster
2017-02-23
1
-2
/
+1
|
/
*
monitor: Fix crashes when using HMP commands without CPU
Thomas Huth
2017-02-21
1
-1
/
+15
*
target-i386: correctly propagate retaddr into SVM helpers
Paolo Bonzini
2017-02-16
6
-57
/
+55
*
report guest crash information in GUEST_PANICKED event
Anton Nefedov
2017-02-16
1
-0
/
+1
*
i386/cpu: add crash-information QOM property
Anton Nefedov
2017-02-16
1
-0
/
+50
*
pc: Enable vmware-cpuid-freq CPU option for 2.9+ machine types
Phil Dennis-Jordan
2017-01-27
1
-1
/
+1
*
x86-KVM: Supply TSC and APIC clock rates to guest like VMWare
Phil Dennis-Jordan
2017-01-27
3
-6
/
+35
*
replay: improve interrupt handling
Pavel Dovgalyuk
2017-01-27
1
-0
/
+1
*
migration: disallow migrate_add_blocker during migration
Ashijeet Acharya
2017-01-24
1
-3
/
+13
*
migration: extend VMStateInfo
Jianjun Duan
2017-01-24
1
-7
/
+19
*
kvm: Allow invtsc migration if tsc-khz is set explicitly
Eduardo Habkost
2017-01-24
1
-9
/
+11
*
kvm: Simplify invtsc check
Eduardo Habkost
2017-01-24
1
-2
/
+2
*
i386: Return migration-safe field on query-cpu-definitions
Eduardo Habkost
2017-01-24
2
-0
/
+5
*
i386: Remove AMD feature flag aliases from Opteron models
Eduardo Habkost
2017-01-24
1
-34
/
+12
*
x86: add AVX512_VPOPCNTDQ features
He Chen
2017-01-24
2
-1
/
+2
*
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
2017-01-20
12
-3
/
+2859
|
\
|
*
hax: add Darwin support
Vincent Palatin
2017-01-19
4
-0
/
+390
|
*
Plumb the HAXM-based hardware acceleration support
Vincent Palatin
2017-01-19
1
-0
/
+4
|
*
target/i386: Add Intel HAX files
Vincent Palatin
2017-01-19
6
-0
/
+2459
|
*
kvm: move cpu synchronization code
Vincent Palatin
2017-01-19
2
-0
/
+2
|
*
event_notifier: cleanups around event_notifier_set_handler
Paolo Bonzini
2017-01-16
1
-3
/
+4
[prev]
[next]