Re: [libvirt] [PATCH 2/3] Increase size of driver table to make UML work again

2011-01-18 Thread Eric Blake
On 01/18/2011 10:31 AM, Daniel P. Berrange wrote: > The driver table only has 10 slots, but there are potentially > 11 drivers that need activating. Improve the error message > when driver registration fails > > * src/libvirt.c: Increase driver table size & improve errors > --- > src/libvirt.c |

[libvirt] [PATCH 2/3] Increase size of driver table to make UML work again

2011-01-18 Thread Daniel P. Berrange
The driver table only has 10 slots, but there are potentially 11 drivers that need activating. Improve the error message when driver registration fails * src/libvirt.c: Increase driver table size & improve errors --- src/libvirt.c | 34 +- 1 files changed, 25 ins