Solo5 hvt ABI and MFT1/ABI1 note format as wire codecs
0

Configure Feed

Select the types of activity you want to include in your feed.

solo5: the virtio-net tender serves Net.Back

The virtio-net device-model moved under Net.Back; the tender, bench and test
name Net.Back.Make instead of Net.Make. The re-exported protocol constants
(device_id, config_bytes, queue indices) are unchanged.

+1 -1
+1 -1
lib/tender/virtio_net.ml
··· 13 13 let blit_sub t addr src off len = Guest.write_sub t ~gpa:addr src ~off ~len 14 14 end 15 15 16 - module Vnet = Virtio_mmio.Net.Make (Mem) 16 + module Vnet = Virtio_mmio.Net.Back.Make (Mem) 17 17 18 18 (* VIRTIO_F_VERSION_1 (bit 32): the one feature a modern device requires. *) 19 19 let feature_version_1 = Int64.shift_left 1L 32