Index: uspace/drv/rootvirt/devices.def
===================================================================
--- uspace/drv/rootvirt/devices.def	(revision ebcb05a569ef3a706553a41bd6a44277cc63277f)
+++ uspace/drv/rootvirt/devices.def	(revision 322a8066dd6a2df80d2650aaf0b4e19bbe60b576)
@@ -22,2 +22,9 @@
 },
 #endif
+#ifdef CONFIG_RUN_VIRTUAL_USB_HC
+/* Virtual USB host controller. */
+{
+	.name = "usbhc",
+	.match_id = "usb&hc=vhc"
+},
+#endif
