Re: [PATCH 11/16] hw/9pfs: Add Linux error number definition

2022-11-01 Thread Christian Schoenebeck
On Monday, October 24, 2022 6:57:54 AM CET Bin Meng wrote: > From: Guohuai Shi > > When using 9p2000.L protocol, the errno should use the Linux errno. > Currently magic numbers with comments are used. Replace these with > macros for future expansion. > > Signed-off-by: Guohuai Shi > Signed-off-

[PATCH 11/16] hw/9pfs: Add Linux error number definition

2022-10-23 Thread Bin Meng
From: Guohuai Shi When using 9p2000.L protocol, the errno should use the Linux errno. Currently magic numbers with comments are used. Replace these with macros for future expansion. Signed-off-by: Guohuai Shi Signed-off-by: Bin Meng --- hw/9pfs/9p-linux-errno.h | 151