<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="https://dev1galaxy.org/extern.php?action=feed&amp;tid=7778&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Dev1 Galaxy Forum / Qemu help]]></title>
		<link>https://dev1galaxy.org/viewtopic.php?id=7778</link>
		<description><![CDATA[The most recent posts in Qemu help.]]></description>
		<lastBuildDate>Mon, 02 Feb 2026 05:33:45 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: Qemu help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61732#p61732</link>
			<description><![CDATA[<p>@ralph </p><p>It seems I found a way, I misunderstood what I was seeing on the search engine.</p><p>I tried typing in sendkey ctrl alt f1 or something like that in qemu part and it worked.</p><p>That was a result I saw, but I misunderstood the sendkey part. where that was.</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Mon, 02 Feb 2026 05:33:45 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61732#p61732</guid>
		</item>
		<item>
			<title><![CDATA[Re: Qemu help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61705#p61705</link>
			<description><![CDATA[<p>you need to add a parameter to qemu so that it attaches its &quot;monitor&quot; to either a socket that you can connect to, OR as multiplexed with the serial console.</p><p>For the first option, you add the qemu command line arguments <span class="bbc">-monitor unix:QEMU,server,nowait</span>, and thereby get its monitor serving the socket <span class="bbc">QEMU</span> in the working directory. You then connect to that via <span class="bbc">socat</span> with a command like the following</p><div class="codebox"><pre><code>socat -,escape=0x1c,rawer unix:QEMU</code></pre></div><p> which sets up a raw termnal connection to that monitor; you break the connection with key <span class="bbc">ctrl-\</span> (control-backslash).</p><p>For the second option you instead modify (or add) serial line arguments to be <span class="bbc">-serial mon:stdio</span>, and thereby get multiplexed monitor and serial console on the run terminal. In that case it starts in serial mode so you need to press <span class="bbc">ctrl-a c</span> to switch to the qemu monitor.</p><p>Then, once you have the monitor, you will issue the commands like <span class="bbc">sendkey ctrl-alt-f2</span> etc so as to make the monitor send that key.</p><p>hth</p>]]></description>
			<author><![CDATA[dummy@example.com (ralph.ronnquist)]]></author>
			<pubDate>Sun, 01 Feb 2026 08:33:13 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61705#p61705</guid>
		</item>
		<item>
			<title><![CDATA[Qemu help]]></title>
			<link>https://dev1galaxy.org/viewtopic.php?pid=61703#p61703</link>
			<description><![CDATA[<p>How do I switch to control alt f1-f12 in a vm on qemu?</p><p>I keep searching online but the search results are pretty damn useless.</p><p>One thing that popups a lot is sendkey, but what is the linux sendkey?</p><p>What key on the keyboard is that?</p><p>I don&#039;t understand</p>]]></description>
			<author><![CDATA[dummy@example.com (zapper)]]></author>
			<pubDate>Sun, 01 Feb 2026 06:12:58 +0000</pubDate>
			<guid>https://dev1galaxy.org/viewtopic.php?pid=61703#p61703</guid>
		</item>
	</channel>
</rss>
