1. Major changes in release 8.1
This document describes the major changes of version 8.1.
2. Hypervisor Commands
2.1. File location
the
inithv.shshell script for the first time RTOSVisor installation has moved from/hv/configto/hv/binall shell scripts located in
/hv/configexcept the hardware partitioning scripts have been moved from/hv/configto/hv/binthe initial configuration files are located in
/hv/templates/configand copied to/hv/configat the first time initialization done by/hv/bin/inithv.sh
2.2. Basic Commands
most RTOSVisor shell scripts are available via a
hv_XXXXalias command and can be executed at any location. For example the/hv/bin/adjmemconfig.shshell script is available at any location using thehv_adjmemconfigcommanddevice assignment is done using the commands
hv_addethorhv_addpcidevguests are started or stopped in the following way:
change the working folder to the guest (e.g.
cd /hv/guests/examples/rt-linux)call
hv_guest_startto start the guestcall
hv_guest_restartto restart the guest without reloading the Hypervisor configuration (only supported for RTOS guests)call
hv_guest_consoleto show the guest consolecall
hv_guest_stopto shutdown the guest
3. Guests
All guests are stored in /hv/guests.
The following example guest configurations are provided:
the Windows example guest configuration has been moved from
/hv/VMs/vm1to/hv/guests/examples/windowsa new Ubuntu example guest configuration is located in
/hv/guests/examples/ubuntuthe RT-Linux example guest has been moved from
/hv/lxto/hv/guests/examples/rt-linuxthe VxWorks example guest has been moved from
/hv/vxto/hv/guests/examples/vxworksthe RTOS-32 example guest has been moved from
/hv/rtos-32to/hv/guests/examples/rtos-32
3.1. file server
The file server will expose the folder /hv/guests as the root folder for all guests.
4. Partitioning
Devices to be used by the RTOS have to be put into /hv/config/usr_hvpart.sh instead of /hv/hvpart.sh.