spoof vendor id
This commit is contained in:
parent
6e2bb396bd
commit
9f6d7e9696
|
@ -48,7 +48,7 @@
|
||||||
<direct state="on"/>
|
<direct state="on"/>
|
||||||
</stimer>
|
</stimer>
|
||||||
<reset state='on'/>
|
<reset state='on'/>
|
||||||
<!-- <vendor_id state='on' value='other'/> -->
|
<vendor_id state='on' value='other'/>
|
||||||
<frequencies state='on'/>
|
<frequencies state='on'/>
|
||||||
<reenlightenment state='on'/>
|
<reenlightenment state='on'/>
|
||||||
<tlbflush state='on'/>
|
<tlbflush state='on'/>
|
||||||
|
@ -85,6 +85,7 @@
|
||||||
</pm>
|
</pm>
|
||||||
<devices>
|
<devices>
|
||||||
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
<emulator>/usr/bin/qemu-system-x86_64</emulator>
|
||||||
|
<memballoon model='none'/>
|
||||||
<disk type='file' device='disk'>
|
<disk type='file' device='disk'>
|
||||||
<driver name='qemu' type='raw'/>
|
<driver name='qemu' type='raw'/>
|
||||||
<source file='/data/marchambault/VirtualMachines/img/win10.img'/>
|
<source file='/data/marchambault/VirtualMachines/img/win10.img'/>
|
||||||
|
@ -176,14 +177,6 @@
|
||||||
<link state='up'/>
|
<link state='up'/>
|
||||||
<address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
|
<address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
|
||||||
</interface>
|
</interface>
|
||||||
<!-- <interface type='bridge'>
|
|
||||||
<mac address='52:54:00:f5:2c:df'/>
|
|
||||||
<source bridge='br0'/>
|
|
||||||
<target dev="vnet0"/>
|
|
||||||
<model type='virtio'/>
|
|
||||||
<link state='up'/>
|
|
||||||
<address type='pci' domain='0x0000' bus='0x08' slot='0x00' function='0x0'/>
|
|
||||||
</interface> -->
|
|
||||||
|
|
||||||
<!-- HID -->
|
<!-- HID -->
|
||||||
<input type='mouse' bus='ps2'/>
|
<input type='mouse' bus='ps2'/>
|
||||||
|
@ -239,7 +232,7 @@
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
<!-- spice -->
|
<!-- spice -->
|
||||||
<graphics type='spice' listen='127.0.0.1' port='5900' defaultMode='insecure'>
|
<!-- <graphics type='spice' listen='127.0.0.1' port='5900' defaultMode='insecure'>
|
||||||
<listen type='address' address='127.0.0.1'/>
|
<listen type='address' address='127.0.0.1'/>
|
||||||
<image compression='off' />
|
<image compression='off' />
|
||||||
<mouse mode='server'/>
|
<mouse mode='server'/>
|
||||||
|
@ -250,8 +243,7 @@
|
||||||
</redirdev>
|
</redirdev>
|
||||||
<redirdev bus='usb' type='spicevmc'>
|
<redirdev bus='usb' type='spicevmc'>
|
||||||
<address type='usb' bus='0' port='3'/>
|
<address type='usb' bus='0' port='3'/>
|
||||||
</redirdev>
|
</redirdev> -->
|
||||||
<memballoon model='none'/>
|
|
||||||
|
|
||||||
<!-- looking-glass -->
|
<!-- looking-glass -->
|
||||||
<shmem name='looking-glass'>
|
<shmem name='looking-glass'>
|
||||||
|
@ -259,7 +251,6 @@
|
||||||
<size unit='M'>32</size>
|
<size unit='M'>32</size>
|
||||||
<address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/>
|
<address type='pci' domain='0x0000' bus='0x02' slot='0x04' function='0x0'/>
|
||||||
</shmem>
|
</shmem>
|
||||||
|
|
||||||
</devices>
|
</devices>
|
||||||
|
|
||||||
<qemu:override>
|
<qemu:override>
|
||||||
|
|
Loading…
Reference in New Issue