Le 30/10/2018 à 16:16, Li Qiang a écrit : > Cc: qemu-triv...@nongnu.org > > Signed-off-by: Li Qiang <liq...@163.com> > --- > include/hw/qdev-core.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h > index a24d0dd566..92851e55df 100644 > --- a/include/hw/qdev-core.h > +++ b/include/hw/qdev-core.h > @@ -197,7 +197,7 @@ typedef struct BusChild { > > /** > * BusState: > - * @hotplug_device: link to a hotplug device associated with bus. > + * @hotplug_handler: link to a hotplug handler associated with bus. > */ > struct BusState { > Object obj; >
Reviewed-by: Laurent Vivier <laur...@vivier.eu> Fixes: 0ee4de6ce1d403b3d8017b340cec772c3c5c106f (qdev: add to BusState "hotplug-handler" link)