Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Go through operating system kernel special needs for each popular OS choice.
    • e.g. Is VIRTIO reasonably supported for RTOSes or other requirements?
    • e.g. What is the impact of new RTOS initiatives, as well as migration of legacy code from dedicated hardware to a virtualized environment (because the hardware goes out of production or similar).  Thread-X, AUTOSAR (OSEK), ZaphyrZephyr, FreeRTOS, Arm MBed, (and no-RTOS bare-metal VMs).
  • (green star) (smile)  Clock synchronization, real-time clock abstraction (probably a good topic for the AVPS)
    • Discussed today for the purpose of synchronized logs... but are not there more reasons?  E.g. systems that can do load-balancing, redundancy (offloading, transferring tasks), don't they need a common time?
  • (smile) Timer paravirtualization
    • CPU scheduling reporting HV<->VM, e.g. kernels do not get accurate information about system load.  Steal time reporting.  The time while a VM was not scheduled, even though it should run (= Steal time).
    • A spec from Arm ("Arm para-virtualized time" DEN0057A ) covers how to report steal time.
  • (blue star) General topic: Needs for (easier, better) virtualization support in future SoCs.
    • Still examples of how IP-block diversity and limitations causes issues (32 bit device in an otherwise 64-bit architecture)
    • Is virtualization truly a top priority for SoC vendors?
  • Agreed definition of virtualization.  Non-MMU systems seem to use the term even if the implementation is rather hardware separation.

...