I think I know what is my problem. In the src/VBox/VMM/PDMDevice.cpp I'm running into assertion "Only one PCI device per device is currently implemented!". What would I have to do in order to implement this? Is this beyond what I could do in a day or two or is this something relatively straight forward?
Thanks! -- robert --- Robert Zeljko <[EMAIL PROTECTED]> wrote: > PDMDEVREG data structure contains cbInstances field which I'm assuming > indicates max instance number of the device. > What is the mechanism to instantiate multiple devices except via VM > configuration changes, if any? > > Thanks! > > -- robert > > _______________________________________________ > vbox-dev mailing list > [email protected] > http://vbox.innotek.de/mailman/listinfo/vbox-dev > _______________________________________________ vbox-dev mailing list [email protected] http://vbox.innotek.de/mailman/listinfo/vbox-dev
