From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40897) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WkpXy-0002Ny-A0 for qemu-devel@nongnu.org; Thu, 15 May 2014 02:53:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WkpXr-0001jR-Qt for qemu-devel@nongnu.org; Thu, 15 May 2014 02:53:42 -0400 Message-ID: <1400136809.2922.23.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 15 May 2014 08:53:29 +0200 In-Reply-To: <20140515064254.GE14456@redhat.com> References: <20140514200030.E7E842F456@mono.eik.bme.hu> <1400136137.2922.16.camel@nilsson.home.kraxel.org> <20140515064254.GE14456@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3] serial-pci: Set prog interface field of pci config to 16550 compatible List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Michael S. Tsirkin" Cc: qemu-trivial@nongnu.org, Paolo Bonzini , Michael Tokarev , qemu-devel@nongnu.org > > > static Property serial_pci_properties[] = { > > > DEFINE_PROP_CHR("chardev", PCISerialState, state.chr), > > > + DEFINE_PROP_UINT8("compat", PCISerialState, compat, 0), > > > DEFINE_PROP_END_OF_LIST(), > > > }; > > > > mst, do you take that through the pci tree? > > > > cheers, > > Gerd > > > > Yes but I'd like the property renamed. Agree? Yes, something more descriptive is reasonable. cheers, Gerd