--- nono/lib/monitor.h 2026/04/29 17:05:18 1.1.1.5 +++ nono/lib/monitor.h 2026/04/29 17:05:22 1.1.1.6 @@ -42,6 +42,9 @@ static constexpr int ID_MONITOR_MEMDUMP( static constexpr int ID_MONITOR_RTL8019AS(int n) { return ID_MONITOR_RTL8019AS0 + n; } +static constexpr int ID_MONITOR_VIRTIO_BLOCK(int n) { + return ID_MONITOR_VIRTIO_BLOCK0 + n; +} static constexpr int ID_MONITOR_XPMEMDUMP(int n) { return ID_MONITOR_XPMEMDUMP0 + n; }