-
Updated
Jun 25, 2020 - Shell
qemu
Here are 486 public repositories matching this topic...
Before we have a good fix for #63 we should manually verify the qemu args somehow. We may have to copy-paste code from qemu or something. In the very least we should be aware of incompatible config options exposed in the UI (maybe we can't check additional args).
cloud-init url
What are you trying to do?
I would like to be able to use a cloud-init.yml from a url while launching a new vm
multipass launch -n test -c 2 --cloud-init http://my-home.com/multipass/cloud-init.yml
What's your proposed solution?
--cloud-init should support http:// files
Additional context
Add any other context or screenshots about the feature request here.
Kata shimv2 does not have any tracing yet. Will be useful to add this.
Support .. in menu
Probably trivial. Some of the most common shell shortcuts:
alias ...="cd ../.."
alias ..="cd .."Would you consider supporting double and triple-dots in the menu?
As of 5cdbd57de09b64f48d06351b065dc8949493d7e8 we have done it for the kernel, but to have a better feeling of what instruction counts mean, we should do a few more.
A simple well known algorithm would also be good.
Doesn't mention the final isKernelMode flag, which without causes a parsing failure
which results in a single tap point being created for type 2 taps.
After running NC with NCP for more then a year with over 2 million files stored on it, I asked myself if the mysql/mariadb DB needs to be maintained?
I searched the internet and the simplest solution I found was using
sudo mysqlcheck -o --all-databases
This reduced the DB size from around 950MB to a little over 800MB and NC seems to be a little more responsive (but this could homeopat
It seemed like it was written in docs that proot development is halted.. However, some forks are still in active development, it might be worth looking at code of repos such as termux/proot for potential improvements.
Also, is it possible to provide junest as an app for Android? It seems it can be helpful in terms of project funding, by keeping some addons for small price, say like a donation v
-
Updated
Jan 20, 2020 - C
I'm currently testing the 1.0.1 release and discovered that the --wq-threads options isn't documented anywhere.
The only information I was able to find is in the commit log (c84b4fc1021df87bba161b758fb068a4333b9ad6).
"If the option isn't passed, sheep uses unlimited queues but it is highly dicouraged for stable and high IOPS."
It would be great to add something about this option. Moreover t
-
Updated
Mar 16, 2020 - Dockerfile
VFIO testing with NEMU is manual. The initial cut of the documentation on how to perform the same using a GPU is described here. Please review. We will add additional devices which have simpler VFIO setup.
Documentation
-
Updated
Jun 25, 2020 - C
-
Updated
Jun 24, 2020 - C
-
Updated
Jun 24, 2020 - Makefile
-
Updated
Apr 5, 2020 - C
-
Updated
Apr 18, 2020 - Shell
Currently we initialize the SDL sub systems for xid-sdl.c on a per instance basis.
Following the guide written here: https://people.redhat.com/~thuth/blog/qemu/2018/09/10/instance-init-realize.html. We should only initialize the subsystems once using class init.
The libvirt-go cgo bindings will likely provide the best stability and error handling capabilities for interacting with libvirt, so we should add the ability to use them. They must be guarded by a build tag.
If built without the tag, all cgo operations will return error stubs.
-
Updated
Jun 8, 2019 - XSLT
-
Updated
Dec 15, 2019
Improve this page
Add a description, image, and links to the qemu topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qemu topic, visit your repo's landing page and select "manage topics."
I tried running the instructions for a START1-M instance at Scaleway
Also, the KVM prerequisite can be installed and configured as de