From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51191) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv0QJ-0003eV-J0 for qemu-devel@nongnu.org; Thu, 12 Jun 2014 04:31:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Wv0QB-0002np-N1 for qemu-devel@nongnu.org; Thu, 12 Jun 2014 04:31:51 -0400 Received: from mx1.redhat.com ([209.132.183.28]:11301) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Wv0QB-0002nU-EX for qemu-devel@nongnu.org; Thu, 12 Jun 2014 04:31:43 -0400 Date: Thu, 12 Jun 2014 11:32:09 +0300 From: "Michael S. Tsirkin" Message-ID: <20140612083209.GA22189@redhat.com> References: <1402242359-8566-1-git-send-email-mst@redhat.com> <87a99izg52.fsf@blackfin.pond.sub.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87a99izg52.fsf@blackfin.pond.sub.org> Subject: Re: [Qemu-devel] [PATCH applied] ich: get rid of spaces in type name List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Markus Armbruster Cc: Igor Mammedov , qemu-devel@nongnu.org, Anthony Liguori On Thu, Jun 12, 2014 at 10:27:53AM +0200, Markus Armbruster wrote: > "Michael S. Tsirkin" writes: > > > Names with spaces in them are nasty, let's not go there. > > Yes, they are, but please use '-' instead of '_'. I can see just a few > devices with '_' in their name, but more than a hundred with '-'. No problem, I made this change. Result pushed to the pci branch, pls take a look there. Thanks! -- MST