Hi Sasha, On Tue, Nov 13, 2012 at 04:29:33AM +0000, Sasha Levin wrote: > On 11/12/2012 06:57 AM, Will Deacon wrote: > > diff --git a/tools/kvm/devices.c b/tools/kvm/devices.c > > new file mode 100644 > > index 0000000..f9666b9 > > --- /dev/null > > +++ b/tools/kvm/devices.c > > @@ -0,0 +1,24 @@ > > +#include "kvm/devices.h" > > +#include "kvm/kvm.h" > > + > > +#include <linux/err.h> > > + > > +static struct device_header *devices[KVM_MAX_DEVICES]; > > Does it really have a hard limit at KVM_MAX_DEVICES? Or can we turn it into > something more dynamic (list/tree/whatever)? Sure, I'm happy to change the datatype to something more appropriate. Matt also suggested trying to split up PCI devices from MMIO devices so that they have their own ID namespaces, so I'll need to have a play. Cheers, Will -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html