Received: by mail.netbsd.org (Postfix, from userid 605) id 2D34284D71; Thu, 24 Jan 2019 04:11:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2162384D6E for ; Thu, 24 Jan 2019 04:11:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id CVQZPK5SRoxT for ; Thu, 24 Jan 2019 04:11:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9C82884CD0 for ; Thu, 24 Jan 2019 04:11:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9683EFB16; Thu, 24 Jan 2019 04:11:38 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Thu, 24 Jan 2019 04:11:38 +0000 From: "Cherry G. Mathew" Subject: CVS commit: src/sys/arch/xen/include/amd64 To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20190124041138.9683EFB16@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Cherry G. Mathew" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: cherry Date: Thu Jan 24 04:11:38 UTC 2019 Modified Files: src/sys/arch/xen/include/amd64: hypercalls.h Log Message: hvm_op returns a signed value. The pattern is that a hypercall which returns a value < 0 may imply an error. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/arch/xen/include/amd64/hypercalls.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.