Age | Commit message (Expand) | Author |
2019-09-16 | hw/i386/pc: Extract e820 memory layout code | Philippe Mathieu-Daudé |
2019-09-16 | i386/kvm: support guest access CORE cstate | Wanpeng Li |
2019-09-03 | tcg: TCGMemOp is now accelerator independent MemOp | Tony Nguyen |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-20 | x86: Intel AVX512_BF16 feature enabling | Jing Liu |
2019-08-20 | icount: remove unnecessary gen_io_end calls | Pavel Dovgalyuk |
2019-08-20 | target/i386: Return 'indefinite integer value' for invalid SSE fp->int conver... | Peter Maydell |
2019-08-20 | i386/kvm: initialize struct at full before ioctl call | Andrey Shinkevich |
2019-08-20 | target-i386: kvm: 'kvm_get_supported_msrs' cleanup | Li Qiang |
2019-08-20 | target-i386: adds PV_SCHED_YIELD CPUID feature bit | Wanpeng Li |
2019-08-20 | kvm: i386: halt poll control MSR support | Marcelo Tosatti |
2019-08-16 | sysemu: Split sysemu/runstate.h off sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Clean up inclusion of sysemu/sysemu.h | Markus Armbruster |
2019-08-16 | Include hw/boards.h a bit less | Markus Armbruster |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster |
2019-08-16 | Include qemu/queue.h slightly less | Markus Armbruster |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster |
2019-08-16 | migration: Move the VMStateDescription typedef to typedefs.h | Markus Armbruster |
2019-08-16 | Include sysemu/reset.h a lot less | Markus Armbruster |
2019-08-16 | Include generated QAPI headers less | Markus Armbruster |
2019-07-29 | i386: Fix Snowridge CPU model name and features | Paul Lai |
2019-07-24 | i386/kvm: Do not sync nested state during runtime | Jan Kiszka |
2019-07-19 | target/i386: sev: fix failed message typos | Jiri Slaby |
2019-07-19 | i386: indicate that 'pconfig' feature was removed intentionally | Denis V. Lunev |
2019-07-19 | target/i386: skip KVM_GET/SET_NESTED_STATE if VMX disabled, or for SVM | Paolo Bonzini |
2019-07-19 | target/i386: kvm: Demand nested migration kernel capabilities only when vCPU ... | Liran Alon |
2019-07-15 | target/i386: sev: Do not unpin ram device memory region | Alex Williamson |
2019-07-15 | Fix broken build with WHPX enabled | Stefan Weil |
2019-07-08 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2019-07-05 | target/i386: kvm: Fix when nested state is needed for migration | Liran Alon |
2019-07-05 | target/i386: fix feature check in hyperv-stub.c | Alex Bennée |
2019-07-05 | i386/kvm: Fix build with -m32 | Max Reitz |
2019-07-05 | i386: Add Cascadelake-Server-v2 CPU model | Eduardo Habkost |
2019-07-05 | i386: Make unversioned CPU models be aliases | Eduardo Habkost |
2019-07-05 | i386: Replace -noTSX, -IBRS, -IBPB CPU models with aliases | Eduardo Habkost |
2019-07-05 | i386: Define -IBRS, -noTSX, -IBRS versions of CPU models | Eduardo Habkost |
2019-07-05 | i386: Register versioned CPU models | Eduardo Habkost |
2019-07-05 | i386: Get model-id from CPU object on "-cpu help" | Eduardo Habkost |
2019-07-05 | i386: Add x-force-features option for testing | Eduardo Habkost |
2019-07-05 | i386: Introduce SnowRidge CPU model | Paul Lai |
2019-07-05 | target/i386: Add CPUID.1F generation support for multi-dies PCMachine | Like Xu |
2019-07-05 | i386: Remove unused host_cpudef variable | Eduardo Habkost |
2019-07-05 | x86/cpu: use FeatureWordArray to define filtered_features | Wei Yang |
2019-07-05 | i386: make 'hv-spinlocks' a regular uint32 property | Roman Kagan |
2019-07-05 | i386: Fix signedness of hyperv_spinlock_attempts | Eduardo Habkost |
2019-07-05 | i386: Don't print warning if phys-bits was set automatically | Eduardo Habkost |
2019-07-05 | i386: Update new x86_apicid parsing rules with die_offset support | Like Xu |
2019-07-05 | i386/cpu: Consolidate die-id validity in smp context | Like Xu |
2019-07-05 | i386: Add die-level cpu topology to x86CPU on PCMachine | Like Xu |