Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Ive been working with QEMU, and seen that it is fast
enough to test new iso-s, but not really fast enough
for normal usage, so, I began looking at "accelerators",
but still not finding a workable one.
Along these same lines, Ive read how much faster KVM is
supposed to be, and tried installing this several times,
but the whole effort seems to end when script asks for
a modified kernel or kernel module... I get lost there.
So, Im wondering - is there something in between ? An
accelerator for QEMU as easy to install and use as QEMU
itself ? What am I missing here ?
I have seen kqemu mentioned, but not really finding
source or document explaining use/installation.
Kqemu is, if I remember correctly, only available for older qemu-versions. It would be interesting to know which processor-type you are using (so exact as you can), to see if you have hardware support for virtualization for using qemu-kvm.
Kqemu is, if I remember correctly, only available for older qemu-versions. It would be interesting to know which processor-type you are using (so exact as you can), to see if you have hardware support for virtualization for using qemu-kvm.
right... well, I did run a test when trying to install KVM in fact,
which indicated I did not have virtualization support... thats nice
to know, except that Ive been happilly using qemu the whole time...
this is virtualization is it not ? stumped now.
As I mentioned, I had done some reading, and recall
seeing several accelerators(?) I cant seem to get
beyond qemu however.
right... well, I did run a test when trying to install KVM in fact,
which indicated I did not have virtualization support... thats nice
to know, except that Ive been happilly using qemu the whole time...
this is virtualization is it not ? stumped now.
As I mentioned, I had done some reading, and recall
seeing several accelerators(?) I cant seem to get
beyond qemu however.
Qemu (Virtualbox too) can virtualize without hardware support. In fact, hardware virtualization is only used to virtualize x86 and amd64 systems, it is not possible with sparc, arm, ppc, ... . Using hardware virtualization speeds up things a lot.
From Wikipedia:
Quote:
QEMU versions starting with 0.12.0 (as of August 2009) by default support large memory which makes them incompatible with KQEMU.
So if you want to use kqemu you have to use an older version of qemu.
Qemu (Virtualbox too) can virtualize without hardware support. In fact, hardware virtualization is only used to virtualize x86 and amd64 systems, it is not possible with sparc, arm, ppc, ... . Using hardware virtualization speeds up things a lot.
From Wikipedia: So if you want to use kqemu you have to use an older version of qemu.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.