On 10/06/12 02:31 PM, Michael Tokarev wrote:
tags 676950 + unreproducible moreinfo
thanks
On 10.06.2012 22:01, Gary Dale wrote:
Package: qemu-kvm
Version: 1.0+dfsg-11
Severity: important
Dear Maintainer,
* What led up to the situation?
I have two working Windows XP/Pro VMs, one 32bit and one 64bit, that run fine
on my older
Phenom II based machine. However, they run into all kinds of errors when I copy
the img files
to my FX6100 based computer. Often Windows will fail to reach the login screen.
If I do get
logged in, Windows hangs shortly afterward.
* What exactly did you do (or not do) that was effective (or ineffective)?
Copying the img files back to a rebuilt Phenom II machine allowed them to run
again. And I
can access them remotely from my FX6100 machine. However, the img files on my
FX6100 still
fail to run preoperly locally.
* What was the outcome of this action?
It appears that the img files are not compatible with the FX6100.
Here virtual winXP runs just fine on a bulldozer cpu, I can run it on either
bulldozer, old turion (first-gen x2 64) or on a sandy bridge cpu -- the same
image.
So I need a way to reproduce this issue somehow. At least, full command line
you use to start it.
/mjt
They're started with virt-mgr (see attached xml files).
The img was originally created using a Phenom II system. When I changed
the main board and processor, it stopped running properly. When I built
a new system using my old board & processor, I copied the img files to
it and they worked fine. I can even access them remotely from my
Bulldozer/FX6100 system. However, the local img files don't work
directly on the Bulldozer system.
Note that the img files on the Phenom II system are copies of the ones
that don't work on the Bulldozer/FX6100 system.
<!--
WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE
OVERWRITTEN AND LOST. Changes to this xml configuration should be made using:
virsh edit ghostwheel32
or other application using the libvirt API.
-->
<domain type='kvm'>
<name>ghostwheel32</name>
<uuid>9ac7f9ba-1177-44ba-ceaa-36b299abc7d4</uuid>
<memory unit='KiB'>2072576</memory>
<currentMemory unit='KiB'>2072576</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='x86_64' machine='pc-1.0'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='utc'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/kvm</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/ghostwheel32.img'/>
<target dev='sda' bus='sata'/>
<address type='drive' controller='0' bus='0' target='0' unit='0'/>
</disk>
<controller type='sata' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</controller>
<controller type='usb' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:e7:ae:47'/>
<source bridge='br0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target type='serial' port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes'/>
<sound model='ich6'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</sound>
<video>
<model type='vga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
<memballoon model='virtio'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</memballoon>
</devices>
</domain>