On a Sunday in 2023, Laine Stump wrote: >Initial support for network devices using passt (https://passt.top) >for the backend connection will require: > >* new attributes of the subelement: > * "type" that can have the value "passt" (to differentiate from > slirp, because both slirp and passt will use type='user'>) > * "logFile" (a path to a file that passt should use for its logging) > * "upstream" (a netdev name, e.g. "eth0"). > >* a new subelement (described in more detail later) > >Signed-off-by: Laine Stump >--- > src/conf/schemas/domaincommon.rng | 65 +++++++++++++++++++++++ > tests/qemuxml2argvdata/net-user-passt.xml | 57 ++++++++++++++++++++ > 2 files changed, 122 insertions(+) > create mode 100644 tests/qemuxml2argvdata/net-user-passt.xml > Reviewed-by: Ján Tomko Jano