diff for duplicates of <ZMPR56RVgzI6s6Ik@google.com> diff --git a/a/1.txt b/N1/1.txt index 1dc3cc0..3d10809 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,7 +10,7 @@ On Fri, Jul 28, 2023, Andrew Jones wrote: Just allocate the tables in kvm_arch_vm_post_create(). I've been meaning to convert x86 and ARM, but keep getting distracted/waylaid by other things. -https://lore.kernel.org/all/Y8hCBOndYMD9zsDL at google.com +https://lore.kernel.org/all/Y8hCBOndYMD9zsDL@google.com > void vm_init_vector_tables(struct kvm_vm *vm); > void vcpu_init_vector_tables(struct kvm_vcpu *vcpu); diff --git a/a/content_digest b/N1/content_digest index 10e8048..84d6164 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,9 +2,28 @@ "ref\07e9d2d5518375083f10c92a3d1acd98914f69fd8.1690364259.git.haibo1.xu@intel.com\0" "ref\020230728-21d0e3ecb0d8916fd9d9bceb@orel\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH 2/4] KVM: riscv: selftests: Add exception handling support\0" + "Subject\0Re: [PATCH 2/4] KVM: riscv: selftests: Add exception handling support\0" "Date\0Fri, 28 Jul 2023 08:53:52 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Andrew Jones <ajones@ventanamicro.com>\0" + "Cc\0Haibo Xu <haibo1.xu@intel.com>" + xiaobo55x@gmail.com + Paul Walmsley <paul.walmsley@sifive.com> + Palmer Dabbelt <palmer@dabbelt.com> + Albert Ou <aou@eecs.berkeley.edu> + Paolo Bonzini <pbonzini@redhat.com> + Shuah Khan <shuah@kernel.org> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Marc Zyngier <maz@kernel.org> + Andrew Jones <andrew.jones@linux.dev> + Colton Lewis <coltonlewis@google.com> + Vipin Sharma <vipinsh@google.com> + Vishal Annapurve <vannapurve@google.com> + linux-kernel@vger.kernel.org + linux-riscv@lists.infradead.org + kvm@vger.kernel.org + linux-kselftest@vger.kernel.org + " kvm-riscv@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Jul 28, 2023, Andrew Jones wrote:\n" @@ -19,7 +38,7 @@ "Just allocate the tables in kvm_arch_vm_post_create(). I've been meaning to\n" "convert x86 and ARM, but keep getting distracted/waylaid by other things.\n" "\n" - "https://lore.kernel.org/all/Y8hCBOndYMD9zsDL at google.com\n" + "https://lore.kernel.org/all/Y8hCBOndYMD9zsDL@google.com\n" "\n" "> void vm_init_vector_tables(struct kvm_vm *vm);\n" "> void vcpu_init_vector_tables(struct kvm_vcpu *vcpu);\n" @@ -38,4 +57,4 @@ "from common code. the vector to be installed is inherently arch specific, but\n" it would be easy enough for a test to use #ifdeffery to define the correct vector. -d81a775f2562fbde7f313ab9112a62b04e29b995a93708d11ff95e3882178cde +2557cfd25c8b049abaf60ef92510b92a8a78b208011be7a65b559b7ac6424313
diff --git a/a/1.txt b/N2/1.txt index 1dc3cc0..137b7e8 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -10,7 +10,7 @@ On Fri, Jul 28, 2023, Andrew Jones wrote: Just allocate the tables in kvm_arch_vm_post_create(). I've been meaning to convert x86 and ARM, but keep getting distracted/waylaid by other things. -https://lore.kernel.org/all/Y8hCBOndYMD9zsDL at google.com +https://lore.kernel.org/all/Y8hCBOndYMD9zsDL@google.com > void vm_init_vector_tables(struct kvm_vm *vm); > void vcpu_init_vector_tables(struct kvm_vcpu *vcpu); @@ -28,3 +28,8 @@ And rename it to (*exception_handler_fn). Hmm, yeah, I think it makes sense to let vm_install_exception_handler() be used from common code. the vector to be installed is inherently arch specific, but it would be easy enough for a test to use #ifdeffery to define the correct vector. + +_______________________________________________ +linux-riscv mailing list +linux-riscv@lists.infradead.org +http://lists.infradead.org/mailman/listinfo/linux-riscv diff --git a/a/content_digest b/N2/content_digest index 10e8048..8229fcc 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,9 +2,28 @@ "ref\07e9d2d5518375083f10c92a3d1acd98914f69fd8.1690364259.git.haibo1.xu@intel.com\0" "ref\020230728-21d0e3ecb0d8916fd9d9bceb@orel\0" "From\0Sean Christopherson <seanjc@google.com>\0" - "Subject\0[PATCH 2/4] KVM: riscv: selftests: Add exception handling support\0" + "Subject\0Re: [PATCH 2/4] KVM: riscv: selftests: Add exception handling support\0" "Date\0Fri, 28 Jul 2023 08:53:52 -0700\0" - "To\0kvm-riscv@lists.infradead.org\0" + "To\0Andrew Jones <ajones@ventanamicro.com>\0" + "Cc\0Haibo Xu <haibo1.xu@intel.com>" + xiaobo55x@gmail.com + Paul Walmsley <paul.walmsley@sifive.com> + Palmer Dabbelt <palmer@dabbelt.com> + Albert Ou <aou@eecs.berkeley.edu> + Paolo Bonzini <pbonzini@redhat.com> + Shuah Khan <shuah@kernel.org> + Anup Patel <anup@brainfault.org> + Atish Patra <atishp@atishpatra.org> + Marc Zyngier <maz@kernel.org> + Andrew Jones <andrew.jones@linux.dev> + Colton Lewis <coltonlewis@google.com> + Vipin Sharma <vipinsh@google.com> + Vishal Annapurve <vannapurve@google.com> + linux-kernel@vger.kernel.org + linux-riscv@lists.infradead.org + kvm@vger.kernel.org + linux-kselftest@vger.kernel.org + " kvm-riscv@lists.infradead.org\0" "\00:1\0" "b\0" "On Fri, Jul 28, 2023, Andrew Jones wrote:\n" @@ -19,7 +38,7 @@ "Just allocate the tables in kvm_arch_vm_post_create(). I've been meaning to\n" "convert x86 and ARM, but keep getting distracted/waylaid by other things.\n" "\n" - "https://lore.kernel.org/all/Y8hCBOndYMD9zsDL at google.com\n" + "https://lore.kernel.org/all/Y8hCBOndYMD9zsDL@google.com\n" "\n" "> void vm_init_vector_tables(struct kvm_vm *vm);\n" "> void vcpu_init_vector_tables(struct kvm_vcpu *vcpu);\n" @@ -36,6 +55,11 @@ "\n" "Hmm, yeah, I think it makes sense to let vm_install_exception_handler() be used\n" "from common code. the vector to be installed is inherently arch specific, but\n" - it would be easy enough for a test to use #ifdeffery to define the correct vector. + "it would be easy enough for a test to use #ifdeffery to define the correct vector.\n" + "\n" + "_______________________________________________\n" + "linux-riscv mailing list\n" + "linux-riscv@lists.infradead.org\n" + http://lists.infradead.org/mailman/listinfo/linux-riscv -d81a775f2562fbde7f313ab9112a62b04e29b995a93708d11ff95e3882178cde +b5b734d5ef0f16170700bb612facbe12ad3c633071b3511585865862cde31276
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.