[PULL 0/5] Misc fixes for 6.1

Thomas Huth posted 5 patches 2 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210719102640.2610368-1-thuth@redhat.com
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, John Snow <jsnow@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Jason Wang <jasowang@redhat.com>, Willian Rampazzo <willianr@redhat.com>, Thomas Huth <thuth@redhat.com>, Dmitry Fleytman <dmitry.fleytman@gmail.com>
.gitlab-ci.d/crossbuild-template.yml               |  5 +++++
.gitlab-ci.d/crossbuilds.yml                       |  6 ++++++
configure                                          | 15 +++++++++------
hw/ide/ioport.c                                    | 16 ++++++++++------
hw/ide/piix.c                                      | 22 +++++++++++++++++-----
hw/isa/isa-bus.c                                   | 14 ++++++++++----
hw/net/net_tx_pkt.c                                | 12 +++++++-----
hw/net/vmxnet3.c                                   |  9 +++++++--
include/hw/ide/internal.h                          |  2 +-
include/hw/isa/isa.h                               | 13 ++++++++-----
tests/docker/dockerfiles/fedora-win64-cross.docker |  1 +
11 files changed, 81 insertions(+), 34 deletions(-)
[PULL 0/5] Misc fixes for 6.1
Posted by Thomas Huth 2 years, 9 months ago
 Hi Peter!

The following changes since commit fd79f89c76c8e2f409dd9db5d7a367b1f64b6dc6:

  Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210718' into staging (2021-07-18 13:46:39 +0100)

are available in the Git repository at:

  https://gitlab.com/thuth/qemu.git tags/pull-request-2021-07-19

for you to fetch changes up to 9405d87be25db6dff4d7b5ab48a81bbf6d083e47:

  hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine (2021-07-19 10:08:45 +0200)

----------------------------------------------------------------
- Compile-test the Windows installer in the Gitlab-CI
- Fix endianess detection problem with LTO in "configure"
- Fix two abort()s in the vmxnet code
- Fix crash with x-remote machine and IDE devices

----------------------------------------------------------------
Gerd Hoffmann (1):
      ci: build & store windows installer

Thomas Huth (4):
      configure: Fix endianess test with LTO
      hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue
      hw/net/net_tx_pkt: Fix crash detected by fuzzer
      hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine

 .gitlab-ci.d/crossbuild-template.yml               |  5 +++++
 .gitlab-ci.d/crossbuilds.yml                       |  6 ++++++
 configure                                          | 15 +++++++++------
 hw/ide/ioport.c                                    | 16 ++++++++++------
 hw/ide/piix.c                                      | 22 +++++++++++++++++-----
 hw/isa/isa-bus.c                                   | 14 ++++++++++----
 hw/net/net_tx_pkt.c                                | 12 +++++++-----
 hw/net/vmxnet3.c                                   |  9 +++++++--
 include/hw/ide/internal.h                          |  2 +-
 include/hw/isa/isa.h                               | 13 ++++++++-----
 tests/docker/dockerfiles/fedora-win64-cross.docker |  1 +
 11 files changed, 81 insertions(+), 34 deletions(-)


Re: [PULL 0/5] Misc fixes for 6.1
Posted by Peter Maydell 2 years, 9 months ago
On Mon, 19 Jul 2021 at 11:26, Thomas Huth <thuth@redhat.com> wrote:
>
>  Hi Peter!
>
> The following changes since commit fd79f89c76c8e2f409dd9db5d7a367b1f64b6dc6:
>
>   Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20210718' into staging (2021-07-18 13:46:39 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.com/thuth/qemu.git tags/pull-request-2021-07-19
>
> for you to fetch changes up to 9405d87be25db6dff4d7b5ab48a81bbf6d083e47:
>
>   hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine (2021-07-19 10:08:45 +0200)
>
> ----------------------------------------------------------------
> - Compile-test the Windows installer in the Gitlab-CI
> - Fix endianess detection problem with LTO in "configure"
> - Fix two abort()s in the vmxnet code
> - Fix crash with x-remote machine and IDE devices
>


Applied, thanks.

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

-- PMM