WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-ia64-devel

Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18580, Linux#687, ioemu#0f3d638

To: KUWAMURA Shin'ya <kuwa@xxxxxxxxxxxxxx>
Subject: Re: [Xen-ia64-devel] Xen/IPF Unstable CS#18580, Linux#687, ioemu#0f3d6384... Status Report --- no new issue
From: Isaku Yamahata <yamahata@xxxxxxxxxxxxx>
Date: Tue, 7 Oct 2008 17:09:06 +0900
Cc: xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
Delivery-date: Tue, 07 Oct 2008 01:09:54 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20081007.165026.134057438.kuwa@xxxxxxxxxxxxxx>
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
References: <BB1F052FCDB1EA468BD99786C8B1ED2C01B86F9A20@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <20081007.165026.134057438.kuwa@xxxxxxxxxxxxxx>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.6i
Hi.

I modified ia64 hvm domain builder to calculate more
precisely.
So not only MMIO hole (1GB), but also VGA io hole (VGA_IO_SIZE)
should be taken into consideration.

thanks,

On Tue, Oct 07, 2008 at 04:50:26PM +0900, KUWAMURA Shin'ya wrote:
> Hi Zhang,
> 
> >>>>> On Mon, 6 Oct 2008 09:54:13 +0800
> >>>>> jingke.zhang@xxxxxxxxx("Zhang, Jingke")  said:
> > 
> >     2. With 4096M, VTI can not boot up emulated rtl8139 network-card
> >     3. With 4095M, qemu of VTI guest will disappear when booting
> 
> Could you try the attached patch of tools/ioemu-remote? 
> With it, both 2. and 3. passed on my environment.
> This code comes from xen-unstable:10936, but ioemu-remote does not
> have it.
> 
> Best regards,

> diff --git a/vl.c b/vl.c
> index 120b607..9f2445e 100644
> --- a/vl.c
> +++ b/vl.c
> @@ -8670,6 +8670,12 @@ int main(int argc, char **argv)
>      }
>  
>  #endif
> +
> +#if defined (__ia64__)
> +    if (ram_size > MMIO_START)
> +        ram_size += 1 * MEM_G; /* skip 3G-4G MMIO, LEGACY_IO_SPACE etc. */
> +#endif
> +
>      /* init the memory */
>      phys_ram_size = machine->ram_require & ~RAMSIZE_FIXED;
>  

> _______________________________________________
> Xen-ia64-devel mailing list
> Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-ia64-devel

-- 
yamahata

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel

<Prev in Thread] Current Thread [Next in Thread>