-
Updated
Aug 24, 2020 - Shell
qemu
Here are 505 public repositories matching this topic...
-
Updated
Aug 20, 2020 - Shell
-
Updated
Aug 25, 2020 - Go
-
Updated
Aug 13, 2020 - Python
-
Updated
Aug 24, 2020 - C
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
-
Updated
May 21, 2020 - Shell
-
Updated
Mar 16, 2020 - Dockerfile
-
Updated
Jan 20, 2020 - C
-
Updated
Jun 28, 2018 - C
-
Updated
Aug 27, 2019 - C
As discussed in the discord channel. Having a whitelist/blacklist approach where you can tell to (not)instrument specific libraries in QEMU mode. For example by passing library names in an env variable. Something like INSTRUMENT_QEMU_BLACKLIST="libc.so,another.so".
Could be done by replacing all the checks if (cur_loc < afl_code_start || cur_loc >= afl_code_end) with the traverse of a list (in
-
Updated
Aug 24, 2020 - C
-
Updated
Aug 15, 2020 - Makefile
-
Updated
Aug 25, 2020 - Go
-
Updated
Apr 5, 2020 - C
-
Updated
Apr 18, 2020 - Shell
-
Updated
Jul 29, 2020
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."
Describe the bug
I manage multipass vms via bash scripts, providing cloud-init configuration files via process substitution (
<(command)). Since multipass v1.2.0 multipass is not managing correctly this kind of inter-process communication providingerror: No such file: /dev/fd/63running commandmultipass launch. Please find hereunder the difference between v1.1.0 and v.1.2.0 (and v1.2.1