Re: [Qemu-devel] [PATCH v3] target/i386: Introduce Denverton CPU model

2019-07-22 Thread Eduardo Habkost
On Thu, Jul 18, 2019 at 03:34:05PM +0800, Tao Xu wrote: > Denverton is the Atom Processor of Intel Harrisonville platform. > > For more information: > https://ark.intel.com/content/www/us/en/ark/products/\ > codename/63508/denverton.html > > Signed-off-by: Tao Xu Queued for 4.2, thanks. -- Ed

[Qemu-devel] [PATCH v3] target/i386: Introduce Denverton CPU model

2019-07-18 Thread Tao Xu
Denverton is the Atom Processor of Intel Harrisonville platform. For more information: https://ark.intel.com/content/www/us/en/ark/products/\ codename/63508/denverton.html Signed-off-by: Tao Xu --- Changes in v3: - Add MSR features in FEAT_ARCH_CAPABILITIES (Xiaoyao) --- target/i386/cpu.c