Statistics
| Branch: | Revision:

root / include / qemu @ b2a8658e

Name Size
acl.h 2.1 kB
atomic.h 1.8 kB
bitmap.h 7.3 kB
bitops.h 9.5 kB
bswap.h 13.9 kB
cache-utils.h 1.2 kB
compatfd.h 1.5 kB
compiler.h 1.8 kB
config-file.h 834 Bytes
envlist.h 484 Bytes
error-report.h 1.2 kB
event_notifier.h 994 Bytes
host-utils.h 5.5 kB
int128.h 1.9 kB
iov.h 3.9 kB
log.h 3.3 kB
main-loop.h 11.6 kB
module.h 1.1 kB
notify.h 853 Bytes
option.h 6.3 kB
option_int.h 1.7 kB
osdep.h 4.3 kB
queue.h 19.5 kB
range.h 867 Bytes
ratelimit.h 1.2 kB
rng-random.h 502 Bytes
rng.h 2.8 kB
sockets.h 2.5 kB
thread-posix.h 447 Bytes
thread-win32.h 499 Bytes
thread.h 1.6 kB
timer.h 8.2 kB
tls.h 1.9 kB
typedefs.h 2.1 kB
uri.h 4.3 kB
xattr.h 606 Bytes

Latest revisions

# Date Author Comment
6b4c305c 12/19/2012 09:32 am Paolo Bonzini

fpu: move public header file to include/fpu

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

caf71f86 12/19/2012 09:31 am Paolo Bonzini

migration: move include files to include/migration/

Signed-off-by: Paolo Bonzini <>

14cccb61 12/19/2012 09:31 am Paolo Bonzini

qom: move include files to include/qom/

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

e3980e28 11/30/2012 12:33 pm Dietmar Maurer

stream: fix ratelimit_set_speed

The formula to compute slice_quota was wrong since commit 6ef228fc.

Signed-off-by: Dietmar Maurer <>
Reviewed-by: Eric Blake <>
Signed-off-by: Kevin Wolf <>

42015c9a 11/26/2012 10:26 pm Amit Shah

virtio-rng: fix typos, comments

Fix typos, whitespace and update comments to match current
implementation.

Signed-off-by: Amit Shah <>
Signed-off-by: Anthony Liguori <>

339c2708 11/26/2012 09:41 pm Paolo Bonzini

qom: make object_finalize static

It is not used anymore, and there is no need to make it public.

Signed-off-by: Paolo Bonzini <>
Signed-off-by: Anthony Liguori <>

667d22d1 11/26/2012 09:41 pm Paolo Bonzini

qdev: move bus removal to object_unparent

Add an ObjectClass method that is done at object_unparent time. It
should remove any backlinks to the object in the composition tree,
so that object_delete will be able to drop the last reference and
free the object....

fde9bf44 11/26/2012 09:41 pm Paolo Bonzini

qom: make object_delete usable for statically-allocated objects

Store in the object the freeing function that will be used at deletion
time. This makes it possible to use object_delete on statically-allocated
(embedded) objects. Dually, it makes it possible to use object_unparent...

View revisions

Also available in: Atom