Re: [PATCH 03/13] numa: remove types from typedefs.h

2024-05-03 Thread Philippe Mathieu-Daudé
On 2/5/24 17:53, Paolo Bonzini wrote: Exactly nobody needs them there. Place the typedef in the header that defines the struct. Signed-off-by: Paolo Bonzini --- include/qemu/typedefs.h | 2 -- include/sysemu/numa.h | 8 2 files changed, 4 insertions(+), 6 deletions(-) Reviewed

[PATCH 03/13] numa: remove types from typedefs.h

2024-05-02 Thread Paolo Bonzini
Exactly nobody needs them there. Place the typedef in the header that defines the struct. Signed-off-by: Paolo Bonzini --- include/qemu/typedefs.h | 2 -- include/sysemu/numa.h | 8 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/include/qemu/typedefs.h b/include/qemu/