-
Eduardo Habkost authored
module.h is where machine_init() is defined, but qemu-fsdev-dummy.c doesn't include it. The header is probably being included by accident because some other headers are including qemu-common.h, but those headers should eventually stop including qemu-common.h. Signed-off-by:
Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by:
Andreas Färber <afaerber@suse.de>Eduardo Habkost authoredmodule.h is where machine_init() is defined, but qemu-fsdev-dummy.c doesn't include it. The header is probably being included by accident because some other headers are including qemu-common.h, but those headers should eventually stop including qemu-common.h. Signed-off-by:
Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by:
Andreas Färber <afaerber@suse.de>
Loading