All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
@ 2019-09-30  8:56 Oleksandr Andrushchenko
  2019-09-30 10:29 ` George Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: Oleksandr Andrushchenko @ 2019-09-30  8:56 UTC (permalink / raw)
  To: andrew.cooper3, George.Dunlap, ian.jackson, jbeulich,
	julien.grall, konrad.wilk, sstabellini, wei.liu2, xen-devel
  Cc: Oleksandr Andrushchenko

From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>

Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
---
 SUPPORT.md | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/SUPPORT.md b/SUPPORT.md
index 375473a45640..b536cf0814f3 100644
--- a/SUPPORT.md
+++ b/SUPPORT.md
@@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen PV Framebuffer protocol
 
     Status, Linux (xen-fbfront): Supported
 
+### PV display (frontend)
+
+Guest-side driver capable of speaking the Xen PV display protocol
+
+    Status, Linux: Supported
+
 ### PV Console (frontend)
 
 Guest-side driver capable of speaking the Xen PV console protocol
@@ -384,7 +390,8 @@ Guest-side driver capable of speaking the Xen PV console protocol
 ### PV keyboard (frontend)
 
 Guest-side driver capable of speaking the Xen PV keyboard protocol.
-Note that the "keyboard protocol" includes mouse / pointer support as well.
+Note that the "keyboard protocol" includes mouse / pointer /
+multi-touch support as well.
 
     Status, Linux (xen-kbdfront): Supported
 
@@ -417,6 +424,12 @@ Guest-side driver capable of making pv system calls
 
     Status, Linux: Tech Preview
 
+### PV sound (frontend)
+
+Guest-side driver capable of speaking the Xen PV sound protocol
+
+    Status, Linux: Supported
+
 ## Virtual device support, host side
 
 For host-side virtual device support,
-- 
2.23.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-09-30  8:56 [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard Oleksandr Andrushchenko
@ 2019-09-30 10:29 ` George Dunlap
  2019-09-30 10:33   ` George Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: George Dunlap @ 2019-09-30 10:29 UTC (permalink / raw)
  To: Oleksandr Andrushchenko, andrew.cooper3, George.Dunlap,
	ian.jackson, jbeulich, julien.grall, konrad.wilk, sstabellini,
	wei.liu2, xen-devel
  Cc: Juergen Gross, Oleksandr Andrushchenko

On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> 
> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
> ---
>  SUPPORT.md | 15 ++++++++++++++-
>  1 file changed, 14 insertions(+), 1 deletion(-)
> 
> diff --git a/SUPPORT.md b/SUPPORT.md
> index 375473a45640..b536cf0814f3 100644
> --- a/SUPPORT.md
> +++ b/SUPPORT.md
> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen PV Framebuffer protocol
>  
>      Status, Linux (xen-fbfront): Supported
>  
> +### PV display (frontend)
> +
> +Guest-side driver capable of speaking the Xen PV display protocol
> +
> +    Status, Linux: Supported

"Supported" has implications for the security team: namely, if a
security issue is discovered, we will issue an XSA.  Juergen, are you
satisfied that the PV display / sound drivers are of sufficient quality
that we can recommend people use them?

(I'm not saying they aren't, I just have no idea.)

Thanks,
 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-09-30 10:29 ` George Dunlap
@ 2019-09-30 10:33   ` George Dunlap
  2019-09-30 10:53     ` Jürgen Groß
  0 siblings, 1 reply; 8+ messages in thread
From: George Dunlap @ 2019-09-30 10:33 UTC (permalink / raw)
  To: Oleksandr Andrushchenko, andrew.cooper3, George.Dunlap,
	ian.jackson, jbeulich, julien.grall, konrad.wilk, sstabellini,
	wei.liu2, xen-devel
  Cc: Juergen Gross, Oleksandr Andrushchenko

