Re: [PATCH v4 27/34] qemu-options: New -compat to set policy for deprecated interfaces

2020-03-17 Thread Markus Armbruster
Eric Blake writes: > On 3/17/20 6:54 AM, Markus Armbruster wrote: >> Policy is separate for input and output. >> >> Input policy can be "accept" (accept silently), or "reject" (reject >> the request with an error). >> >> Output policy can be "accept" (pass on unchanged), or "hide" (filter >> out

Re: [PATCH v4 27/34] qemu-options: New -compat to set policy for deprecated interfaces

2020-03-17 Thread Eric Blake
On 3/17/20 6:54 AM, Markus Armbruster wrote: Policy is separate for input and output. Input policy can be "accept" (accept silently), or "reject" (reject the request with an error). Output policy can be "accept" (pass on unchanged), or "hide" (filter out the deprecated parts). Default is "acce

[PATCH v4 27/34] qemu-options: New -compat to set policy for deprecated interfaces

2020-03-17 Thread Markus Armbruster
Policy is separate for input and output. Input policy can be "accept" (accept silently), or "reject" (reject the request with an error). Output policy can be "accept" (pass on unchanged), or "hide" (filter out the deprecated parts). Default is "accept". Policies other than "accept" are implemen