Hi, Iam working on qemu 0.14.0.I have to support usb for realview-pbx. I still see *(!is_pb)* if (!is_pb) { dev = sysbus_create_varargs("realview_pci", 0x90040000,/*0x60000000*/ pic[48], pic[49], pic[50], pic[51], NULL); pci_bus = (PCIBus *)qdev_get_child_bus(dev, "pci"); if (usb_enabled) { fprintf(stderr, "USB ENABLED\n"); usb_ohci_init_pci(pci_bus, -1); } so even in qemu 0.14.0 still usb is not supported for realview-pbx?????? can any one suggest me things I need to do to give a try for its suporrt.
--Thanx AK