On 9/30/19 11:29 AM, George Dunlap wrote:
> On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>
>> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>> ---
>>  SUPPORT.md | 15 ++++++++++++++-
>>  1 file changed, 14 insertions(+), 1 deletion(-)
>>
>> diff --git a/SUPPORT.md b/SUPPORT.md
>> index 375473a45640..b536cf0814f3 100644
>> --- a/SUPPORT.md
>> +++ b/SUPPORT.md
>> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen PV Framebuffer protocol
>>  
>>      Status, Linux (xen-fbfront): Supported
>>  
>> +### PV display (frontend)
>> +
>> +Guest-side driver capable of speaking the Xen PV display protocol
>> +
>> +    Status, Linux: Supported
> 
> "Supported" has implications for the security team: namely, if a
> security issue is discovered, we will issue an XSA.  Juergen, are you
> satisfied that the PV display / sound drivers are of sufficient quality
> that we can recommend people use them?

Sorry, I meant to add: "In the face of an active adversary".

 -George

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-09-30 10:33   ` George Dunlap
@ 2019-09-30 10:53     ` Jürgen Groß
  2019-09-30 11:26       ` George Dunlap
  0 siblings, 1 reply; 8+ messages in thread
From: Jürgen Groß @ 2019-09-30 10:53 UTC (permalink / raw)
  To: George Dunlap, julien.grall, andrew.cooper3, wei.liu2,
	George.Dunlap, ian.jackson, Oleksandr Andrushchenko, sstabellini,
	xen-devel, konrad.wilk, Jan Beulich
  Cc: Oleksandr Andrushchenko

On 30.09.19 12:33, George Dunlap wrote:
> On 9/30/19 11:29 AM, George Dunlap wrote:
>> On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>
>>> Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>> ---
>>>   SUPPORT.md | 15 ++++++++++++++-
>>>   1 file changed, 14 insertions(+), 1 deletion(-)
>>>
>>> diff --git a/SUPPORT.md b/SUPPORT.md
>>> index 375473a45640..b536cf0814f3 100644
>>> --- a/SUPPORT.md
>>> +++ b/SUPPORT.md
>>> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen PV Framebuffer protocol
>>>   
>>>       Status, Linux (xen-fbfront): Supported
>>>   
>>> +### PV display (frontend)
>>> +
>>> +Guest-side driver capable of speaking the Xen PV display protocol
>>> +
>>> +    Status, Linux: Supported
>>
>> "Supported" has implications for the security team: namely, if a
>> security issue is discovered, we will issue an XSA.  Juergen, are you
>> satisfied that the PV display / sound drivers are of sufficient quality
>> that we can recommend people use them?
> 
> Sorry, I meant to add: "In the face of an active adversary".

Yes, I think "supported" is fine.


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-09-30 10:53     ` Jürgen Groß
@ 2019-09-30 11:26       ` George Dunlap
  2019-10-28  7:24         ` Oleksandr Andrushchenko
  0 siblings, 1 reply; 8+ messages in thread
From: George Dunlap @ 2019-09-30 11:26 UTC (permalink / raw)
  To: Jürgen Groß,
	julien.grall, andrew.cooper3, wei.liu2, George.Dunlap,
	ian.jackson, Oleksandr Andrushchenko, sstabellini, xen-devel,
	konrad.wilk, Jan Beulich
  Cc: Oleksandr Andrushchenko

On 9/30/19 11:53 AM, Jürgen Groß wrote:
> On 30.09.19 12:33, George Dunlap wrote:
>> On 9/30/19 11:29 AM, George Dunlap wrote:
>>> On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
>>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>>
>>>> Signed-off-by: Oleksandr Andrushchenko
>>>> <oleksandr_andrushchenko@epam.com>
>>>> ---
>>>>   SUPPORT.md | 15 ++++++++++++++-
>>>>   1 file changed, 14 insertions(+), 1 deletion(-)
>>>>
>>>> diff --git a/SUPPORT.md b/SUPPORT.md
>>>> index 375473a45640..b536cf0814f3 100644
>>>> --- a/SUPPORT.md
>>>> +++ b/SUPPORT.md
>>>> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen
>>>> PV Framebuffer protocol
>>>>         Status, Linux (xen-fbfront): Supported
>>>>   +### PV display (frontend)
>>>> +
>>>> +Guest-side driver capable of speaking the Xen PV display protocol
>>>> +
>>>> +    Status, Linux: Supported
>>>
>>> "Supported" has implications for the security team: namely, if a
>>> security issue is discovered, we will issue an XSA.  Juergen, are you
>>> satisfied that the PV display / sound drivers are of sufficient quality
>>> that we can recommend people use them?
>>
>> Sorry, I meant to add: "In the face of an active adversary".
> 
> Yes, I think "supported" is fine.

