commit | 0150cd81cf608b93778a067189829f354fe27e4b | [log] [tgz] |
---|---|---|
author | Stefan Hajnoczi <stefanha@redhat.com> | Thu Nov 14 11:54:15 2013 +0100 |
committer | Kevin Wolf <kwolf@redhat.com> | Wed Jan 22 12:07:17 2014 +0100 |
tree | b37e2c71249f04c0a1053d58f940d0b120bc4a23 | |
parent | c60bf3391bf4cb79b7adc6650094e21671ddaabd [diff] |
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>