From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43569) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAagP-00067S-RI for qemu-devel@nongnu.org; Tue, 04 Feb 2014 02:44:44 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WAagJ-0007TZ-N4 for qemu-devel@nongnu.org; Tue, 04 Feb 2014 02:44:37 -0500 Received: from mail-pb0-f54.google.com ([209.85.160.54]:50440) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WAagJ-0007TN-Gf for qemu-devel@nongnu.org; Tue, 04 Feb 2014 02:44:31 -0500 Received: by mail-pb0-f54.google.com with SMTP id uo5so8127158pbc.13 for ; Mon, 03 Feb 2014 23:44:30 -0800 (PST) Message-ID: <52F09A59.9060708@ozlabs.ru> Date: Tue, 04 Feb 2014 18:44:25 +1100 From: Alexey Kardashevskiy MIME-Version: 1.0 References: <1391464382-60634-1-git-send-email-agraf@suse.de> <1391487154-27825-1-git-send-email-aik@ozlabs.ru> In-Reply-To: Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] PPC: KVM: suppress warnings about not supported SPRs List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf Cc: "list@suse.de:PowerPC" , qemu-devel On 02/04/2014 06:38 PM, Alexander Graf wrote: > > On 04.02.2014, at 05:12, Alexey Kardashevskiy wrote: > >> PR KVM lacks support of many SPRs in set/get one register API but it does s/does/does not/g sorry 8-) >> really break PR KVM. So convert them to switchable traces for now. >> >> Signed-off-by: Alexey Kardashevskiy > > Thanks, applied this patch instead of mine. -- Alexey