From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:40865) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPbhz-00007T-Uz for qemu-devel@nongnu.org; Sat, 20 Oct 2012 12:15:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TPbhy-00040H-Fb for qemu-devel@nongnu.org; Sat, 20 Oct 2012 12:15:31 -0400 Received: from isrv.corpit.ru ([86.62.121.231]:43691) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TPbhy-0003xG-8F for qemu-devel@nongnu.org; Sat, 20 Oct 2012 12:15:30 -0400 Message-ID: <5082CE17.6090608@msgid.tls.msk.ru> Date: Sat, 20 Oct 2012 20:15:19 +0400 From: Michael Tokarev MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/26] q35 qemu support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jason Baron Cc: agraf@suse.de, aliguori@us.ibm.com, alex.williamson@redhat.com, mst@redhat.com, jan.kiszka@siemens.com, qemu-devel@nongnu.org, armbru@redhat.com, blauwirbel@gmail.com, yamahata@valinux.co.jp, juzhang@redhat.com, kevin@koconnor.net, avi@redhat.com, mkletzan@redhat.com, pbonzini@redhat.com, lcapitulino@redhat.com, afaerber@suse.de, kraxel@redhat.com On 20.10.2012 00:43, Jason Baron wrote: > Hi, > > Qemu bits for q35 support, I'm posting the seabios changes separately. The > patches require '-M pc_q35' and -L 'seabios dir with q35 changes' on the Just a small maybe-nitpick: can we ue pc-q35 here instead of pc_q35 (ie, minus instead of underscore)? We've converted several underscores to minuses in a few places recently, in order to make it all consistent, maybe it is time to stop introducing new occurences? Note that other values for -machine already uses minus signs instead of underscores: pc-1.2, pc-0.15 etc... Thanks, /mjt