public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
From: "H. Peter Anvin" <hpa-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
To: caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org
Cc: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	Andi Kleen <andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org>,
	Linus Torvalds
	<torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@public.gmane.org>,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1
Date: Tue, 17 Jul 2007 12:05:59 -0700	[thread overview]
Message-ID: <469D1317.1050202@zytor.com> (raw)
In-Reply-To: <200707172139.09131.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>

S.Çağlar Onur wrote:
> 
> If i'm not wrong X86_CMPXCHG64 depends on CONFIG_X86_PAE which depends on 
> HIGHMEM64 and again if i'm not wrong this means distributions who wants to 
> provide KVM must enable CONFIG_X86_PAE and CONFIG_HIGHMEM64G from now on?
> 

X86_PAE should depend on X86_CMPXCHG64, not the other way around.

I asked Andi Kleen about this on IRC, and he said:

<freitag> the reason was that i didn't want to hack everybody's magic
MSRs into the old verify_cpu.S

verify_cpu.S is dead on i386 (replaced by arch/i386/boot/cpucheck.c)
which does have the flags enable MSR tweaks; it is still being used for
APs on x86-64.  However, in the meantime it should be safe to remove
this dependency from i386.

	-hpa


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
kvm-devel mailing list
kvm-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/kvm-devel

  parent reply	other threads:[~2007-07-17 19:05 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-17 16:51 [GIT PULL][RESEND #2] KVM Updates for 2.6.23-rc1 Avi Kivity
2007-07-17 18:39 ` S.Çağlar Onur
     [not found]   ` <200707172139.09131.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>
2007-07-17 19:05     ` H. Peter Anvin [this message]
     [not found]       ` <469D1317.1050202-YMNOUZJC4hwAvxtiuMwx3w@public.gmane.org>
2007-07-17 19:15         ` Linus Torvalds
     [not found]           ` <alpine.LFD.0.999.0707171212070.27353-5CScLwifNT1QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org>
2007-07-17 19:26             ` H. Peter Anvin
     [not found] ` <11846910642166-git-send-email-avi-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-07-17 23:25   ` S.Çağlar Onur
     [not found]     ` <200707180225.31160.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>
2007-07-17 23:38       ` Anthony Liguori
2007-07-17 23:40         ` [kvm-devel] " S.Çağlar Onur
     [not found]         ` <469D52F4.8090909-rdkfGonbjUSkNkDKm+mE6A@public.gmane.org>
2007-07-18  9:31           ` S.Çağlar Onur
     [not found]             ` <200707181231.35628.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>
2007-07-18  9:35               ` Avi Kivity
     [not found]                 ` <469DDEF7.7020107-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-07-18 10:09                   ` S.Çağlar Onur
     [not found]                     ` <200707181309.11900.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>
2007-07-18 10:17                       ` S.Çağlar Onur
2007-07-18 10:31                     ` [kvm-devel] " Avi Kivity
     [not found]                       ` <469DEC04.8000503-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-07-18 10:50                         ` S.Çağlar Onur
     [not found]                           ` <200707181350.12919.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>
2007-07-20  5:31                             ` Avi Kivity
     [not found]                               ` <46A048C2.20807-atKUWr5tajBWk0Htik3J/w@public.gmane.org>
2007-07-20 11:37                                 ` S.Çağlar Onur
2007-07-18 17:46                         ` S.Çağlar Onur
     [not found]                           ` <200707182046.05358.caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org>
2007-07-18 18:04                             ` Avi Kivity

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=469D1317.1050202@zytor.com \
    --to=hpa-ymnouzjc4hwavxtiumwx3w@public.gmane.org \
    --cc=andi-Vw/NltI1exuRpAAqCnN02g@public.gmane.org \
    --cc=caglar-caicS1wCkhO6A22drWdTBw@public.gmane.org \
    --cc=kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=torvalds-de/tnXTf+JLsfHDXvbKv3WD2FQJk+8+b@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