The following changes since commit 41d306ec7d9885752fec434904df08b9c1aa3add:
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into
staging (2021-02-09 10:04:51 +0000)
are available in the Git repository at:
https://gitlab.com/bonzini/qemu.git tags/for-upstream
for you to fetch changes up to bf98b5857a101f9032377044c250ab728464bcb0:
hvf: Fetch cr4 before evaluating CPUID(1) (2021-02-09 18:47:45 +0100)
----------------------------------------------------------------
* HVF fixes
* Extra qos-test debugging output (Christian)
* SEV secret address autodetection (James)
* SEV-ES support (Thomas)
* Relocatable paths bugfix (Stefan)
----------------------------------------------------------------
Alexander Graf (2):
hvf: x86: Remove unused definitions
hvf: Fetch cr4 before evaluating CPUID(1)
Hill Ma (1):
hvf: Guard xgetbv call
James Bottomley (2):
pc: add parser for OVMF reset block
sev: update sev-inject-launch-secret to make gpa optional
Paolo Bonzini (1):
sev/i386: Allow AP booting under SEV-ES
Stefan Weil (1):
util/cutils: Skip "." when looking for next directory component
Tom Lendacky (5):
sev/i386: Add initial support for SEV-ES
sev/i386: Require in-kernel irqchip support for SEV-ES guests
sev/i386: Don't allow a system reset under an SEV-ES guest
kvm/i386: Use a per-VM check for SMM capability
sev/i386: Enable an SEV-ES guest based on SEV policy
Vladislav Yaroshchuk (2):
target/i386/hvf: add vmware-cpuid-freq cpu feature
target/i386/hvf: add rdmsr 35H MSR_CORE_THREAD_COUNT
qemu_oss--- via (5):
libqos/qgraph: add qos_node_create_driver_named()
libqos/qgraph_internal: add qos_printf() and qos_printf_literal()
tests/qtest/qos-test: dump qos graph if verbose
tests/qtest/qos-test: dump environment variables if verbose
tests/qtest/qos-test: dump QEMU command if verbose