On Mon, Mar 09, 2026 at 04:11:10PM +0100, Michal Privoznik via Devel wrote:
From: Michal Privoznik <mprivozn@redhat.com>
In one of my previous commits, I've introduced "interface-hostdev" attach and detach test cases to qemuhotplugtest. And they work flawlessly, on Linux. But on anything else they fail because our virpci.c module is basically just a bunch of stub functions that do nothing but report an error, rendering my changes to virpcimock futile.
BTW: this is similar to what I had done in v12.1.0-rc1~199.
Fixes: f9bb819fc4841dbdff801629bf58f9fd6d7d93eb Signed-off-by: Michal Privoznik <mprivozn@redhat.com> ---
Verified in my FreeBSD VM.
tests/qemuhotplugtest.c | 8 ++++++++ 1 file changed, 8 insertions(+)
Reviewed-by: Pavel Hrdina <phrdina@redhat.com>