1. 12 11月, 2013 4 次提交
    • H
      virsh_change_media: Backup and restore original vm xml · e94cd24a
      Hao Liu 提交于
      * In new_from_dumpxml(), the used keyword argument 'options'
        doesn't exist in virsh.dumpxml(). This must be a typo
        s/options/extra.
      
      * Fix a raise typo and some pylint/pep8 issues.
      
      * The original xml of the vm need to be backed up before test
        and restored after it to keep the xml unchanged.
      
      * When backing up, the xml need to be dumped using '--inactive'
        option. Otherwise the xml backup is slightly different from
        the original one like below. I'm not sure this will cause
        any problem, but it's annoying.
      
      ---
      +++
      @@ -4,6 +4,9 @@
         <memory unit='KiB'>1048576</memory>
         <currentMemory unit='KiB'>1048576</currentMemory>
         <vcpu placement='static'>2</vcpu>
      +  <resource>
      +    <partition>/machine</partition>
      +  </resource>
         <os>
           <type arch='x86_64' machine='pc-i440fx-rhel7.0.0'>hvm</type>
           <boot dev='hd'/>
      @@ -43,7 +46,9 @@
           </console>
           <input type='tablet' bus='usb'/>
           <input type='mouse' bus='ps2'/>
      -    <graphics type='vnc' port='-1' autoport='yes'/>
      +    <graphics type='vnc' port='-1' autoport='yes'
      listen='127.0.0.1'>
      +      <listen type='address' address='127.0.0.1'/>
      +    </graphics>
           <video>
             <model type='cirrus' vram='9216' heads='1'/>
             <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
      @@ -52,4 +57,5 @@
             <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
           </memballoon>
         </devices>
      +  <seclabel type='dynamic' model='selinux' relabel='yes'/>
       </domain>
      Signed-off-by: NHao Liu <hliu@redhat.com>
      e94cd24a
    • L
      Merge pull request #974 from xutian/add_timedrift_case · 4336ef6a
      Lucas Meneghel Rodrigues 提交于
      qemu.tests: new case to check guest clock offset
      4336ef6a
    • L
      Merge pull request #908 from xutian/lvm_support · 9e7addfb
      Lucas Meneghel Rodrigues 提交于
      Add lvm support for qemu tests
      9e7addfb
    • L
      Merge pull request #1049 from ruda/qemu-vm-monitor-logs · b1075f7a
      Lucas Meneghel Rodrigues 提交于
      virttest.qemu_vm: Log information about the parent PID and the monitor n...
      b1075f7a
  2. 11 11月, 2013 6 次提交
  3. 08 11月, 2013 24 次提交
  4. 07 11月, 2013 6 次提交