Difference between revisions of "SPICE (Simple Protocol for Independent Computing Environments)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
SPICE is a new technology that has been incorporated into [[QEMU]], which allows the virtual machine to run on one system, and allows you to use spicy, the SPICE client, to connect to your remote virtual machine
+
[[wikipedia:Simple Protocol for Independent Computing Environments]] (SPICE) is a new (2007) technology that has been incorporated into [[QEMU]], which allows the virtual machine to run on one system, and allows you to use spicy, the SPICE client, to connect to your remote virtual machine
  
  
  
  [[virt-install]] --name=TEST --os-type=windows --disk path=/path/to/your/precreatedimage/IMAGE_NAME.img --cdrom=/path/to/your/iso/Win10_1909_EnglishInternational_x64.iso --graphics [[spice]] --ram=1024
+
  [[virt-install]] --name=TEST --os-type=windows --disk path=/path/to/your/precreatedimage/IMAGE_NAME.img --cdrom=/path/to/your/iso/Win10_1909_EnglishInternational_x64.iso [[--graphics]] [[spice]] --ram=1024
 +
 
 +
 
 +
 
 +
  virsh domdisplay VM1
 +
  [[spice]]://127.0.0.1:5909
 +
 
 +
 
 +
<pre>
 +
    <graphics type='spice' autoport='yes'>
 +
      <listen type='address'/>
 +
      <image compression='off'/>
 +
    </graphics>
 +
</pre>
  
  
Line 11: Line 24:
 
* <code>[[virt-install]]</code>
 
* <code>[[virt-install]]</code>
 
* <code>[[virtio-win]]</code> installer
 
* <code>[[virtio-win]]</code> installer
 +
* <code>[[virt-viewer]]</code>
 +
* <code>[[remote-viewer]]</code>
  
 
== See also ==
 
== See also ==
 
* {{VNC}}
 
* {{VNC}}
 +
* {{virsh connectivity}}
 
* {{virt}}
 
* {{virt}}
 
* {{KVM}}
 
* {{KVM}}

Latest revision as of 11:08, 7 April 2021

wikipedia:Simple Protocol for Independent Computing Environments (SPICE) is a new (2007) technology that has been incorporated into QEMU, which allows the virtual machine to run on one system, and allows you to use spicy, the SPICE client, to connect to your remote virtual machine


virt-install --name=TEST --os-type=windows --disk path=/path/to/your/precreatedimage/IMAGE_NAME.img --cdrom=/path/to/your/iso/Win10_1909_EnglishInternational_x64.iso --graphics spice --ram=1024


 virsh domdisplay VM1
 spice://127.0.0.1:5909


    <graphics type='spice' autoport='yes'>
      <listen type='address'/>
      <image compression='off'/>
    </graphics>


Related commands[edit]

See also[edit]

Advertising: