index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
ldomctl
/
config.c
Age
Commit message (
Expand
)
Author
2018-09-16
Add support for setting NVRAM variables.
Mark Kettenis
2018-09-16
Various improvements to generate logical domain configurations that are
Mark Kettenis
2017-01-17
Nuke some whitespace that keeps poking me in the eye as I try to
Kenneth R Westerback
2014-09-28
Use TAILQ_FOREACH_SAFE when we might delete entries for the list.
Mark Kettenis
2014-09-13
Replace all queue *_END macro calls except CIRCLEQ_END with NULL.
Doug Hogan
2013-05-08
tweak hvmd_init_guest() to check if everything was OK in md_read(),
Gleydson Soares
2013-04-03
Make it possible to explicitly specify the number of vcpus and the amount
Mark Kettenis
2013-04-01
Some firmware revisions on UltraSPARC T2 machines apparently insist on having
Mark Kettenis
2013-03-04
- check parser's return value and exit if parsing failed
Otto Moerbeek
2013-02-26
Some firmware revisions provide a factory-default configuration that contains
Mark Kettenis
2012-12-08
Fix previous.
Mark Kettenis
2012-12-08
Add a few missing properties to vnet-port devices to make Linux happy.
Mark Kettenis
2012-12-01
Add support for older firmware on UltraSPARC T1 machines.
Mark Kettenis
2012-12-01
Make it possible to share cores between domains.
Mark Kettenis
2012-11-26
We don't really need a "rngs" node in the Hypervisor MD.
Mark Kettenis
2012-11-26
Fix generation of "hvmd_mblock" node. Only add the "stick-frequency"
Mark Kettenis
2012-11-26
Regeerate Hypervisor MD from scratch instead of modifying the existing one.
Mark Kettenis
2012-11-25
More changes to make this work on UltraSPARC T2 systems. Now there's
Mark Kettenis
2012-11-25
Use "id" property as physical ID for CPUs on UltraSPARC T2 and later.
Mark Kettenis
2012-11-25
Properly remove virtual device ports if we remove the associated channels.
Mark Kettenis
2012-11-25
Add support for building a new configuration based on a configuration that
Mark Kettenis
2012-11-24
Delete "ncp" and "n2cp" virtual devices. Makes Solaris stop whining about
Mark Kettenis
2012-11-24
Get rid of some hard-coded constants. Improve memory allocation code.
Mark Kettenis
2012-11-24
Add code to create new system configuration. Work in progress, but there's
Mark Kettenis