[PULL 0/3] i386, machine patches for QEMU 6.1-rc4

Paolo Bonzini posted 3 patches 2 years, 8 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210813133716.289058-1-pbonzini@redhat.com
hw/core/machine.c                    | 3 ++-
target/i386/tcg/sysemu/misc_helper.c | 2 +-
target/i386/tcg/sysemu/svm_helper.c  | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
[PULL 0/3] i386, machine patches for QEMU 6.1-rc4
Posted by Paolo Bonzini 2 years, 8 months ago
The following changes since commit 703e8cd6189cf699c8d5c094bc68b5f3afa6ad71:

  Update version for v6.1.0-rc3 release (2021-08-10 19:08:09 +0100)

are available in the Git repository at:

  https://gitlab.com/bonzini/qemu.git tags/for-upstream

for you to fetch changes up to ea0aa1752ca88f7856cbf40eef0db62f90f28dcd:

  hw/core: fix error checking in smp_parse (2021-08-13 14:43:42 +0200)

This is what is in my queue.  The first patch is the one that is
most important, though all three are regressions.

----------------------------------------------------------------
Fixes for -smp, and for x86 TCG on Windows.

----------------------------------------------------------------
Daniel P. Berrangé (1):
      hw/core: fix error checking in smp_parse

Lara Lazier (1):
      target/i386: Fixed size of constant for Windows

Philippe Mathieu-Daudé (1):
      hw/core: Add missing return on error

 hw/core/machine.c                    | 3 ++-
 target/i386/tcg/sysemu/misc_helper.c | 2 +-
 target/i386/tcg/sysemu/svm_helper.c  | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)
-- 
2.31.1


Re: [PULL 0/3] i386, machine patches for QEMU 6.1-rc4
Posted by Peter Maydell 2 years, 8 months ago
On Fri, 13 Aug 2021 at 14:40, Paolo Bonzini <pbonzini@redhat.com> wrote:
>
> The following changes since commit 703e8cd6189cf699c8d5c094bc68b5f3afa6ad71:
>
>   Update version for v6.1.0-rc3 release (2021-08-10 19:08:09 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/bonzini/qemu.git tags/for-upstream
>
> for you to fetch changes up to ea0aa1752ca88f7856cbf40eef0db62f90f28dcd:
>
>   hw/core: fix error checking in smp_parse (2021-08-13 14:43:42 +0200)
>
> This is what is in my queue.  The first patch is the one that is
> most important, though all three are regressions.
>
> ----------------------------------------------------------------
> Fixes for -smp, and for x86 TCG on Windows.
>
> ----------------------------------------------------------------


Applied, thanks.

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

-- PMM