[libvirt] [PATCH] domain_conf: Do not use USB by default for <input> devices on s390x

Ján Tomko jtomko at redhat.com
Tue Jan 14 05:18:49 UTC 2020


On Mon, Jan 13, 2020 at 02:06:21PM +0100, Andrea Bolognani wrote:
>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 at 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.
>

The feature freeze is for refraining from pushing features.

Even if the bug was present for a long time, there's no need to have
yet-another-release when we know it's broken and the fix is simple.

Jano

>-- 
>Andrea Bolognani / Red Hat / Virtualization
>
>--
>libvir-list mailing list
>libvir-list at redhat.com
>https://www.redhat.com/mailman/listinfo/libvir-list
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20200114/0f74d7ae/attachment-0001.sig>


More information about the libvir-list mailing list