From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37936) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9ttx-0003ld-HE for qemu-devel@nongnu.org; Tue, 20 Mar 2012 03:54:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9ttv-0003Jp-Rj for qemu-devel@nongnu.org; Tue, 20 Mar 2012 03:54:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33231) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9ttv-0003Jj-JL for qemu-devel@nongnu.org; Tue, 20 Mar 2012 03:54:39 -0400 Message-ID: <4F6837B9.1080406@redhat.com> Date: Tue, 20 Mar 2012 08:54:33 +0100 From: Gerd Hoffmann MIME-Version: 1.0 References: <1332169763-30665-1-git-send-email-aliguori@us.ibm.com> <4F675A55.5080000@redhat.com> <4F675F63.7070305@codemonkey.ws> In-Reply-To: <4F675F63.7070305@codemonkey.ws> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/9] qemu capabilities reporting and config changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Paolo Bonzini , Anthony Liguori , Eric Blake , qemu-devel@nongnu.org, Eduardo Habkost Hi, >> I have a few patches here that convert almost every option that matters >> into QemuOpts so that -writeconfig records it: -m, -bios, -localtime, >> -S, -M, -smp, -numa, -nodefaults, -no-shutdown, -no-reboot. The only >> thing that is left basically is -display, where I chickened out. > > This series is complimentary to this. You can still promote options to > QemuOpts. The advantage of this series is that we provide a > programmatic way for libvirt to discover when this happens. It is still churn, especially considering that paolo has patches already. I'd suggest to go with your patches without [system] + paolo's QemuOpts convert patches, then stick the remaining bits (if any) into [system]. cheers, Gerd