]> git.proxmox.com Git - mirror_qemu.git/commit - monitor.c
readline: move readline to a generic location
authorStefan Hajnoczi <stefanha@redhat.com>
Thu, 14 Nov 2013 10:54:15 +0000 (11:54 +0100)
committerKevin Wolf <kwolf@redhat.com>
Wed, 22 Jan 2014 11:07:17 +0000 (12:07 +0100)
commit0150cd81cf608b93778a067189829f354fe27e4b
treeb37e2c71249f04c0a1053d58f940d0b120bc4a23
parentc60bf3391bf4cb79b7adc6650094e21671ddaabd
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.

Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Makefile.objs
include/monitor/monitor.h
include/monitor/readline.h [deleted file]
include/qemu/readline.h [new file with mode: 0644]
monitor.c
readline.c [deleted file]
util/Makefile.objs
util/readline.c [new file with mode: 0644]