qemu-e2k/include/qemu
Kevin Wolf 7cc07ab8da 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
with leading commas or trailing unescaped commas.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Jeff Cody <jcody@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
2014-02-21 22:10:17 +01:00
..
acl.h
aes.h
atomic.h atomic.h: Fix build with clang 2013-11-21 08:01:06 -08:00
bitmap.h bitmap: Add bitmap_zero_extend operation 2014-01-13 14:04:54 +01:00
bitops.h bitmap: use long as index 2014-01-13 14:04:53 +01:00
bswap.h bswap.h: Remove cpu_to_32wu() 2013-11-05 19:57:47 -08:00
cache-utils.h util: Use qemu_getauxval in linux qemu_cache_utils_init 2013-11-30 07:45:30 +13:00
compatfd.h
compiler.h
config-file.h qemu-option: Add qemu_config_parse_qdict() 2014-01-22 12:07:17 +01:00
crc32c.h
envlist.h
error-report.h
event_notifier.h
fifo8.h util/fifo8: implement push/pop of multiple bytes 2014-02-08 14:50:48 +00:00
hbitmap.h
host-utils.h host-utils: add clrsb32/64 - count leading redundant sign bits 2013-12-17 20:12:51 +00:00
int128.h
iov.h
log.h
main-loop.h
module.h
notify.h
option_int.h
option.h qemu-option: has_help_option() and is_valid_option_list() 2014-02-21 22:10:17 +01:00
osdep.h osdep: add qemu_set_tty_echo() 2014-01-22 12:07:17 +01:00
queue.h
range.h
ratelimit.h
readline.h readline: Add missing GCC_FMT_ATTR 2014-02-01 13:46:06 +04:00
seqlock.h seqlock: introduce read-write seqlock 2013-10-17 17:24:15 +02:00
sockets.h util: add socket_set_fast_reuse function which will replace setting SO_REUSEADDR 2013-10-02 19:20:31 +02:00
thread-posix.h qemu-thread: add QemuEvent 2013-10-17 17:30:55 +02:00
thread-win32.h qemu-thread: add QemuEvent 2013-10-17 17:30:55 +02:00
thread.h qemu-thread: add QemuEvent 2013-10-17 17:30:55 +02:00
throttle.h
timer.h Fix typo of tiemr in timer.h 2014-01-15 23:34:17 +04:00
tls.h
typedefs.h i2c: Rename i2c_bus to I2CBus 2014-02-14 16:22:31 +01:00
uri.h
xattr.h