diff options
| author | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-02 16:54:27 +0200 |
|---|---|---|
| committer | Paolo Bonzini <pbonzini@redhat.com> | 2024-05-03 15:47:48 +0200 |
| commit | 6b30674dadc010d97bf5154d2ce417978e51f608 (patch) | |
| tree | ef578e50e23987c4831bc42ff1afdc2832621ee9 /include/qemu | |
| parent | 667cdad031bf54d5ea9c1f3833280b2e8674d788 (diff) | |
| download | focaccia-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.h | 2 |
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; |