Age | Commit message (Expand) | Author | Files | Lines |
2022-12-16 | target/i386: Convert to 3-phase reset | Peter Maydell | 1 | -4/+8 |
2022-12-14 | qapi machine: Elide redundant has_FOO in generated C | Markus Armbruster | 1 | -1/+0 |
2022-10-22 | target/i386: implement FMA instructions | Paolo Bonzini | 1 | -2/+3 |
2022-10-20 | target/i386: implement F16C instructions | Paolo Bonzini | 1 | -3/+2 |
2022-10-18 | target/i386: Enable AVX cpuid bits when using TCG | Paul Brook | 1 | -5/+5 |
2022-10-18 | target/i386: Use device_cold_reset() to reset the APIC | Peter Maydell | 1 | -1/+1 |
2022-10-18 | hyperv: fix SynIC SINT assertion failure on guest reset | Maciej S. Szmigiero | 1 | -0/+13 |
2022-10-11 | linux-user: i386/signal: support XSAVE/XRSTOR for signal frame fpstate | Paolo Bonzini | 1 | -1/+1 |
2022-10-10 | i386: kvm: extend kvm_{get, put}_vcpu_events to support pending triple fault | Chenyi Qiang | 1 | -0/+1 |
2022-10-04 | hw/core: Add CPUClass.get_pc | Richard Henderson | 1 | -0/+9 |
2022-08-05 | target/i386: display deprecation status in '-cpu help' | Daniel P. Berrangé | 1 | -0/+5 |
2022-08-01 | misc: fix commonly doubled up words | Daniel P. Berrangé | 1 | -1/+1 |
2022-06-06 | x86: cpu: fixup number of addressable IDs for logical processors sharing cache | Igor Mammedov | 1 | -4/+16 |
2022-06-06 | x86: cpu: make sure number of addressable IDs for processor cores meets the spec | Igor Mammedov | 1 | -1/+1 |
2022-06-06 | target/i386: Fix wrong count setting | Yang Zhong | 1 | -1/+1 |
2022-05-25 | i386: Hyper-V Direct TLB flush hypercall | Vitaly Kuznetsov | 1 | -0/+2 |
2022-05-25 | i386: Hyper-V Support extended GVA ranges for TLB flush hypercalls | Vitaly Kuznetsov | 1 | -0/+2 |
2022-05-25 | i386: Hyper-V XMM fast hypercall input feature | Vitaly Kuznetsov | 1 | -0/+2 |
2022-05-25 | i386: Hyper-V Enlightened MSR bitmap feature | Vitaly Kuznetsov | 1 | -0/+2 |
2022-05-25 | target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable host | Maciej S. Szmigiero | 1 | -0/+8 |
2022-05-14 | target/i386: Support Arch LBR in CPUID enumeration | Yang Weijiang | 1 | -1/+19 |
2022-05-14 | target/i386: introduce helper to access supported CPUID | Paolo Bonzini | 1 | -16/+25 |
2022-05-14 | target/i386: Add XSAVES support for Arch LBR | Yang Weijiang | 1 | -1/+5 |
2022-05-14 | target/i386: Enable support for XSAVES based features | Yang Weijiang | 1 | -24/+80 |
2022-05-14 | target/i386: Add lbr-fmt vPMU option to support guest LBR | Yang Weijiang | 1 | -0/+40 |
2022-05-14 | i386/cpu: Remove the deprecated cpu model 'Icelake-Client' | Robert Hoo | 1 | -122/+0 |
2022-05-12 | target/i386: do not consult nonexistent host leaves | Paolo Bonzini | 1 | -5/+36 |
2022-05-09 | disas: Remove old libopcode i386 disassembler | Thomas Huth | 1 | -1/+0 |
2022-04-06 | hyperv: Add support to process syndbg commands | Jon Doron | 1 | -0/+2 |
2022-03-24 | target/i386: properly reset TSC on reset | Paolo Bonzini | 1 | -0/+13 |
2022-03-23 | KVM: x86: workaround invalid CPUID[0xD,9] info on some AMD processors | Paolo Bonzini | 1 | -2/+2 |
2022-03-15 | KVM: SVM: always set MSR_AMD64_TSC_RATIO to default value | Maxim Levitsky | 1 | -3/+1 |
2022-03-15 | i386: Add Icelake-Server-v6 CPU model with 5-level EPT support | Vitaly Kuznetsov | 1 | -0/+8 |
2022-03-15 | x86: Add AMX CPUIDs enumeration | Jing Liu | 1 | -3/+52 |
2022-03-15 | x86: Add XFD faulting bit for state components | Jing Liu | 1 | -1/+2 |
2022-03-15 | x86: Grant AMX permission for guest | Yang Zhong | 1 | -0/+7 |
2022-03-15 | x86: Add AMX XTILECFG and XTILEDATA components | Jing Liu | 1 | -0/+8 |
2022-03-15 | x86: Fix the 64-byte boundary enumeration for extended state | Jing Liu | 1 | -0/+1 |
2022-02-21 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -1/+1 |
2022-02-21 | include: Move hardware version declarations to new qemu/hw-version.h | Peter Maydell | 1 | -0/+1 |
2022-02-16 | target/i386: add TCG support for UMIP | Gareth Webb | 1 | -1/+1 |
2021-11-03 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Richard Henderson | 1 | -0/+5 |
2021-11-02 | KVM: SVM: add migration support for nested TSC scaling | Maxim Levitsky | 1 | -0/+5 |
2021-10-31 | monitor: Trim some trailing space from human-readable output | Markus Armbruster | 1 | -1/+1 |
2021-10-29 | target/i386: Remove core-capability in Snowridge CPU model | Chenyi Qiang | 1 | -1/+2 |
2021-10-13 | target/i386/sev: Remove stubs by using code elision | Philippe Mathieu-Daudé | 1 | -6/+7 |
2021-10-13 | target/i386/sev: Rename sev_i386.h -> sev.h | Philippe Mathieu-Daudé | 1 | -1/+1 |
2021-10-13 | target/i386/cpu: Add missing 'qapi/error.h' header | Philippe Mathieu-Daudé | 1 | -0/+1 |
2021-10-01 | i386: Change the default Hyper-V version to match WS2016 | Vitaly Kuznetsov | 1 | -3/+3 |
2021-10-01 | i386: Make Hyper-V version id configurable | Vitaly Kuznetsov | 1 | -4/+11 |