--- nono/vm/virtio_def.cpp 2026/04/29 17:05:29 1.1.1.2 +++ nono/vm/virtio_def.cpp 2026/04/29 17:05:43 1.1.1.3 @@ -20,6 +20,10 @@ VirtIO::DeviceIDStr(uint32 id) "Block Device", // 2 "Console Device", // 3 "Entropy Device", // 4 + "Balloon Device", // 5 + "6", // 6 + "7", // 7 + "SCSI Device", // 8 }; assert(id < countof(idnames)); return idnames[id];