> -----Original Message----- > From: linux-fbdev-ow...@vger.kernel.org [mailto:linux-fbdev- > ow...@vger.kernel.org] On Behalf Of Olaf Hering > Sent: Tuesday, February 19, 2013 1:40 PM > To: Haiyang Zhang > Cc: florianschandi...@gmx.de; linux-fb...@vger.kernel.org; KY Srinivasan; > jasow...@redhat.com; linux-kernel@vger.kernel.org; > de...@linuxdriverproject.org > Subject: Re: [PATCH RFC] video: Add Hyper-V Synthetic Video Frame Buffer > Driver > > On Tue, Feb 19, Haiyang Zhang wrote: > > > The emulated video device is a separate device from the synthetic > video. > > The synthetic driver can only take control of the synthetic video, but > not > > the emulated video. > > Please add this to the comment above.
Will do. > > Actually, we already have a similar mechanism in ata/ata_piix.c to > disable > > emulated IDE drive on Hyper-V, so it won't conflict with the synthetic > drive. > > I havent read the vesafb code, but I think it can kind of give up the > hardware, something ata_piix can not do. In my test, the vesafb doesn't automatically give up the emulated video device, unless I add the DMI based mechanism to let it exit on Hyper-V. Thanks, - Haiyang