mbox

[PULL,0/2] x86 and CPU bug fixes for 6.0-rc3

Message ID 20210409202246.1857179-1-ehabkost@redhat.com
State New
Headers show

Pull-request

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

Message

Eduardo Habkost April 9, 2021, 8:22 p.m. UTC
The following changes since commit 471387aa1446e2583f372f79327cc0a8c802b4b4:

  Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210409' into staging (2021-04-09 17:21:18 +0100)

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 0b47ec4b95ad1952e55e639711d442f8ec6e1345:

  cpu/core: Fix "help" of CPU core device types (2021-04-09 16:05:16 -0400)

----------------------------------------------------------------
x86 and CPU bug fixes for 6.0-rc3

* Add missing features to EPYC-Rome CPU model (Babu Moger)
* Fix crash with "-device ...-cpu-core,help" (Greg Kurz)

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

Babu Moger (1):
  i386: Add missing cpu feature bits in EPYC-Rome model

Greg Kurz (1):
  cpu/core: Fix "help" of CPU core device types

 hw/cpu/core.c     | 10 ++++++++--
 target/i386/cpu.c | 12 ++++++++++++
 2 files changed, 20 insertions(+), 2 deletions(-)

Comments

Peter Maydell April 11, 2021, noon UTC | #1
On Fri, 9 Apr 2021 at 21:22, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 471387aa1446e2583f372f79327cc0a8c802b4b4:
>
>   Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210409' into staging (2021-04-09 17:21:18 +0100)
>
> 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 0b47ec4b95ad1952e55e639711d442f8ec6e1345:
>
>   cpu/core: Fix "help" of CPU core device types (2021-04-09 16:05:16 -0400)
>
> ----------------------------------------------------------------
> x86 and CPU bug fixes for 6.0-rc3
>
> * Add missing features to EPYC-Rome CPU model (Babu Moger)
> * Fix crash with "-device ...-cpu-core,help" (Greg Kurz)
>
> ----------------------------------------------------------------

Applied, thanks.

Please update the changelog at https://wiki.qemu.org/ChangeLog/6.0
for any user-visible changes.

-- PMM