1. 16 5月, 2014 3 次提交
  2. 09 5月, 2014 1 次提交
  3. 08 5月, 2014 1 次提交
  4. 25 4月, 2014 4 次提交
  5. 05 3月, 2014 1 次提交
  6. 01 3月, 2014 1 次提交
  7. 22 2月, 2014 2 次提交
  8. 18 2月, 2014 4 次提交
  9. 11 2月, 2014 1 次提交
  10. 01 2月, 2014 1 次提交
  11. 29 1月, 2014 1 次提交
  12. 22 1月, 2014 2 次提交
    • S
      readline: move readline to a generic location · 0150cd81
      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: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      0150cd81
    • S
      readline: decouple readline from the monitor · c60bf339
      Stefan Hajnoczi 提交于
      Make the readline.c functionality reusable.  Instead of calling
      monitor_printf() and monitor_flush() directly, invoke function pointers
      provided by the user.
      
      This way readline.c does not know about Monitor and other users will be
      able to make use of readline.c.
      
      Note that there is already an "opaque" argument to the ReadLineFunc
      callback.  Consistently call it "readline_opaque" from now on to
      distinguish from the ReadLinePrintfFunc/ReadLineFlushFunc "opaque"
      argument.
      
      I also dropped the printf macro trickery since it's now highly unlikely
      that anyone modifying readline.c would call printf(3) directly.  We no
      longer need this protection.
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      Signed-off-by: NKevin Wolf <kwolf@redhat.com>
      c60bf339
  13. 26 10月, 2013 1 次提交
  14. 19 10月, 2013 1 次提交
  15. 03 9月, 2013 1 次提交
  16. 30 8月, 2013 15 次提交