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_XXXX. > > Signed-off-by: kumar sourav <sourav.jb1...@gmail.com>
Reviewed-by: Michael S. Tsirkin <m...@redhat.com> who's merging this? Paolo? > --- > 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/hw/input/pckbd.c > +++ b/hw/input/pckbd.c > @@ -574,6 +574,7 @@ static void i8042_class_initfn(ObjectClass *klass, void > *data) > > dc->realize = i8042_realizefn; > dc->vmsd = &vmstate_kbd_isa; > + set_bit(DEVICE_CATEGORY_INPUT, dc->categories); > } > > static const TypeInfo i8042_info = { > -- > 2.17.1