Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-07 | readline: Sort completions before printing them. | Hani Benhabiles | |
Signed-off-by: Hani Benhabiles <hani@linux.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> | |||
2014-05-07 | readline: use g_strndup instead of open-coding it | Michael Tokarev | |
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Andreas Färber <afaerber@suse.de> | |||
2014-01-22 | readline: move readline to a generic location | Stefan Hajnoczi | |
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. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com> |