diff --git a/qemu/include/hw/qdev-core.h b/qemu/include/hw/qdev-core.h index 127a8320..ca52771c 100644 --- a/qemu/include/hw/qdev-core.h +++ b/qemu/include/hw/qdev-core.h @@ -202,7 +202,7 @@ typedef struct BusChild { struct BusState { Object obj; DeviceState *parent; - const char *name; + char *name; int max_index; bool realized; QTAILQ_HEAD(ChildrenHead, BusChild) children;