X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fhw%2Fqdev-core.h;h=1518495b1e0a953fa1547889f5dcf3da16de35c6;hb=a1190ab628c0e2816eae42786cd7396d6638aa48;hp=710981af36398681355b2760b0f75ecd55314cd1;hpb=70d04971f1ec71ba01c3dc5d4c760fa2c87e2612;p=mirror_qemu.git diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h index 710981af36..1518495b1e 100644 --- a/include/hw/qdev-core.h +++ b/include/hw/qdev-core.h @@ -156,6 +156,7 @@ struct DeviceState { bool pending_deleted_event; QemuOpts *opts; int hotplugged; + bool allow_unplug_during_migration; BusState *parent_bus; QLIST_HEAD(, NamedGPIOList) gpios; QLIST_HEAD(, BusState) child_bus;