Re: [PATCH v2 04/11] rust/qemu-api: Add wrappers to run futures in QEMU

2025-02-20 Thread Kevin Wolf
Am 20.02.2025 um 07:35 hat Zhao Liu geschrieben: > > +/// Use QEMU's event loops to run a Rust [`Future`] to completion and > > return its result. > > +/// > > +/// This function must be called in coroutine context. If the future isn't > > ready yet, it yields. > > +pub fn qemu_co_run_future(futu

Re: [PATCH 00/12] virtio-scsi: add iothread-vq-mapping parameter

2025-02-20 Thread Peter Krempa
On Thu, Feb 13, 2025 at 13:00:31 -0500, Stefan Hajnoczi wrote: > Implement --device virtio-scsi-pci,iothread-vq-mapping= support so that > virtqueues can be assigned to different IOThreads. This improves SMP guest > scalability where I/O-intensive applications can become bottlenecked on a > single