From mboxrd@z Thu Jan 1 00:00:00 1970 From: Don Slutz Subject: Re: [PATCH v10 01/10] tools: Add vga=vmware Date: Wed, 20 May 2015 13:40:39 -0400 Message-ID: <555CC717.4010409@one.verizon.com> References: <1431646469-23022-1-git-send-email-dslutz@verizon.com> <1431646469-23022-2-git-send-email-dslutz@verizon.com> <555532E6.1040608@citrix.com> <1431679757.8943.5.camel@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1431679757.8943.5.camel@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Campbell , Andrew Cooper Cc: Tim Deegan , Kevin Tian , Keir Fraser , Jun Nakajima , Stefano Stabellini , George Dunlap , Ian Jackson , Eddie Dong , "xen-devel@lists.xen.org" , Aravind Gopalakrishnan , Jan Beulich , Boris Ostrovsky , Suravee Suthikulpanit List-Id: xen-devel@lists.xenproject.org On 05/15/15 04:49, Ian Campbell wrote: > On Fri, 2015-05-15 at 00:42 +0100, Andrew Cooper wrote: >> On 15/05/2015 00:34, Don Slutz wrote: >>> This allows use of QEMU's VMware emulated video card >>> >>> Signed-off-by: Don Slutz >> >> Nack. >> >> Qemu-trad is currently has remote code execution vulnerabilities in its >> vmware vga model. CVE-2014-3689 amongst others. > > Maybe we should only be exposing this new functionality with the > qemu-upstream model? > > In general we've not been taking new development to -trad for some time. > I plan to go with the prevent usage of vga=vmware in device_model_version=qemu-xen-traditional -Don Slutz >> >> Please fix those first before offering an option to configure it. >> >> ~Andrew >>