--- nono/vm/virtio_def.h 2026/04/29 17:05:24 1.1.1.1 +++ nono/vm/virtio_def.h 2026/04/29 17:05:29 1.1.1.2 @@ -51,8 +51,10 @@ class VirtIO // DEVICE_ID static const uint32 DEVICE_ID_INVALID = 0; - static const uint32 DEVICE_ID_NET = 1; + static const uint32 DEVICE_ID_NETWORK = 1; static const uint32 DEVICE_ID_BLOCK = 2; + static const uint32 DEVICE_ID_CONSOLE = 3; + static const uint32 DEVICE_ID_ENTROPY = 4; static std::string DeviceIDStr(uint32); // STATUS