[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20191122225832.26684-1-sean.j.christopherson@intel.com>
Date: Fri, 22 Nov 2019 14:58:29 -0800
From: Sean Christopherson <sean.j.christopherson@...el.com>
To: Paolo Bonzini <pbonzini@...hat.com>,
Radim Krčmář <rkrcmar@...hat.com>
Cc: Sean Christopherson <sean.j.christopherson@...el.com>,
Vitaly Kuznetsov <vkuznets@...hat.com>,
Wanpeng Li <wanpengli@...cent.com>,
Jim Mattson <jmattson@...gle.com>,
Joerg Roedel <joro@...tes.org>, kvm@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/3] KVM: x86: Minor emulator cleanup
Three small patches to move emulator specific variables from 'struct
kvm_vcpu_arch' to 'struct x86_emulate_ctxt'.
Sean Christopherson (3):
KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page fault
KVM: x86: Move gpa_val and gpa_available into the emulator context
KVM: x86: Move #PF retry tracking variables into emulation context
arch/x86/include/asm/kvm_emulate.h | 8 ++++++
arch/x86/include/asm/kvm_host.h | 19 ++++++-------
arch/x86/kvm/mmu/mmu.c | 10 ++-----
arch/x86/kvm/x86.c | 45 +++++++++++++++++++-----------
4 files changed, 48 insertions(+), 34 deletions(-)
--
2.24.0
Powered by blists - more mailing lists