<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: How to Create Virtual Machines in Linux Using KVM (Kernel-based Virtual Machine) &#8211; Part 1	</title>
	<atom:link href="https://www.tecmint.com/install-and-configure-kvm-in-linux/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/install-and-configure-kvm-in-linux/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 02 Apr 2024 09:53:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: gordaoreadonly		</title>
		<link>https://www.tecmint.com/install-and-configure-kvm-in-linux/comment-page-1/#comment-2154518</link>

		<dc:creator><![CDATA[gordaoreadonly]]></dc:creator>
		<pubDate>Tue, 02 Apr 2024 09:53:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10823#comment-2154518</guid>

					<description><![CDATA[Here&#039;s my Vagrant configuration using the &quot;generic/debian12&quot; box:
&lt;pre&gt;
Vagrant.configure(&quot;2&quot;) do &#124;config&#124;
  config.vm.define &quot;Lager01&quot; do &#124;lg_config&#124;
    lg_config.vm.box = &quot;generic/debian12&quot;
    lg_config.vm.provider &quot;libvirt&quot; do &#124;lv&#124;
      lv.memory = 2048
    end
    lg_config.vm.network &quot;private_network&quot;, type: &quot;static&quot;, ip: &quot;192.168.56.*&quot;
    lg_config.vm.hostname = &quot;Lager01&quot;
  end
end
&lt;/pre&gt;
]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s my Vagrant configuration using the &#8220;generic/debian12&#8221; box:</p>
<pre>
Vagrant.configure("2") do |config|
  config.vm.define "Lager01" do |lg_config|
    lg_config.vm.box = "generic/debian12"
    lg_config.vm.provider "libvirt" do |lv|
      lv.memory = 2048
    end
    lg_config.vm.network "private_network", type: "static", ip: "192.168.56.*"
    lg_config.vm.hostname = "Lager01"
  end
end
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: sagar		</title>
		<link>https://www.tecmint.com/install-and-configure-kvm-in-linux/comment-page-1/#comment-895577</link>

		<dc:creator><![CDATA[sagar]]></dc:creator>
		<pubDate>Sat, 17 Jun 2017 06:56:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10823#comment-895577</guid>

					<description><![CDATA[As I am using CentOS 6.4 in vmware and unable to execute command, while writing command and hitting enter butter the arrow goes to next line with no output. Please resolve issue if any one knows.]]></description>
			<content:encoded><![CDATA[<p>As I am using CentOS 6.4 in vmware and unable to execute command, while writing command and hitting enter butter the arrow goes to next line with no output. Please resolve issue if any one knows.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: chetan		</title>
		<link>https://www.tecmint.com/install-and-configure-kvm-in-linux/comment-page-1/#comment-881510</link>

		<dc:creator><![CDATA[chetan]]></dc:creator>
		<pubDate>Thu, 06 Apr 2017 00:23:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10823#comment-881510</guid>

					<description><![CDATA[Can you please suggest me the best hardware configuration to install KVM for android emulators.]]></description>
			<content:encoded><![CDATA[<p>Can you please suggest me the best hardware configuration to install KVM for android emulators.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Anthony		</title>
		<link>https://www.tecmint.com/install-and-configure-kvm-in-linux/comment-page-1/#comment-846129</link>

		<dc:creator><![CDATA[Anthony]]></dc:creator>
		<pubDate>Sat, 10 Dec 2016 13:25:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10823#comment-846129</guid>

					<description><![CDATA[yum install qemu-kvm fails saying package does not exist
Using centOS7]]></description>
			<content:encoded><![CDATA[<p>yum install qemu-kvm fails saying package does not exist<br />
Using centOS7</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Abhishek Yadav		</title>
		<link>https://www.tecmint.com/install-and-configure-kvm-in-linux/comment-page-1/#comment-810139</link>

		<dc:creator><![CDATA[Abhishek Yadav]]></dc:creator>
		<pubDate>Sat, 27 Aug 2016 09:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10823#comment-810139</guid>

					<description><![CDATA[i want to know how to create &lt;strong&gt;rht-vmctl&lt;/strong&gt; reset server, desktop command to reset vm to snapshot image like which we do in rhce lab environment,and i want to create shortcut of virtual machines on desktop]]></description>
			<content:encoded><![CDATA[<p>i want to know how to create <strong>rht-vmctl</strong> reset server, desktop command to reset vm to snapshot image like which we do in rhce lab environment,and i want to create shortcut of virtual machines on desktop</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
