Re: [libvirt] [PATCH] conf: Don't parse edev of non-passthrough input device

2018-07-26 Thread Han Han
On Thu, Jul 19, 2018 at 12:34 AM, John Ferlan wrote: > > > On 07/11/2018 01:57 AM, Han Han wrote: > > In input devices, edev attribute is only for passthrough devices. > > Don't parse this for other input devices. > > > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1591151 > > > >

Re: [libvirt] [PATCH] conf: Don't parse edev of non-passthrough input device

2018-07-18 Thread John Ferlan
On 07/11/2018 01:57 AM, Han Han wrote: > In input devices, edev attribute is only for passthrough devices. > Don't parse this for other input devices. > > Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1591151 > > Signed-off-by: Han Han > --- > src/conf/domain_conf.c | 3 ++- > 1

[libvirt] [PATCH] conf: Don't parse edev of non-passthrough input device

2018-07-10 Thread Han Han
In input devices, edev attribute is only for passthrough devices. Don't parse this for other input devices. Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1591151 Signed-off-by: Han Han --- src/conf/domain_conf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git