RE: [PATCH v2] video: Add Hyper-V Synthetic Video Frame Buffer Driver

2013-03-04 Thread Haiyang Zhang
; jasow...@redhat.com; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org > Subject: Re: [PATCH v2] video: Add Hyper-V Synthetic Video Frame Buffer > Driver > > On Mon, Mar 04, 2013 at 01:56:12PM -0800, Haiyang Zhang wrote: > > --- a/include/linux/pci_ids.h > &

Re: [PATCH v2] video: Add Hyper-V Synthetic Video Frame Buffer Driver

2013-03-04 Thread Greg KH
On Mon, Mar 04, 2013 at 01:56:12PM -0800, Haiyang Zhang wrote: > --- a/include/linux/pci_ids.h > +++ b/include/linux/pci_ids.h > @@ -2951,3 +2951,6 @@ > #define PCI_DEVICE_ID_XEN_PLATFORM 0x0001 > > #define PCI_VENDOR_ID_OCZ0x1b85 > + > +#define PCI_VENDOR_ID_MICROSOFT

[PATCH v2] video: Add Hyper-V Synthetic Video Frame Buffer Driver

2013-03-04 Thread Haiyang Zhang
This is the driver for the Hyper-V Synthetic Video, which supports screen resolution up to Full HD 1920x1080 on Windows Server 2012 host, and 1600x1200 on Windows Server 2008 R2 or earlier. It also solves the double mouse cursor issue of the emulated video mode. Signed-off-by: Haiyang Zhang Revi