In that case:

Acked-by: George Dunlap <george.dunlap@citrix.com>

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-09-30 11:26       ` George Dunlap
@ 2019-10-28  7:24         ` Oleksandr Andrushchenko
  2019-10-28 15:11           ` Julien Grall
  0 siblings, 1 reply; 8+ messages in thread
From: Oleksandr Andrushchenko @ 2019-10-28  7:24 UTC (permalink / raw)
  To: George Dunlap, Jürgen Groß,
	julien.grall, andrew.cooper3, wei.liu2, George.Dunlap,
	ian.jackson, sstabellini, xen-devel, konrad.wilk, Jan Beulich
  Cc: Oleksandr Andrushchenko


On 9/30/19 2:26 PM, George Dunlap wrote:
> On 9/30/19 11:53 AM, Jürgen Groß wrote:
>> On 30.09.19 12:33, George Dunlap wrote:
>>> On 9/30/19 11:29 AM, George Dunlap wrote:
>>>> On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
>>>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>>>
>>>>> Signed-off-by: Oleksandr Andrushchenko
>>>>> <oleksandr_andrushchenko@epam.com>
>>>>> ---
>>>>>    SUPPORT.md | 15 ++++++++++++++-
>>>>>    1 file changed, 14 insertions(+), 1 deletion(-)
>>>>>
>>>>> diff --git a/SUPPORT.md b/SUPPORT.md
>>>>> index 375473a45640..b536cf0814f3 100644
>>>>> --- a/SUPPORT.md
>>>>> +++ b/SUPPORT.md
>>>>> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen
>>>>> PV Framebuffer protocol
>>>>>          Status, Linux (xen-fbfront): Supported
>>>>>    +### PV display (frontend)
>>>>> +
>>>>> +Guest-side driver capable of speaking the Xen PV display protocol
>>>>> +
>>>>> +    Status, Linux: Supported
>>>> "Supported" has implications for the security team: namely, if a
>>>> security issue is discovered, we will issue an XSA.  Juergen, are you
>>>> satisfied that the PV display / sound drivers are of sufficient quality
>>>> that we can recommend people use them?
>>> Sorry, I meant to add: "In the face of an active adversary".
>> Yes, I think "supported" is fine.
> In that case:
>
> Acked-by: George Dunlap <george.dunlap@citrix.com>
Can we please have this in?

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-10-28  7:24         ` Oleksandr Andrushchenko
@ 2019-10-28 15:11           ` Julien Grall
  2019-10-28 15:27             ` Jürgen Groß
  0 siblings, 1 reply; 8+ messages in thread
From: Julien Grall @ 2019-10-28 15:11 UTC (permalink / raw)
  To: Oleksandr Andrushchenko, George Dunlap, Jürgen Groß,
	julien.grall, andrew.cooper3, wei.liu2, George.Dunlap,
	ian.jackson, sstabellini, xen-devel, konrad.wilk, Jan Beulich
  Cc: Oleksandr Andrushchenko

Hi,

On 28/10/2019 07:24, Oleksandr Andrushchenko wrote:
> 
> On 9/30/19 2:26 PM, George Dunlap wrote:
>> On 9/30/19 11:53 AM, Jürgen Groß wrote:
>>> On 30.09.19 12:33, George Dunlap wrote:
>>>> On 9/30/19 11:29 AM, George Dunlap wrote:
>>>>> On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
>>>>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>>>>
>>>>>> Signed-off-by: Oleksandr Andrushchenko
>>>>>> <oleksandr_andrushchenko@epam.com>
>>>>>> ---
>>>>>>    SUPPORT.md | 15 ++++++++++++++-
>>>>>>    1 file changed, 14 insertions(+), 1 deletion(-)
>>>>>>
>>>>>> diff --git a/SUPPORT.md b/SUPPORT.md
>>>>>> index 375473a45640..b536cf0814f3 100644
>>>>>> --- a/SUPPORT.md
>>>>>> +++ b/SUPPORT.md
>>>>>> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen
>>>>>> PV Framebuffer protocol
>>>>>>          Status, Linux (xen-fbfront): Supported
>>>>>>    +### PV display (frontend)
>>>>>> +
>>>>>> +Guest-side driver capable of speaking the Xen PV display protocol
>>>>>> +
>>>>>> +    Status, Linux: Supported
>>>>> "Supported" has implications for the security team: namely, if a
>>>>> security issue is discovered, we will issue an XSA.  Juergen, are you
>>>>> satisfied that the PV display / sound drivers are of sufficient quality
>>>>> that we can recommend people use them?
>>>> Sorry, I meant to add: "In the face of an active adversary".
>>> Yes, I think "supported" is fine.
>> In that case:
>>
>> Acked-by: George Dunlap <george.dunlap@citrix.com>
> Can we please have this in?

