Re: [Xen-devel] [PATCH] vixen: port of shadow PV console's page for L2 DomU

2018-01-11 Thread Wei Liu
Hi Sarah On Wed, Jan 10, 2018 at 09:15:52AM -0800, Sarah Newman wrote: > The current version of vixen handles console output from the guest > but not console input to the guest. This adds guest input as in > > 0d50a85f x86/pv-shim: shadow PV console's page for L2 DomU, > > but with read_smb move

Re: [Xen-devel] [PATCH] vixen: port of shadow PV console's page for L2 DomU

2018-01-11 Thread Wei Liu
On Wed, Jan 10, 2018 at 09:15:52AM -0800, Sarah Newman wrote: > The current version of vixen handles console output from the guest > but not console input to the guest. This adds guest input as in > > 0d50a85f x86/pv-shim: shadow PV console's page for L2 DomU, > > but with read_smb moved up in gu

[Xen-devel] [PATCH] vixen: port of shadow PV console's page for L2 DomU

2018-01-10 Thread Sarah Newman
The current version of vixen handles console output from the guest but not console input to the guest. This adds guest input as in 0d50a85f x86/pv-shim: shadow PV console's page for L2 DomU, but with read_smb moved up in guest_tx. Signed-off-by: Sarah Newman --- xen/arch/x86/guest/vixen.c