Installing KVM on Oracle SolarisInstalling fortune on SolarisHypervisor for 32 bit desktopSolaris Administration Web GUI?KVM-virtualization Host and Guest NoGraphicsXen PV, Xen HVM and KVMnested virtualization in kvmHow do bare-metal/hosted hypervisors relate to hardware and software virtualization?Is KVM a type 1 or type 2 hypervisor?Upgrade QEMU/KVM on Ubuntu 16.10Can I tune kernel parameters inside KVM box?
Was the Highlands Ranch shooting the 115th mass shooting in the US in 2019
What does this quote in Small Gods refer to?
What does formal training in a field mean?
Why can't I prove summation identities without guessing?
Is it nonsense to say B -> [A -> B]?
Extending Kan fibrations, without using minimal fibrations
Why does increasing the sampling rate make implementing an anti-aliasing filter easier?
Is it a Munchausen Number?
Why should password hash verification be time constant?
How to select certain lines (n, n+4, n+8, n+12...) from the file?
When quoting someone, is it proper to change "gotta" to "got to" without modifying the rest of the quote?
Names of the Six Tastes
The meaning of a て-form verb at the end of this sentence
What is the name of meteoroids which hit Moon, Mars, or pretty much anything that isn’t the Earth?
How to evaluate sum with one million summands?
Is there ever a rule not to place certain words on separate lines in a Sefer Torah?
How is CoreiX like Corei5, i7 is related to Haswell, Ivy Bridge?
Why did they go to Dragonstone?
Is there any evidence to support the claim that the United States was "suckered into WW1" by Zionists, made by Benjamin Freedman in his 1961 speech
What's the "magic similar to the Knock spell" referenced in the Dungeon of the Mad Mage adventure?
Would encrypting a database protect against a compromised admin account?
How to slow yourself down (for playing nice with others)
What was the plan for an abort of the Enola Gay's mission to drop the atomic bomb?
How to find the tex encoding of specific fonts?
Installing KVM on Oracle Solaris
Installing fortune on SolarisHypervisor for 32 bit desktopSolaris Administration Web GUI?KVM-virtualization Host and Guest NoGraphicsXen PV, Xen HVM and KVMnested virtualization in kvmHow do bare-metal/hosted hypervisors relate to hardware and software virtualization?Is KVM a type 1 or type 2 hypervisor?Upgrade QEMU/KVM on Ubuntu 16.10Can I tune kernel parameters inside KVM box?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?
kvm-virtualization solaris qemu hypervisor emulator
migrated from superuser.com Apr 30 at 20:13
This question came from our site for computer enthusiasts and power users.
add a comment |
As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?
kvm-virtualization solaris qemu hypervisor emulator
migrated from superuser.com Apr 30 at 20:13
This question came from our site for computer enthusiasts and power users.
add a comment |
As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?
kvm-virtualization solaris qemu hypervisor emulator
As searched shown KVM is not bare-metal and can be installed on some Linux distros, I wonder is it possible to install KVM hypervisor on Solaris?
kvm-virtualization solaris qemu hypervisor emulator
kvm-virtualization solaris qemu hypervisor emulator
edited Apr 30 at 20:16
R1w
asked Apr 30 at 14:53
R1wR1w
1117
1117
migrated from superuser.com Apr 30 at 20:13
This question came from our site for computer enthusiasts and power users.
migrated from superuser.com Apr 30 at 20:13
This question came from our site for computer enthusiasts and power users.
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu
?
The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.
But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm
(or sometimes alternatives like kvmtool
).
Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm
on Windows as with Linux KVM.
That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)
So if you want to run qemu -enable-kvm
on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.
1
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
2
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
add a comment |
In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1
on Oracle Solaris 10 1/13
.
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965327%2finstalling-kvm-on-oracle-solaris%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu
?
The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.
But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm
(or sometimes alternatives like kvmtool
).
Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm
on Windows as with Linux KVM.
That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)
So if you want to run qemu -enable-kvm
on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.
1
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
2
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
add a comment |
Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu
?
The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.
But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm
(or sometimes alternatives like kvmtool
).
Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm
on Windows as with Linux KVM.
That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)
So if you want to run qemu -enable-kvm
on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.
1
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
2
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
add a comment |
Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu
?
The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.
But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm
(or sometimes alternatives like kvmtool
).
Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm
on Windows as with Linux KVM.
That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)
So if you want to run qemu -enable-kvm
on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.
Yes and no, it depends on what you actually want from it. Do you want the /dev/kvm API or do you just want to run hardware-accelerated qemu
?
The core KVM hypervisor isn't a regular program; it is an integral part of the Linux kernel. It's not something you install from your distro, and it's not something you can simply compile and run on a non-Linux system.
But KVM does nothing on its own – it is usually managed through Qemu where it acts as an "accelerator" backend – that is, KVM supervises the virtual CPUs but Qemu emulates all the remaining hardware (disks, GPUs, network interfaces). When most people talk about running VMs via KVM, they usually mean qemu -accel kvm
(or sometimes alternatives like kvmtool
).
Qemu can run on other operating systems, as long as they have a supported hypervisor – it doesn't need Linux KVM specifically. In theory you should get the same results with e.g. qemu -accel haxm
on Windows as with Linux KVM.
That said, KVM has apparently been ported to Illumos, which is a Solaris derivative, and is used in the SmartOS product. (Of course, while illumos-kvm is based on Linux KVM, they are no longer the same as both have diverged in their own ways since then – they both just provide the same /dev/kvm API to userspace programs.)
So if you want to run qemu -enable-kvm
on Illumos/OmniOS/SmartOS, you can do that. There is no KVM on OpenSolaris, however – at least not that I could find.
answered Apr 30 at 16:28
grawitygrawity
6,9682035
6,9682035
1
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
2
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
add a comment |
1
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
2
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
1
1
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
I don't know what is available on Solaris... There's Oracle VirtualBox, I guess? (Bare qemu without a supported hypervisor backend would be slow, as it'd have to use CPU-based emulation.)
– grawity
Apr 30 at 16:55
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
Oracle VirtualBox is a emulator but i am looking for hypervisor!
– R1w
Apr 30 at 16:58
2
2
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
No, they work the same way though... Both qemu-kvm and virtualbox use a hosted hypervisor with hardware acceleration (qemu uses KVM, virtualbox uses its own kernel driver) whenever possible, and both emulate what isn't possible to virtualize.
– grawity
Apr 30 at 17:44
add a comment |
In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1
on Oracle Solaris 10 1/13
.
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
add a comment |
In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1
on Oracle Solaris 10 1/13
.
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
add a comment |
In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1
on Oracle Solaris 10 1/13
.
In this link www.linux-kvm.org shows that it is possible to install qemu-kvm 2.3.1
on Oracle Solaris 10 1/13
.
answered Apr 30 at 19:08
R1wR1w
1117
1117
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
add a comment |
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
No, it says that it is possible to install Oracle Solaris 10 1/13 on qemu-kvm 2.3.1, the opposite thing. (Note that the whole page is titled guest support status – KVM is the host and all these systems are VMs/guests.)
– grawity
May 1 at 7:46
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
@grawity what a big mistake!!! Thanks for mentioning.
– R1w
May 1 at 8:25
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f965327%2finstalling-kvm-on-oracle-solaris%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown