On 01/03/21 09:00, Markus Armbruster wrote:
+ warn_report("-writeconfig is deprecated. It will go away in
QEMU 6.2 with no replacement");
if (strcmp(optarg, "-") == 0) {
fp = stdout;
} else {
Forgot to tweak the warning to "-writeconfig is deprecated and will go
away without a replacement"?
Didn't really forget; being pretty sure that there's no usage in the
wild and having good reasons to remove the code, giving a firm removal
date should encourage people to speak up sooner rather than later.
Paolo