[Qemu-devel] [PATCH 0/2] Fix SEV VM device assignment

Singh, Brijesh posted 2 patches 6 years, 9 months ago
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Test asan passed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190117215300.29694-1-brijesh.singh@amd.com
Maintainers: Eduardo Habkost <ehabkost@redhat.com>, Richard Henderson <rth@twiddle.net>, Paolo Bonzini <pbonzini@redhat.com>
There is a newer version of this series
memory.c          |  9 ++++++++-
target/i386/sev.c | 11 +++++++++++
2 files changed, 19 insertions(+), 1 deletion(-)
[Qemu-devel] [PATCH 0/2] Fix SEV VM device assignment
Posted by Singh, Brijesh 6 years, 9 months ago
Fix: https://bugzilla.redhat.com/show_bug.cgi?id=1667249

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(-)

-- 
2.17.1


Re: [Qemu-devel] [PATCH 0/2] Fix SEV VM device assignment
Posted by Singh, Brijesh 6 years, 9 months ago
Hi Alex and Paolo,

Any comments on the patch.

thanks


On 1/17/19 3:53 PM, Singh, Brijesh wrote:
> Fix: https://bugzilla.redhat.com/show_bug.cgi?id=1667249
> 
> 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(-)
>