diff options
Diffstat (limited to 'hw/boards.h')
-rw-r--r-- | hw/boards.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/boards.h b/hw/boards.h index d889341..7a0f20f 100644 --- a/hw/boards.h +++ b/hw/boards.h @@ -20,7 +20,7 @@ typedef struct QEMUMachine { int use_scsi; int max_cpus; int is_default; - CompatProperty *compat_props; + GlobalProperty *compat_props; struct QEMUMachine *next; } QEMUMachine; |