qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Question about QEMU | copy and paste | bridge network | qemu://session


From: work
Subject: Question about QEMU | copy and paste | bridge network | qemu://session
Date: Mon, 11 Nov 2024 18:57:05 +0200

Hello, I'm using QEMU on Fedora Linux (specifically the graphical virtual machine manager)
I decided to use qemu://session mode to store virtual machines on the home directory instead of the system directory, so that if the main system crashes, the virtual systems will not be cleaned up.
So, I encountered such a problem that the network bridge does not work, as well as two-way , or even one-way clipboard, ie in general can not copy text from the main system to the guest.
I'm not going to use Virtual Box, I'm only considering QEMU for use.
I have also tried to solve this problem myself through these methods :
1. http://blog.wikichoon.com/2016/01/qemusystem-vs-qemusession.html
2. http://wiki.libvirt.org/page/FAQ#What_is_the_difference_between_qemu:.2F.2F.2Fsystem_and_qemu:.2F.2F.2Fsession.3F_Which_one_should_I_use.3F.
3. By inserting this text into the config file :
```
[device]
  chardev = “qemu-vdagent,id=ch1,name=vdagent,clipboard=on”
  device = “virtio-serial-pci,id=ch1,name=com.redhat.spice.0”  
```
4. Using this video - https://youtu.be/cef8BAeiL8I      

But none of these methods worked for me. Please help me ! It is very important to configure the network bridge as well as the clipboard between systems.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]