Up to [cvs.NetBSD.org] / pkgsrc / sysutils / xenkernel415
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 30 00:21:15 2022 UTC (2 weeks, 4 days ago) by khorben
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +5 -5
lines
Diff to previous 1.2 (colored)
Typos in MESSAGE Bumps PKGREVISION.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Sep 21 12:23:49 2021 UTC (7 months, 3 weeks ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.1: +6 -1
lines
Diff to previous 1.1 (colored)
Update xenkernel415 and xentools415 to 4.15.1. 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
Revision 1.1 / (download) - annotate - [select for diffs], Sun Apr 18 12:31:26 2021 UTC (12 months, 4 weeks ago) by bouyer
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Add xenkernel415 and xentools415 version 4.15.0 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.