qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH 1/3] qemu-config: parse configuration files to a QDict


From: Paolo Bonzini
Subject: Re: [PATCH 1/3] qemu-config: parse configuration files to a QDict
Date: Thu, 20 May 2021 09:41:07 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1

On 19/05/21 16:40, Kevin Wolf wrote:
+    qemu_opts_absorb_qdict(opts, qdict, errp);
Shouldn't we check that qdict is empty now and return an error if there
are any options that the QemuOptsList doesn't accept?

Indeed, my bad for not checking exactly the contract of qemu_opts_absorb_qdict.

Paolo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]