Philippe Mathieu-Daudé <[email protected]> wrote: > The first field of RAMBlock is a rcu_head structure. > We need to include the "qemu/rcu.h" to avoid errors when > including "exec/ramblock.h" without "qemu/rcu.h": > > include/exec/ramblock.h:27:21: error: field ‘rcu’ has incomplete type > 27 | struct rcu_head rcu; > | ^~~ > include/exec/ramblock.h:39:5: error: expected > specifier-qualifier-list before ‘QLIST_ENTRY’ > 39 | QLIST_ENTRY(RAMBlock) next; > | ^~~~~~~~~~~ > > Signed-off-by: Philippe Mathieu-Daudé <[email protected]>
Reviewed-by: Juan Quintela <[email protected]>
