Qemu Uninstall

2023-09-10 Thread Kai
Hi- I'm just wondering how I uninstall Qemu?

[Qemu-discuss] qemu does not show any output on windows

2014-10-31 Thread Kai Liu
does not show anything to me. The qemu-system-i386.exe -h does not have any output either. Did I forget any settings? Thanks. Best regards, Kai

Re: [Qemu-discuss] How to stop `qemu-system-x86_64 ...` instead of `kill -9`?

2017-07-12 Thread Kai Peter
On 2017-07-12 12:29, Vincenzo Romano wrote: 2017-07-12 12:20 GMT+02:00 Marat Khalili : I hate virsh/libvirt. +1 +1 I use the qemu monitor commands via SSH. But this surprised me. I simply write commands like "system_powerdown" to a -monitor socket using socat. How can SSH be involved i

Re: [Qemu-discuss] multiple nic interfaces question

2017-12-20 Thread Kai Peter
On 2017-12-19 04:16, Medi Montaseri wrote: Anyways, I have the following questions: 1- Can I mix -net and -netdev together. Looks like -net is deprecated You can, but I wouldn't recommend it. What should be the benefit? 2- Say I want to have persistent devices, how to instruct runqemu(1) or

Re: [Qemu-discuss] virt-manager: audio without virtualized display ?

2018-03-20 Thread Kai Peter
On 2018-03-15 20:27, Toerless Eckert wrote: I am somewhat puzzled, setting up a qemu VM via virt-manager. Debian host, win10 VM. Graphic is passthrough (works fine). Audio is meant to use the host audio. But it seems i get audio only when i also have host video. Even when i keep host video with

[Qemu-discuss] qemu monitor command 'quit'

2018-10-31 Thread Kai Peter
Hi, usually I shutdown my VM's clean. But I'm curious if the command quit in the monitor could left a corrupted filesystem of the guest. I assume that there will be no such impact, but not sure. Kai

Is there a risk for filesystem errors?

2020-01-31 Thread Kai Peter
avoid file system errors. The question is: _Could_ it happen that I get filesystem errors if I use 'quit' in the monitor? Especially for ext4 and ntfs filesystems? I assume it _could_ happen, but can someone confirm please or not? regards Kai -- Sent with eQmail-1.10.3 beta - a fork of djb's famous qmail

Re: Is there a risk for filesystem errors?

2020-02-02 Thread Kai Peter
On 2020-01-31 12:57, Ottavio Caruso via wrote: On 31/01/2020 10:22, Kai Peter wrote: Hi, in a former question there was confirmed that the monitor command 'quit' is similar to unplug the power cable. Now, for modern operating systems it is recommended to shutdown them (and not to

mode of pidfile

2020-07-01 Thread Kai Peter
nd in comparison with other pid files - most of them are mode 0644 (owned by root:root). Is there any reason why qemu works this way? Any chance to change this upstream? regards Kai -- Sent with eQmail-1.10.3 beta - a fork of djb's famous qmail

Re: mode of pidfile - solved

2020-07-03 Thread Kai Peter
On 2020-07-01 17:45, Kai Peter wrote: Hi, I'm curious why the option -pidfile creates a file with mode 0600. Usually I drop root privileges with the -runas parameter. The pidfile is then owned by root:root and there is no chance to read it with the new uid. Running a post command to chang

Re: [Driver error: Code 43] Trying to GPU passthrough my IGD (Intel HD Graphics 4600) using legacy mode.

2020-08-18 Thread Kai Peter
und it. Anyway, I would appreciate any further information. Unfortunately I don't have enough time to investigate further. It was a short dream to have Linux and Windows running at one time on one PC. regards Kai On 2020-08-04 21:32, Lucas Rizzini wrote: Host OS: Arch Linux x64 Guest OS: Wind

Re: Is traceroute supposed to work in user mode networking (slirp) ?

2020-08-24 Thread Kai Peter
Just stumbled over this: Note - if you are using the (default) SLiRP user networking, then ping (ICMP) will not work, though TCP and UDP will. Don't try to use ping to test your QEMU network configuration! (https://wiki.qemu.org/Documentation/Networking) On 2020-07-09 14:18, Ottavio Caruso