Anthony Liguori wrote:
Jan Kiszka wrote:
Remove redundant checkes for kvm_enabled() on register updates between
userspace and kvm kernel driver. Ensure register update across all CPUs
on "info cpus" monitor command.
This breaks the build when KVM is disabled. The explicit guard is
needed
Jan Kiszka wrote:
Remove redundant checkes for kvm_enabled() on register updates between
userspace and kvm kernel driver. Ensure register update across all CPUs
on "info cpus" monitor command.
This breaks the build when KVM is disabled. The explicit guard is
needed to avoid having #ifdefs.