summaryrefslogtreecommitdiff
path: root/sysutils/xentools415/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-01-15xentools415: convert to egg.mkwiz1-3/+9
From Oskar on pkgsrc-users. Bump PKGREVISION.
2021-09-21Update xenkernel415 and xentools415 to 4.15.1.bouyer1-2/+2
32bits PV guests are now unsupported security-wise, and upstream disables them by default. This packages keep the support enabled for transition, but this will change for the next quarter branch. It is recommended to switch to pvh+pvshim for PV guests (or pvh if you run netbsd-current). Other changes are bugfixes, including fixes for XSA up to XSA-384
2021-04-18Add xenkernel415 and xentools415 version 4.15.0bouyer1-0/+825
Xen is a hypervisor which supports running multiple guest operating systems on a single machine. Guest OSes (also called "domains") can be either paravirtualised (i.e. make hypercalls in order to access hardware), run in HVM (Hardware Virtualisation Mode) where they will be presented with virtual devices, or a combination where they use hypercalls to access hardware but manage memory themselves. At boot, the xen kernel is loaded along with the guest kernel for the first domain (called domain0). domain0 has privileges to access the physical hardware (PCI and ISA devices), administrate other domains and provide virtual devices (disks and network) to other domains.