genode/repos/os
Stefan Kalkowski 2879aa003b vmm: cleanup virtio model, make it extensible
* Introduce different index types for ring counters and descriptor arrays
  within the Virtio split queue implementation
* Be more accurate in reporting the queue number supported, and raise it
  to 512
* Introduce abstractions for mmio register access, where several values
  are stored at the same place, and selector registers exist.
* Turn Virtio_device into a template to define the Virio queue type,
  and its numbers per device model (needed for e.g., future block model)

Issue #4025
2021-02-23 12:07:17 +01:00
..
doc Remove <configfile> feature from init 2020-05-18 10:16:13 +02:00
include vfs/pipe: add fifo feature to pipe plugin 2021-02-23 12:07:16 +01:00
lib nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
recipes os: api/net archive 2021-02-23 12:02:43 +01:00
run autopilot: disable run script not supported by riscv 2021-02-23 12:07:16 +01:00
src vmm: cleanup virtio model, make it extensible 2021-02-23 12:07:17 +01:00
xsd nic drivers: provide optional Uplink-client mode 2021-01-25 13:58:09 +01:00
README API documentation refinements 2017-05-31 13:16:21 +02:00

This source-code repository contains genuine low-level OS components and
interfaces of Genode. It solely depends on the framework's base API.