qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] difference between qemu-system-x86_64 and qemu-kvm


From: mathslinux
Subject: Re: [Qemu-discuss] difference between qemu-system-x86_64 and qemu-kvm
Date: Tue, 14 Feb 2012 10:36:05 +0800

Actually, qemu-kvm is a simple wrapper of qemu-system-x86_64.

In my x86_64 gentoo OS, the content of qemu-kvm script is

#!/bin/sh
exec /usr/bin/qemu-system-x86_64 --enable-kvm "$@"

2012/2/13 kendennit <address@hidden>
Hi All,
  I'm new to the linux virtualization concept i.e qemu and kvm.

What is the difference between qemu-system-x86_64 and qemu-kvm?
Can someone please provide some pointers on this topic?

Also, I've a PCI device which I'm able to pass through to guest OS when using qemu-system-x86_64. But when I try the pass through same device using libvirt (which I believe uses qemu-kvm), the guest OS hangs.

I'm trying to understand the difference between the above two.

Appreciate any help in this regard.

Thanks,
Kenden




--
linuxer and emacser and pythoner living in xiamen
blog: http://mathslinux.org
twitter: https://twitter.com/mathslinux
google+: https://plus.google.com/118129852578326338750


reply via email to

[Prev in Thread] Current Thread [Next in Thread]