Re: [PATCH v2 1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'

2020-05-21 Thread Paolo Bonzini
On 15/05/20 09:00, Philippe Mathieu-Daudé wrote: > On Fri, May 15, 2020 at 8:07 AM Markus Armbruster wrote: >> >> Philippe Mathieu-Daudé writes: >> >>> We use the Object type all over the place. >>> Forward declare it in "qemu/typedefs.h". >>> >>> Signed-off-by: Philippe Mathieu-Daudé >>> --- >>

Re: [PATCH v2 1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'

2020-05-17 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > On Fri, May 15, 2020 at 8:07 AM Markus Armbruster wrote: >> >> Philippe Mathieu-Daudé writes: >> >> > We use the Object type all over the place. >> > Forward declare it in "qemu/typedefs.h". >> > >> > Signed-off-by: Philippe Mathieu-Daudé >> > --- >> > include

Re: [PATCH v2 1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'

2020-05-15 Thread Philippe Mathieu-Daudé
On Fri, May 15, 2020 at 8:07 AM Markus Armbruster wrote: > > Philippe Mathieu-Daudé writes: > > > We use the Object type all over the place. > > Forward declare it in "qemu/typedefs.h". > > > > Signed-off-by: Philippe Mathieu-Daudé > > --- > > include/qemu/typedefs.h | 1 + > > include/qom/ob

Re: [PATCH v2 1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'

2020-05-14 Thread Markus Armbruster
Philippe Mathieu-Daudé writes: > We use the Object type all over the place. > Forward declare it in "qemu/typedefs.h". > > Signed-off-by: Philippe Mathieu-Daudé > --- > include/qemu/typedefs.h | 1 + > include/qom/object.h | 2 -- > include/qom/qom-qobject.h | 2 -- > include/sysemu/syse

[PATCH v2 1/3] qom/object: Move Object typedef to 'qemu/typedefs.h'

2020-05-04 Thread Philippe Mathieu-Daudé
We use the Object type all over the place. Forward declare it in "qemu/typedefs.h". Signed-off-by: Philippe Mathieu-Daudé --- include/qemu/typedefs.h | 1 + include/qom/object.h | 2 -- include/qom/qom-qobject.h | 2 -- include/sysemu/sysemu.h | 1 - 4 files changed, 1 insertion(+), 5 d