Re: New feature shout outs for KVM Forum QEMU Status Report

2022-08-29 Thread Stefan Hajnoczi
block/ - VDUSE export was added so qemu-storage-daemon can export disk images to the host kernel and guests. See qemu-storage-daemon(1) man page for details. hw/remote/ - vfio-user server support was added so PCI devices can be emulated in a separate QEMU process. vfio-user client support is

Re: New feature shout outs for KVM Forum QEMU Status Report

2022-08-26 Thread Paolo Bonzini
- almost all compilation tests moved to Meson - this leaves configure to do compiler detection and prepare the dependencies (submodules, in the future python venv) - compiler detection for tests/tcg and firmware moved to configure, enabling cross compilation of firmware - -audio as a replaceme