* RE: HG question
@ 2005-07-15 16:07 Nakajima, Jun
2005-07-15 16:32 ` Jerone Young
0 siblings, 1 reply; 5+ messages in thread
From: Nakajima, Jun @ 2005-07-15 16:07 UTC (permalink / raw)
To: Keir Fraser, Puthiyaparambil, Aravindh; +Cc: xen-devel
BTW, the current x86_64 xenlinux requires the CPUs to support NX/XD.
It's basically a bug, but the priority is low at this point because only
very early stepping of x86_64 CPUs don't support NX/XD as far as I know.
Keir Fraser wrote:
> On 15 Jul 2005, at 16:31, Puthiyaparambil, Aravindh wrote:
>
>> Is there any way to find out using mercurial if a certain patch was
>> applied to the unstable tree or not? For example what command should
>> I use to find out if "[PATCH] Restoring NX/XD for x86_64 xenlinux"
>> made it into the tree or not?
>
> hg -v history | grep "Restoring NX"
>
> -- Keir
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
Jun
---
Intel Open Source Technology Center
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: HG question
2005-07-15 16:07 HG question Nakajima, Jun
@ 2005-07-15 16:32 ` Jerone Young
0 siblings, 0 replies; 5+ messages in thread
From: Jerone Young @ 2005-07-15 16:32 UTC (permalink / raw)
To: Nakajima, Jun; +Cc: xen-devel
Well we had an issue with our blades where the bios disabled the ability
for the CPU to interpert NX bit. We should have a check to see if the NX
bit is supported & remove it from pages if it's not. I'll get a patch to
the list on this.
On Fri, 2005-07-15 at 09:07 -0700, Nakajima, Jun wrote:
> BTW, the current x86_64 xenlinux requires the CPUs to support NX/XD.
> It's basically a bug, but the priority is low at this point because only
> very early stepping of x86_64 CPUs don't support NX/XD as far as I know.
>
> Keir Fraser wrote:
> > On 15 Jul 2005, at 16:31, Puthiyaparambil, Aravindh wrote:
> >
> >> Is there any way to find out using mercurial if a certain patch was
> >> applied to the unstable tree or not? For example what command should
> >> I use to find out if "[PATCH] Restoring NX/XD for x86_64 xenlinux"
> >> made it into the tree or not?
> >
> > hg -v history | grep "Restoring NX"
> >
> > -- Keir
> >
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
>
> Jun
> ---
> Intel Open Source Technology Center
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
--
Jerone Young
IBM Linux Technology Center
jyoung5@us.ibm.com
512-838-1157 (T/L: 678-1157)
^ permalink raw reply [flat|nested] 5+ messages in thread
* HG question
@ 2005-07-15 15:31 Puthiyaparambil, Aravindh
2005-07-15 15:38 ` Mark Williamson
2005-07-15 15:44 ` Keir Fraser
0 siblings, 2 replies; 5+ messages in thread
From: Puthiyaparambil, Aravindh @ 2005-07-15 15:31 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 408 bytes --]
Is there any way to find out using mercurial if a certain patch was
applied to the unstable tree or not? For example what command should I
use to find out if "[PATCH] Restoring NX/XD for x86_64 xenlinux" made it
into the tree or not?
Thanks
Aravindh Puthiyaparambil
Windows Server Platforms
Tredyffrin E240
Phone 610-648-2416 NET2 x385-2416
E-Mail: aravindh.puthiyaparambil@unisys.com
[-- Attachment #1.2: Type: text/html, Size: 1891 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: HG question
2005-07-15 15:31 Puthiyaparambil, Aravindh
@ 2005-07-15 15:38 ` Mark Williamson
2005-07-15 15:44 ` Keir Fraser
1 sibling, 0 replies; 5+ messages in thread
From: Mark Williamson @ 2005-07-15 15:38 UTC (permalink / raw)
To: xen-devel
You could look through "hg log"
Use -v to see the full changeset comments, use -p to see the patches
themselves.
--debug, I believe, tells you more about which files were modified.
HTH,
Mark
On Friday 15 July 2005 16:31, Puthiyaparambil, Aravindh wrote:
> Is there any way to find out using mercurial if a certain patch was
> applied to the unstable tree or not? For example what command should I
> use to find out if "[PATCH] Restoring NX/XD for x86_64 xenlinux" made it
> into the tree or not?
>
> Thanks
>
> Aravindh Puthiyaparambil
> Windows Server Platforms
> Tredyffrin E240
> Phone 610-648-2416 NET2 x385-2416
> E-Mail: aravindh.puthiyaparambil@unisys.com
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: HG question
2005-07-15 15:31 Puthiyaparambil, Aravindh
2005-07-15 15:38 ` Mark Williamson
@ 2005-07-15 15:44 ` Keir Fraser
1 sibling, 0 replies; 5+ messages in thread
From: Keir Fraser @ 2005-07-15 15:44 UTC (permalink / raw)
To: Puthiyaparambil, Aravindh; +Cc: xen-devel
On 15 Jul 2005, at 16:31, Puthiyaparambil, Aravindh wrote:
> Is there any way to find out using mercurial if a certain patch was
> applied to the unstable tree or not? For example what command should I
> use to find out if “[PATCH] Restoring NX/XD for x86_64 xenlinux” made
> it into the tree or not?
hg -v history | grep "Restoring NX"
-- Keir
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-07-15 16:32 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-15 16:07 HG question Nakajima, Jun
2005-07-15 16:32 ` Jerone Young
-- strict thread matches above, loose matches on Subject: below --
2005-07-15 15:31 Puthiyaparambil, Aravindh
2005-07-15 15:38 ` Mark Williamson
2005-07-15 15:44 ` Keir Fraser
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.