Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 940834 Details for
Bug 1146180
Devices address dynamic allocation causing virtual hardware re-detection/re-installation
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
libvirt xmls and qemu commands
libvirt_xmls_and_qemu_commands.txt (text/plain), 16.41 KB, created by
Amador Pahim
on 2014-09-24 17:06:29 UTC
(
hide
)
Description:
libvirt xmls and qemu commands
Filename:
MIME Type:
Creator:
Amador Pahim
Created:
2014-09-24 17:06:29 UTC
Size:
16.41 KB
patch
obsolete
>------------------------------------------------------ >------------------------------------------------------ >Here the XML and the qemu command USB Policy = Native: >------------------------------------------------------ >------------------------------------------------------ > ><?xml version="1.0" encoding="utf-8"?><domain type="kvm"> > <name>WinXP</name> > <uuid>64a23dfc-33f6-4f79-8600-343c0372a532</uuid> > <memory>2097152</memory> > <currentMemory>2097152</currentMemory> > <vcpu current="2">160</vcpu> > <memtune> > <min_guarantee>2097152</min_guarantee> > </memtune> > <devices> > <channel type="unix"> > <target name="com.redhat.rhevm.vdsm" type="virtio"/> > <source mode="bind" path="/var/lib/libvirt/qemu/channels/64a23dfc-33f6-4f79-8600-343c0372a532.com.redhat.rhevm.vdsm"/> > </channel> > <channel type="unix"> > <target name="org.qemu.guest_agent.0" type="virtio"/> > <source mode="bind" path="/var/lib/libvirt/qemu/channels/64a23dfc-33f6-4f79-8600-343c0372a532.org.qemu.guest_agent.0"/> > </channel> > <input bus="ps2" type="mouse"/> > <channel type="spicevmc"> > <target name="com.redhat.spice.0" type="virtio"/> > </channel> > <graphics autoport="yes" keymap="en-us" listen="0" passwd="*****" passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1" type="spice"> > <channel mode="secure" name="main"/> > <channel mode="secure" name="inputs"/> > <channel mode="secure" name="cursor"/> > <channel mode="secure" name="playback"/> > <channel mode="secure" name="record"/> > <channel mode="secure" name="display"/> > <channel mode="secure" name="usbredir"/> > <channel mode="secure" name="smartcard"/> > </graphics> > <sound model="ac97"> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x04" type="pci"/> > </sound> > <memballoon model="virtio"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <redirdev bus="usb" type="spicevmc"/> > <controller index="0" model="ich9-ehci1" type="usb"/> > <controller index="0" model="ich9-uhci1" type="usb"/> > <controller index="0" model="ich9-uhci2" type="usb"/> > <controller index="0" model="ich9-uhci3" type="usb"/> > <video> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x02" type="pci"/> > <model heads="1" type="qxl" vram="32768"/> > </video> > <interface type="bridge"> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci"/> > <mac address="00:1a:4a:a8:19:a0"/> > <model type="virtio"/> > <source bridge="rhevm"/> > <filterref filter="vdsm-no-mac-spoofing"/> > <link state="up"/> > <bandwidth/> > </interface> > <disk device="cdrom" snapshot="no" type="file"> > <source file="/rhev/data-center/mnt/192.168.25.118:_nfs_ISO/f8cb1f28-028a-4f82-a82d-815e99a74ec0/images/11111111-1111-1111-1111-111111111111/RHEV-toolsSetup_3.4_8.iso" startupPolicy="optional"/> > <target bus="ide" dev="hdc"/> > <readonly/> > <serial/> > </disk> > <disk device="disk" snapshot="no" type="block"> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x06" type="pci"/> > <source dev="/rhev/data-center/00000002-0002-0002-0002-0000000002f3/efc6447d-82c0-4758-adfc-b9a5abfc1300/images/9db41ede-d009-4cc2-8dae-43c3d96611d1/ebc6f565-f4e2-48cc-a468-823967eee639"/> > <target bus="virtio" dev="vda"/> > <serial>9db41ede-d009-4cc2-8dae-43c3d96611d1</serial> > <boot order="1"/> > <driver cache="none" error_policy="stop" io="native" name="qemu" type="qcow2"/> > </disk> > </devices> > <os> > <type arch="x86_64" machine="rhel6.5.0">hvm</type> > <smbios mode="sysinfo"/> > </os> > <sysinfo type="smbios"> > <system> > <entry name="manufacturer">Red Hat</entry> > <entry name="product">RHEV Hypervisor</entry> > <entry name="version">6Server-6.5.0.1.el6</entry> > <entry name="serial">A0FE7081-50C5-11CB-8FE4-F82E29730C3D</entry> > <entry name="uuid">64a23dfc-33f6-4f79-8600-343c0372a532</entry> > </system> > </sysinfo> > <clock adjustment="3600" offset="variable"> > <timer name="rtc" tickpolicy="catchup"/> > </clock> > <features> > <acpi/> > </features> > <cpu match="exact"> > <model>SandyBridge</model> > <topology cores="1" sockets="160" threads="1"/> > </cpu> ></domain> > > >/usr/libexec/qemu-kvm >-name WinXP >-S >-M rhel6.5.0 >-cpu SandyBridge >-enable-kvm >-m 2048 >-realtime mlock=off >-smp 2,maxcpus=160,sockets=160,cores=1,threads=1 >-uuid 1b01d6ae-c2fe-4f38-aa6e-7d110af3e059 >-smbios type=1,manufacturer=Red Hat,product=RHEV Hypervisor,version=6Server-6.5.0.1.el6,serial=A0FE7081-50C5-11CB-8FE4-F82E29730C3D,uuid=1b01d6ae-c2fe-4f38-aa6e-7d110af3e059 >-nodefconfig >-nodefaults >-chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/WinXP.monitor,server,nowait >-mon chardev=charmonitor,id=monitor,mode=control >-rtc base=2014-09-24T14:52:23,driftfix=slew >-no-shutdown >-device ich9-usb-ehci1,id=usb,bus=pci.0,addr=0x5.0x7 >-device ich9-usb-uhci2,masterbus=usb.0,firstport=2,bus=pci.0,addr=0x5.0x1 >-device ich9-usb-uhci3,masterbus=usb.0,firstport=4,bus=pci.0,addr=0x5.0x2 >-device ich9-usb-uhci1,masterbus=usb.0,firstport=0,bus=pci.0,multifunction=on,addr=0x5 >-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x6 >-drive file=/rhev/data-center/00000002-0002-0002-0002-0000000002f3/efc6447d-82c0-4758-adfc-b9a5abfc1300/images/e81b9c43-321e-4be3-91a7-920366bb6b28/4979590b-6e2a-49fa-9bec-2651df6ee11b,if=none,id=drive-ide0-0-0,format=raw,serial=e81b9c43-321e-4be3-91a7-920366bb6b28,cache=none,werror=stop,rerror=stop,aio=native >-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 >-drive file=/rhev/data-center/mnt/192.168.25.118:_nfs_ISO/f8cb1f28-028a-4f82-a82d-815e99a74ec0/images/11111111-1111-1111-1111-111111111111/RHEV-toolsSetup_3.4_8.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw,serial= >-device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=2 >-netdev tap,fd=27,id=hostnet0,vhost=on,vhostfd=28 >-device virtio-net-pci,netdev=hostnet0,id=net0,mac=00:1a:4a:8b:19:9f,bus=pci.0,addr=0x3,bootindex=3 >-chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/1b01d6ae-c2fe-4f38-aa6e-7d110af3e059.com.redhat.rhevm.vdsm,server,nowait >-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm >-chardev socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/1b01d6ae-c2fe-4f38-aa6e-7d110af3e059.org.qemu.guest_agent.0,server,nowait >-device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0 >-chardev spicevmc,id=charchannel2,name=vdagent >-device virtserialport,bus=virtio-serial0.0,nr=3,chardev=charchannel2,id=channel2,name=com.redhat.spice.0 >-spice port=5900,tls-port=5901,addr=0,x509-dir=/etc/pki/vdsm/libvirt-spice,tls-channel=main,tls-channel=display,tls-channel=inputs,tls-channel=cursor,tls-channel=playback,tls-channel=record,tls-channel=smartcard,tls-channel=usbredir,seamless-migration=on >-k en-us >-vga qxl >-global qxl-vga.ram_size=67108864 >-global qxl-vga.vram_size=33554432 >-device AC97,id=sound0,bus=pci.0,addr=0x4 >-chardev spicevmc,id=charredir0,name=usbredir >-device usb-redir,chardev=charredir0,id=redir0 >-chardev spicevmc,id=charredir1,name=usbredir >-device usb-redir,chardev=charredir1,id=redir1 >-chardev spicevmc,id=charredir2,name=usbredir >-device usb-redir,chardev=charredir2,id=redir2 >-chardev spicevmc,id=charredir3,name=usbredir >-device usb-redir,chardev=charredir3,id=redir3 >-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x7 > > >------------------------------------------------------ >------------------------------------------------------ >Here the XML and the qemu command USB Policy = Disabled: >------------------------------------------------------ >------------------------------------------------------ > ><?xml version="1.0" encoding="utf-8"?><domain type="kvm"> > <name>WinXP</name> > <uuid>1b01d6ae-c2fe-4f38-aa6e-7d110af3e059</uuid> > <memory>2097152</memory> > <currentMemory>2097152</currentMemory> > <vcpu current="2">160</vcpu> > <memtune> > <min_guarantee>1397760</min_guarantee> > </memtune> > <devices> > <channel type="unix"> > <target name="com.redhat.rhevm.vdsm" type="virtio"/> > <source mode="bind" path="/var/lib/libvirt/qemu/channels/1b01d6ae-c2fe-4f38-aa6e-7d110af3e059.com.redhat.rhevm.vdsm"/> > </channel> > <channel type="unix"> > <target name="org.qemu.guest_agent.0" type="virtio"/> > <source mode="bind" path="/var/lib/libvirt/qemu/channels/1b01d6ae-c2fe-4f38-aa6e-7d110af3e059.org.qemu.guest_agent.0"/> > </channel> > <input bus="ps2" type="mouse"/> > <channel type="spicevmc"> > <target name="com.redhat.spice.0" type="virtio"/> > </channel> > <graphics autoport="yes" keymap="en-us" listen="0" passwd="*****" passwdValidTo="1970-01-01T00:00:01" port="-1" tlsPort="-1" type="spice"> > <channel mode="secure" name="main"/> > <channel mode="secure" name="inputs"/> > <channel mode="secure" name="cursor"/> > <channel mode="secure" name="playback"/> > <channel mode="secure" name="record"/> > <channel mode="secure" name="display"/> > <channel mode="secure" name="usbredir"/> > <channel mode="secure" name="smartcard"/> > </graphics> > <sound model="ac97"> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x04" type="pci"/> > </sound> > <memballoon model="virtio"/> > <video> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x02" type="pci"/> > <model heads="1" type="qxl" vram="32768"/> > </video> > <interface type="bridge"> > <address bus="0x00" domain="0x0000" function="0x0" slot="0x03" type="pci"/> > <mac address="00:1a:4a:8b:19:9f"/> > <model type="virtio"/> > <source bridge="rhevm"/> > <filterref filter="vdsm-no-mac-spoofing"/> > <link state="up"/> > <boot order="3"/> > <bandwidth/> > </interface> > <disk device="cdrom" snapshot="no" type="file"> > <address bus="1" controller="0" target="0" type="drive" unit="0"/> > <source file="/rhev/data-center/mnt/192.168.25.118:_nfs_ISO/f8cb1f28-028a-4f82-a82d-815e99a74ec0/images/11111111-1111-1111-1111-111111111111/RHEV-toolsSetup_3.4_8.iso" startupPolicy="optional"/> > <target bus="ide" dev="hdc"/> > <readonly/> > <serial/> > <boot order="2"/> > </disk> > <disk device="disk" snapshot="no" type="block"> > <address bus="0" controller="0" target="0" type="drive" unit="0"/> > <source dev="/rhev/data-center/00000002-0002-0002-0002-0000000002f3/efc6447d-82c0-4758-adfc-b9a5abfc1300/images/e81b9c43-321e-4be3-91a7-920366bb6b28/4979590b-6e2a-49fa-9bec-2651df6ee11b"/> > <target bus="ide" dev="hda"/> > <serial>e81b9c43-321e-4be3-91a7-920366bb6b28</serial> > <boot order="1"/> > <driver cache="none" error_policy="stop" io="native" name="qemu" type="raw"/> > </disk> > </devices> > <os> > <type arch="x86_64" machine="rhel6.5.0">hvm</type> > <smbios mode="sysinfo"/> > </os> > <sysinfo type="smbios"> > <system> > <entry name="manufacturer">Red Hat</entry> > <entry name="product">RHEV Hypervisor</entry> > <entry name="version">6Server-6.5.0.1.el6</entry> > <entry name="serial">A0FE7081-50C5-11CB-8FE4-F82E29730C3D</entry> > <entry name="uuid">1b01d6ae-c2fe-4f38-aa6e-7d110af3e059</entry> > </system> > </sysinfo> > <clock adjustment="3600" offset="variable"> > <timer name="rtc" tickpolicy="catchup"/> > </clock> > <features> > <acpi/> > </features> > <cpu match="exact"> > <model>SandyBridge</model> > <topology cores="1" sockets="160" threads="1"/> > </cpu> ></domain> > > >/usr/libexec/qemu-kvm >-name WinXP >-S >-M rhel6.5.0 >-cpu SandyBridge >-enable-kvm >-m 2048 >-realtime mlock=off >-smp 2,maxcpus=160,sockets=160,cores=1,threads=1 >-uuid 1b01d6ae-c2fe-4f38-aa6e-7d110af3e059 >-smbios type=1,manufacturer=Red Hat,product=RHEV Hypervisor,version=6Server-6.5.0.1.el6,serial=A0FE7081-50C5-11CB-8FE4-F82E29730C3D,uuid=1b01d6ae-c2fe-4f38-aa6e-7d110af3e059 >-nodefconfig >-nodefaults >-chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/WinXP.monitor,server,nowait >-mon chardev=charmonitor,id=monitor,mode=control >-rtc base=2014-09-24T17:48:36,driftfix=slew >-no-shutdown >-device piix3-usb-uhci,id=usb,bus=pci.0,addr=0x1.0x2 >-device virtio-serial-pci,id=virtio-serial0,bus=pci.0,addr=0x5 >-drive file=/rhev/data-center/00000002-0002-0002-0002-0000000002f3/efc6447d-82c0-4758-adfc-b9a5abfc1300/images/e81b9c43-321e-4be3-91a7-920366bb6b28/4979590b-6e2a-49fa-9bec-2651df6ee11b,if=none,id=drive-ide0-0-0,format=raw,serial=e81b9c43-321e-4be3-91a7-920366bb6b28,cache=none,werror=stop,rerror=stop,aio=native >-device ide-drive,bus=ide.0,unit=0,drive=drive-ide0-0-0,id=ide0-0-0,bootindex=1 >-drive file=/rhev/data-center/mnt/192.168.25.118:_nfs_ISO/f8cb1f28-028a-4f82-a82d-815e99a74ec0/images/11111111-1111-1111-1111-111111111111/RHEV-toolsSetup_3.4_8.iso,if=none,media=cdrom,id=drive-ide0-1-0,readonly=on,format=raw,serial= >-device ide-drive,bus=ide.1,unit=0,drive=drive-ide0-1-0,id=ide0-1-0,bootindex=2 >-netdev tap,fd=27,id=hostnet0,vhost=on,vhostfd=28 >-device virtio-net-pci,netdev=hostnet0,id=net0,mac=00:1a:4a:8b:19:9f,bus=pci.0,addr=0x3,bootindex=3 >-chardev socket,id=charchannel0,path=/var/lib/libvirt/qemu/channels/1b01d6ae-c2fe-4f38-aa6e-7d110af3e059.com.redhat.rhevm.vdsm,server,nowait >-device virtserialport,bus=virtio-serial0.0,nr=1,chardev=charchannel0,id=channel0,name=com.redhat.rhevm.vdsm >-chardev socket,id=charchannel1,path=/var/lib/libvirt/qemu/channels/1b01d6ae-c2fe-4f38-aa6e-7d110af3e059.org.qemu.guest_agent.0,server,nowait >-device virtserialport,bus=virtio-serial0.0,nr=2,chardev=charchannel1,id=channel1,name=org.qemu.guest_agent.0 >-chardev spicevmc,id=charchannel2,name=vdagent >-device virtserialport,bus=virtio-serial0.0,nr=3,chardev=charchannel2,id=channel2,name=com.redhat.spice.0 >-spice port=5900,tls-port=5901,addr=0,x509-dir=/etc/pki/vdsm/libvirt-spice,tls-channel=main,tls-channel=display,tls-channel=inputs,tls-channel=cursor,tls-channel=playback,tls-channel=record,tls-channel=smartcard,tls-channel=usbredir,seamless-migration=on >-k en-us >-vga qxl >-global qxl-vga.ram_size=67108864 >-global qxl-vga.vram_size=33554432 >-device AC97,id=sound0,bus=pci.0,addr=0x4 >-device virtio-balloon-pci,id=balloon0,bus=pci.0,addr=0x6
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1146180
: 940834