Statistics
| Branch: | Revision:

root / include / qemu / readline.h @ 2e40134b

History | View | Annotate | Download (2 kB)

# Date Author Comment
d5d1507b 02/01/2014 11:46 am Stefan Weil

readline: Add missing GCC_FMT_ATTR

This fixes a compiler warning with -Werror=missing-format-attribute
and allows improved compiler checks for variable argument lists.

Signed-off-by: Stefan Weil <>
Reviewed-by: Stefan Hajnoczi <>...

0150cd81 01/22/2014 01:07 pm Stefan Hajnoczi

readline: move readline to a generic location

Now that the monitor and readline are decoupled, readline.h no longer
belongs in include/monitor/. Put the header into include/qemu/.

Move the source file into util/ so it can be linked as part of
libqemuutil.a....