Re: [Qemu-devel] [RFC PATCH v4 18/20] target/i386: add cpuid Fn8000_001f

2017-03-08 Thread Eduardo Habkost
On Wed, Mar 08, 2017 at 03:54:20PM -0500, Brijesh Singh wrote: > Fn8000_001f cpuid provides the memory encryption (aka C-bit) location > in a page table for the SEV-enabled guest. > > Signed-off-by: Brijesh Singh > --- > target/i386/cpu.c |6 ++ > 1 file changed,

[Qemu-devel] [RFC PATCH v4 18/20] target/i386: add cpuid Fn8000_001f

2017-03-08 Thread Brijesh Singh
Fn8000_001f cpuid provides the memory encryption (aka C-bit) location in a page table for the SEV-enabled guest. Signed-off-by: Brijesh Singh --- target/i386/cpu.c |6 ++ 1 file changed, 6 insertions(+) diff --git a/target/i386/cpu.c b/target/i386/cpu.c index