qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Huth <thuth@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>, qemu-devel@nongnu.org
Cc: Dmitry Fleytman <dmitry.fleytman@gmail.com>
Subject: [PULL 0/5] Misc fixes for 6.1
Date: Mon, 19 Jul 2021 12:26:35 +0200	[thread overview]
Message-ID: <20210719102640.2610368-1-thuth@redhat.com> (raw)

 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(-)



             reply	other threads:[~2021-07-19 10:28 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19 10:26 Thomas Huth [this message]
2021-07-19 10:26 ` [PULL 1/5] ci: build & store windows installer Thomas Huth
2021-07-19 10:26 ` [PULL 2/5] configure: Fix endianess test with LTO Thomas Huth
2021-07-19 10:26 ` [PULL 3/5] hw/net/vmxnet3: Do not abort if the guest is trying to use an invalid TX queue Thomas Huth
2021-07-19 10:26 ` [PULL 4/5] hw/net/net_tx_pkt: Fix crash detected by fuzzer Thomas Huth
2021-07-19 10:26 ` [PULL 5/5] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine Thomas Huth
2021-07-19 13:13 ` [PULL 0/5] Misc fixes for 6.1 Peter Maydell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210719102640.2610368-1-thuth@redhat.com \
    --to=thuth@redhat.com \
    --cc=dmitry.fleytman@gmail.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).