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