lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 24 Feb 2010 18:59:09 +0100
From:	Joerg Roedel <joerg.roedel@....com>
To:	Avi Kivity <avi@...hat.com>, Marcelo Tosatti <mtosatti@...hat.com>
CC:	Alexander Graf <agraf@...e.de>, kvm@...r.kernel.org,
	linux-kernel@...r.kernel.org
Subject: [PATCH 0/11] Another set of nested svm fixes and optimizations

Hi,

here is another set of patches I collected in the last days while trying
to get Hyper-V running with nested svm. I was not successful yet but the
patches in this set make sense anyway :-)
The patches fix coding style issues which annoyed me for some time
because my vim shows all c-space-errors with red color. Other patches in
this set make nested svm more complete (nmi and selective cr0 related).
The vm_cr and hwcr.ignne patches are related to Hyper-V tests. This
hypervisor expects to write to those msrs.
The most interesting thing is patch 11 which reduces the amount of
memory which is touched in the vmrun emulation for merging the msrpms
from 24kb to 48 bytes.  Please review and comment (or apply if
perfect ;-) ) these patches.

Thanks,

	Joerg

diffstat:

 arch/x86/include/asm/svm.h |    4 +
 arch/x86/kvm/svm.c         |  282 +++++++++++++++++++++++++++++++-------------
 arch/x86/kvm/trace.h       |   22 ++++
 arch/x86/kvm/x86.c         |    3 +-
 4 files changed, 226 insertions(+), 85 deletions(-)

shortlog:

Joerg Roedel (11):
      KVM: SVM: Coding style cleanup
      KVM: SVM: Reset MMU on nested_svm_vmrun for NPT too
      KVM: SVM: Check for nested intercepts on NMI injection
      KVM: SVM: Restore tracing of nested vmcb address
      KVM: SVM: Add kvm_nested_intercepts tracepoint
      KVM: SVM: Implement emulation of vm_cr msr
      KVM: SVM: Ignore write of hwcr.ignne
      KVM: x86: Don't set arch.cr0 in kvm_set_cr0
      KVM: SVM: Handle nested selective_cr0 intercept correctly
      KVM: SVM: Clear exit_info for injected INTR exits
      KVM: SVM: Optimize nested svm msrpm merging


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