From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W86lG-0004dL-8t for qemu-devel@nongnu.org; Tue, 28 Jan 2014 06:23:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1W86l6-0000h2-N9 for qemu-devel@nongnu.org; Tue, 28 Jan 2014 06:23:22 -0500 Received: from e06smtp12.uk.ibm.com ([195.75.94.108]:59768) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1W86l6-0000gI-G1 for qemu-devel@nongnu.org; Tue, 28 Jan 2014 06:23:12 -0500 Received: from /spool/local by e06smtp12.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Tue, 28 Jan 2014 11:23:10 -0000 Received: from b06cxnps3074.portsmouth.uk.ibm.com (d06relay09.portsmouth.uk.ibm.com [9.149.109.194]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 055F32190059 for ; Tue, 28 Jan 2014 11:23:07 +0000 (GMT) Received: from d06av01.portsmouth.uk.ibm.com (d06av01.portsmouth.uk.ibm.com [9.149.37.212]) by b06cxnps3074.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s0SBMuF72883986 for ; Tue, 28 Jan 2014 11:22:56 GMT Received: from d06av01.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av01.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s0SBN7XQ002932 for ; Tue, 28 Jan 2014 04:23:08 -0700 Message-ID: <52E7931B.7090503@de.ibm.com> Date: Tue, 28 Jan 2014 12:23:07 +0100 From: Christian Borntraeger MIME-Version: 1.0 References: <1390838270-25045-1-git-send-email-mjrosato@linux.vnet.ibm.com> In-Reply-To: <1390838270-25045-1-git-send-email-mjrosato@linux.vnet.ibm.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] sclp-s390: Define new SCLP codes and structures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Matthew Rosato , qemu-devel@nongnu.org Cc: jjherne@us.ibm.com, agraf@suse.de, rth@twiddle.net On 27/01/14 16:57, Matthew Rosato wrote: > Define new SCLP codes and structures that will be needed for > s390 memory hotplug. > > Signed-off-by: Matthew Rosato Applied with a small fixup. > +/* SCLP Memory hotplug codes */ > +#define SCLP_NO_CMD_PARM 0xffff00ff I removed this define, since it is already there due to the cpu hotplug patches. (#define SCLP_CMD_CODE_MASK 0xffff00ff) Christian