Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-30 Thread Gerd Hoffmann
Hi, > I have only one thing to mention, but it's not in scope of this series, it's > an existing behavior. If you define a new guest with mouse/keyboard input > device with bus!=ps2 and graphics is defined, then we always add implicit > mouse > and keyboard with bus=ps2 which leads to having

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-30 Thread Martin Kletzander
On Mon, Nov 30, 2015 at 01:25:25PM +0100, Pavel Hrdina wrote: On Mon, Nov 30, 2015 at 09:14:11AM +0100, Martin Kletzander wrote: On Fri, Nov 27, 2015 at 02:36:09PM +0100, Pavel Hrdina wrote: >On Fri, Nov 20, 2015 at 09:59:35AM +0100, Ján Tomko wrote: >> Support virtio-keyboard, virtio-mouse,

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-30 Thread Pavel Hrdina
On Mon, Nov 30, 2015 at 03:53:56PM +0100, Martin Kletzander wrote: > On Mon, Nov 30, 2015 at 01:25:25PM +0100, Pavel Hrdina wrote: > >On Mon, Nov 30, 2015 at 09:14:11AM +0100, Martin Kletzander wrote: > >> On Fri, Nov 27, 2015 at 02:36:09PM +0100, Pavel Hrdina wrote: > >> >On Fri, Nov 20, 2015 at

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-30 Thread Martin Kletzander
On Fri, Nov 27, 2015 at 02:36:09PM +0100, Pavel Hrdina wrote: On Fri, Nov 20, 2015 at 09:59:35AM +0100, Ján Tomko wrote: Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host. Requires kernel 4.1+ in the guest.

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-30 Thread Pavel Hrdina
On Mon, Nov 30, 2015 at 09:14:11AM +0100, Martin Kletzander wrote: > On Fri, Nov 27, 2015 at 02:36:09PM +0100, Pavel Hrdina wrote: > >On Fri, Nov 20, 2015 at 09:59:35AM +0100, Ján Tomko wrote: > >> Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host. > >> > >> Requires

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-30 Thread Pavel Hrdina
On Mon, Nov 30, 2015 at 11:25:19AM +0100, Gerd Hoffmann wrote: > Hi, > > > I have only one thing to mention, but it's not in scope of this series, it's > > an existing behavior. If you define a new guest with mouse/keyboard input > > device with bus!=ps2 and graphics is defined, then we always

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-27 Thread Pavel Hrdina
On Fri, Nov 20, 2015 at 09:59:35AM +0100, Ján Tomko wrote: > Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host. > > Requires kernel 4.1+ in the guest. > > https://www.kraxel.org/blog/2015/06/new-member-in-the-virtio-family-input-devices/ >

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-20 Thread Gerd Hoffmann
On Fr, 2015-11-20 at 09:59 +0100, Ján Tomko wrote: > Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host. > > Requires kernel 4.1+ in the guest. Looks good to me. One question: Does this work with symlinks? i.e. when using the static names created by udev in

Re: [libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-20 Thread Ján Tomko
On Fri, Nov 20, 2015 at 11:23:01AM +0100, Gerd Hoffmann wrote: > On Fr, 2015-11-20 at 09:59 +0100, Ján Tomko wrote: > > Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host. > > > > Requires kernel 4.1+ in the guest. > > Looks good to me. > > One question: Does this work

[libvirt] [PATCH 0/8] qemu: add support for virtio-input devices

2015-11-20 Thread Ján Tomko
Support virtio-keyboard, virtio-mouse, virtio-tablet and virtio-input-host. Requires kernel 4.1+ in the guest. https://www.kraxel.org/blog/2015/06/new-member-in-the-virtio-family-input-devices/ https://bugzilla.redhat.com/show_bug.cgi?id=1231114 Ján Tomko (8): qemu: add capabilities for