Virtualization Technology Learning (3) Installing spice in kvm
The previous blogs have learned how to set up spice and configure the kvm environment. You can install spcie directly in kvm.
First, open the installed qemu-kvm (I am using the Virtual System Manager)
Click the upper left corner to create a new virtual machine.
Follow the prompts above to find the location of the system image. Here I installed the XP system.
Follow the prompts to proceed to the next step:
Then allocate the disk.
Then, we need to select Custom Configuration:
Select the display option and change it to spice.
Then we will be prompted to add a proxy channel. Change the video default to QXL.
Then we can start the installation. Follow the prompts to install it step by step. After the installation is complete, we can test spice.
Installed xp Virtual Machine
Then we can test it through the spice client.
Spicec-h <server hostname>-p <port number>
Here, the test address on the local machine is 127.0.0.1 and the port number is 5900.
Virtual Machine.
Here is just a simple implementation, there are still a lot of Operations waiting for you to slowly explore.