[PATCH v2 0/2] Remove unsupported features in SNR CPU model

Chenyi Qiang posted 2 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210827064818.4698-1-chenyi.qiang@intel.com
target/i386/cpu.c | 9 +++++++++
1 file changed, 9 insertions(+)
[PATCH v2 0/2] Remove unsupported features in SNR CPU model
Posted by Chenyi Qiang 2 years, 8 months ago
Patch 1: https://lore.kernel.org/qemu-devel/20210825195438.914387-2-ehabkost@redhat.com/

Patch 2 removes one more feature (core-capability) in Snowridge-v4 CPU
model based on previous patch.

Chenyi Qiang (2):
  target/i386: Remove split lock detect in Snowridge CPU model
  target/i386: Remove core-capability in Snowridge CPU model

 target/i386/cpu.c | 9 +++++++++
 1 file changed, 9 insertions(+)

-- 
2.17.1


Re: [PATCH v2 0/2] Remove unsupported features in SNR CPU model
Posted by Eduardo Habkost 2 years, 6 months ago
On Fri, Aug 27, 2021 at 02:48:16PM +0800, Chenyi Qiang wrote:
> Patch 1: https://lore.kernel.org/qemu-devel/20210825195438.914387-2-ehabkost@redhat.com/
> 
> Patch 2 removes one more feature (core-capability) in Snowridge-v4 CPU
> model based on previous patch.
> 
> Chenyi Qiang (2):
>   target/i386: Remove split lock detect in Snowridge CPU model
>   target/i386: Remove core-capability in Snowridge CPU model

Patch 2/2 queued (patch 1/2 was already merged).  Thanks and
apologies for the delay.

-- 
Eduardo