[crac] RFR: Support passing extra options in CREngine [v2]

Radim Vansa duke at openjdk.org
Tue Jun 13 13:03:20 UTC 2023


> In addition to `-XX:CREngine=program` this adds support to `-XX:CREngine=program,--key,value,--anotherkey` that translates into invoking `program --key value --anotherkey`. Commas support escaping with a backslash.
> 
> This generic parameters support is utilized in `criuengine` that accepts `--verbosity` and `--log-file` options and relays them to `criu`.

Radim Vansa has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:

 - Do not use dashes
 - Merge branch 'crac' into engine_params
 - Support passing extra options in CREngine

-------------

Changes: https://git.openjdk.org/crac/pull/63/files
 Webrev: https://webrevs.openjdk.org/?repo=crac&pr=63&range=01
  Stats: 157 lines in 5 files changed: 126 ins; 5 del; 26 mod
  Patch: https://git.openjdk.org/crac/pull/63.diff
  Fetch: git fetch https://git.openjdk.org/crac.git pull/63/head:pull/63

PR: https://git.openjdk.org/crac/pull/63


More information about the crac-dev mailing list