1 HVF v0.14 is available for download.
3 HVF is a hypervisor OS for z/Architecture systems.
6 http://www.josefsipek.net/projects/hvf/src/
9 git://repo.or.cz/hvf.git
12 This release took far too long to make. But it was worth it. Beside assorted
13 bug-fixes, and other cleanups a decent amount of work went toward having the
14 CP communicate with the user. Hopefully, with the current code, it won't be
15 too hard to implement a rudimentary command reading and parsing.
17 The highlight of this release is the fact that it worked on a z10 without
20 As always, patches, and other feedback is welcome.
27 Josef 'Jeff' Sipek (19):
28 mm: clean up DAT table allocation code
29 directory: add guest storage size value to the directory structure
30 sched: task structure needs to define a guest state
31 cp: allocate storage for guest & assemble guest address space
32 console: create con_printf - a printf that works for any console
33 nucleus: spawn a CP task for the operator's console
34 channel: remove struct mida definition as it is not useful
35 console: update obsolete comment
36 cp: print the current time at logon
37 nucleus: a dummy program interrupt handler
38 nucleus: introduce snprintf
39 nucleus: replace die() with abend()
40 types: fix u64 and s64 type definition
41 loader: fix compiler warning about pointer size
42 io: use a monotonic counter as the IO parameter
43 mm: fix __do_alloc_pages to use the proper list wrapper instead of open-coding
44 device: introduce find_device_by_sch
45 io: add device driver interruption callback