On 26/03/2025 4:04 pm, Juergen Gross wrote: > diff --git a/docs/misc/xenstore-paths.pandoc b/docs/misc/xenstore-paths.pandoc > index a604f6b1c6..583e977b65 100644 > --- a/docs/misc/xenstore-paths.pandoc > +++ b/docs/misc/xenstore-paths.pandoc > @@ -634,7 +634,7 @@ Path in xenstore to the backend, normally > > Trustworthy copy of /local/domain/$DOMID/backend/$KIND/$DEVID/$NODE. > > -#### /libxl/$DOMID/dm-version ("qemu_xen"|"qemu_xen_traditional") = > [n,INTERNAL] > +#### /libxl/$DOMID/dm-version ("qemu_xen") = [n,INTERNAL] > > The device model version for a domain. >
As a spec of what might liably be found in xenstore, this probably shouldn't remove "qemu_xen_traditional" entirely. Perhaps an extra sentence saying "qemu_xen_traditional" is a since-removed dm-version? ~Andrew