head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.26 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.3.0.24 pkgsrc-2012Q4-base:1.3 pkgsrc-2011Q4:1.3.0.22 pkgsrc-2011Q4-base:1.3 pkgsrc-2011Q2:1.3.0.20 pkgsrc-2011Q2-base:1.3 pkgsrc-2009Q4:1.3.0.18 pkgsrc-2009Q4-base:1.3 pkgsrc-2008Q4:1.3.0.16 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.14 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.12 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.10 pkgsrc-2008Q2-base:1.3 pkgsrc-2008Q1:1.3.0.8 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.6 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.3.0.4 pkgsrc-2007Q3-base:1.3 pkgsrc-2007Q2:1.3.0.2 pkgsrc-2007Q2-base:1.3 pkgsrc-2007Q1:1.1.1.1.0.4 pkgsrc-2007Q1-base:1.1.1.1 pkgsrc-2006Q4:1.1.1.1.0.2 pkgsrc-2006Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.3 date 2007.06.14.19.45.05; author bouyer; state dead; branches; next 1.2; 1.2 date 2007.04.28.17.14.54; author bouyer; state Exp; branches; next 1.1; 1.1 date 2006.10.19.22.58.21; author bouyer; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2006.10.19.22.58.21; author bouyer; state Exp; branches; next ; desc @@ 1.3 log @Renamed xen*30 to xen*3 @ text @$NetBSD: patch-bv,v 1.2 2007/04/28 17:14:54 bouyer Exp $ --- libxc/xenctrl.h.orig 2007-01-08 16:00:49.000000000 +0100 +++ libxc/xenctrl.h 2007-04-26 21:40:23.000000000 +0200 @@@@ -16,6 +16,9 @@@@ #include #include +#undef uint8_t +#undef uint16_t +#undef uint32_t #include #include #include @ 1.2 log @Update xen 3.0 packages to 3.0.4. pksgrc changes: install man pages for xm, xend-config.sxp and xmdomain.cfg. Should fix pkg/36190. Main changes: This is largely an opportunistic stabilising release for HVM guests, due to the large amount of work in that area of the code since 3.0.3. These enhancements have in particular improved support for SMP and ACPI Linux and Windows operating systems. @ text @d1 1 a1 1 $NetBSD: patch-bv,v 1.1.1.1 2006/10/19 22:58:21 bouyer Exp $ @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-bv,v 1.1.1.1 2006/07/02 16:49:31 bouyer Exp $ d3 3 a5 3 --- libxc/xenctrl.h.orig 2006-10-04 04:28:16.000000000 +0200 +++ libxc/xenctrl.h 2006-10-16 23:54:46.000000000 +0200 @@@@ -16,7 +16,12 @@@@ a8 3 +#ifndef __NetBSD__ #include +#endif a14 16 @@@@ -106,6 +111,7 @@@@ #define XC_CORE_MAGIC 0xF00FEBED +#ifndef __NetBSD__ long xc_ptrace_core( int xc_handle, enum __ptrace_request request, @@@@ -113,6 +119,7 @@@@ long addr, long data, vcpu_guest_context_t *ctxt); +#endif void * map_domain_va_core( unsigned long domfd, int cpu, @ 1.1.1.1 log @Import a xentools30-hvm package, version 3.0.3 The Xen virtual machine monitor allows running several virtual machines on a single physical machine. The xentools30-vmx package contains additionnal tools to xentools30 to run unmodified guests using the Intel VT or AMD VMX extentions. @ text @@