On Mon, 2020-01-13 at 13:48 +0100, Michal Privoznik wrote:
On 1/13/20 9:30 AM, Thomas Huth wrote:
> +++ b/src/conf/domain_conf.c
> @@ -13428,6 +13428,8 @@ virDomainInputDefParseXML(virDomainXMLOptionPtr xmlopt,
> def->type == VIR_DOMAIN_INPUT_TYPE_KBD) &&
> (ARCH_IS_X86(dom->os.arch) || dom->os.arch ==
VIR_ARCH_NONE)) {
> def->bus = VIR_DOMAIN_INPUT_BUS_PS2;
> + } else if (ARCH_IS_S390(dom->os.arch)) {
> + def->bus = VIR_DOMAIN_INPUT_BUS_VIRTIO;
> } else {
> def->bus = VIR_DOMAIN_INPUT_BUS_USB;
> }
Reviewed-by: Michal Privoznik <mprivozn(a)redhat.com>
and pushed.
I don't believe either this or the other patch posted by Thomas
should have been pushed during the freeze period. I won't ask you
to revert them, but please refrain from pushing further changes
unless 6.0.0 would be utterly broken without them.
--
Andrea Bolognani / Red Hat / Virtualization