|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Minor bug fix in libxl_pci.c
Kaushik Kumar Ram writes ("[Xen-devel] Minor bug fix in libxl_pci.c"):
> Add missing 'break' statement.
>
> Without the 'break', assigning a pci device to a PV guest results in
> an abort, since the code always falls through to the default abort
> case in the switch statement.
>
> Signed-off-by: Kaushik Kumar Ram <kaushik@xxxxxxxx>
Thanks.
Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Committed-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|