]> git.proxmox.com Git - qemu.git/commit
libqemustub: sysbus_get_default() stub
authorEduardo Habkost <ehabkost@redhat.com>
Wed, 5 Dec 2012 16:49:09 +0000 (14:49 -0200)
committerAndreas Färber <afaerber@suse.de>
Tue, 8 Jan 2013 20:03:43 +0000 (21:03 +0100)
commit906709a151344805df4ff493a7d3a81fbce46fbe
tree5152b54b4a34d89e3d9d231f9e31311e509bc324
parent083a5f8731bb3c7e0eae99dcdb1209027d770aaf
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>
stubs/Makefile.objs
stubs/sysbus.c [new file with mode: 0644]