Re: [Qemu-devel] [PATCH 1/3] ram-encrypted-notifier: Introduce a RAM block encrypted notifier

2019-05-16 Thread Natarajan, Janakarajan
On 5/3/2019 1:25 PM, Eduardo Habkost wrote: > [CAUTION: External Email] > > On Fri, Apr 26, 2019 at 02:32:51PM +, Janakarajan Natarajan wrote: >> On 4/26/19 7:29 AM, Igor Mammedov wrote: > [...] diff --git a/numa.c b/numa.c index 3875e1efda..08601366c5 100644 --- a/numa.c ++

Re: [Qemu-devel] [PATCH 1/3] ram-encrypted-notifier: Introduce a RAM block encrypted notifier

2019-05-03 Thread Eduardo Habkost
On Fri, Apr 26, 2019 at 02:32:51PM +, Janakarajan Natarajan wrote: > On 4/26/19 7:29 AM, Igor Mammedov wrote: [...] > >> diff --git a/numa.c b/numa.c > >> index 3875e1efda..08601366c5 100644 > >> --- a/numa.c > >> +++ b/numa.c > > looks like wrong file to put RAMBlock code in. I though that we

Re: [Qemu-devel] [PATCH 1/3] ram-encrypted-notifier: Introduce a RAM block encrypted notifier

2019-04-26 Thread Janakarajan Natarajan
On 4/26/19 7:29 AM, Igor Mammedov wrote: > On Thu, 25 Apr 2019 22:58:18 + > "Natarajan, Janakarajan" wrote: > >> A client can register to this notifier to know whether the newly added or >> removed memory region is marked as encrypted. This information is needed >> for the SEV guest launch. In

Re: [Qemu-devel] [PATCH 1/3] ram-encrypted-notifier: Introduce a RAM block encrypted notifier

2019-04-26 Thread Igor Mammedov
On Thu, 25 Apr 2019 22:58:18 + "Natarajan, Janakarajan" wrote: > A client can register to this notifier to know whether the newly added or > removed memory region is marked as encrypted. This information is needed > for the SEV guest launch. In SEV guest, some memory regions may contain > enc

[Qemu-devel] [PATCH 1/3] ram-encrypted-notifier: Introduce a RAM block encrypted notifier

2019-04-26 Thread Natarajan, Janakarajan
A client can register to this notifier to know whether the newly added or removed memory region is marked as encrypted. This information is needed for the SEV guest launch. In SEV guest, some memory regions may contain encrypted data (e.g guest RAM). The memory region which contains the encrypted d