From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L3Ts0-00024k-6R for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:08:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L3Trz-00024Y-9S for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:08:15 -0500 Received: from [199.232.76.173] (port=39903 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L3Trz-00024V-4e for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:08:15 -0500 Received: from smtp.eu.citrix.com ([62.200.22.115]:54921) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L3Ts0-0006yr-0I for qemu-devel@nongnu.org; Fri, 21 Nov 2008 06:08:16 -0500 Message-ID: <49269766.7000206@eu.citrix.com> Date: Fri, 21 Nov 2008 11:11:34 +0000 From: Stefano Stabellini MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH 0 of 2] [UPDATE] DisplayState interface change References: <492596E0.6050900@eu.citrix.com> <4925B40C.8030507@codemonkey.ws> In-Reply-To: <4925B40C.8030507@codemonkey.ws> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Anthony Liguori wrote: > I really like this new API. I took a high level look at the code and I > think there are only some minor things to be cleaned up but I'd rather > you split up the first patch like I mentioned before pointing those > things out. > That's good to hear. I'll add some accessors to try to simplify the patch, like you said.