Re: [PATCH v2 1/3] include/public: add possible status values to usbif.h

2021-09-30 Thread Luca Fancellu
> On 29 Sep 2021, at 08:46, Juergen Gross wrote: > > The interface definition of PV USB devices is lacking the specification > of possible values of the status field in a response. Those are > negative errno values as used in Linux, so they might differ in other > OS's. Specify them via approp

[PATCH v2 1/3] include/public: add possible status values to usbif.h

2021-09-29 Thread Juergen Gross
The interface definition of PV USB devices is lacking the specification of possible values of the status field in a response. Those are negative errno values as used in Linux, so they might differ in other OS's. Specify them via appropriate defines. Signed-off-by: Juergen Gross --- V2: - add pare