[PULL 0/1] x86 CPU model queue, 2021-10-29

Eduardo Habkost posted 1 patch 4 years, 3 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20211029190758.2021640-1-ehabkost@redhat.com
target/i386/cpu.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
[PULL 0/1] x86 CPU model queue, 2021-10-29
Posted by Eduardo Habkost 4 years, 3 months ago
I should have flushed the queue a long time ago.  Apologies for
taking so long.

A single patch, by now.  Probably there are others I missed on
the mailing list, and if necessary I will send another pull
request.

The following changes since commit a92cecba2791cd408d2bca04ce181dc2abaf9695:

  Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211028' into staging (2021-10-29 08:39:44 -0700)

are available in the Git repository at:

  https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request

for you to fetch changes up to 07db29f20a9a845c8408df11936889e5411ff44f:

  target/i386: Remove core-capability in Snowridge CPU model (2021-10-29 15:02:30 -0400)

----------------------------------------------------------------
x86 queue, 2021-10-29

Bug fixes:
* Remove core-capability in Snowridge CPU model

----------------------------------------------------------------

Chenyi Qiang (1):
  target/i386: Remove core-capability in Snowridge CPU model

 target/i386/cpu.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
2.32.0


Re: [PULL 0/1] x86 CPU model queue, 2021-10-29
Posted by Richard Henderson 4 years, 3 months ago
On 10/29/21 12:07 PM, Eduardo Habkost wrote:
> I should have flushed the queue a long time ago.  Apologies for
> taking so long.
> 
> A single patch, by now.  Probably there are others I missed on
> the mailing list, and if necessary I will send another pull
> request.
> 
> The following changes since commit a92cecba2791cd408d2bca04ce181dc2abaf9695:
> 
>    Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20211028' into staging (2021-10-29 08:39:44 -0700)
> 
> are available in the Git repository at:
> 
>    https://gitlab.com/ehabkost/qemu.git tags/x86-next-pull-request
> 
> for you to fetch changes up to 07db29f20a9a845c8408df11936889e5411ff44f:
> 
>    target/i386: Remove core-capability in Snowridge CPU model (2021-10-29 15:02:30 -0400)
> 
> ----------------------------------------------------------------
> x86 queue, 2021-10-29
> 
> Bug fixes:
> * Remove core-capability in Snowridge CPU model
> 
> ----------------------------------------------------------------
> 
> Chenyi Qiang (1):
>    target/i386: Remove core-capability in Snowridge CPU model
> 
>   target/i386/cpu.c | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)

Applied, thanks.

r~