| Server IP : 104.21.25.180 / Your IP : 104.23.197.123 Web Server : Apache/2.4.37 System : Linux almalinux.duckdns.org 4.18.0-553.111.1.el8_10.x86_64 #1 SMP Sun Mar 8 20:06:07 EDT 2026 x86_64 User : ricodeal ( 1046) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/share/help/gl/gnome-boxes/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="supported-protocols" xml:lang="gl">
<info>
<revision pkgversion="3.8.0" date="2013-03-25" status="candidate"/>
<revision pkgversion="3.14.0" date="2014-09-13" status="review"/>
<link type="guide" xref="index#faq"/>
<credit type="author copyright">
<name>Michael Hill</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<credit type="author copyright">
<name>Baptiste Mille-Mathias</name>
<email>[email protected]</email>
<years>2012</years>
</credit>
<include xmlns="http://www.w3.org/2001/XInclude" href="legal.xml"/>
<desc/>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Fran Dieguez</mal:name>
<mal:email>[email protected]</mal:email>
<mal:years>2018-2020.</mal:years>
</mal:credit>
</info>
<title>Que tecnoloxía usa Caixas?</title>
<p>Caixas usa <app>qemu-kvm</app>, <app>libvirt-glib</app> e <app>spice-gtk</app> para permitirlle aos usuarios xestionar as máquinas virtuais de forma doada e conectarse a máquinas remotas.</p>
<section id="qemu-kvm">
<title>QEMU con KVM</title>
<p><app>QEMU</app> is a machine emulator and virtualizer. As a machine
emulator, it can run OSes and programs made for one machine (e.g. an ARM
board) on a different machine (e.g. your own PC). As a virtualizer, QEMU
achieves near native performance by executing the guest code directly on the
host CPU using KVM.</p>
<p><app>KVM</app> (Kernel-based Virtual Machine) is a Linux kernel module that
allows a user space program to use the hardware virtualization features of
various processors.</p>
</section>
<section id="libvirt">
<title>libvirt</title>
<p><app>libvirt</app> is a toolkit for manipulating (creating, deleting and
modifying) and monitoring virtual machines on remote hosts, securely.</p>
<p><app>libvirt-glib</app> wraps libvirt to provide a high-level
object-oriented API suited for glib-based applications.</p>
</section>
<section id="spice">
<title>SPICE</title>
<p><app>SPICE</app>, the Simple Protocol for Independent Computing
Environments, is a system for accessing and controlling remote desktops
across a network.</p>
<p>The SPICE server is a library that runs inside the QEMU binary. It is
mainly responsible for authentication of client connections, relaying of
graphics output of the guest OS to the client and relaying of user input
(mouse and keyboard) from client to guest.</p>
<p><app>spice-gtk</app> is the SPICE client that provides a view into the
guest OS.</p>
</section>
<section id="vnc">
<title>VNC</title>
<p><app>VNC</app>, Virtual Network Computing, used only for remote display, is
a well know protocol but quite limited and slow.</p>
</section>
</page>