On 06/10/20 11:40, Daniel P. Berrangé wrote:
>> Currently we have:
>>
>> switch (...) {
>> case QEMU_OPT_...:
>> /* something has side effects, something is just parsing */
>> }
>>
>> init1();
>> qemu_opts_foreach(something_opts, configure_something);
>> init
On Mon, Oct 05, 2020 at 10:52:41AM -0400, John Snow wrote:
> - Markus considers the platonic ideal of a CLI one in which each flag is a
> configuration directive, and each directive that references another
> directive must appear after the directive in which it references.
In this view you would b
On Tue, Oct 06, 2020 at 11:30:20AM +0200, Paolo Bonzini wrote:
> On 05/10/20 16:52, John Snow wrote:
> > - Markus considers the platonic ideal of a CLI one in which each flag is
> > a configuration directive, and each directive that references another
> > directive must appear after the directive i
On 05/10/20 16:52, John Snow wrote:
> - Markus considers the platonic ideal of a CLI one in which each flag is
> a configuration directive, and each directive that references another
> directive must appear after the directive in which it references.
>
> - I tend to consider the ideal configuratio
On 10/3/20 8:14 PM, John Snow wrote:
Hi, everyone! I'd like to discuss some of this in the upstream KVM call.
TLDR: I would like to begin an organized effort to consolidate our CLI
parsing, moving it onto QAPI. I'd like to talk about how we should
proceed on the KVM call, prior to KVM Forum, w
On 10/5/20 9:45 AM, Stefan Hajnoczi wrote:
On Sat, Oct 03, 2020 at 08:14:11PM -0400, John Snow wrote:
I would like to use the KVM call to discuss a roadmap for converting the
remaining options to QAPI, what that would take, and who will take ownership
for which subsystems/flags. I would like to
On Sat, Oct 03, 2020 at 08:14:11PM -0400, John Snow wrote:
> I would like to use the KVM call to discuss a roadmap for converting the
> remaining options to QAPI, what that would take, and who will take ownership
> for which subsystems/flags. I would like to bring these discussions to KVM
> Forum a
Hi, everyone! I'd like to discuss some of this in the upstream KVM call.
TLDR: I would like to begin an organized effort to consolidate our CLI
parsing, moving it onto QAPI. I'd like to talk about how we should
proceed on the KVM call, prior to KVM Forum, where we should continue
these discuss