From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2mXG-00086l-VV for qemu-devel@nongnu.org; Fri, 26 Jul 2013 14:14:40 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V2mXE-0003zS-3a for qemu-devel@nongnu.org; Fri, 26 Jul 2013 14:14:38 -0400 Received: from smtp.mail.uni-mannheim.de ([134.155.96.80]:38358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V2mXD-0003zI-TI for qemu-devel@nongnu.org; Fri, 26 Jul 2013 14:14:36 -0400 Message-ID: <51F2BC89.303@weilnetz.de> Date: Fri, 26 Jul 2013 20:14:33 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1374778221-24011-1-git-send-email-sw@weilnetz.de> <51F26CA0.1070803@suse.de> In-Reply-To: <51F26CA0.1070803@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] kvm: Change prototype of kvm_update_guest_debug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: qemu-devel Am 26.07.2013 14:33, schrieb Andreas F=E4rber: > Am 25.07.2013 20:50, schrieb Stefan Weil: >> Passing a CPUState pointer instead of a CPUArchState pointer eliminate= s >> the last target dependent data type in sysemu/kvm.h. >> >> It also simplifies the code. >> >> Signed-off-by: Stefan Weil >> --- >> >> With this patch (and a previous one which is already queued), >> kvm.h can be included without errors from "poisoned" names. > Thanks for doing this, it was on my TODO list. If Paolo acks, I would > happily put that in qom-cpu for final 1.6 pull. > > Which other queued patch are you referring to? > > Andreas http://patchwork.ozlabs.org/patch/260525/ removes 'env' from poison.h. This allows moving the kvm stubs to the stubs directory with less tricker= y (see http://patchwork.ozlabs.org/patch/260512/ for the old version). Stefan