]> xenbits.xensource.com Git - xen.git/commit
cmdline: "extra_guest_irqs" is inapplicable to PVH
authorJan Beulich <jbeulich@suse.com>
Wed, 3 Jul 2024 12:04:15 +0000 (14:04 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 3 Jul 2024 12:04:15 +0000 (14:04 +0200)
commitfb76e08a8f7a61dfbc07d0f335f1623bca650d7f
tree3da8618f58bafd6c5f720e5a0f90ffd306039640
parent1f56accba33ffea0abf7d1c6384710823d10cbd6
cmdline: "extra_guest_irqs" is inapplicable to PVH

PVH in particular has no (externally visible) notion of pIRQ-s. Mention
that in the description of the respective command line option and have
arch_hwdom_irqs() also reflect this (thus suppressing the log message
there as well, as being pretty meaningless in this case anyway).

Suggested-by: Roger Pau Monné <roger.pau@citrix.com>
Signed-off-by: Jan Beulich <jbeulich@suse.com>
Reviewed-by: Roger Pau Monné <roger.pau@citrix.com>
Release-Acked-by: Oleksii Kurochko <oleksii.kurochko@gmail.com>
docs/misc/xen-command-line.pandoc
xen/arch/x86/io_apic.c