Re: [Qemu-devel] [PATCH v12 05/28] machine: add -memory-encryption property

2018-03-08 Thread Daniel P . Berrangé
Nitpick: the subject makes it seem like you're adding "-memory-encryption" as a CLI arg, but actually its adding support for 'memory-encryption=$VAL' property to the '-machine' CLI arg. Sufficient to just s/-memory-encryption/"memory-encryption"/ On Thu, Mar 08, 2018 at 06:48:38AM -0600, Brije

[Qemu-devel] [PATCH v12 05/28] machine: add -memory-encryption property

2018-03-08 Thread Brijesh Singh
When CPU supports memory encryption feature, the property can be used to specify the encryption object to use when launching an encrypted guest. Cc: Paolo Bonzini Cc: Eduardo Habkost Cc: Marcel Apfelbaum Cc: Stefan Hajnoczi Signed-off-by: Brijesh Singh --- hw/core/machine.c | 22 ++