From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44805) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dme2B-0001A8-Pv for qemu-devel@nongnu.org; Tue, 29 Aug 2017 06:46:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dme26-0001xu-VO for qemu-devel@nongnu.org; Tue, 29 Aug 2017 06:46:15 -0400 Received: from mx1.redhat.com ([209.132.183.28]:60728) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1dme26-0001wC-Ob for qemu-devel@nongnu.org; Tue, 29 Aug 2017 06:46:10 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1E8634A70E for ; Tue, 29 Aug 2017 10:46:09 +0000 (UTC) Date: Tue, 29 Aug 2017 06:46:06 -0400 (EDT) From: =?utf-8?Q?Marc-Andr=C3=A9?= Lureau Message-ID: <2066977778.5222442.1504003566828.JavaMail.zimbra@redhat.com> In-Reply-To: <20170829104254.GF3783@redhat.com> References: <20170727154126.11339-1-marcandre.lureau@redhat.com> <20170727154126.11339-17-marcandre.lureau@redhat.com> <87d17ur7y1.fsf@dusky.pond.sub.org> <20170829104254.GF3783@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 16/26] qapi: add conditions to VNC type/commands/events on the schema List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: "Daniel P. Berrange" Cc: Markus Armbruster , qemu-devel@nongnu.org, "Dr. David Alan Gilbert" , Gerd Hoffmann Hi ----- Original Message ----- > On Thu, Aug 17, 2017 at 09:04:38AM +0200, Markus Armbruster wrote: > > Copying our resident VNC maintainer^Wodd fixer Gerd. > > > > Also copying Dan for QCryptoCipherAlgorithm. > > > > Gerd, Dan, this patch is about making VNC support visible in > > query-qmp-schema, by having the QAPI generators generate suitable > > ifdeffery. Bonus: no need for QMP command stubs for > > !defined(CONFIG_VNC). > > [snip] > > > * QCryptoCipherAlgorithm > > > > This: > > > > # @des-rfb: RFB specific variant of single DES. Do not use except in > > VNC. > > > > I guess we could compile this out if we wanted to. I doubt we do, but > > Dan might have other ideas. > > It isn't worth the effort to make that conditionally compiled. We getting > DES from nettle/gcrypt these days, instead of our custom in-tree desrfb.c > file, so its no burden to have it. fyi, the last iteration of the patch made it conditional too.