From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fantu Subject: Re: Need help with qemu args debug Date: Thu, 1 Mar 2012 01:18:39 -0800 (PST) Message-ID: <1330593519728-5527357.post@n5.nabble.com> References: <1330513756170-5524689.post@n5.nabble.com> <1330514555.4270.52.camel@zakaz.uk.xensource.com> <1330519499118-5524861.post@n5.nabble.com> <1330520756321-5524897.post@n5.nabble.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: 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.xensource.com List-Id: xen-devel@lists.xenproject.org Stefano Stabellini-3 wrote > > Try adding videoram=32 to the VM config file, I think the issue is that > the default videoram size for QXL is much larger (32MB) than the default > videoram size for Cirrus (8MB). > Minimum setting of the ram was 16 mb, I applied this patch for decrese minimum to 4 mb: http://git.qemu.org/?p=qemu.git;a=commit;h=80105bbfb2aa3023e959b6ea682a3fc9515080a3 And retry with -global qxl-vga.vram_size=4194304 (4 MB) but give same error /var/log/xen/qemu-dm-PRECISEHVM.log do_spice_init: starting 0.10.1 spice_server_add_interface: SPICE_INTERFACE_MIGRATION spice_server_add_interface: SPICE_INTERFACE_KEYBOARD spice_server_add_interface: SPICE_INTERFACE_MOUSE qemu: hardware error: xen: failed to populate ram at 40000000 Tried to change minimum patch and setting to 3 MB but always same result, probably samething to change about xen for support qxl graphic and assignment of its ram? I do not know how to fix or what else to try now :( -- View this message in context: http://xen.1045712.n5.nabble.com/Need-help-with-qemu-args-debug-tp5524689p5527357.html Sent from the Xen - Dev mailing list archive at Nabble.com.