[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2 0/2] Fix SEV VM device assignment
From: |
Alex Williamson |
Subject: |
Re: [Qemu-devel] [PATCH v2 0/2] Fix SEV VM device assignment |
Date: |
Tue, 12 Mar 2019 08:56:34 -0600 |
[cc +Paolo]
On Fri, 1 Mar 2019 15:09:04 +0000
"Singh, Brijesh" <address@hidden> wrote:
> Hi Paolo,
>
> Any comment on this series. Currently, device pass-through is
> broken for the SEV guests. I am wondering if we can queue the
> patches.
Paolo, any chance you're considering this for 4.0? Thanks,
Alex
> On 2/4/19 4:23 PM, Singh, Brijesh wrote:
> > Fix: https://bugzilla.redhat.com/show_bug.cgi?id=1667249
> >
> > Since v1:
> > * check the error code from memory_region_from_host() before
> > accessing the mr.
> >
> > Brijesh Singh (2):
> > memory: Fix the memory region type assignment order
> > target/i386: sev: Do not pin the ram device memory region
> >
> > memory.c | 9 ++++++++-
> > target/i386/sev.c | 11 +++++++++++
> > 2 files changed, 19 insertions(+), 1 deletion(-)
> >