mbox

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

Message ID 20211029190758.2021640-1-ehabkost@redhat.com (mailing list archive)
State New, archived
Headers show

Pull-request

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

Message

Eduardo Habkost Oct. 29, 2021, 7:07 p.m. UTC
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(-)

Comments

Richard Henderson Oct. 30, 2021, 2:42 a.m. UTC | #1
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~