[PATCH v2 1/2] block/blkio: close the fd when blkio_connect() fails

2023-08-03 Thread Stefano Garzarella
libblkio drivers take ownership of `fd` only after a successful blkio_connect(), so if it fails, we are still the owners. Fixes: cad2ccc395 ("block/blkio: use qemu_open() to support fd passing for virtio-blk") Suggested-by: Hanna Czenczek Signed-off-by: Stefano Garzarella --- Notes: v2:

Re: [PATCH] hw/virtio: Add a protection against duplicate vu_scmi_stop calls

2023-08-03 Thread Thomas Huth
On 03/08/2023 09.10, Milan Zamazal wrote: Fabiano Rosas writes: Milan Zamazal writes: The QEMU CI fails in virtio-scmi test occasionally. As reported by Thomas Huth, this happens most likely when the system is loaded and it fails with the following error: qemu-system-aarch64:

Re: sparc64 -- cannot get 'Hello World' to run

2023-08-03 Thread Michael Tokarev
03.08.2023 00:02, Philippe Mathieu-Daudé wrote: Hi Frederick, On 2/8/23 22:36, Frederick Virchanza Gotham wrote: On Wed, Aug 2, 2023 at 11:04 AM Frederick Virchanza Gotham wrote: I can't get sparc64 to work at all though. Even I make a simple 'Hello World' program in C using only "puts", if

Re: [PATCH] hw/virtio: Add a protection against duplicate vu_scmi_stop calls

2023-08-03 Thread Milan Zamazal
Fabiano Rosas writes: > Milan Zamazal writes: > >> The QEMU CI fails in virtio-scmi test occasionally. As reported by >> Thomas Huth, this happens most likely when the system is loaded and it >> fails with the following error: >> >> qemu-system-aarch64: ../../devel/qemu/hw/pci/msix.c:659: >>

<    1   2   3