From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MCWwp-0005xv-B8 for qemu-devel@nongnu.org; Fri, 05 Jun 2009 06:46:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MCWwj-0005xZ-J1 for qemu-devel@nongnu.org; Fri, 05 Jun 2009 06:46:53 -0400 Received: from [199.232.76.173] (port=36768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MCWwj-0005xW-DO for qemu-devel@nongnu.org; Fri, 05 Jun 2009 06:46:49 -0400 Received: from mx2.redhat.com ([66.187.237.31]:49629) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MCWwj-00074v-09 for qemu-devel@nongnu.org; Fri, 05 Jun 2009 06:46:49 -0400 Date: Fri, 5 Jun 2009 13:43:46 +0300 From: "Michael S. Tsirkin" Subject: Re: [Qemu-devel] Re: [PATCH 3/7] pci: pci_default_config_write() clean up. Message-ID: <20090605104346.GA26877@redhat.com> References: <1243924970-17545-1-git-send-email-yamahata@valinux.co.jp> <1243924970-17545-4-git-send-email-yamahata@valinux.co.jp> <20090602100121.GA3397@redhat.com> <20090603023108.GJ9176%yamahata@valinux.co.jp> <20090603072239.GB8134@redhat.com> <20090603122546.GM9176%yamahata@valinux.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090603122546.GM9176%yamahata@valinux.co.jp> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Isaku Yamahata Cc: qemu-devel@nongnu.org, armbru@redhat.com, mtosatti@redhat.com, paul@codesourcery.com, avi@redhat.com On Wed, Jun 03, 2009 at 09:25:46PM +0900, Isaku Yamahata wrote: > On Wed, Jun 03, 2009 at 10:22:39AM +0300, Michael S. Tsirkin wrote: > > Agreed. So what I need to do is rename mask into wmask, is that right? > > Yes. That's right > OK, I did that. HTH. -- MST