All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jerone Young <jyoung5-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
To: "Zhang, Xiantao" <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
Subject: Re: [8/24]Update vl.h for target-ia64 case
Date: Wed, 12 Dec 2007 13:48:40 -0600	[thread overview]
Message-ID: <1197488920.5729.3.camel@thinkpad> (raw)
In-Reply-To: <42DFA526FC41B1429CE7279EF83C6BDCA8612D-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>

Seem to have an error here .. see below

On Sun, 2007-12-09 at 23:57 +0800, Zhang, Xiantao wrote:
> From: Zhang Xiantao <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> Date: Wed, 5 Dec 2007 10:45:29 +0800
> Subject: [PATCH] kvm: qemu: Update vl.h for ia64 case.
> 
> Update vlh. for ia64 case:
> Set MAX_BIOS_SIZE to 16M for ia64's guest firmware requirement.
> Set KVM_EXTRA_PAGES to 0 for IA64 case.
> Signed-off-by: Zhang Xiantao <xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
> ---
>  qemu/vl.h |   11 +++++++++++
>  1 files changed, 11 insertions(+), 0 deletions(-)
> 
> diff --git a/qemu/vl.h b/qemu/vl.h
> index 01aeabc..1ad61c2 100644
> --- a/qemu/vl.h
> +++ b/qemu/vl.h
> @@ -207,7 +207,11 @@ extern unsigned int nb_prom_envs;
>  #endif
>  
>  /* XXX: make it dynamic */
> +#ifndef TARGET_IA64
>  #define MAX_BIOS_SIZE (4 * 1024 * 1024)
> +#else
> +#define MAX_BIOS_SIZE (16 * 1024 *1026)

Little typo 1026 should be 1024.      ^
				      |

> +#endif
>  #if defined (TARGET_PPC) || defined (TARGET_SPARC64)
>  #define BIOS_SIZE ((512 + 32) * 1024)
>  #elif defined(TARGET_MIPS)
> @@ -215,8 +219,12 @@ extern unsigned int nb_prom_envs;
>  #endif
>  
>  #if USE_KVM
> +#ifdef TARGET_IA64
> +#define KVM_EXTRA_PAGES 0
> +#else
>  #define KVM_EXTRA_PAGES 3
>  #endif
> +#endif
>  
>  /* keyboard/mouse support */
>  
> @@ -1217,6 +1225,9 @@ extern int fd_bootchk;
>  void ioport_set_a20(int enable);
>  int ioport_get_a20(void);
>  
> +/* ipf.c*/
> +extern QEMUMachine ipf_machine;
> +
>  /* ppc.c */
>  extern QEMUMachine prep_machine;
>  extern QEMUMachine core99_machine;
> -------------------------------------------------------------------------
> SF.Net email is sponsored by:
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://sourceforge.net/services/buy/index.php
> _______________________________________________ kvm-devel mailing list kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org https://lists.sourceforge.net/lists/listinfo/kvm-devel


-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace

  parent reply	other threads:[~2007-12-12 19:48 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-09 15:57 [8/24]Update vl.h for target-ia64 case Zhang, Xiantao
     [not found] ` <42DFA526FC41B1429CE7279EF83C6BDCA8612D-wq7ZOvIWXbMAbVU2wMM1CrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2007-12-12 19:48   ` Jerone Young [this message]
2007-12-13  0:11     ` Zhang, Xiantao

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1197488920.5729.3.camel@thinkpad \
    --to=jyoung5-r/jw6+rmf7hqt0dzr+alfa@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=xiantao.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.