From 94a4b6300c577eb487d4d792ee1f18e2ee5548dd Mon Sep 17 00:00:00 2001
From: Eric Blake
name
name
attribute forces which type of
+ backend driver to use. The value can be either 'qemu' (a
+ user-space backend) or 'vhost' (a kernel backend, which
+ requires the vhost module to be provided by the kernel); an
+ attempt to require the vhost driver without kernel support
+ will be rejected. If this attribute is not present, then the
+ domain defaults to 'vhost' if present, but silently falls back
+ to 'qemu' without error.
+ Since 0.8.8 (QEMU and KVM only)
+ txmode
txmode
attribute specifies how to handle
--
2.39.5