Logo
Explore Help
Sign In
dfaggioli/qemu
1
0
Fork 0
You've already forked qemu
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
d1a88c96b7f94c8e12c07518f55fce8873e814d0
qemu/stubs/sysbus.c

7 lines
83 B
C
Raw Normal View History

libqemustub: sysbus_get_default() stub The stub will be used on cases where sysbus.c is not compiled in (e.g. *-user). Note that code that uses NULL as the bus with qdev{_try,}_create() implicitly uses sysbus_get_default() as the bus, and will still require sysbus.c to be compiled in. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Andreas Färber <afaerber@suse.de>
2012-12-05 14:49:09 -02:00
#include "hw/qdev-core.h"
BusState *sysbus_get_default(void)
{
return NULL;
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.7 Page: 104ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API