1. 28 9月, 2012 4 次提交
  2. 27 9月, 2012 25 次提交
  3. 26 9月, 2012 5 次提交
  4. 25 9月, 2012 1 次提交
    • P
      qemu: Avoid holding the driver lock in trivial snapshot API's · 35fe4e7e
      Peter Krempa 提交于
      In most of the snapshot API's there's no need to hold the driver lock
      the whole time.
      
      This patch adds helper functions that get the domain object in functions
      that don't require the driver lock and simplifies call paths from
      snapshot-related API's.
      35fe4e7e
  5. 22 9月, 2012 1 次提交
  6. 21 9月, 2012 3 次提交
  7. 20 9月, 2012 1 次提交
    • M
      qemu: add support for dump-guest-core option · ff2d5a3d
      Martin Kletzander 提交于
      The "dump-guest-core' option is new option for the machine type
      (-machine pc,dump-guest-core) that controls whether the guest memory
      will be marked as dumpable.
      
      While testing this, I've found out that the value for the '-M' options
      is not parsed correctly when additional parameters are used. However,
      when '-machine' is used for the same options, it gets parsed as
      expected. That's why this patch also modifies the parsing and creating
      of the command line, so both '-M' and '-machine' are recognized. In
      QEMU's help there is only mention of the 'machine parameter now with
      no sign of the older '-M'.
      ff2d5a3d