Commit d87e2dc
committed
Add struct virtio_net_dev Entry in struct vm_t
This commit adds a struct `virtio_net_dev` entry
within the struct `vm_t` structure to facilitate
the implementation of the virtio-net device.
This addition is necessary to integrate and manage
the virtio-net device within the broader context
of the virtual machine.1 parent 79d0a3e commit d87e2dc
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
| |||
0 commit comments