<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet type="text/xsl" href="../assets/xml/rss.xsl" media="all"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Technical Blog (Posts about qemu)</title><link>https://kitsunemimi.pw/notes/</link><description></description><atom:link href="https://kitsunemimi.pw/notes/categories/qemu.xml" rel="self" type="application/rss+xml"></atom:link><language>en</language><copyright>Contents © 2026 &lt;a href="mailto:."&gt;Me&lt;/a&gt; </copyright><lastBuildDate>Fri, 23 Jan 2026 10:19:10 GMT</lastBuildDate><generator>Nikola (getnikola.com)</generator><docs>http://blogs.law.harvard.edu/tech/rss</docs><item><title>How to trick Windows 10 to install on an USB drive</title><link>https://kitsunemimi.pw/notes/posts/how-to-trick-windows-10-to-install-on-an-usb-drive.html</link><dc:creator>Me</dc:creator><description>&lt;div&gt;&lt;p&gt;Suppose you want a Windows installation for your computer, but a bit more portable.
You might think to use an external USB but the truth is Microsoft doesn't want you doing this
and prevents it in the Windows installer.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kitsunemimi.pw/notes/posts/how-to-trick-windows-10-to-install-on-an-usb-drive.html"&gt;Read more…&lt;/a&gt; (1 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>qemu</category><category>uefi</category><category>windows</category><guid>https://kitsunemimi.pw/notes/posts/how-to-trick-windows-10-to-install-on-an-usb-drive.html</guid><pubDate>Mon, 08 Jan 2024 21:50:16 GMT</pubDate></item><item><title>Ad-hoc router using OpenWrt in a VM</title><link>https://kitsunemimi.pw/notes/posts/ad-hoc-router-using-openwrt-in-a-vm.html</link><dc:creator>Me</dc:creator><description>&lt;div&gt;&lt;img alt="/images/openwrt_crop.png" class="align-center" src="https://kitsunemimi.pw/notes/images/openwrt_crop.png"&gt;
&lt;p&gt;During writing of the &lt;a class="reference external" href="https://kitsunemimi.pw/notes/posts/openwrt-build-notes.html"&gt;last post&lt;/a&gt; I actually bricked
my home router after installing a custom image. At the same time I didn't manage
to get TFTP recovery working &lt;a class="brackets" href="https://kitsunemimi.pw/notes/posts/ad-hoc-router-using-openwrt-in-a-vm.html#footnote-1" id="footnote-reference-1" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt; so I started searching for ways to restore
my home network for now to worry about fixing the router later.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kitsunemimi.pw/notes/posts/ad-hoc-router-using-openwrt-in-a-vm.html"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>arm</category><category>linux</category><category>openwrt</category><category>qemu</category><guid>https://kitsunemimi.pw/notes/posts/ad-hoc-router-using-openwrt-in-a-vm.html</guid><pubDate>Tue, 02 Aug 2022 15:31:54 GMT</pubDate></item><item><title>Headless Raspberry Pi OS virtualization, 64-bit edition</title><link>https://kitsunemimi.pw/notes/posts/headless-raspberry-pi-os-virtualization-64-bit-edition.html</link><dc:creator>Me</dc:creator><description>&lt;div&gt;&lt;p&gt;With Raspbian (now named &lt;em&gt;Raspberry Pi OS&lt;/em&gt;) having been &lt;a class="reference external" href="https://www.raspberrypi.com/news/raspberry-pi-os-64-bit/"&gt;released as 64-bit&lt;/a&gt;, I can finally
write a proper sequel to the previous post that dealt with virtualizing ARM/Linux distributions headlessly using QEMU.&lt;/p&gt;
&lt;p&gt;You can read the original article here: &lt;a class="reference external" href="https://kitsunemimi.pw/notes/posts/virtualizing-raspbian-or-any-armlinux-distro-headless-using-qemu.html"&gt;Virtualizing Raspbian (or any ARM/Linux distro) headless using QEMU&lt;/a&gt;.
Since the process is the same I will skip detailed explanations here.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kitsunemimi.pw/notes/posts/headless-raspberry-pi-os-virtualization-64-bit-edition.html"&gt;Read more…&lt;/a&gt; (2 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>arm</category><category>linux</category><category>qemu</category><category>virtio</category><guid>https://kitsunemimi.pw/notes/posts/headless-raspberry-pi-os-virtualization-64-bit-edition.html</guid><pubDate>Fri, 29 Apr 2022 14:44:24 GMT</pubDate></item><item><title>Running Windows 10 for ARM64 in a QEMU virtual machine</title><link>https://kitsunemimi.pw/notes/posts/running-windows-10-for-arm64-in-a-qemu-virtual-machine.html</link><dc:creator>Me</dc:creator><description>&lt;img alt="/images/2020-08-04_scrot.png" class="align-center" src="https://kitsunemimi.pw/notes/images/2020-08-04_scrot.png"&gt;
&lt;div class="line-block"&gt;
&lt;div class="line"&gt;&lt;br&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Since the development stages of Windows 10, Microsoft has been releasing a
version of Windows that runs on 64-bit ARM (&lt;em&gt;AArch64&lt;/em&gt;) based CPUs.
Despite some hardware shipping with Windows 10 ARM &lt;a class="brackets" href="https://kitsunemimi.pw/notes/posts/running-windows-10-for-arm64-in-a-qemu-virtual-machine.html#footnote-1" id="footnote-reference-1" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;1&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt; &lt;a class="brackets" href="https://kitsunemimi.pw/notes/posts/running-windows-10-for-arm64-in-a-qemu-virtual-machine.html#footnote-2" id="footnote-reference-2" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;2&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt; &lt;a class="brackets" href="https://kitsunemimi.pw/notes/posts/running-windows-10-for-arm64-in-a-qemu-virtual-machine.html#footnote-3" id="footnote-reference-3" role="doc-noteref"&gt;&lt;span class="fn-bracket"&gt;[&lt;/span&gt;3&lt;span class="fn-bracket"&gt;]&lt;/span&gt;&lt;/a&gt; this port
has received little attention and you can barely find programs that run on it.&lt;/p&gt;
&lt;p&gt;Naturally, I wanted to try this out to see if it worked. And it turned out it does!&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kitsunemimi.pw/notes/posts/running-windows-10-for-arm64-in-a-qemu-virtual-machine.html"&gt;Read more…&lt;/a&gt; (4 min remaining to read)&lt;/p&gt;</description><category>arm</category><category>qemu</category><category>uefi</category><category>windows</category><guid>https://kitsunemimi.pw/notes/posts/running-windows-10-for-arm64-in-a-qemu-virtual-machine.html</guid><pubDate>Thu, 06 Aug 2020 11:35:59 GMT</pubDate></item><item><title>Virtualizing Raspbian (or any ARM/Linux distro) headless using QEMU</title><link>https://kitsunemimi.pw/notes/posts/virtualizing-raspbian-or-any-armlinux-distro-headless-using-qemu.html</link><dc:creator>Me</dc:creator><description>&lt;div&gt;&lt;p&gt;For testing or development it can be very useful to have a distribution that
usually runs on an embedded ARM board such as the Raspberry Pi run right on
your machine (that isn't ARM) using a virtual machine.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kitsunemimi.pw/notes/posts/virtualizing-raspbian-or-any-armlinux-distro-headless-using-qemu.html"&gt;Read more…&lt;/a&gt; (4 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>arm</category><category>linux</category><category>qemu</category><category>virtio</category><guid>https://kitsunemimi.pw/notes/posts/virtualizing-raspbian-or-any-armlinux-distro-headless-using-qemu.html</guid><pubDate>Mon, 16 Mar 2020 20:52:22 GMT</pubDate></item><item><title>QEMU Configuration &amp; Usage</title><link>https://kitsunemimi.pw/notes/posts/qemu-configuration-usage.html</link><dc:creator>Me</dc:creator><description>&lt;div&gt;&lt;p&gt;Here I collect some QEMU options I have found useful beyond the basics.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://kitsunemimi.pw/notes/posts/qemu-configuration-usage.html"&gt;Read more…&lt;/a&gt; (3 min remaining to read)&lt;/p&gt;&lt;/div&gt;</description><category>kvm</category><category>qemu</category><category>uefi</category><category>virtio</category><guid>https://kitsunemimi.pw/notes/posts/qemu-configuration-usage.html</guid><pubDate>Mon, 03 Feb 2020 21:23:17 GMT</pubDate></item></channel></rss>