[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Misc fixes for 6.1
|
From: |
Thomas Huth |
|
Subject: |
[PULL 0/5] Misc fixes for 6.1 |
|
Date: |
Mon, 19 Jul 2021 12:26:35 +0200 |
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(-)
- [PULL 0/5] Misc fixes for 6.1,
Thomas Huth <=
- [PULL 1/5] ci: build & store windows installer, Thomas Huth, 2021/07/19
- [PULL 2/5] configure: Fix endianess test with LTO, Thomas Huth, 2021/07/19
- [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
- [PULL 5/5] hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machine, Thomas Huth, 2021/07/19
- [PULL 4/5] hw/net/net_tx_pkt: Fix crash detected by fuzzer, Thomas Huth, 2021/07/19
- Re: [PULL 0/5] Misc fixes for 6.1, Peter Maydell, 2021/07/19