From mboxrd@z Thu Jan 1 00:00:00 1970 From: Konstantin Khlebnikov Subject: Re: GPU Pass-through need help. Date: Wed, 9 Feb 2011 19:33:00 +0300 Message-ID: <4D52C1BC.2050901@openvz.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Cc: "kvm@vger.kernel.org" To: Prasad Joshi Return-path: Received: from relay.parallels.com ([195.214.232.42]:35338 "EHLO relay.parallels.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753246Ab1BIQmK (ORCPT ); Wed, 9 Feb 2011 11:42:10 -0500 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Prasad Joshi wrote: > I was previously seeing a problem with the ROM BIOS, but I could solve > it by passing a correct BIOS file in function assigned_initfn. For now > I am using hardcoded file name in the code. Did you recheck video bios inside guest? (for example in sysfs) If this is bootstrap vga, guest linux kernel will use bios copy placed at 0xc0000. But in my setup qemu can only pass first 32k of option-roms, due to curruption at seabios shadow-copying stage. (seems like because improper i440fx PAM registers emulation)