From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRXGC-0001Iy-K5 for qemu-devel@nongnu.org; Thu, 16 Jul 2009 16:08:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRXG7-0001CJ-Nw for qemu-devel@nongnu.org; Thu, 16 Jul 2009 16:08:56 -0400 Received: from [199.232.76.173] (port=58840 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRXG7-0001By-ES for qemu-devel@nongnu.org; Thu, 16 Jul 2009 16:08:51 -0400 Received: from mail-pz0-f196.google.com ([209.85.222.196]:43099) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRXG7-0005x5-0h for qemu-devel@nongnu.org; Thu, 16 Jul 2009 16:08:51 -0400 Received: by pzk34 with SMTP id 34so220695pzk.4 for ; Thu, 16 Jul 2009 13:08:49 -0700 (PDT) Message-ID: <4A5F88CE.1080902@codemonkey.ws> Date: Thu, 16 Jul 2009 15:08:46 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH v3 5/5] switch -drive to QemuOpts. References: <1247756224-19219-1-git-send-email-kraxel@redhat.com> <1247756224-19219-6-git-send-email-kraxel@redhat.com> <4A5F5053.5000809@codemonkey.ws> <4A5F7789.8070500@redhat.com> <4A5F7975.8020207@codemonkey.ws> <4A5F8050.1090308@redhat.com> In-Reply-To: <4A5F8050.1090308@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Gerd Hoffmann wrote: > >> One thing that bothers me is that there is a really high rate of change >> in the qdev stuff. These series touch a lot of code and therefore cause >> quite a lot of conflicts. That concerns me that the long term >> maintenance of stable-0.11 is going to be really painful. > > The by far worst offender is the property refactoring, and that one > has seen no fundamental changes since quite a while. Lots of little > tweaks though, mostly due to conflicts and due to devices being > converted to udev introducing build failures. > > btw: blueswirl converted more sparc stuff to qdev, thus adding more > build failures with the property rework patch applied. > http://git.et.redhat.com/?p=qemu-kraxel.git;a=shortlog;h=refs/heads/qdev.v13 > has fixes (four topmost patches), you might want to cherry pick them > if you find your tree not building. There's more too.. I've got it all straightened out in staging. Regards, Anthony Liguori