<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>virtio &#8211; richliu&#039;s blog</title>
	<atom:link href="https://blog.richliu.com/tag/virtio/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.richliu.com</link>
	<description>Linux, 工作, 生活, 家人</description>
	<lastBuildDate>Mon, 25 Sep 2017 12:33:41 +0000</lastBuildDate>
	<language>zh-TW</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>
	<item>
		<title>QEMU Share Directory with Host Without Networking</title>
		<link>https://blog.richliu.com/2017/09/25/2173/qemu-share-directory-with-host-without-networking/</link>
					<comments>https://blog.richliu.com/2017/09/25/2173/qemu-share-directory-with-host-without-networking/#respond</comments>
		
		<dc:creator><![CDATA[richliu]]></dc:creator>
		<pubDate>Mon, 25 Sep 2017 12:33:41 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[9p]]></category>
		<category><![CDATA[qemu]]></category>
		<category><![CDATA[share]]></category>
		<category><![CDATA[virtio]]></category>
		<guid isPermaLink="false">https://blog.richliu.com/?p=2173</guid>

					<description><![CDATA[<p>If Guest Support 9P and virtio. Add this line to QEMU c [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2017/09/25/2173/qemu-share-directory-with-host-without-networking/">QEMU Share Directory with Host Without Networking</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If Guest Support 9P and virtio. </p>
<p>Add this line to QEMU command</p>
<pre lang="text">
-virtfs local,path=/path/to/share,mount_tag=host0,security_model=passthrough,id=host0
</pre>
<p>and in guest os, edit /etc/fstab and add</p>
<pre lang="text">
host0   /wherever    9p      trans=virtio,version=9p2000.L   0 0
</pre>
<p>ref.<br />
https://superuser.com/questions/628169/how-to-share-a-directory-with-the-host-without-networking-in-qemu</p>
<p>The post <a rel="nofollow" href="https://blog.richliu.com/2017/09/25/2173/qemu-share-directory-with-host-without-networking/">QEMU Share Directory with Host Without Networking</a> appeared first on <a rel="nofollow" href="https://blog.richliu.com">richliu&#039;s blog</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blog.richliu.com/2017/09/25/2173/qemu-share-directory-with-host-without-networking/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
