I create the virtual machine with the command:

virsh create test-save

This is what I've in the test-save
<domain type='kvm'>
 <name>test-save</name>
 <vcpu>1</vcpu>
 <memory>524288</memory>
 <os>
  <type arch='x86_64'>hvm</type>
  <boot dev='hd'/>
 </os>
 <devices>
  <emulator>/usr/bin/kvm</emulator>
  <disk type='file' device='disk'>
   <source file='/root/disk.0'/>
   <target dev='hda' bus='ide'/>
   <driver name='qemu' type='qcow2' cache='default'/>
  </disk>
                <interface type='bridge'>
                        <source bridge='br32'/>
                        <mac address='02:00:54:59:00:5d'/>
                </interface>
  <graphics type='vnc' listen='0.0.0.0' port='7962'/>
 </devices>
 <features>
  <acpi/>
 </features>
</domain>

This is what I have in the log /var/log/libvirt/qemu/test-save.log:
LC_ALL=C PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin 
QEMU_AUDIO_DRV=none /usr/bin/kvm -S -M pc-0.12 -enable-kvm -m 512 -smp 1 -name 
test-save -uuid e05b536b-7ccc-1b48-b13c-0662bef232b4 -chardev 
socket,id=monitor,path=/var/lib/libvirt/qemu/test-save.monitor,server,nowait 
-monitor chardev:monitor -boot c -drive 
file=/root/virtual.disk,if=ide,index=0,boot=on,format=raw -net 
nic,macaddr=02:00:54:59:00:5d,vlan=0,name=nic.0 -net 
tap,fd=46,vlan=0,name=tap.0 -serial none -parallel none -usb -vnc 0.0.0.0:73723 
-vga cirrus 
pci_add_option_rom: failed to find romfile "pxe-rtl8139.bin"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/914803

Title:
  Virtual machine frozen after a save restore

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/914803/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to