cloud-hypervisor/fuzz
Wei Liu 7bc3452139 main: switch command parsing to use clap
Partially revert 111225a2a5
and add the new dbus and pvpanic arguments.

As we are switching back to clap observe the following changes.

A few examples:

1. `-v -v -v` needs to be written as`-vvv`
2. `--disk D1 --disk D2` and others need to be written as `--disk D1 D2`.
3. `--option value` needs to be written as `--option=value.`

Change integration tests to adapt to the breaking changes.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
2023-10-20 11:44:28 -07:00
..
fuzz_targets block: Add support for user specified ID_SERIAL 2023-09-11 12:50:41 +01:00
.gitignore fuzz: Add fuzzing infrastructure and QCOW fuzzer 2020-07-17 08:49:35 +02:00
Cargo.lock main: switch command parsing to use clap 2023-10-20 11:44:28 -07:00
Cargo.toml build: Bump libc from 0.2.148 to 0.2.149 in /fuzz 2023-10-09 23:40:40 +00:00