From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:47466) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1OMp-0004PX-7w for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:45:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1OIr-0006LE-6e for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:41:51 -0500 Received: from mail-we0-x229.google.com ([2a00:1450:400c:c03::229]:58024) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1OIr-0006JE-1B for qemu-devel@nongnu.org; Fri, 01 Feb 2013 16:37:45 -0500 Received: by mail-we0-f169.google.com with SMTP id t11so3398332wey.0 for ; Fri, 01 Feb 2013 13:37:44 -0800 (PST) Sender: Paolo Bonzini Message-ID: <510C35A4.2010407@redhat.com> Date: Fri, 01 Feb 2013 22:37:40 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1359720044-8140-1-git-send-email-kraxel@redhat.com> <1359720044-8140-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1359720044-8140-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 3/4] make usb devices configurable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann Cc: qemu-devel@nongnu.org Il 01/02/2013 13:00, Gerd Hoffmann ha scritto: > - smardcard: ccid-card-emulated depends on that one *and* > CONFIG_SMARTCARD_NSS. I don't think we have an elegant > way to handle that. RfC Makefile hack follows as separate > patch. Yes, your 4/4 is how it is done in other places. Paolo