@Juergen: Are you happy to see PV display/sound marked as supported for Xen 4.13?

Cheers,

-- 
Julien Grall

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard
  2019-10-28 15:11           ` Julien Grall
@ 2019-10-28 15:27             ` Jürgen Groß
  0 siblings, 0 replies; 8+ messages in thread
From: Jürgen Groß @ 2019-10-28 15:27 UTC (permalink / raw)
  To: Julien Grall, Oleksandr Andrushchenko, George Dunlap,
	julien.grall, andrew.cooper3, wei.liu2, George.Dunlap,
	ian.jackson, sstabellini, xen-devel, konrad.wilk, Jan Beulich
  Cc: Oleksandr Andrushchenko

On 28.10.19 16:11, Julien Grall wrote:
> Hi,
> 
> On 28/10/2019 07:24, Oleksandr Andrushchenko wrote:
>>
>> On 9/30/19 2:26 PM, George Dunlap wrote:
>>> On 9/30/19 11:53 AM, Jürgen Groß wrote:
>>>> On 30.09.19 12:33, George Dunlap wrote:
>>>>> On 9/30/19 11:29 AM, George Dunlap wrote:
>>>>>> On 9/30/19 9:56 AM, Oleksandr Andrushchenko wrote:
>>>>>>> From: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
>>>>>>>
>>>>>>> Signed-off-by: Oleksandr Andrushchenko
>>>>>>> <oleksandr_andrushchenko@epam.com>
>>>>>>> ---
>>>>>>>    SUPPORT.md | 15 ++++++++++++++-
>>>>>>>    1 file changed, 14 insertions(+), 1 deletion(-)
>>>>>>>
>>>>>>> diff --git a/SUPPORT.md b/SUPPORT.md
>>>>>>> index 375473a45640..b536cf0814f3 100644
>>>>>>> --- a/SUPPORT.md
>>>>>>> +++ b/SUPPORT.md
>>>>>>> @@ -372,6 +372,12 @@ Guest-side driver capable of speaking the Xen
>>>>>>> PV Framebuffer protocol
>>>>>>>          Status, Linux (xen-fbfront): Supported
>>>>>>>    +### PV display (frontend)
>>>>>>> +
>>>>>>> +Guest-side driver capable of speaking the Xen PV display protocol
>>>>>>> +
>>>>>>> +    Status, Linux: Supported
>>>>>> "Supported" has implications for the security team: namely, if a
>>>>>> security issue is discovered, we will issue an XSA.  Juergen, are you
>>>>>> satisfied that the PV display / sound drivers are of sufficient 
>>>>>> quality
>>>>>> that we can recommend people use them?
>>>>> Sorry, I meant to add: "In the face of an active adversary".
>>>> Yes, I think "supported" is fine.
>>> In that case:
>>>
>>> Acked-by: George Dunlap <george.dunlap@citrix.com>
>> Can we please have this in?
> 
> @Juergen: Are you happy to see PV display/sound marked as supported for 
> Xen 4.13?

Release-acked-by: Juergen Gross <jgross@suse.com>


Juergen

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2019-10-28 15:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-30  8:56 [Xen-devel] [PATCH] SUPPORT.md: Add PV display/sound, update keyboard Oleksandr Andrushchenko
2019-09-30 10:29 ` George Dunlap
2019-09-30 10:33   ` George Dunlap
2019-09-30 10:53     ` Jürgen Groß
2019-09-30 11:26       ` George Dunlap
2019-10-28  7:24         ` Oleksandr Andrushchenko
2019-10-28 15:11           ` Julien Grall
2019-10-28 15:27             ` Jürgen Groß

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.