I tried on another machine with qemu 2.0.0 + libvirt 1.2.6 is ok, maybe it is related
to some system environment ? But i have not found what's impacted of this yet.
The xml file is as fallows:
"
<domain type="kvm">
<name>5ab4f49c-c99f-4dbd-9d7d-17a946b4c5a7</name>
<uuid>5ab4f49c-c99f-4dbd-9d7d-17a946b4c5a7</uuid>
<memory>15360000</memory>
<vcpu cpuset="0,1,2,3,8,9,10,11" placement="static">4</vcpu>
<os>
<type>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-system-x86_64</emulator>
<disk device="disk" type="file">
<driver name="qemu" type="qcow2"/>
<source file="/mnt/kvm/tlinux_sles12_com-v3-2.qcow2"/>
<target bus="virtio" dev="vda"/>
</disk>
<interface type="bridge">
<source bridge="kvmbr11"/>
<mac address="00:16:3E:0A:0A:FA"/>
<model type="virtio"/>
</interface>
<serial type="pty">
<target port="0"/>
</serial>
<console type="pty">
<target port="0" type="serial"/>
</console>
<input bus="ps2" type="mouse"/>
<graphics autoport="yes" listen="0.0.0.0" port="-1" type="vnc"/>
</devices>
</domain>