mirror of
https://github.com/mii443/qemu.git
synced 2025-08-25 16:39:37 +00:00
To be passed to object_initialize().
Since commit 39355c3826
the argument is
void*, so drop some superfluous (BusState *) casts or direct parent
field usages.
Signed-off-by: Andreas Färber <afaerber@suse.de>