• D
    Support variable clock offset mode in QEMU · 200c83b2
    Daniel P. Berrange 提交于
    This allows QEMU guests to be started with an arbitrary clock
    offset
    
    The test case can't actually be enabled, since QEMU argv expects
    an absolute timestring, and this will obviously change every
    time the test runs :-( Hopefully QEMU will allow a relative
    time offset in the future.
    
    * src/qemu/qemu_conf.c, src/qemu/qemu_conf.h: Use the -rtc arg
      if available to support variable clock offset mode
    * tests/qemuhelptest.c: Add QEMUD_CMD_FLAG_RTC for qemu 0.12.1
    * qemuxml2argvdata/qemuxml2argv-clock-variable.args,
      qemuxml2argvdata/qemuxml2argv-clock-variable.xml,
      qemuxml2argvtest.c: Test case, except we can't actually enable
      it yet.
    200c83b2
qemu_conf.h 12.4 KB