Re: [PATCH v2 33/58] pckbd: Move QOM macro to header

2020-08-25 Thread Daniel P . Berrangé
On Wed, Aug 19, 2020 at 08:12:11PM -0400, Eduardo Habkost wrote: > Move the I8042 macro close to the TYPE_I8042 define. > > This will make future conversion to OBJECT_DECLARE* easier. > > Signed-off-by: Eduardo Habkost > --- > Changes series v1 -> v2: new patch in series v2 > > Cc: "Michael S.

[PATCH v2 33/58] pckbd: Move QOM macro to header

2020-08-19 Thread Eduardo Habkost
Move the I8042 macro close to the TYPE_I8042 define. This will make future conversion to OBJECT_DECLARE* easier. Signed-off-by: Eduardo Habkost --- Changes series v1 -> v2: new patch in series v2 Cc: "Michael S. Tsirkin" Cc: Paolo Bonzini Cc: qemu-devel@nongnu.org --- include/hw/input/i8042.