Received: by mail.netbsd.org (Postfix, from userid 605) id 8D15984D8C; Tue, 21 Apr 2020 20:13:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0DFA284D6F for ; Tue, 21 Apr 2020 20:13:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Pc6qkEP0T87G for ; Tue, 21 Apr 2020 20:13:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9745584CD5 for ; Tue, 21 Apr 2020 20:13:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 908EEFB27; Tue, 21 Apr 2020 20:13:40 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Tue, 21 Apr 2020 20:13:40 +0000 From: "Jaromir Dolecek" Subject: CVS commit: src/sys/arch To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20200421201340.908EEFB27@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: "Jaromir Dolecek" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: jdolecek Date: Tue Apr 21 20:13:40 UTC 2020 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/arch/xen/include: hypervisor.h i82093var.h src/sys/arch/xen/include/amd64: hypercalls.h src/sys/arch/xen/include/i386: hypercalls.h src/sys/arch/xen/x86: hypervisor_machdep.c pintr.c src/sys/arch/xen/xen: evtchn.c Log Message: convert to newer HYPERVISOR_physdev_op() interface, now command and the arg are separate arguments - this is needed for newer physdev_op commands remove code for PHYSDEVOP_IRQ_UNMASK_NOTIFY, it is obsolete since interface version 0x00030202 and is unsupported by newer versions of Xen confirmed working on amd64 Dom0, i386 compile-tested only To generate a diff of this commit: cvs rdiff -u -r1.346 -r1.347 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.825 -r1.826 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.49 -r1.50 src/sys/arch/xen/include/hypervisor.h cvs rdiff -u -r1.5 -r1.6 src/sys/arch/xen/include/i82093var.h cvs rdiff -u -r1.12 -r1.13 src/sys/arch/xen/include/amd64/hypercalls.h cvs rdiff -u -r1.19 -r1.20 src/sys/arch/xen/include/i386/hypercalls.h cvs rdiff -u -r1.36 -r1.37 src/sys/arch/xen/x86/hypervisor_machdep.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/xen/x86/pintr.c cvs rdiff -u -r1.89 -r1.90 src/sys/arch/xen/xen/evtchn.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.