LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud
User Name
Password
Linux - Virtualization and Cloud This forum is for the discussion of all topics relating to Linux Virtualization and Linux Cloud platforms. Xen, KVM, OpenVZ, VirtualBox, VMware, Linux-VServer and all other Linux Virtualization platforms are welcome. OpenStack, CloudStack, ownCloud, Cloud Foundry, Eucalyptus, Nimbus, OpenNebula and all other Linux Cloud platforms are welcome. Note that questions relating solely to non-Linux OS's should be asked in the General forum.

Notices


Reply
  Search this Thread
Old 08-11-2023, 01:45 PM   #1
Jason.nix
Member
 
Registered: Feb 2023
Posts: 565

Rep: Reputation: 10
Post The future Hypervisor


Hello,
Has anyone here heard the name DuVisor?
Please take a look at the following article and share your thoughts:
https://arxiv.org/abs/2201.09652

Thank you.
 
Old 08-13-2023, 12:33 PM   #2
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,674

Rep: Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712
I checked the source code GIT repo. It requires a X86_64 CPU with a minimum of 4 cores. That means the efficiency and security it provides is not available where it is needed most (2 core mobile systems/laptops) but should work on the newer and less limited systems. It leverages existing virtualization tools Docker and QEMU.

I might like to play with it, but find it less than appealing for serious server work. For minor play on desktop systems and non-production applications it seems more intriguing.



Perhaps were I to have a use case where it fit well I would be more impressed, but for me and at this time it looks like an interesting toy.
 
1 members found this post helpful.
Old 08-15-2023, 05:50 AM   #3
Jason.nix
Member
 
Registered: Feb 2023
Posts: 565

Original Poster
Rep: Reputation: 10
Quote:
Originally Posted by wpeckham View Post
I checked the source code GIT repo. It requires a X86_64 CPU with a minimum of 4 cores. That means the efficiency and security it provides is not available where it is needed most (2 core mobile systems/laptops) but should work on the newer and less limited systems. It leverages existing virtualization tools Docker and QEMU.

I might like to play with it, but find it less than appealing for serious server work. For minor play on desktop systems and non-production applications it seems more intriguing.



Perhaps were I to have a use case where it fit well I would be more impressed, but for me and at this time it looks like an interesting toy.
Hello,
Thank you so much for your reply.
Is it a new technology?
 
Old 08-15-2023, 02:49 PM   #4
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,674

Rep: Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712
Quote:
Originally Posted by Jason.nix View Post
Hello,
Thank you so much for your reply.
Is it a new technology?
It is built using RUST. Rust was born starting 2006, but the current form was released first in 2012. Many of the concepts and techniques were NOT new, but expressed in RUST a new way.

DuVisor expressed in rust in a similar way: using mostly old concepts and techniques to perform the function in RUST to operate in user space rather than kernel space. IT is not the first to use the concepts, or even the first to operate in user space, but at least ONE of the first to express the concept well in RUST.

Feel free to examine the code yourself, if you read RUST. IT seems free of corporate level suckage.
 
1 members found this post helpful.
Old 08-16-2023, 03:49 PM   #5
Jason.nix
Member
 
Registered: Feb 2023
Posts: 565

Original Poster
Rep: Reputation: 10
Quote:
Originally Posted by wpeckham View Post
It is built using RUST. Rust was born starting 2006, but the current form was released first in 2012. Many of the concepts and techniques were NOT new, but expressed in RUST a new way.

DuVisor expressed in rust in a similar way: using mostly old concepts and techniques to perform the function in RUST to operate in user space rather than kernel space. IT is not the first to use the concepts, or even the first to operate in user space, but at least ONE of the first to express the concept well in RUST.

Feel free to examine the code yourself, if you read RUST. IT seems free of corporate level suckage.
Hello,
Thanks again.
What is your opinion about the future of the Virtualization?
 
Old 08-17-2023, 04:30 PM   #6
wpeckham
LQ Guru
 
Registered: Apr 2010
Location: Continental USA
Distribution: Debian, Ubuntu, RedHat, DSL, Puppy, CentOS, Knoppix, Mint-DE, Sparky, VSIDO, tinycore, Q4OS,Manjaro
Posts: 5,674

Rep: Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712Reputation: 2712
Quote:
Originally Posted by Jason.nix View Post
Hello,
Thanks again.
What is your opinion about the future of the Virtualization?
Virtualization is just too terribly handy to stop using, so it will have a place going forward as long as computing is an issue. I claim no crystal ball: I am the guy that said that no idiot would ever want a mechanical rodent on his desk, and here we are.

How MUCH place it will have, and if we will survive another century to make USE of it, are still at question.
 
1 members found this post helpful.
Old 01-17-2024, 07:07 PM   #7
niceflipper8827
Member
 
Registered: Sep 2023
Location: Washington State,USA
Distribution: ChromeOS,SlackWare,Android and Lubuntu
Posts: 68

Rep: Reputation: 2
The OP could also try a platform likeVirtuakBox or libvirt with virtmanager.
 
Old 01-21-2024, 05:06 PM   #8
sundialsvcs
LQ Guru
 
Registered: Feb 2004
Location: SE Tennessee, USA
Distribution: Gentoo, LFS
Posts: 10,671
Blog Entries: 4

Rep: Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945Reputation: 3945
Quote:
Originally Posted by niceflipper8827 View Post
The OP could also try a platform likeVirtuakBox or libvirt with virtmanager.
These days especially, there are many “good” solutions. But each one is definitely tailored for a different use-case. Many web-sites have already undertaken the task of canvassing the then-available options and holding them up against various usage scenarios. Don’t skip or shortchange this research.
 
Old 01-21-2024, 05:36 PM   #9
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,237

Rep: Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322Reputation: 5322
Didn't read the paper, but I did look at the GitHub page:

https://github.com/IPADS-DuVisor/DuVisor

All this is, at this point, is a proof of concept.

Where did they, or anyone other than you, claim that this was the future of virtualization?

Last edited by dugan; 01-21-2024 at 05:46 PM.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Xen Project Hypervisor: Virtualization and Power Management are Coalescing into an Energy-Aware Hypervisor LXer Syndicated Linux News 0 07-11-2018 06:59 PM
Future of Linux, Future of BSD ? tarballed Linux - General 28 01-01-2012 04:04 PM
Microsoft at a Crossroads: Future Trend-Setter or Future Pariah? acrossad General 6 02-27-2009 01:44 PM
LXer: Using a hypervisor to reconcile GPL and proprietary embedded code LXer Syndicated Linux News 0 08-28-2007 01:50 AM
LXer: On Linux hypervisor interoperability and standards LXer Syndicated Linux News 0 08-31-2006 08:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Virtualization and Cloud

All times are GMT -5. The time now is 12:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration