1. 19 1月, 2017 1 次提交
  2. 28 12月, 2016 1 次提交
  3. 26 10月, 2016 4 次提交
  4. 24 10月, 2016 2 次提交
  5. 21 10月, 2016 1 次提交
  6. 12 10月, 2016 1 次提交
    • D
      trace: provide mechanism for registering trace events · fe4db84d
      Daniel P. Berrange 提交于
      Remove the notion of there being a single global array
      of trace events, by introducing a method for registering
      groups of events.
      
      The module_call_init() needs to be invoked at the start
      of any program that wants to make use of the trace
      support. Currently this covers system emulators qemu-nbd,
      qemu-img and qemu-io.
      
      [Squashed the following fix from Daniel P. Berrange
      <berrange@redhat.com>:
      
      linux-user/bsd-user: initialize trace events subsystem
      
      The bsd-user/linux-user programs make use of the CPU emulation
      code and this now requires that the trace events subsystem
      is enabled, otherwise it'll crash trying to allocate an empty
      trace events bitmap for the CPU object.
      
      --Stefan]
      Reviewed-by: NStefan Hajnoczi <stefanha@redhat.com>
      Reviewed-by: NLluís Vilanova <vilanova@ac.upc.edu>
      Signed-off-by: NDaniel P. Berrange <berrange@redhat.com>
      Message-id: 1475588159-30598-14-git-send-email-berrange@redhat.com
      Signed-off-by: NStefan Hajnoczi <stefanha@redhat.com>
      fe4db84d
  7. 29 9月, 2016 1 次提交
  8. 27 9月, 2016 5 次提交
  9. 23 9月, 2016 1 次提交
  10. 22 9月, 2016 2 次提交
  11. 13 9月, 2016 1 次提交
  12. 07 9月, 2016 3 次提交
  13. 11 8月, 2016 1 次提交
  14. 19 7月, 2016 2 次提交
  15. 29 6月, 2016 1 次提交
  16. 24 6月, 2016 1 次提交
  17. 23 6月, 2016 1 次提交
  18. 20 6月, 2016 1 次提交
    • M
      log: Fix qemu_set_log_filename() error handling · daa76aa4
      Markus Armbruster 提交于
      When qemu_set_log_filename() detects an invalid file name, it reports
      an error, closes the log file (if any), and starts logging to stderr
      (unless daemonized or nothing is being logged).
      
      This is wrong.  Asking for an invalid log file on the command line
      should be fatal.  Asking for one in the monitor should fail without
      messing up an existing logfile.
      
      Fix by converting qemu_set_log_filename() to Error.  Pass it
      &error_fatal, except for hmp_logfile report errors.
      
      This also permits testing without a subprocess, so do that.
      Signed-off-by: NMarkus Armbruster <armbru@redhat.com>
      Message-Id: <1466011636-6112-4-git-send-email-armbru@redhat.com>
      Reviewed-by: NEric Blake <eblake@redhat.com>
      daa76aa4
  19. 17 6月, 2016 1 次提交
  20. 08 6月, 2016 1 次提交
  21. 07 6月, 2016 2 次提交
  22. 27 5月, 2016 6 次提交