Statistics
| Branch: | Revision:

root / include / qemu @ feature-archipelago

Name Size
acl.h 2.1 kB
aes.h 1.3 kB
atomic.h 6.6 kB
bitmap.h 8.1 kB
bitops.h 11.7 kB
bswap.h 8.1 kB
cache-utils.h 1.1 kB
compatfd.h 1.5 kB
compiler.h 1.7 kB
config-file.h 974 Bytes
crc32c.h 1023 Bytes
envlist.h 484 Bytes
error-report.h 1.3 kB
event_notifier.h 994 Bytes
fifo8.h 3.9 kB
hbitmap.h 5.6 kB
host-utils.h 8.3 kB
int128.h 2.6 kB
iov.h 4.4 kB
log.h 3.9 kB
main-loop.h 11.6 kB
module.h 2 kB
notify.h 1.8 kB
option.h 6.5 kB
option_int.h 1.7 kB
osdep.h 6.3 kB
queue.h 19.5 kB
range.h 1.8 kB
ratelimit.h 1.2 kB
readline.h 2 kB
seqlock.h 1.5 kB
sockets.h 2.8 kB
thread-posix.h 551 Bytes
thread-win32.h 540 Bytes
thread.h 1.9 kB
throttle.h 3.4 kB
timer.h 22.8 kB
tls.h 1.9 kB
typedefs.h 2.6 kB
uri.h 4.3 kB
xattr.h 606 Bytes

Latest revisions

# Date Author Comment
1c884abe 03/02/2014 03:12 pm Dr. David Alan Gilbert

include/qemu/host-utils.h: Trivial typo: ctz->cto

Signed-off-by: Dr. David Alan Gilbert <>
Signed-off-by: Michael Tokarev <>

0064aceb 03/02/2014 03:12 pm Stefan Weil

bswap: Modify prototype of stb_p (avoid type conversions)

The function uses an uint8_t value, so show this in the function
prototype. Non-optimizing compilers will avoid unnecessary type
conversions from (u)int8_t to int and back to uint8_t when generating...

55e7c29e 03/02/2014 03:12 pm Stefan Weil

bswap: Modify prototypes of st[wl]_{le, be}_p (avoid type conversions)

The functions use uint16_t or uint32_t values, so show this in the function
prototypes. Non-optimizing compilers will avoid unnecessary type
conversions when generating calls of these inline functions....

0956ff5a 02/26/2014 07:20 pm Will Newton

include/qemu/crc32c.h: Rename include guards to match filename

Signed-off-by: Will Newton <>
Reviewed-by: Peter Maydell <>
Message-id:
Signed-off-by: Peter Maydell <>

e7a1d6c5 02/25/2014 12:50 pm Peter Maydell

Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging

Block patches

  1. gpg: Signature made Fri 21 Feb 2014 21:42:24 GMT using RSA key ID C88F2FD6
  2. gpg: Good signature from "Kevin Wolf <>"
  • remotes/kevin/tags/for-upstream: (54 commits)...
6dedf052 02/24/2014 05:38 pm Peter Maydell

Merge remote-tracking branch 'remotes/bonzini/configure' into staging

  • remotes/bonzini/configure:
    build: softmmu targets do not have a "main.o" file
    configure: Disable libtool if -fPIE does not work with it (bug #1257099)
    block: convert block drivers linked with libs to modules...
7cc07ab8 02/21/2014 11:10 pm Kevin Wolf

qemu-option: has_help_option() and is_valid_option_list()

has_help_option() checks if any help option ('help' or '?') occurs
anywhere in an option string, so that things like 'cluster_size=4k,help'
are recognised.

is_valid_option_list() ensures that the option list doesn't have options...

e26110cf 02/20/2014 02:14 pm Fam Zheng

module: implement module loading

This patch adds loading, stamp checking and initialization of modules.

The init function of dynamic module is no longer directly called as
attribute((constructor)) in static linked version, it is called
only after passed the checking of presense of stamp symbol:...

10f5bff6 02/20/2014 02:12 pm Fam Zheng

util: Split out exec_dir from os_find_datadir

With this change, main() calls qemu_init_exec_dir and uses argv0 to
init exec_dir. The saved value can be retrieved with
qemu_get_exec_dir later. It will be reused by module loading.

Signed-off-by: Fam Zheng <>...

a5c82852 02/14/2014 05:22 pm Andreas Färber

i2c: Rename i2c_bus to I2CBus

Reviewed-by: Peter Crosthwaite <>
Signed-off-by: Andreas Färber <>

View revisions

Also available in: Atom