Statistics
| Branch: | Revision:

root / stubs @ 5708fc66

Name Size
Makefile.objs 695 Bytes
arch-query-cpu-def.c 211 Bytes
clock-warp.c 94 Bytes
cpu-get-clock.c 115 Bytes
cpu-get-icount.c 113 Bytes
fd-register.c 88 Bytes
fdset-add-fd.c 133 Bytes
fdset-find-fd.c 116 Bytes
fdset-get-fd.c 128 Bytes
fdset-remove-fd.c 117 Bytes
get-fd.c 207 Bytes
get-vm-name.c 83 Bytes
iothread-lock.c 137 Bytes
migr-blocker.c 148 Bytes
mon-is-qmp.c 102 Bytes
mon-print-filename.c 123 Bytes
mon-printf.c 184 Bytes
mon-protocol-event.c 122 Bytes
mon-set-error.c 131 Bytes
reset.c 290 Bytes
set-fd-handler.c 291 Bytes
slirp.c 331 Bytes
sysbus.c 83 Bytes
vm-stop.c 99 Bytes
vmstate.c 510 Bytes

Latest revisions

# Date Author Comment
5708fc66 01/12/2013 06:19 pm Paolo Bonzini

stubs: fully replace qemu-tool.c and qemu-user.c

Signed-off-by: Paolo Bonzini <>

41c6bcd9 01/08/2013 10:03 pm Eduardo Habkost

libqemustub: Add qemu_[un]register_reset() stubs

This will be useful for code that don't call qemu_devices_reset() (e.g.
*-user). If qemu_devices_reset() is never called, it means we don't need
to keep track of the reset handler list.

Signed-off-by: Eduardo Habkost <>...

083a5f87 01/08/2013 10:03 pm Eduardo Habkost

libqemustub: vmstate register/unregister stubs

Add vmstate stub functions, so that qdev.o can be used without savevm.o
when vmstate support is not necessary (i.e. by *-user).

Signed-off-by: Eduardo Habkost <>
Signed-off-by: Andreas Färber <>

906709a1 01/08/2013 10:03 pm Eduardo Habkost

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...

9c17d615 12/19/2012 09:32 am Paolo Bonzini

softmmu: move include files to include/sysemu/

Signed-off-by: Paolo Bonzini <>

1de7afc9 12/19/2012 09:32 am Paolo Bonzini

misc: move include files to include/qemu/

Signed-off-by: Paolo Bonzini <>

83c9089e 12/19/2012 09:31 am Paolo Bonzini

monitor: move include files to include/monitor/

Signed-off-by: Paolo Bonzini <>

7b1b5d19 12/19/2012 09:31 am Paolo Bonzini

qapi: move include files to include/qobject/

Signed-off-by: Paolo Bonzini <>

3bc2f570 11/18/2012 09:19 pm Paolo Bonzini

build: replace weak symbols with a static library

Weak symbols were a nice idea, but they turned out not to be a good one.
Toolchain support is just too sparse, in particular llvm-gcc is totally
broken.

This patch uses a surprisingly low-tech approach: a static library....

View revisions

Also available in: Atom