All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Derzhavets <bderzhavets@yahoo.com>
To: xen-devel@lists.xensource.com
Subject: Re: xen/next Linux 2.6.32 pv_ops dom0 kernel
Date: Sat, 20 Feb 2010 13:01:24 -0800 (PST)	[thread overview]
Message-ID: <424437.27268.qm@web56108.mail.re3.yahoo.com> (raw)
In-Reply-To: <224802.27798.qm@web56103.mail.re3.yahoo.com>


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

Sample:-

[root@fedora linux-2.6-xen]# git pull     
                       
remote: Counting objects: 1661, done.
remote: Compressing objects: 100% (597/597), done.
remote: Total 1040 (delta 843), reused 524 (delta 409)
Receiving objects: 100% (1040/1040), 243.06 KiB | 55 KiB/s, done.
Resolving deltas: 100% (843/843), completed with 184 local objects.
>From git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen      
   f2014f7..523f506  xen/core   -> origin/xen/core                 
 * [new branch]      xen/dom0/acpi -> origin/xen/dom0/acpi         
   444c982..ca352dc  xen/dom0/acpi-parser -> origin/xen/dom0/acpi-parser
 * [new branch]      xen/dom0/apic-next -> origin/xen/dom0/apic-next    
   e762bd5..b5280ed  xen/dom0/backend/blkback -> origin/xen/dom0/backend/blkback
   e116b21..f0aedbb  xen/dom0/backend/blktap2 -> origin/xen/dom0/backend/blktap2
   f4685d0..f8a9a00  xen/dom0/backend/core -> origin/xen/dom0/backend/core      
   a84aa84..c6f55dd  xen/dom0/backend/netback -> origin/xen/dom0/backend/netback
   33fdaa9..2d2cb9a  xen/dom0/gntdev -> origin/xen/dom0/gntdev                  
 * [new branch]      xen/dom0/konrad-swiotlb-2.6.32 -> origin/xen/dom0/konrad-swiotlb-2.6.32
   7906f14..a36135d  xen/dom0/mce -> origin/xen/dom0/mce                                    
   29ab662..aa75c0a  xen/dom0/pciback -> origin/xen/dom0/pciback                            
   7113308..eebc806  xen/frontend -> origin/xen/frontend                                    
   60e0545..733bcb9  xen/master -> origin/xen/master                                        
   f251273..ab77527  xen/next   -> origin/xen/next                                          
   4f3c9d7..7ec723a  xen/pcifront -> origin/xen/pcifront                                    
   aa228e3..7d9b144  xen/vsyscall -> origin/xen/vsyscall                                    
Updating 60e0545..733bcb9                                                                   
Fast forward                                                                                
 arch/x86/include/asm/dma-mapping.h    |    1 +                                             
 arch/x86/include/asm/fixmap.h         |    2 +
 arch/x86/include/asm/xen/pci.h        |    4 +-
 arch/x86/include/asm/xen/swiotlb.h    |    4 +-
 arch/x86/kernel/amd_iommu_init.c      |    2 +-
 arch/x86/kernel/aperture_64.c         |    2 +-
 arch/x86/kernel/pci-calgary_64.c      |    2 +-
 arch/x86/kernel/pci-gart_64.c         |    2 +-
 arch/x86/kernel/pci-swiotlb.c         |    3 +
 arch/x86/mm/tlb.c                     |    2 +
 arch/x86/pci/xen.c                    |    6 ++-
 arch/x86/xen/enlighten.c              |    3 +-
 arch/x86/xen/pci-swiotlb.c            |   11 +---
 arch/x86/xen/pci.c                    |    2 +-
 drivers/acpi/processor_core.c         |    9 +--
 drivers/block/xen-blkfront.c          |   83 ++++++++++++++++++++++++++--
 drivers/xen/Kconfig                   |    5 ++
 drivers/xen/acpi_processor.c          |   10 +++-
 drivers/xen/blkback/Makefile          |    3 +-
 drivers/xen/blkback/blkback-pagemap.c |    7 ++-
 drivers/xen/blkback/blkback-pagemap.h |   18 ++++++-
 drivers/xen/blkback/blkback.c         |   21 +++----
 drivers/xen/blkback/common.h          |    4 -
 drivers/xen/blktap/Makefile           |    2 +-
 drivers/xen/blktap/blktap.h           |   12 ++++-
 drivers/xen/blktap/control.c          |    3 +-
 drivers/xen/blktap/device.c           |   98 ++++++++++++++++-----------------
 drivers/xen/blktap/request.c          |    9 +--
 drivers/xen/blktap/ring.c             |    2 +-
 drivers/xen/blktap/sysfs.c            |    6 +-
 include/xen/acpi.h                    |    2 +
 include/xen/grant_table.h             |    4 +-
 mm/memory.c                           |    1 +
 33 files changed, 231 insertions(+), 114 deletions(-)

[root@fedora linux-2.6-xen]# git checkout origin/xen/next -b xen/next
Checking out files: 100% (10334/10334), done.
Branch xen/next set up to track remote branch xen/next from origin.
Switched to a new branch 'xen/next'


--- On Sat, 2/20/10, Boris Derzhavets <bderzhavets@yahoo.com> wrote:

From: Boris Derzhavets <bderzhavets@yahoo.com>
Subject: Re: [Xen-devel] xen/next Linux 2.6.32 pv_ops dom0 kernel
To: xen-devel@lists.xensource.com
Date: Saturday, February 20, 2010, 3:50 PM

# git pull
# git checkout origin/xen/next -b xen/next
will switch to from xen/master to xen/next

Make sure what current branch is :-
# git branch

Boris.

--- On Sat, 2/20/10, Stefan Kuhne <stefan.kuhne@gmx.net> wrote:

From: Stefan Kuhne <stefan.kuhne@gmx.net>
Subject: Re: [Xen-devel] xen/next Linux 2.6.32 pv_ops dom0 kernel
To: xen-devel@lists.xensource.com
Date: Saturday, February 20, 2010, 2:55 PM

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?

Regards,
Stefan Kuhne


-----Inline Attachment Follows-----

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



      
-----Inline Attachment Follows-----

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



      

[-- Attachment #1.2: Type: text/html, Size: 12101 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-20 21:01 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 [this message]
2010-02-21  2:02               ` Pasi Kärkkäinen
2010-02-23 18:41                 ` Martinx
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=424437.27268.qm@web56108.mail.re3.yahoo.com \
    --to=bderzhavets@yahoo.com \
    --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 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.