danlythemanly / xen-blanket

blanket drivers to run Xen on clouds (e.g. Amazon EC2)
4 stars 0 forks source link

Is this project dead? #2

Open copumpkin opened 8 years ago

copumpkin commented 8 years ago

@danlythemanly are you one of the original authors or did you just rescue the repo from google code?

danlythemanly commented 8 years ago

Yes I wrote the original version, but have not worked on it in years.

copumpkin commented 8 years ago

Ah, that's a pity, but thanks for the original work! Do you have any pointers for what it might mean for a third party to update the patches for recent Xen and other developments? Are there other things that have happened since you stopped that might simplify or complicate this work?

Thanks!

On Mar 18, 2016, at 12:02, danlythemanly notifications@github.com wrote:

Yes I wrote the original version, but have not worked on it in years.

― You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub

danlythemanly commented 8 years ago

The basic idea was to run a PV Xen installation inside an HVM guest. Since HVM Xen is supposed to support an unmodified OS, it isn't all that far off. The piece that was missing was that the devices exposed to the HVM guest were PV, and that wasn't something that Xen was able to deal with out of the box. So, most of the changes were to interface with devices. I don't know how much the paravirtualized device interfaces have changed since then.

The only other thing to consider is that hypervisor support for nested virtualization could now be available in some providers (I don't know if it is or not), which would allow you to just run another hypervisor out of the box. You can check cpuinfo on some cloud servers for vmx or equivalent to see if this is the case.

Good Luck! Dan

On Fri, Mar 18, 2016 at 12:04 PM, Daniel Peebles notifications@github.com wrote:

Ah, that's a pity, but thanks for the original work! Do you have any pointers for what it might mean for a third party to update the patches for recent Xen and other developments? Are there other things that have happened since you stopped that might simplify or complicate this work?

Thanks!

On Mar 18, 2016, at 12:02, danlythemanly notifications@github.com wrote:

Yes I wrote the original version, but have not worked on it in years.

― You are receiving this because you authored the thread.

Reply to this email directly or view it on GitHub

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/danlythemanly/xen-blanket/issues/2#issuecomment-198428459