From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1O91Qe-0003So-Ef for qemu-devel@nongnu.org; Mon, 03 May 2010 15:35:44 -0400 Received: from [140.186.70.92] (port=55254 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O91Qd-0003Sf-BM for qemu-devel@nongnu.org; Mon, 03 May 2010 15:35:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1O91Qb-0007Ff-CO for qemu-devel@nongnu.org; Mon, 03 May 2010 15:35:43 -0400 Received: from mail-pw0-f45.google.com ([209.85.160.45]:65005) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1O91Qb-0007FV-5D for qemu-devel@nongnu.org; Mon, 03 May 2010 15:35:41 -0400 Received: by pwi6 with SMTP id 6so1296902pwi.4 for ; Mon, 03 May 2010 12:35:40 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4BDF156E.2090207@codemonkey.ws> References: <1271459404-21790-1-git-send-email-atar4qemu@google.com> <4BDF156E.2090207@codemonkey.ws> Date: Mon, 3 May 2010 22:35:39 +0300 Message-ID: Subject: Re: [Qemu-devel] [patch 01/02] create empty_slot device From: Blue Swirl Content-Type: text/plain; charset=UTF-8 List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: qemu-devel@nongnu.org, Artyom Tarasenko , Artyom Tarasenko On 5/3/10, Anthony Liguori wrote: > On 04/16/2010 06:10 PM, Artyom Tarasenko wrote: > > > create empty_slot device > > > > The empty_slot device emulates known to a bus but not connected devices. > > > > Signed-off-by: Artyom Tarasenko > > --- > > > > > > What's this for? It provides a dummy device, used by Sparc32 in 2/2. > Is there a 2/2 missing? No, I've applied both (676d9b9b883691cf99e298291dbc2ad7956516b9 and da9fcfa54486797a5f261b43ad0c0b2f8dc47181).