Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Z vm fixes #916

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Z vm fixes #916

wants to merge 4 commits into from

Commits on Feb 8, 2023

  1. Add function ".log" for debugging and information

    Each log message created with .log will contain a severity, the
    originating file and the function where the log had been called. The
    function is called with:
    .log <severity> <message>
    where severity is defined in
    https://en.wikipedia.org/wiki/Syslog#Severity_level
    Berthold Gunreben committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    3aa70dc View commit details
    Browse the repository at this point in the history
  2. Fix z/VM Worker

    In z/VM, the system representation of the SWAP device is just a four
    digit hex number. However, the build script expects a partition within
    a disk instead. This change rewrites the device number into a block
    device when needed.
    Berthold Gunreben committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    a0569af View commit details
    Browse the repository at this point in the history
  3. Fix z/VM Worker

    The IUCV console connection is not always responding fast enough,
    therefore loop until the connection works.
    
    This change also removes the creation of a specific initrd, since the
    default has all needed modules available.
    Berthold Gunreben committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    4bb87c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4b0f27 View commit details
    Browse the repository at this point in the history