From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:50382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWy0S-0008W4-Vx for qemu-devel@nongnu.org; Wed, 15 Jun 2011 17:52:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QWy0R-0008Fl-DE for qemu-devel@nongnu.org; Wed, 15 Jun 2011 17:52:12 -0400 Received: from va3ehsobe001.messaging.microsoft.com ([216.32.180.11]:48995 helo=VA3EHSOBE001.bigfish.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QWy0Q-0008FO-Vf for qemu-devel@nongnu.org; Wed, 15 Jun 2011 17:52:11 -0400 Date: Wed, 15 Jun 2011 16:52:02 -0500 From: Scott Wood Message-ID: <20110615165202.6f3fbd19@schlenkerla.am.freescale.net> In-Reply-To: <1308067461-5581-1-git-send-email-agraf@suse.de> References: <1308067461-5581-1-git-send-email-agraf@suse.de> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] PPC: mpc8544ds: Add hypervisor node List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "qemu-devel@nongnu.org Developers" On Tue, 14 Jun 2011 18:04:21 +0200 Alexander Graf wrote: > When running a PPC guest with KVM that can do PV operations, we need > to indicate the guest which instructions to use for a hypercall and > that it is running as KVM guest. > > This logic was available on openbios based machines already. This patch > also adds said functionality to the mpc8544ds machine. > > Signed-off-by: Alexander Graf > --- > hw/ppce500_mpc8544ds.c | 21 +++++++++++++++------ > pc-bios/mpc8544ds.dtb | Bin 2257 -> 2277 bytes > pc-bios/mpc8544ds.dts | 3 +++ > 3 files changed, 18 insertions(+), 6 deletions(-) Acked-by: Scott Wood -Scott