summaryrefslogtreecommitdiff
path: root/sysutils/xentools3/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2011-04-22recursive bump from gettext-lib shlib bump.obache1-2/+2
2011-01-12Add support for "vifname" keys inside XenStore. Its value is thejym1-3/+3
interface name for the vif, e.g. xvif(4) for dom0, and xennet(4) for domU. This allows querying the XenStore for the vif names, rather than hardcoding their syntax in vif-* scripts. Add a xen-subr shell script that can contain customized functions, and include it in the vif-ip/vif-bridge scripts. Introduce xenstore_read_default that returns the value of a specific key from XenStore, or the default specified value when key is absent. Bump revision. ok bouyer@. See http://mail-index.netbsd.org/port-xen/2011/01/11/msg006405.html
2010-10-08MAKE_JOBS_SAFE=noobache1-1/+3
2010-02-10Bump revision for PYTHON_VERSION_DEFAULT change.joerg1-2/+2
2010-01-17Recursive PKGREVISION bump for jpeg update to 8.wiz1-2/+2
2009-03-05pci.py: add a parser for our kernfs pciback interfacebouyer1-2/+2
pciquirk.py: fix uninitialized variable when there's no PERMISSIVE_CONFIG_FILE add a note about exported PCI devices in netbsd1 example file Python hacking by Pierre-Emmanuel Le Roux at LIP6 (thanks !) PKGREVISION++
2009-02-09Switch to Python 2.5 as default. Bump revision of all packages that havejoerg1-2/+2
changed runtime dependencies now.
2009-01-17Require DAEMON for /etc/rc.d/xend instead of "disks network". Should fixbouyer1-2/+2
issue reported Damian Sobczak on port-xen@ where xend is started before mountall. bump PKGREVISION
2008-09-16Fixe some mmap() and mlock() issues; makes xm dump-core and suspend/resumebouyer1-1/+2
work for linux guests. Bump PKGREVISION.
2008-08-30Make xentools3 packages conflict with xentools33bouyer1-2/+2
2008-08-07DESTDIR support for xentools3{,-hvm}.joerg1-11/+13
2008-04-27Update to Xen 3.1.4. Chnages are bugfixes, mostly in various HVM parts.bouyer1-6/+5
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2008-04-17PYTHON_VERSIONS_ACCEPTED+=25abs1-2/+2
2008-03-08On NetBSD, the pseudo-tty attributes are reset when the slave is openbouyer1-2/+2
for the first time. This cause a race between xenconsole and xenconsoled, where the later start writing to the master pty before the former has switched it back to raw, causing some lines to be echoed back to the domU. Fix this by keeping the slave open in xenconsoled, so that when xenconsole opens it attributes are not reset. Hint provided by fvdl@, thanks ! Because of this we no longer need to set the slave to raw in xenconsole, so shorten patch-cc. Bump PKGREVISION.
2008-03-03Fix python interpreter path in some python files.xtraeme1-11/+10
2008-03-03Enable the build of pygrub.hannken1-1/+3
Ok: Manuel Bouyer <bouyer@netbsd.org>
2008-02-17Use /usr/include/xen/xenio*.h if present, falling back to the onesbouyer1-6/+8
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.
2008-02-15Update xen3 packages to 3.1.3. Changes are mostly bugfixes and enhancementbouyer1-3/+3
in HVM support.
2008-01-18Per the process outlined in revbump(1), perform a recursive revbumptnn1-1/+2
on packages that are affected by the switch from the openssl 0.9.7 branch to the 0.9.8 branch. ok jlam@
2007-12-07Fix MASTER_SITES. Pointed out by Petar Bogdanovic on port-xen@bouyer1-2/+2
2007-12-03Update the Xen3 packages to 3.1.2.bouyer1-5/+4
Package changes: point HOMEPAGE to http://xen.org/ looks like the Xen peoples won't put a tarball on their http server for this; I built one from their repository and put it in ${MASTER_SITE_LOCAL} Summary of changes since 3.1.0: some of our patches have been integrated upstream, thanks to Christoph Egger various performances improvements and bug fixes, including some security fixes, and one bug that would lead to floating point register leak/corruption from HVM to PV guests on Intel VMX CPUs.
2007-11-17Make it build and run on amd64.bouyer1-3/+11
2007-06-14Rename xentools30 to xentools3 to acknowledge that Xen dropped one digitbouyer1-0/+189
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.