|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] libxl: Allow PV guests to add a PCI device witho
On Fri, 30 Jul 2010, Mihir Nanavati wrote:
> Stylistically, I'd be happy to follow any suggestions you have - would
> just switching it to
> errno != ENOSYS be sufficient?
>
> I think the content is ok - in HVM it effectively becomes if(rc < 0)
> and in PV guests it becomes if(rc < 0 && errno != ENOSYS) which should
> be correct. Or am I missing something?
>
I think the patch is correct, I'll apply it fixing the style.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- Re: [Xen-devel] [PATCH] libxl: Allow PV guests to add a PCI device without an IOMMU,
Stefano Stabellini <=
|
|
|
|
|