[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] hvf: use standard CR0 and CR4 register definitions
From: |
Roman Bolshakov |
Subject: |
Re: [PATCH v2] hvf: use standard CR0 and CR4 register definitions |
Date: |
Wed, 15 Apr 2020 16:01:19 +0300 |
On Tue, Apr 14, 2020 at 10:12:12PM -0700, Cameron Esfahani wrote:
> target/i386/cpu.h | 2 ++
> target/i386/hvf/hvf.c | 2 +-
> target/i386/hvf/vmx.h | 15 ++++++++-------
> target/i386/hvf/x86.c | 6 +++---
> target/i386/hvf/x86.h | 34 ----------------------------------
> target/i386/hvf/x86_mmu.c | 2 +-
> target/i386/hvf/x86_task.c | 3 ++-
> 7 files changed, 17 insertions(+), 47 deletions(-)
>
Hi Cameron,
Reviewed-by: Roman Bolshakov <address@hidden>
Thanks,
Roman