From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marcelo Tosatti Subject: Re: [PATCH] qemu-kvm: Remove qemu_system_is_ready side-channel Date: Mon, 1 Aug 2011 12:42:53 -0300 Message-ID: <20110801154253.GA4285@amt.cnet> References: <4E2D17A5.6090605@web.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Avi Kivity , kvm To: Jan Kiszka Return-path: Received: from mx1.redhat.com ([209.132.183.28]:31342 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752857Ab1HAPvd (ORCPT ); Mon, 1 Aug 2011 11:51:33 -0400 Content-Disposition: inline In-Reply-To: <4E2D17A5.6090605@web.de> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, Jul 25, 2011 at 09:13:41AM +0200, Jan Kiszka wrote: > From: Jan Kiszka > > kvm_add/remove_ioport_region need to know if the change is done during > init or while the system is running. We added qemu_system_is_ready for > this purpose which exported qemu_system_ready. The latter will be gone > soon, but we can also obtain the information "hot-plug or not" from the > callers of those services. They can retrieve it from the associated qdev > device state. > > Signed-off-by: Jan Kiszka Applied, thanks.