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
| ||
|
Message-Id: <1513122151-5371-1-git-send-email-maran.wilson@oracle.com> Date: Tue, 12 Dec 2017 15:42:29 -0800 From: Maran Wilson <maran.wilson@...cle.com> To: pbonzini@...hat.com, jgross@...e.com, boris.ostrovsky@...cle.com, roger.pau@...rix.com, andrew.cooper3@...rix.com, hch@...radead.org, JBeulich@...e.com, x86@...nel.org, xen-devel@...ts.xenproject.org, linux-kernel@...r.kernel.org, kvm@...r.kernel.org Cc: tglx@...utronix.de, mingo@...hat.com, hpa@...or.com, rkrcmar@...hat.com Subject: [RFC PATCH v3 0/2] KVM: x86: Allow Qemu/KVM to use PVH entry point Changes from v2: * All structures (including memory map table entries) are padded and aligned to an 8 byte boundary. * Removed the "packed" attributes and made changes to comments as suggested by Jan. Changes from v1: * Adopted Paolo's suggestion for defining a v2 PVH ABI that includes the e820 map instead of using the second module entry to pass the table. * Cleaned things up a bit to reduce the number of xen vs non-xen special cases. Maran Wilson (2): xen/pvh: Add memory map pointer to hvm_start_info struct KVM: x86: Allow Qemu/KVM to use PVH entry point arch/x86/xen/enlighten_pvh.c | 51 ++++++++++++++++++++++++++++++++++++--------------- include/xen/interface/hvm/start_info.h | 50 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 85 insertions(+), 16 deletions(-)
Powered by blists - more mailing lists