[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PULL 0/5] Misc fixes for 2023-11-13
From: |
Philippe Mathieu-Daudé |
Subject: |
[PULL 0/5] Misc fixes for 2023-11-13 |
Date: |
Mon, 13 Nov 2023 19:17:39 +0100 |
The following changes since commit 69680740eafa1838527c90155a7432d51b8ff203:
Merge tag 'qdev-array-prop' of https://repo.or.cz/qemu/kevin into staging
(2023-11-11 11:23:25 +0800)
are available in the Git repository at:
https://github.com/philmd/qemu.git tags/misc-fixes-20231113
for you to fetch changes up to 04c0a003dd33c7f1dea989319085984822c768e6:
MAINTAINERS: update virtio-fs mailing list address (2023-11-13 19:06:06 +0100)
----------------------------------------------------------------
Misc fixes for 8.2
- Missing Kconfig dependency in hw/mips (Marc-André)
- Typo in VMWare model (Alexandra)
- New avocado test for x86 processors addressing (Ani)
- Fix SyntaxWarnings in avocado (Thomas)
- Update virtio-fs mailing list address in MAINTAINERS (Stefan)
----------------------------------------------------------------
Alexandra Diupina (1):
hw/display/vmware_vga: fix probably typo
Ani Sinha (1):
tests/avocado: add test to exercise processor address space memory
bound checks
Marc-André Lureau (1):
hw/mips: LOONGSON3V depends on UNIMP device
Stefan Hajnoczi (1):
MAINTAINERS: update virtio-fs mailing list address
Thomas Huth (1):
tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from
python 3.12
MAINTAINERS | 2 +-
hw/display/vmware_vga.c | 4 +-
hw/mips/Kconfig | 1 +
tests/avocado/machine_s390_ccw_virtio.py | 18 +-
tests/avocado/mem-addr-space-check.py | 356 +++++++++++++++++++++++
5 files changed, 369 insertions(+), 12 deletions(-)
create mode 100644 tests/avocado/mem-addr-space-check.py
--
2.41.0
- [PULL 0/5] Misc fixes for 2023-11-13,
Philippe Mathieu-Daudé <=
- [PULL 1/5] hw/mips: LOONGSON3V depends on UNIMP device, Philippe Mathieu-Daudé, 2023/11/13
- [PULL 2/5] hw/display/vmware_vga: fix probably typo, Philippe Mathieu-Daudé, 2023/11/13
- [PULL 3/5] tests/avocado: add test to exercise processor address space memory bound checks, Philippe Mathieu-Daudé, 2023/11/13
- [PULL 4/5] tests/avocado/machine_s390_ccw_virtio.py: Fix SyntaxWarnings from python 3.12, Philippe Mathieu-Daudé, 2023/11/13
- [PULL 5/5] MAINTAINERS: update virtio-fs mailing list address, Philippe Mathieu-Daudé, 2023/11/13
- Re: [PULL 0/5] Misc fixes for 2023-11-13, Stefan Hajnoczi, 2023/11/14