From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gordan Bobic Subject: Re: VGA passthrough is not working Date: Mon, 09 Jun 2014 13:29:30 +0100 Message-ID: <5395A8AA.5000903@bobich.net> References: <53959CF9.1080501@ntc-vulkan.ru> <53959FD4.2020601@bobich.net> <5395A6CA.4090507@ntc-vulkan.ru> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <5395A6CA.4090507@ntc-vulkan.ru> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 06/09/2014 01:21 PM, Maxim Gordeev wrote: > 16Gb this is BAR1. > This is example my VM config: >> /builder='hvm'// >> //memory = 16000// >> //name = "xen-hvm-cheap1"// >> //vcpus=8// >> //acpi=0// >> //disk = [ // >> //// 'file:/opt/VM/cheap1_glinux-1.img,hda,w',// >> // 'file:/opt/VM/cheap1_glinux-2.img,hdb,w'// >> // ]// >> // xen_platform_pci = 1// >> //on_poweroff = 'destroy'// >> //on_reboot = 'restart'// >> //on_crash = 'restart'// >> //device_model_version = 'qemu-xen-traditional'// >> //boot="c"// >> //vnc=1// >> //vnclisten="0.0.0.0"// >> //vncdisplay=1// >> //vncunused=1// >> //vncpasswd=''// >> //stdvga=0// >> //serial='pty'// >> //monitor=1// >> //gfx_passthru=0// >> //pci=['03:00.0' ] / > Xen 4.3 start this VM, but Xen 4.4 is not starting VM. So you are saying that this works fine with 4.3 but breaks with 4.4? Gordan