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:57:08 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2024-05-03 15:47:48 +0200
commit8fb1435c2291e9061024461fac00e1cf54777f44 (patch)
tree58da5c9488c020d7781a07cf49c6ee19899d28ed /include/qemu
parentf37c6c2e89d3b8d3376ddc74b5357e56f49ccb9c (diff)
downloadfocaccia-qemu-8fb1435c2291e9061024461fac00e1cf54777f44.tar.gz
focaccia-qemu-8fb1435c2291e9061024461fac00e1cf54777f44.zip
qapi/machine: remove types from typedefs.h
They are needed in very few places, which already depends on other generated QAPI
files.  The benefit of having these types in typedefs.h is small.

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 b71a36d02b..78598f27f3 100644
--- a/include/qemu/typedefs.h
+++ b/include/qemu/typedefs.h
@@ -37,12 +37,10 @@ typedef struct BusClass BusClass;
 typedef struct BusState BusState;
 typedef struct Chardev Chardev;
 typedef struct Clock Clock;
-typedef struct CompatProperty CompatProperty;
 typedef struct ConfidentialGuestSupport ConfidentialGuestSupport;
 typedef struct CPUAddressSpace CPUAddressSpace;
 typedef struct CPUArchState CPUArchState;
 typedef struct CPUPluginState CPUPluginState;
-typedef struct CpuInfoFast CpuInfoFast;
 typedef struct CPUJumpCache CPUJumpCache;
 typedef struct CPUState CPUState;
 typedef struct CPUTLBEntryFull CPUTLBEntryFull;