• J
    qemu: Add support for setting TSC frequency · 7373c4e4
    Jiri Denemark 提交于
    QEMU allows for TSC frequency to be explicitly set to enable migration
    with invtsc (migration fails if the destination QEMU cannot set the
    exact same frequency used when starting the domain on the source host).
    
    Libvirt already supports setting the TSC frequency in the XML using
    
        <clock>
          <timer name='tsc' frequency='1234567890'/>
        </clock>
    
    which will be transformed into
    
        -cpu Model,tsc-frequency=1234567890
    
    QEMU command line.
    Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
    7373c4e4
qemuxml2argv-cpu-tsc-frequency.args 602 字节