public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: Izik Eidus <izike-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
To: Anthony Liguori <anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	qemu-devel-qX2TKyscuCcdnm+yROfE0A@public.gmane.org,
	Avi Kivity <avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>,
	Paul Brook <paul-qD8j1LwMmJjtCj0u4l0SBw@public.gmane.org>,
	Andrzej Zaborowski
	<balrogg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	Fabrice Bellard <fabrice-+Yn2HnRVxb5AfugRpC6u6w@public.gmane.org>
Subject: Re: [PATCH 1/5] Use correct types to enable >	2G	support (v3)
Date: Mon, 04 Feb 2008 17:43:06 +0200	[thread overview]
Message-ID: <1202139786.18306.9.camel@localhost.localdomain> (raw)
In-Reply-To: <47A73040.3030501-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>


On Mon, 2008-02-04 at 09:33 -0600, Anthony Liguori wrote:
> Izik Eidus wrote:
> > On Mon, 2008-02-04 at 09:11 -0600, Anthony Liguori wrote:
> >   
> >> KVM supports more than 2GB of memory for x86_64 hosts.  The following patch
> >> fixes a number of type related issues where int's were being used when they
> >> shouldn't have been.  It also introduces CMOS support so the BIOS can build
> >> the appropriate e820 tables.
> >>     
> >
> > again, you need patch the bios for this, as the bochs bios doesnt know
> > how to map memory above 4 giga, and it doesnt know about this CMOS
> > addresses, (look at the patch that i sent)
> >   
> 
> Right, but the important point is, that in the absence of the bochs 
> BIOS, this patch does no harm.

yes, you are right, but beacuse that i saw that you patching the bios
i thought you wanted to do it as well and just didnt see my email...

> 
> Regards,
> 
> Anthony Liguori
> 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

  parent reply	other threads:[~2008-02-04 15:43 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-04 15:11 [PATCH 0/5] Support for the Kernel Virtual Machine interface (v3) Anthony Liguori
     [not found] ` <1202137865-20232-1-git-send-email-aliguori-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2008-02-04 15:11   ` [PATCH 1/5] Use correct types to enable > 2G support (v3) Anthony Liguori
     [not found]     ` <1202137865-20232-2-git-send-email-aliguori-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
2008-02-04 15:29       ` Izik Eidus
     [not found]         ` <1202138985.18306.7.camel-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2008-02-04 15:33           ` Anthony Liguori
     [not found]             ` <47A73040.3030501-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2008-02-04 15:43               ` Izik Eidus [this message]
2008-02-04 15:31       ` Anthony Liguori
2008-04-08 21:50     ` [Qemu-devel] " Aurelien Jarno
2008-04-09 19:52       ` [Qemu-devel] [PATCH 1/5] Use correct types toenable " Sebastian Herbszt
2008-02-04 15:11   ` [PATCH 2/5] SCI fixes (v2) Anthony Liguori
2008-05-27  3:05     ` [kvm-devel] " Alex Williamson
2008-05-27 18:28       ` Anthony Liguori
2008-05-28  6:27         ` Avi Kivity
2008-05-28 12:37           ` Alex Williamson
2008-05-28 13:06             ` Avi Kivity
2008-05-28 21:50               ` Alex Williamson
2008-02-04 15:11   ` [PATCH 3/5] Fix daemonize options (v2) Anthony Liguori
2008-02-04 15:11   ` [PATCH 4/5] Tell BIOS about the number of CPUs (v2) Anthony Liguori
2008-02-04 15:11   ` [PATCH 5/5] QEMU support for the Kernel Virtual Machine interface (v3) Anthony Liguori

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=1202139786.18306.9.camel@localhost.localdomain \
    --to=izike-atkuwr5tajbwk0htik3j/w@public.gmane.org \
    --cc=anthony-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org \
    --cc=avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org \
    --cc=balrogg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=fabrice-+Yn2HnRVxb5AfugRpC6u6w@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=paul-qD8j1LwMmJjtCj0u4l0SBw@public.gmane.org \
    --cc=qemu-devel-qX2TKyscuCcdnm+yROfE0A@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox