[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PULL v2 00/61] Misc HW & UI patches for 2024-09-12
From: |
Peter Maydell |
Subject: |
Re: [PULL v2 00/61] Misc HW & UI patches for 2024-09-12 |
Date: |
Fri, 13 Sep 2024 15:30:10 +0100 |
On Thu, 12 Sept 2024 at 07:53, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> v2:
> - Fill Pierrick's commit description suggested by Eric Blake
> - Include TMP105 fixes from Guenter
>
> The following changes since commit a4eb31c678400472de0b4915b9154a7c20d8332f:
>
> Merge tag 'pull-testing-gdbstub-oct-100924-1' of
> https://gitlab.com/stsquad/qemu into staging (2024-09-11 13:17:29 +0100)
>
> are available in the Git repository at:
>
> https://github.com/philmd/qemu.git tags/hw-misc-20240912
>
> for you to fetch changes up to bd480a2baab659abe90da878bc955670691f53a8:
>
> ui: remove break after g_assert_not_reached() (2024-09-12 08:44:48 +0200)
>
> ----------------------------------------------------------------
> Misc HW & UI patches
>
> - Remove deprecated SH4 SHIX machine TC58128 NAND EEPROM (Phil)
> - Remove deprecated CRIS target (Phil)
> - Remove deprecated RISC-V 'any' CPU type (Phil)
> - Add fifo8_peek_buf() to correctly handle FIFO wraparound (Mark)
> - Minor cleanups in Designware PCIe, PL011 and loongson IPI models (Phil)
> - Fixes in TI TMP105 temperature (Guenter)
> - Convert Sun ESCC and ADB mouses to QemuInputHandler (Mark)
> - Prevent heap overflow in VIRTIO sound device (Volker)
> - Cleanups around g_assert_not_reached() call (Pierrick)
> - Add Clément as VT-d reviewer (Clément)
> - Prevent stuck modifier keys and unexpected text input on Windows (Volker)
> - Explicitly set SDL2 swap interval when OpenGL is enabled (Gert)
Fails tests on some CI configs:
https://gitlab.com/qemu-project/qemu/-/jobs/7820098438
ERROR:../tests/qtest/tmp105-test.c:103:send_and_receive: assertion
failed (i2c_get16(i2cdev, TMP105_REG_T_LOW) == 0x1234): (0x00001230 ==
0x00001234)
(test program exited with status code -6)
https://gitlab.com/qemu-project/qemu/-/jobs/7820098228
ERROR:../tests/qtest/bcm2835-i2c-test.c:84:test_i2c_read_write:
assertion failed (i2cdata == 0xad): (160 == 173)
(test program exited with status code -6)
-- PMM
- [PULL v2 47/61] hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0, (continued)
- [PULL v2 47/61] hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0, Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 48/61] hw/sensor/tmp105: Lower 4 bit of limit registers are always 0, Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 51/61] hw/char: replace assert(0) with g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 52/61] hw/core: replace assert(0) with g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 53/61] hw/watchdog: replace assert(0) with g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 55/61] hw/misc: remove break after g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 54/61] hw/gpio: remove break after g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 56/61] hw/pci-host: remove break after g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 57/61] system: replace assert(0) with g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- [PULL v2 61/61] ui: remove break after g_assert_not_reached(), Philippe Mathieu-Daudé, 2024/09/12
- Re: [PULL v2 00/61] Misc HW & UI patches for 2024-09-12,
Peter Maydell <=