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


Reply via email to