libvirt xen: Add just device_video
Re-introduce part of "libvirt xen: Add gfx_passthru and device_video" commit by Artur Puzio <contact@puzio.waw.pl>
This commit is contained in:
		
							parent
							
								
									4f04a1db91
								
							
						
					
					
						commit
						bda82c894d
					
				@ -189,12 +189,14 @@
 | 
				
			|||||||
                    {% endif %}
 | 
					                    {% endif %}
 | 
				
			||||||
                    />
 | 
					                    />
 | 
				
			||||||
                <input type="tablet" bus="usb"/>
 | 
					                <input type="tablet" bus="usb"/>
 | 
				
			||||||
                <video>
 | 
					                {% if vm.features.check_with_template('video-model', 'vga') != 'none' %}
 | 
				
			||||||
                    <model type="{{ vm.features.check_with_template('video-model', 'vga') }}"/>
 | 
					                    <video>
 | 
				
			||||||
                </video>
 | 
					                        <model type="{{ vm.features.check_with_template('video-model', 'vga') }}"/>
 | 
				
			||||||
                {% if vm.features.check_with_template('linux-stubdom', True) %}
 | 
					                    </video>
 | 
				
			||||||
                    {# TODO only add qubes gui if gui-agent is not installed in HVM #}
 | 
					                    {% if vm.features.check_with_template('linux-stubdom', True) %}
 | 
				
			||||||
                    <graphics type="qubes"/>
 | 
					                        {# TODO only add qubes gui if gui-agent is not installed in HVM #}
 | 
				
			||||||
 | 
					                        <graphics type="qubes"/>
 | 
				
			||||||
 | 
					                    {% endif %}
 | 
				
			||||||
                {% endif %}
 | 
					                {% endif %}
 | 
				
			||||||
            {% endif %}
 | 
					            {% endif %}
 | 
				
			||||||
                <console type="pty">
 | 
					                <console type="pty">
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user