xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Martinx <thiagocmartinsc@gmail.com>
To: "Pasi Kärkkäinen" <pasik@iki.fi>
Cc: xen-devel@lists.xensource.com
Subject: Re: xen/next Linux 2.6.32 pv_ops dom0 kernel
Date: Tue, 23 Feb 2010 15:41:42 -0300	[thread overview]
Message-ID: <6b7f6eb1002231041j42676eb5lc89bc219ff07e3fe@mail.gmail.com> (raw)
In-Reply-To: <20100221020249.GK2761@reaktio.net>


[-- Attachment #1.1: Type: text/plain, Size: 1842 bytes --]

Pasi, look:

*git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git
linux-2.6-xen*
Initialized empty Git repository in /usr/src/xen/linux-2.6-xen/.git/
remote: Counting objects: 1427356, done.
remote: Compressing objects: 100% (234218/234218), done.
remote: Total 1427356 (delta 1186822), reused 1420971 (delta 1182249)
Receiving objects: 100% (1427356/1427356), 310.10 MiB | 18 KiB/s, done.
Resolving deltas: 100% (1186822/1186822), done.
Checking out files: 100% (29214/29214), done.

*cd linux-2.6-xen*
*git checkout -m xen/next*
*error: pathspec 'xen/next' did not match any file(s) known to git.*

*git pull*
remote: Counting objects: 78, done.
remote: Compressing objects: 100% (59/59), done.
remote: Total 59 (delta 49), reused 0 (delta 0)
Unpacking objects: 100% (59/59), done.
>From git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
   c6f55dd..37a36aa  xen/dom0/backend/netback ->
origin/xen/dom0/backend/netback
   ab77527..5c88709  xen/next   -> origin/xen/next
Already up-to-date.

Is that right?!

Thanks!
Thiago

On 20 February 2010 23:02, Pasi Kärkkäinen <pasik@iki.fi> wrote:

> On Sat, Feb 20, 2010 at 08:55:00PM +0100, Stefan Kuhne wrote:
> > Am 20.02.2010 16:29, schrieb Pasi Kärkkäinen:
> > Hello,
> >
> > > I just tried the latest xen/next 2.6.32 64bit dom0 kernel with Xen
> 4.0.0-rc4 hypervisor.
> > > It seems to build, boot and work for me.
> > >
> > i'm new on git.
> > How can i get xen/next?
> >
>
> git clone git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.gitlinux-2.6-xen
> cd linux-2.6-xen
> git checkout -m xen/next
> git pull
>
> that should do it.
>
> -- Pasi
>
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>

[-- Attachment #1.2: Type: text/html, Size: 2741 bytes --]

[-- Attachment #2: Type: text/plain, Size: 138 bytes --]

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

  reply	other threads:[~2010-02-23 18:41 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-02-10 15:39 Issue with pv_ops Kernel 2.6.31.6 and Xen [yinghai@kernel.org: [PATCH 01/35] x86: fix sci on ioapic 1] Konrad Rzeszutek Wilk
2010-02-13 23:12 ` Marcial Rion
2010-02-16 18:10   ` SOLVED: " Konrad Rzeszutek Wilk
2010-02-16 21:51     ` Jeremy Fitzhardinge
2010-02-17  8:33       ` Pasi Kärkkäinen
2010-02-17 11:56         ` M A Young
2010-02-17 18:53           ` Jeremy Fitzhardinge
2010-02-17 22:35             ` M A Young
2010-02-17 22:56               ` Jeremy Fitzhardinge
2010-02-17 23:24                 ` M A Young
2010-02-17 18:52         ` Jeremy Fitzhardinge
2010-02-17 19:07           ` Michael D Labriola
2010-02-17 19:20             ` Pasi Kärkkäinen
2010-02-17 19:36               ` Jeremy Fitzhardinge
2010-02-17 19:41                 ` Pasi Kärkkäinen
2010-02-17 19:47                   ` Michael D Labriola
2010-02-17 19:55                     ` Pasi Kärkkäinen
2010-02-17 19:34             ` Jeremy Fitzhardinge
2010-02-20 15:29           ` xen/next Linux 2.6.32 pv_ops dom0 kernel Pasi Kärkkäinen
2010-02-20 19:55             ` Stefan Kuhne
2010-02-20 20:50               ` Boris Derzhavets
2010-02-20 21:01                 ` Boris Derzhavets
2010-02-21  2:02               ` Pasi Kärkkäinen
2010-02-23 18:41                 ` Martinx [this message]
2010-02-23 19:07                   ` Boris Derzhavets
2010-02-22 20:27             ` Jeremy Fitzhardinge
2010-02-22 23:23               ` Pasi Kärkkäinen
2010-02-22 23:34                 ` Jeremy Fitzhardinge

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=6b7f6eb1002231041j42676eb5lc89bc219ff07e3fe@mail.gmail.com \
    --to=thiagocmartinsc@gmail.com \
    --cc=pasik@iki.fi \
    --cc=xen-devel@lists.xensource.com \
    /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;
as well as URLs for NNTP newsgroup(s).