Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-28 Thread Thomas Huth
On 2019-01-25 17:44, Philippe Mathieu-Daudé wrote: > On 1/25/19 4:24 PM, Thomas Huth wrote: >> On 2019-01-25 16:14, kumar sourav wrote: >>> Sets the category of i8042 device as DEVICE_CATEGORY_INPUT >>> Devices should be assigned to one of DEVICE_CATEGORY_. >>> >>> Signed-off-by: kumar sourav

Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread Michael S. Tsirkin
On Fri, Jan 25, 2019 at 11:30:10PM +0530, ksourav wrote: > On Fri, Jan 25, 2019 at 10:14 PM Philippe Mathieu-Daudé > wrote: > > > > On 1/25/19 4:24 PM, Thomas Huth wrote: > > > On 2019-01-25 16:14, kumar sourav wrote: > > >> Sets the category of i8042 device as DEVICE_CATEGORY_INPUT > > >> Devices

Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread Michael S. Tsirkin
On Fri, Jan 25, 2019 at 08:44:40PM +0530, kumar sourav wrote: > Sets the category of i8042 device as DEVICE_CATEGORY_INPUT > Devices should be assigned to one of DEVICE_CATEGORY_. > > Signed-off-by: kumar sourav Reviewed-by: Michael S. Tsirkin who's merging this? Paolo? > --- > hw/input/

Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread ksourav
On Fri, Jan 25, 2019 at 10:14 PM Philippe Mathieu-Daudé wrote: > > On 1/25/19 4:24 PM, Thomas Huth wrote: > > On 2019-01-25 16:14, kumar sourav wrote: > >> Sets the category of i8042 device as DEVICE_CATEGORY_INPUT > >> Devices should be assigned to one of DEVICE_CATEGORY_. > >> > >> Signed-of

Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread Philippe Mathieu-Daudé
On 1/25/19 4:24 PM, Thomas Huth wrote: > On 2019-01-25 16:14, kumar sourav wrote: >> Sets the category of i8042 device as DEVICE_CATEGORY_INPUT >> Devices should be assigned to one of DEVICE_CATEGORY_. >> >> Signed-off-by: kumar sourav >> --- >> hw/input/pckbd.c | 1 + It seems we have other

Re: [Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread Thomas Huth
On 2019-01-25 16:14, kumar sourav wrote: > Sets the category of i8042 device as DEVICE_CATEGORY_INPUT > Devices should be assigned to one of DEVICE_CATEGORY_. > > Signed-off-by: kumar sourav > --- > hw/input/pckbd.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/hw/input/pckbd.c b

[Qemu-devel] [PATCH] hw: input: set category of the i8042 device

2019-01-25 Thread kumar sourav
Sets the category of i8042 device as DEVICE_CATEGORY_INPUT Devices should be assigned to one of DEVICE_CATEGORY_. Signed-off-by: kumar sourav --- hw/input/pckbd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/input/pckbd.c b/hw/input/pckbd.c index 3e66713b47..72e7d5f6cc 100644 --- a