Re: [PATCH 13/14] tests/functional: Convert the m68k MCF5208EVB Avocado test

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 20:05, Thomas Huth wrote: We've got to do_test_advcal_2018() here now that the test resides in a separate file. Also switch back to the original URL (since the site did not vanish as originally expected) and update the hashsum to use SHA256. Signed-off-by: Thomas Huth --- tests/avoc

Re: [PATCH 02/14] tests/functional: Convert the m68k Q800 Avocado test into a functional test

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 20:05, Thomas Huth wrote: Just had to update the asset checksum to use SHA256 instead of SHA1, but apart from that it is a pretty much straightforward conversion. Signed-off-by: Thomas Huth --- MAINTAINERS | 1 + tests/avocado/boot_linux_console.py | 24 ---

Re: [PATCH 14/14] tests/functional: Convert the or1k-sim Avocado test

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 20:05, Thomas Huth wrote: We've got to do_test_advcal_2018() here now that the test resides in a separate file. Also switch back to the original URL (since the site did not vanish as originally expected) and update the hashsum to use SHA256. Signed-off-by: Thomas Huth --- tests/avoc

Re: [PATCH 01/14] tests/functional: Add the LinuxKernelTest for testing the Linux boot process

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 20:05, Thomas Huth wrote: Copy the LinuxKernelTest from tests/acceptance/boot_linux_console.py to be able to convert the related tests to the functional test framework in the following patches. Signed-off-by: Thomas Huth --- tests/functional/qemu_test/__init__.py| 1 + tests/f

Re: [PATCH 0/9] fifo8: add fifo8_peek(), fifo8_peek_buf() and tests

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 22:51, Mark Cave-Ayland wrote: On 06/09/2024 14:14, Philippe Mathieu-Daudé wrote: Hi Mark, I'm OK to queue it but took some notes while reviewing: https://lore.kernel.org/qemu-devel/20240906131217.78159-1-phi...@linaro.org/ If you can have a look, I'll queue both together. Thanks

Re: [PATCH v3] escc: convert Sun mouse to use QemuInputHandler

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 22:55, Mark Cave-Ayland wrote: On 04/09/2024 12:19, Mark Cave-Ayland wrote: On 04/09/2024 11:53, Philippe Mathieu-Daudé wrote: On 4/9/24 12:23, Mark Cave-Ayland wrote: Update the Sun mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler()

Re: [PATCH v2 0/3] tests/unit: Slightly expand FIFO8 tests

2024-09-06 Thread Philippe Mathieu-Daudé
On 6/9/24 23:11, Mark Cave-Ayland wrote: Philippe Mathieu-Daudé (3):    tests/unit: Strengthen FIFO8 tests    tests/unit: Expand test_fifo8_peek_buf_wrap() coverage    tests/unit: Comment FIFO8 tests   tests/unit/test-fifo.c | 209 +++--   1 file changed, 201

Re: [PATCH] adb-mouse: convert to use QemuInputHandler

2024-09-06 Thread Philippe Mathieu-Daudé
Hi Mark, On 4/9/24 12:40, Mark Cave-Ayland wrote: Update the ADB mouse implementation to use QemuInputHandler instead of the legacy qemu_add_mouse_event_handler() function. Signed-off-by: Mark Cave-Ayland --- hw/input/adb-mouse.c | 56 1 file cha

Re: [PATCH v5 00/16] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop

2024-09-06 Thread Philippe Mathieu-Daudé
Hi Peter, On 19/7/24 20:10, Philippe Mathieu-Daudé wrote: Philippe Mathieu-Daudé (16): hw/char/pl011: Remove unused 'readbuff' field hw/char/pl011: Move pl011_put_fifo() earlier hw/char/pl011: Move pl011_loopback_enabled|tx() around hw/char/pl011: Split RX/TX path of pl011_reset_

Re: [PATCH] hw/audio/virtio-sound: fix heap buffer overflow

2024-09-06 Thread Philippe Mathieu-Daudé
On 1/9/24 15:01, Volker Rümelin wrote: Currently, the guest may write to the device configuration space, whereas the virtio sound device specification in chapter 5.14.4 clearly states that the fields in the device configuration space are driver-read-only. Remove the set_config function from the

Re: [PATCH] MAINTAINERS: Add myself as a reviewer of VT-d

2024-09-06 Thread Philippe Mathieu-Daudé
On 20/8/24 11:51, CLEMENT MATHIEU--DRIF wrote: Signed-off-by: Clément Mathieu--Drif --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) Patch queued, thanks.

Re: [PATCH 00/13] make range overlap check more readable

2024-09-06 Thread Philippe Mathieu-Daudé
Hi Yao, On 22/7/24 09:40, Xingtao Yao (Fujitsu) wrote: Please add to scripts/coccinelle/range.cocci. OK, I will add this file in next revision. Please Cc me on v3 (I'm dropping v2 from my queue). Thanks, Phil.

Re: Build failure due to xen

2024-09-06 Thread Michael Tokarev
07.09.2024 02:59, Kenneth Adam Miller wrote: Hello, I'm on commit bd80b59 and my host is: $ git desc bd80b59 v2.4.0-rc3-9-gbd80b5963f Date: Mon Aug 3 11:44:07 2015 +0100 FWIW :) /mjt

<    1   2   3   4