https://github.com/qemu/qemu
Raw File
Tip revision: 823a3f11fb8f04c3c3cc0f95f968fef1bfc6534f authored by Peter Maydell on 19 April 2022, 17:44:36 UTC
Update version for v7.0.0 release
Tip revision: 823a3f1
sysbus.c
#include "qemu/osdep.h"
#include "hw/qdev-core.h"

BusState *sysbus_get_default(void)
{
    return NULL;
}
back to top