mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-18 03:23:53 -04:00
xen: introduce xen_console_io option
Xen can support console_io hypercalls for any domains, not just dom0, depending on DEBUG and XSM policies. These hypercalls can be very useful for development and debugging. Introduce a kernel command line option xen_console_io to enable the usage of console_io hypercalls for any domain upon request. When xen_console_io is not specified, the current behavior is retained. Signed-off-by: Stefano Stabellini <stefano.stabellini@amd.com> Reviewed-by: Juergen Gross <jgross@suse.com> Signed-off-by: Juergen Gross <jgross@suse.com> Message-ID: <alpine.DEB.2.22.394.2601131522540.992863@ubuntu-linux-20-04-desktop>
This commit is contained in:
committed by
Juergen Gross
parent
dc8ea87143
commit
763baca7bf
@@ -8414,6 +8414,11 @@ Kernel parameters
|
||||
save/restore/migration must be enabled to handle larger
|
||||
domains.
|
||||
|
||||
xen_console_io [XEN,EARLY]
|
||||
Boolean option to enable/disable the usage of the Xen
|
||||
console_io hypercalls to read and write to the console.
|
||||
Mostly useful for debugging and development.
|
||||
|
||||
xen_emul_unplug= [HW,X86,XEN,EARLY]
|
||||
Unplug Xen emulated devices
|
||||
Format: [unplug0,][unplug1]
|
||||
|
||||
Reference in New Issue
Block a user