Re: [Xen-devel] [PATCH 07/22] vixen: introduce is_vixen() to allow altering behavior

2018-01-06 Thread Anthony Liguori
On Sat, Jan 6, 2018 at 4:06 PM, Matt Wilson wrote: > On Sat, Jan 06, 2018 at 02:54:22PM -0800, Anthony Liguori wrote: >> From: Anthony Liguori >> >> Vixen (Virtualized Xen) is a paravirtual mode of Xen where >> paravirtual I/O is passed through from the parent hypervisor >> all the way through th

Re: [Xen-devel] [PATCH 07/22] vixen: introduce is_vixen() to allow altering behavior

2018-01-06 Thread Matt Wilson
On Sat, Jan 06, 2018 at 02:54:22PM -0800, Anthony Liguori wrote: > From: Anthony Liguori > > Vixen (Virtualized Xen) is a paravirtual mode of Xen where > paravirtual I/O is passed through from the parent hypervisor > all the way through the dom0 guest. The dom0 guest is also > deprivileged and r

[Xen-devel] [PATCH 07/22] vixen: introduce is_vixen() to allow altering behavior

2018-01-06 Thread Anthony Liguori
From: Anthony Liguori Vixen (Virtualized Xen) is a paravirtual mode of Xen where paravirtual I/O is passed through from the parent hypervisor all the way through the dom0 guest. The dom0 guest is also deprivileged and renumbered to give the appearance that it is running as a normal PV guest. Si