summary refs log tree commit diff stats
path: root/include/qemu
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2024-05-02 16:54:27 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-05-03 15:47:48 +0200
commit6b30674dadc010d97bf5154d2ce417978e51f608 (patch)
treeef578e50e23987c4831bc42ff1afdc2832621ee9 /include/qemu
parent667cdad031bf54d5ea9c1f3833280b2e8674d788 (diff)
downloadfocaccia-qemu-6b30674dadc010d97bf5154d2ce417978e51f608.tar.gz
focaccia-qemu-6b30674dadc010d97bf5154d2ce417978e51f608.zip
numa: remove types from typedefs.h
Exactly nobody needs them there.  Place the typedef in the header
that defines the struct.

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'include/qemu')
-rw-r--r--include/qemu/typedefs.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/typedefs.h b/include/qemu/typedefs.h
index 66f0b146c8..e0a0bc31e7 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -81,8 +81,6 @@ typedef struct MSIMessage MSIMessage;
 typedef struct NetClientState NetClientState;
 typedef struct NetFilterState NetFilterState;
 typedef struct NICInfo NICInfo;
-typedef struct NodeInfo NodeInfo;
-typedef struct NumaNodeMem NumaNodeMem;
 typedef struct Object Object;
 typedef struct ObjectClass ObjectClass;
 typedef struct PCIBridge PCIBridge;