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;








0















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?










share|improve this question















migrated from superuser.com Apr 30 at 20:13


This question came from our site for computer enthusiasts and power users.
























    0















    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?










    share|improve this question















    migrated from superuser.com Apr 30 at 20:13


    This question came from our site for computer enthusiasts and power users.




















      0












      0








      0


      1






      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?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      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.






















          2 Answers
          2






          active

          oldest

          votes


















          5














          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.






          share|improve this answer


















          • 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


















          0














          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.






          share|improve this answer























          • 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











          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
          );



          );













          draft saved

          draft discarded


















          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









          5














          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.






          share|improve this answer


















          • 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















          5














          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.






          share|improve this answer


















          • 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













          5












          5








          5







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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












          • 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













          0














          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.






          share|improve this answer























          • 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















          0














          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.






          share|improve this answer























          • 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













          0












          0








          0







          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.






          share|improve this answer













          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.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          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

















          • 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

















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Wikipedia:Vital articles Мазмуну Biography - Өмүр баян Philosophy and psychology - Философия жана психология Religion - Дин Social sciences - Коомдук илимдер Language and literature - Тил жана адабият Science - Илим Technology - Технология Arts and recreation - Искусство жана эс алуу History and geography - Тарых жана география Навигация менюсу

          Bruxelas-Capital Índice Historia | Composición | Situación lingüística | Clima | Cidades irmandadas | Notas | Véxase tamén | Menú de navegacióneO uso das linguas en Bruxelas e a situación do neerlandés"Rexión de Bruxelas Capital"o orixinalSitio da rexiónPáxina de Bruselas no sitio da Oficina de Promoción Turística de Valonia e BruxelasMapa Interactivo da Rexión de Bruxelas-CapitaleeWorldCat332144929079854441105155190212ID28008674080552-90000 0001 0666 3698n94104302ID540940339365017018237

          What should I write in an apology letter, since I have decided not to join a company after accepting an offer letterShould I keep looking after accepting a job offer?What should I do when I've been verbally told I would get an offer letter, but still haven't gotten one after 4 weeks?Do I accept an offer from a company that I am not likely to join?New job hasn't confirmed starting date and I want to give current employer as much notice as possibleHow should I address my manager in my resignation letter?HR delayed background verification, now jobless as resignedNo email communication after accepting a formal written offer. How should I phrase the call?What should I do if after receiving a verbal offer letter I am informed that my written job offer is put on hold due to some internal issues?Should I inform the current employer that I am about to resign within 1-2 weeks since I have signed the offer letter and waiting for visa?What company will do, if I send their offer letter to another company