Le problème reste le même...
rpm -qa | egrep "(virt|kvm|qemu)"
publican-ovirt-0.4-5.fc12.noarch
qemu-common-0.12.3-8.fc13.i686
python-virtkey-0.50-6.fc12.i686
kqemu-1.4.0-0.4.pre1.fc11.noarch
qemu-kvm-tools-0.12.3-8.fc13.i686
kmod-kqemu-2.6.33.5-124.fc13.i686-1.4.0-0.2.pre1.fc13.21.i686
libvirt-client-0.7.7-4.fc13.i686
gpxe-roms-qemu-1.0.0-1.fc13.noarch
qemu-system-m68k-0.12.3-8.fc13.i686
libvirt-python-0.7.7-4.fc13.i686
python-virtinst-0.500.3-1.fc13.noarch
qemu-system-x86-0.12.3-8.fc13.i686
virt-manager-0.8.4-1.fc13.noarch
akmod-kqemu-1.4.0-0.2.pre1.fc13.21.i686
virt-mem-0.3.1-9.fc12.i686
kmod-kqemu-2.6.33.5-112.fc13.i686-1.4.0-0.2.pre1.fc13.23.i686
ruby-libvirt-0.1.0-5.fc12.i686
virt-viewer-0.2.1-1.fc13.i686
qemu-img-0.12.3-8.fc13.i686
libvirt-0.7.7-4.fc13.i686
qemu-kvm-0.12.3-8.fc13.i686
Mon xml :
cat /etc/libvirt/qemu/win.xml
<domain type='kqemu'>
<name>win</name>
<uuid>90dd13ed-8832-91bf-c59d-5f4916e79bc2</uuid>
<memory>524288</memory>
<currentMemory>524288</currentMemory>
<vcpu>1</vcpu>
<os>
<type arch='i686' machine='fedora-13'>hvm</type>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
</features>
<clock offset='localtime'/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<devices>
<emulator>/usr/bin/qemu</emulator>
<disk type='file' device='disk'>
<driver name='qemu' type='raw'/>
<source file='/var/lib/libvirt/images/win.img'/>
<target dev='hda' bus='ide'/>
<address type='drive' controller='0' bus='0' unit='0'/>
</disk>
<controller type='ide' index='0'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:29:4f:af'/>
<source bridge='virbr0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</interface>
<serial type='pty'>
<target port='0'/>
</serial>
<console type='pty'>
<target port='0'/>
</console>
<input type='tablet' bus='usb'/>
<input type='mouse' bus='ps2'/>
<graphics type='vnc' port='-1' autoport='yes' keymap='fr'/>
<sound model='ac97'>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
</sound>
<video>
<model type='vga' vram='9216' heads='1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</video>
</devices>
</domain>