From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:39289) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKEwq-0005Y8-49 for qemu-devel@nongnu.org; Fri, 05 Oct 2012 16:56:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TKEwp-0002vn-7c for qemu-devel@nongnu.org; Fri, 05 Oct 2012 16:56:40 -0400 Received: from gate.crashing.org ([63.228.1.57]:52991) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TKEwo-0002vg-UN for qemu-devel@nongnu.org; Fri, 05 Oct 2012 16:56:39 -0400 Message-ID: <1349470586.4260.75.camel@pasglop> From: Benjamin Herrenschmidt Date: Sat, 06 Oct 2012 06:56:26 +1000 In-Reply-To: References: <5050B005.9080500@suse.de> <1347486505.2276.13.camel@pasglop> <878vbl7zgd.fsf@codemonkey.ws> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Mime-Version: 1.0 Subject: Re: [Qemu-devel] Enablig DLPAR capacity on QEMU pSeries List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erlon Cruz Cc: Erlon Cruz , David Gibson , Alexander Graf , Anthony Liguori , qemu-devel@nongnu.org On Fri, 2012-10-05 at 08:26 -0700, Erlon Cruz wrote: > > > > Why not add a proper RTAS and do this work there? > > The RTAS call is how the guest will communicate with the host. It > doesn't have a way to get interrupted and notified about any changes. > So > to start the changing of something, the guest need some kind of > trigger I believe the question was more about where we put the resource allocation. The interrupt problem remains in any case yes, but inventing a new RTAT event interrupt (or hijacking EPOW) isn't a big deal. Cheers, Ben.