[Qemu-devel] [PULL 0/1] [for -rc2] pc-*-3.1 machine-types

Eduardo Habkost posted 1 patch 5 years, 4 months ago
Test asan passed
Test checkpatch passed
Test docker-quick@centos7 passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20181120134908.8439-1-ehabkost@redhat.com
hw/i386/pc_piix.c | 15 ++++++++++++---
hw/i386/pc_q35.c  | 13 +++++++++++--
2 files changed, 23 insertions(+), 5 deletions(-)
[Qemu-devel] [PULL 0/1] [for -rc2] pc-*-3.1 machine-types
Posted by Eduardo Habkost 5 years, 4 months ago
Hopefully in time for -rc2.

commit 9b4cf107 ("hyperv: only add SynIC in compatible configurations") breaks
compatibility on pc-*-3.0, so this is required as a bug fix.

The following changes since commit 46cabfb41e9cb269affc14c8188f0c8745f8cd55:

  Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2018-11-20 12:24:09 +0000)

are available in the Git repository at:

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

for you to fetch changes up to 4a93722f9c279184e95b1e1ad775c01deec05065:

  hw/i386: add pc-i440fx-3.1 & pc-q35-3.1 (2018-11-20 11:42:32 -0200)

----------------------------------------------------------------
pc-*-3.1 machine-types

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

Marc-André Lureau (1):
  hw/i386: add pc-i440fx-3.1 & pc-q35-3.1

 hw/i386/pc_piix.c | 15 ++++++++++++---
 hw/i386/pc_q35.c  | 13 +++++++++++--
 2 files changed, 23 insertions(+), 5 deletions(-)

-- 
2.18.0.rc1.1.g3f1ff2140


Re: [Qemu-devel] [PULL 0/1] [for -rc2] pc-*-3.1 machine-types
Posted by Peter Maydell 5 years, 4 months ago
On 20 November 2018 at 13:49, Eduardo Habkost <ehabkost@redhat.com> wrote:
> Hopefully in time for -rc2.
>
> commit 9b4cf107 ("hyperv: only add SynIC in compatible configurations") breaks
> compatibility on pc-*-3.0, so this is required as a bug fix.
>
> The following changes since commit 46cabfb41e9cb269affc14c8188f0c8745f8cd55:
>
>   Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging (2018-11-20 12:24:09 +0000)
>
> are available in the Git repository at:
>
>   git://github.com/ehabkost/qemu.git tags/x86-for-3.1-pull-request
>
> for you to fetch changes up to 4a93722f9c279184e95b1e1ad775c01deec05065:
>
>   hw/i386: add pc-i440fx-3.1 & pc-q35-3.1 (2018-11-20 11:42:32 -0200)
>
> ----------------------------------------------------------------
> pc-*-3.1 machine-types
>
> ----------------------
Applied, thanks.

-- PMM