qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] qemu 0.14.0 realview-pbx PCI support


From: asim khan
Subject: [Qemu-devel] qemu 0.14.0 realview-pbx PCI support
Date: Thu, 10 Mar 2011 10:12:25 +0530

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]