From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41703) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azhjA-0005LL-5m for qemu-devel@nongnu.org; Mon, 09 May 2016 05:43:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1azhj6-0001f6-Uw for qemu-devel@nongnu.org; Mon, 09 May 2016 05:43:48 -0400 Received: from mail-wm0-x241.google.com ([2a00:1450:400c:c09::241]:36290) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1azhj6-0001f0-O0 for qemu-devel@nongnu.org; Mon, 09 May 2016 05:43:44 -0400 Received: by mail-wm0-x241.google.com with SMTP id w143so19726076wmw.3 for ; Mon, 09 May 2016 02:43:44 -0700 (PDT) Sender: Paolo Bonzini References: <1460147350-7601-1-git-send-email-pbonzini@redhat.com> <1460147350-7601-42-git-send-email-pbonzini@redhat.com> <20160411102454.55152b66.cornelia.huck@de.ibm.com> From: Paolo Bonzini Message-ID: <57305BDC.4000508@redhat.com> Date: Mon, 9 May 2016 11:43:56 +0200 MIME-Version: 1.0 In-Reply-To: <20160411102454.55152b66.cornelia.huck@de.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 41/50] s390x: move stuff out of cpu.h List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cornelia Huck Cc: qemu-devel@nongnu.org On 11/04/2016 10:24, Cornelia Huck wrote: >> > +void cpu_inject_ext(S390CPU *cpu, uint32_t code, uint32_t param, >> > + uint64_t param64) > ...but this one can be both floating and per-vcpu. Need to adust the > comment above? > I've moved the comment to just above s390_sclp_extint, which is where the dummy CPUState is used. Paolo