mbox series

[0/2] Fix SEV VM device assignment

Message ID 20190117215300.29694-1-brijesh.singh@amd.com
Headers show
Series Fix SEV VM device assignment | expand

Message

Brijesh Singh Jan. 17, 2019, 9:53 p.m. UTC
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(-)

Comments

Brijesh Singh Feb. 4, 2019, 5:40 p.m. UTC | #1
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(-)
>