intel / ccloudvm

Configurable Cloud VM is a small command line tool for automatically creating development and demo environments for complex projects. The tool sets up these development environments inside a virtual machine which it automatically creates on the user’s host computer. This avoids polluting the user’s host machine with components from the chosen development environment and provides a clean, predictable and repeatable environment in which this development environment can run.
Apache License 2.0
32 stars 19 forks source link

Support debian 9 #107

Open devimc opened 5 years ago

devimc commented 5 years ago

cc @markdryan

devimc commented 5 years ago

What actually happens when you do this on a host/guest that support it. Do you see a window?

No,

The only way we could merge something like this would be to allow the user to override the display and vga settings in the workload specifications. These user supplied values would then get passed down to this code. Actually, this might be a nice way of debugging things.

sounds good, let me see what I can do