From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36048) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ejNYC-0005Mv-9h for qemu-devel@nongnu.org; Wed, 07 Feb 2018 06:06:14 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ejNY9-00040q-5Y for qemu-devel@nongnu.org; Wed, 07 Feb 2018 06:06:04 -0500 Received: from mail-wm0-f47.google.com ([74.125.82.47]:39681) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ejNY8-00040O-VV for qemu-devel@nongnu.org; Wed, 07 Feb 2018 06:06:01 -0500 Received: by mail-wm0-f47.google.com with SMTP id b21so2518295wme.4 for ; Wed, 07 Feb 2018 03:06:00 -0800 (PST) References: <20180206203048.11096-1-rkagan@virtuozzo.com> <20180206203048.11096-24-rkagan@virtuozzo.com> From: Paolo Bonzini Message-ID: <5ddb843f-445b-6c9b-8979-433285dafae6@redhat.com> Date: Wed, 7 Feb 2018 12:05:57 +0100 MIME-Version: 1.0 In-Reply-To: <20180206203048.11096-24-rkagan@virtuozzo.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 23/34] i386: en/disable vmbus by a machine property List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Roman Kagan , qemu-devel@nongnu.org Cc: Ben Warren , Konrad Rzeszutek Wilk , Krish Sadhukhan , "Marcos E. Matsunaga" , Jan Dakinevich , Vadim Rozenfeld , "Denis V. Lunev" , si-wei liu , Vitaly Kuznetsov , Cathy Avery On 06/02/2018 21:30, Roman Kagan wrote: > Hyper-V VMBus logically belongs to the machine, so make its presence be > controlled by a boolean property of the machine. > > TODO: consider doing this through adding the vmbus-bridge device instead Yeah, that would be nicer. Paolo > Signed-off-by: Roman Kagan