From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:46910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScHSx-0004eA-OC for qemu-devel@nongnu.org; Wed, 06 Jun 2012 10:44:13 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ScHSs-00009O-99 for qemu-devel@nongnu.org; Wed, 06 Jun 2012 10:44:07 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:36897) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ScHSs-000099-0f for qemu-devel@nongnu.org; Wed, 06 Jun 2012 10:44:02 -0400 Received: by dadv2 with SMTP id v2so9647145dad.4 for ; Wed, 06 Jun 2012 07:43:59 -0700 (PDT) Sender: Paolo Bonzini Message-ID: <4FCF6CA9.1020206@redhat.com> Date: Wed, 06 Jun 2012 16:43:53 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <1337683555-13301-1-git-send-email-lersek@redhat.com> <4FCE7684.2070206@redhat.com> <4FCF5512.9000704@redhat.com> <4FCF5BA8.3010201@suse.de> <4FCF64E4.50701@redhat.com> <4FCF6A5C.4030904@suse.de> In-Reply-To: <4FCF6A5C.4030904@suse.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH 00/16] introduce OptsVisitor, rebase -net/-netdev parsing List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= Cc: Laszlo Ersek , qemu-devel@nongnu.org, Michael Roth Il 06/06/2012 16:34, Andreas Färber ha scritto: >> > The uintXX visitors do not fail if you pass a negative value. I'm fine >> > with including the patch with the small bug and fixing it as a >> > follow-up, there's plenty of time before 1.2. > With a view to your qdev patch converting to those visitors I think we > should fix up Michael's patch in my queue before we use it for x86 CPU > and qdev. Laszlo, can you send me a patch? Then I'll defer sending out > the qom-next PULL. As you prefer; note that it doesn't set anything incorrectly, it will just miss some errors. Paolo