Re: [Xen-devel] [PATCH XTF] Implement pv_read

2017-07-17 Thread Wei Liu
On Mon, Jul 17, 2017 at 12:28:20PM +0200, Felix Schmoll wrote: > Implement reading from PV console. Making use of polling. > > Signed-off-by: Felix Schmoll > > --- > This is based on the console-branch of andyhhp, so that one has to > be merged before applying this

[Xen-devel] [PATCH XTF] Implement pv_read

2017-07-17 Thread Felix Schmoll
Implement reading from PV console. Making use of polling. Signed-off-by: Felix Schmoll --- This is based on the console-branch of andyhhp, so that one has to be merged before applying this patch. --- common/console.c | 27 ++-