Re: [PATCH v2 3/7] device-core: use RCU for list of childs of a bus

2020-07-09 Thread Maxim Levitsky
On Wed, 2020-05-27 at 15:45 +0100, Stefan Hajnoczi wrote: > On Mon, May 11, 2020 at 07:09:47PM +0300, Maxim Levitsky wrote: > > diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h > > index d87d989e72..ef47cb2d9c 100644 > > --- a/include/hw/qdev-core.h > > +++ b/include/hw/qdev-core.h > >

Re: [PATCH v2 3/7] device-core: use RCU for list of childs of a bus

2020-05-27 Thread Stefan Hajnoczi
On Mon, May 11, 2020 at 07:09:47PM +0300, Maxim Levitsky wrote: > diff --git a/include/hw/qdev-core.h b/include/hw/qdev-core.h > index d87d989e72..ef47cb2d9c 100644 > --- a/include/hw/qdev-core.h > +++ b/include/hw/qdev-core.h > @@ -3,6 +3,8 @@ > > #include "qemu/queue.h" > #include "qemu/bitma