From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LrF7l-0005th-02 for qemu-devel@nongnu.org; Tue, 07 Apr 2009 13:30:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LrF7g-0005rt-B1 for qemu-devel@nongnu.org; Tue, 07 Apr 2009 13:30:12 -0400 Received: from [199.232.76.173] (port=35074 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LrF7g-0005rn-1g for qemu-devel@nongnu.org; Tue, 07 Apr 2009 13:30:08 -0400 Received: from mail-fx0-f169.google.com ([209.85.220.169]:55882) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LrF7f-0002C2-GB for qemu-devel@nongnu.org; Tue, 07 Apr 2009 13:30:07 -0400 Received: by fxm17 with SMTP id 17so2194597fxm.34 for ; Tue, 07 Apr 2009 10:30:02 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <1239115497-1884-1-git-send-email-kraxel@redhat.com> References: <1239115497-1884-1-git-send-email-kraxel@redhat.com> Date: Tue, 7 Apr 2009 20:30:02 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 00/10] xen: pv domain support. From: Blue Swirl 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 Cc: xen-devel@lists.xensource.com, Gerd Hoffmann On 4/7/09, Gerd Hoffmann wrote: > Hi, > > Next round, addressing review comments. Bulk of the changes are just > coding style, i.e. swap ordering of the funny "if (-1 == foo()) bar()" > compare style. Also the FSF address is fixed everythere. And the There are still a lot of those funny comparisons.