mbox

[PULL,0/4] x86 queue, 2019-12-16

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

Pull-request

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

Message

Eduardo Habkost Dec. 16, 2019, 7:38 p.m. UTC
The following changes since commit 4148d142a8cbbce10bb77e560997ae6b482e5edf:

  Merge remote-tracking branch 'remotes/dgilbert/tags/pull-virtiofs-20191213a' into staging (2019-12-13 15:58:54 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 88703ce2e6bbc8cc00c90c1bb8af1f3cd964ac9c:

  i386: Use g_autofree in a few places (2019-12-13 16:32:19 -0300)

----------------------------------------------------------------
x86 queue, 2019-12-16

Feature:
* Cooperlake CPU model

Cleanups:
* Use g_autofree in a few places

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

Cathy Zhang (3):
  i386: Add MSR feature bit for MDS-NO
  i386: Add macro for stibp
  i386: Add new CPU model Cooperlake

Eduardo Habkost (1):
  i386: Use g_autofree in a few places

 target/i386/cpu.c | 101 +++++++++++++++++++++++++++++++++-------------
 target/i386/cpu.h |   3 ++
 2 files changed, 76 insertions(+), 28 deletions(-)

Comments

Peter Maydell Dec. 17, 2019, 11:51 a.m. UTC | #1
On Mon, 16 Dec 2019 at 19:38, Eduardo Habkost <ehabkost@redhat.com> wrote:
>
> The following changes since commit 4148d142a8cbbce10bb77e560997ae6b482e5edf:
>
>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-virtiofs-20191213a' into staging (2019-12-13 15:58:54 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-next-pull-request
>
> for you to fetch changes up to 88703ce2e6bbc8cc00c90c1bb8af1f3cd964ac9c:
>
>   i386: Use g_autofree in a few places (2019-12-13 16:32:19 -0300)
>
> ----------------------------------------------------------------
> x86 queue, 2019-12-16
>
> Feature:
> * Cooperlake CPU model
>
> Cleanups:
> * Use g_autofree in a few places
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM