Skip to content
  • Eduardo Habkost's avatar
    Create qemu-types.h for struct typedefs · 394e1bb7
    Eduardo Habkost authored
    
    
    Instead of keeping all those struct typedefs in qemu-common.h, move it
    to a header that can be safely included by other headers, containing
    only the struct typedefs and not pulling in other dependencies.
    
    Also, move some of the qdev-core.h typedefs to the new file, too, so
    other headers don't need to include qdev-core.h only because of
    DeviceState and other typedefs.
    
    This will help us remove qemu-common.h dependencies from some headers
    later.
    
    Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
    Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
    394e1bb7