head	1.3;
access;
symbols
	pkgsrc-2016Q4:1.2.0.76
	pkgsrc-2016Q4-base:1.2
	pkgsrc-2016Q3:1.2.0.74
	pkgsrc-2016Q3-base:1.2
	pkgsrc-2016Q2:1.2.0.72
	pkgsrc-2016Q2-base:1.2
	pkgsrc-2016Q1:1.2.0.70
	pkgsrc-2016Q1-base:1.2
	pkgsrc-2015Q4:1.2.0.68
	pkgsrc-2015Q4-base:1.2
	pkgsrc-2015Q3:1.2.0.66
	pkgsrc-2015Q3-base:1.2
	pkgsrc-2015Q2:1.2.0.64
	pkgsrc-2015Q2-base:1.2
	pkgsrc-2015Q1:1.2.0.62
	pkgsrc-2015Q1-base:1.2
	pkgsrc-2014Q4:1.2.0.60
	pkgsrc-2014Q4-base:1.2
	pkgsrc-2014Q3:1.2.0.58
	pkgsrc-2014Q3-base:1.2
	pkgsrc-2014Q2:1.2.0.56
	pkgsrc-2014Q2-base:1.2
	pkgsrc-2014Q1:1.2.0.54
	pkgsrc-2014Q1-base:1.2
	pkgsrc-2013Q4:1.2.0.52
	pkgsrc-2013Q4-base:1.2
	pkgsrc-2013Q3:1.2.0.50
	pkgsrc-2013Q3-base:1.2
	pkgsrc-2013Q2:1.2.0.48
	pkgsrc-2013Q2-base:1.2
	pkgsrc-2013Q1:1.2.0.46
	pkgsrc-2013Q1-base:1.2
	pkgsrc-2012Q4:1.2.0.44
	pkgsrc-2012Q4-base:1.2
	pkgsrc-2012Q3:1.2.0.42
	pkgsrc-2012Q3-base:1.2
	pkgsrc-2012Q2:1.2.0.40
	pkgsrc-2012Q2-base:1.2
	pkgsrc-2012Q1:1.2.0.38
	pkgsrc-2012Q1-base:1.2
	pkgsrc-2011Q4:1.2.0.36
	pkgsrc-2011Q4-base:1.2
	pkgsrc-2011Q3:1.2.0.34
	pkgsrc-2011Q3-base:1.2
	pkgsrc-2011Q2:1.2.0.32
	pkgsrc-2011Q2-base:1.2
	pkgsrc-2011Q1:1.2.0.30
	pkgsrc-2011Q1-base:1.2
	pkgsrc-2010Q4:1.2.0.28
	pkgsrc-2010Q4-base:1.2
	pkgsrc-2010Q3:1.2.0.26
	pkgsrc-2010Q3-base:1.2
	pkgsrc-2010Q2:1.2.0.24
	pkgsrc-2010Q2-base:1.2
	pkgsrc-2010Q1:1.2.0.22
	pkgsrc-2010Q1-base:1.2
	pkgsrc-2009Q4:1.2.0.20
	pkgsrc-2009Q4-base:1.2
	pkgsrc-2009Q3:1.2.0.18
	pkgsrc-2009Q3-base:1.2
	pkgsrc-2009Q2:1.2.0.16
	pkgsrc-2009Q2-base:1.2
	pkgsrc-2009Q1:1.2.0.14
	pkgsrc-2009Q1-base:1.2
	pkgsrc-2008Q4:1.2.0.12
	pkgsrc-2008Q4-base:1.2
	pkgsrc-2008Q3:1.2.0.10
	pkgsrc-2008Q3-base:1.2
	cube-native-xorg:1.2.0.8
	cube-native-xorg-base:1.2
	pkgsrc-2008Q2:1.2.0.6
	pkgsrc-2008Q2-base:1.2
	cwrapper:1.2.0.4
	pkgsrc-2008Q1:1.2.0.2
	pkgsrc-2008Q1-base:1.2
	pkgsrc-2007Q4:1.1.1.1.0.6
	pkgsrc-2007Q4-base:1.1.1.1
	pkgsrc-2007Q3:1.1.1.1.0.4
	pkgsrc-2007Q3-base:1.1.1.1
	pkgsrc-2007Q2:1.1.1.1.0.2
	pkgsrc-2007Q2-base:1.1.1.1
	pkgsrc-base:1.1.1.1
	TNF:1.1.1;
locks; strict;
comment	@# @;


1.3
date	2016.12.29.19.13.02;	author wiz;	state dead;
branches;
next	1.2;
commitid	kFYPk8EnajcmFUzz;

1.2
date	2008.02.17.16.29.03;	author bouyer;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.14.19.42.12;	author bouyer;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2007.06.14.19.42.12;	author bouyer;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Remove xenkernel and tools versions 3, 33, and 41.

As discussed on pkgsrc-users.
@
text
@$NetBSD: patch-au,v 1.2 2008/02/17 16:29:03 bouyer Exp $

--- libxc/xc_private.h.orig	2006-10-16 22:15:35.000000000 +0200
+++ libxc/xc_private.h	2006-10-16 22:16:09.000000000 +0200
@@@@ -15,7 +15,11 @@@@
 
 #include "xenctrl.h"
 
+#ifdef __NetBSD__
+#include <xen/xenio.h>
+#else
 #include <xen/sys/privcmd.h>
+#endif
 
 /* valgrind cannot see when a hypercall has filled in some values.  For this
    reason, we must zero the privcmd_hypercall_t or domctl/sysctl instance
@


1.2
log
@Use /usr/include/xen/xenio*.h if present, falling back to the ones
from files/ (which have the old IOCTL_PRIVCMD_HYPERCALL to be compatible
with NetBSD 4.0).
Properly handle the new IOCTL_PRIVCMD_HYPERCALL ioctl if present.
@
text
@d1 1
a1 1
$NetBSD: patch-au,v 1.1.1.1 2007/06/14 19:42:12 bouyer Exp $
@


1.1
log
@Initial revision
@
text
@d1 1
a1 1
$NetBSD: patch-au,v 1.1.1.1 2006/10/19 22:58:21 bouyer Exp $
d10 1
a10 1
+#include <xen/NetBSD/xenio.h>
@


1.1.1.1
log
@Rename xentools30-hvm to xentools3-hvm to acknowledge that Xen dropped one
digit in version numbers, and upgrade to 3.1.0.
Changes since 3.0.4:
    *   XenAPI 1.0 support
          o XML configuration files for virtual machines;
          o VM life-cycle management operations; and
          o Secure on- or off-box XML-RPC with bindings for many languages
    * Basic save/restore/migrate support for HVM (e.g. Windows) VMs;
    * Dynamic memory control for HVM guests;
    * 32-on-64 PV guest support (run PAE PV VMs on a 64-bit Xen!); and
    * Blktap copy-on-write disk support.

It also fixes some HVM bugs.
Note that this package contains a backport of the pcnet emulation from
xen-unstable, to make it useable. It gives better performances than the
default realtek emulation.
@
text
@@
