Re: [PATCH v4 1/2] xen/kbdif: Sync up with the canonical definition in Xen
From: Juergen Gross <jgross@suse.com>
Date: 2018-05-18 11:18:06
Also in:
lkml
From: Juergen Gross <jgross@suse.com>
Date: 2018-05-18 11:18:06
Also in:
lkml
On 18/05/18 11:59, Oleksandr Andrushchenko wrote:
From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
This is the sync up with the canonical definition of the keyboard
protocol in Xen:
1. Add missing string constants for {feature|request}-raw-pointer
to align with the rest of the interface file.
2. Add new XenStore feature fields, so it is possible to individually
control set of exposed virtual devices for each guest OS:
- set feature-disable-keyboard to 1 if no keyboard device needs
to be created
- set feature-disable-pointer to 1 if no pointer device needs
to be created
Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
Cc: Konrad Rzeszutek Wilk <redacted>Reviewed-by: Juergen Gross <jgross@suse.com> Juergen