All of lore.kernel.org
 help / color / mirror / Atom feed
From: Daniel Kiper <daniel.kiper@oracle.com>
To: Jan Beulich <JBeulich@suse.com>
Cc: keir <keir@xen.org>, Ian Campbell <ian.campbell@citrix.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	andrew.cooper3@citrix.com, Roy Franz <roy.franz@linaro.org>,
	ning.sun@intel.com, ross.philipson@citrix.com,
	xen-devel@lists.xenproject.org, qiaowei.ren@intel.com,
	richard.l.maliszewski@intel.com, gang.wei@intel.com,
	Fu Wei <fu.wei@linaro.org>
Subject: Re: [PATCH v2 0/5] xen: Break multiboot (v1) dependency and add multiboot2 support
Date: Thu, 25 Sep 2014 15:01:40 +0200	[thread overview]
Message-ID: <20140925130140.GV3459@olila.local.net-space.pl> (raw)
In-Reply-To: <5423F96C0200007800038CDF@mail.emea.novell.com>

On Thu, Sep 25, 2014 at 10:15:56AM +0100, Jan Beulich wrote:
> >>> On 24.09.14 at 19:48, <roy.franz@linaro.org> wrote:
> > On Wed, Sep 24, 2014 at 10:19 AM, Daniel Kiper <daniel.kiper@oracle.com> wrote:
> >> Hi,
> >>
> >> This patch series breaks multiboot (v1) protocol dependency and adds
> >> multiboot2 support. It lays down the foundation for EFI + GRUB2 + Xen
> >> development. Detailed description of ideas and thoughts you will
> >> find in commit message for every patch. If something is not obvious
> >> please drop me a line.
> >>
> >> Most of the requested things are fixed but there are still some minor
> >> outstanding issues (multiboot2 tags generation, excessive amount of casts
> >> in xen/arch/x86/boot/reloc.c, etc.; please check commit messages for
> >> more details). If something is not fixed yet it means that I do not have
> >> good idea how to do that. In case you spot something which was mentioned
> >> during previous review and still think that your comment is valid
> >> in particular case please notify me.
> >>
> >> Below you can find reply for Konrad's questions in regards to
> >> exception request for Xen 4.5 release.
> >>
> >>> Couple of questions:
> >>>
> >>>  - Since this is mostly XBI code, is there a lot of overlap with the ARM/x86
> >>>    refactoring of the EFI code? As in, will it require a lot of
> >>>    rebasing/fixing it up?
> >>
> >> I did not checked that right now. However, Roy once told me that this should
> >> not be very big issue because overlap is not so big. Please check this email
> >> for more details:
> > http://lists.xen.org/archives/html/xen-devel/2014-08/msg01173.html
> >>
> >> Sadly, it was sent more then one month ago so maybe something has changed.
> >> Roy, any comments on that?
> > There aren't fundamental conceptual conflicts, but there will be quite
> > a bit of refactoring/rebasing to do.  Most of my patchset is
> > re-organizing
> > x86/efi/boot.c, so rebasing it on this patchset would be a significant
> > amount of work.   My guess is that the first 10 of the 13 patches
> > in my series would need be be completely redone, as the code they are
> > rearranging has been changed by your series.
> > I think that it would be much less work for you to re-base your series
> > on mine, than the other way.  The x86/efi/boot.c changes
> > are a relatively small part of your series, but are the bulk of mine.
> >
> > I should have another version of my patchset out today.
>
> And when looking at both series later today in detail, I'm certainly
> going to give priority to Roy's as I expect that one to be largely
> ready to go in now (or at least a sufficiently large initial part of it).

OK. Roy, do you expect any bigger changes in your code right now?
May I rebase safely my work on latest release of your patches?
Should I care about anything in special way?

Daniel

  parent reply	other threads:[~2014-09-25 13:02 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-24 17:19 [PATCH v2 0/5] xen: Break multiboot (v1) dependency and add multiboot2 support Daniel Kiper
2014-09-24 17:19 ` [PATCH v2 1/5] xen/x86: Introduce MultiBoot Data (MBD) type Daniel Kiper
2014-09-24 18:40   ` Andrew Cooper
2014-09-25  9:22     ` Jan Beulich
2014-09-25 12:56       ` Daniel Kiper
2014-09-25 13:24         ` Jan Beulich
2014-09-25 19:24     ` Daniel Kiper
2014-09-26  8:13       ` Jan Beulich
2014-09-24 17:19 ` [PATCH v2 2/5] xen/x86: Define e820 entries counter as unsigned int Daniel Kiper
2014-09-24 18:10   ` Andrew Cooper
2014-09-24 17:19 ` [PATCH v2 3/5] xen/x86: Migrate to boot_info structure Daniel Kiper
2014-09-24 19:00   ` Andrew Cooper
2014-09-25  9:43   ` Ian Campbell
2014-09-25 12:32     ` Daniel Kiper
2014-09-24 17:19 ` [PATCH v2 4/5] xen/x86: Use constant as multiboot protocol identifier Daniel Kiper
2014-09-24 18:11   ` Andrew Cooper
2014-09-24 17:19 ` [PATCH v2 5/5] xen/x86: Add multiboot2 protocol support Daniel Kiper
2014-09-24 19:14   ` Andrew Cooper
2014-09-25 18:42     ` Daniel Kiper
2014-09-25 18:52       ` Andrew Cooper
2014-09-24 17:48 ` [PATCH v2 0/5] xen: Break multiboot (v1) dependency and add multiboot2 support Roy Franz
2014-09-25  9:15   ` Jan Beulich
2014-09-25  9:45     ` Ian Campbell
2014-09-25 13:01     ` Daniel Kiper [this message]
2014-09-25 15:56       ` Roy Franz
2014-09-25 19:47         ` Daniel Kiper

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=20140925130140.GV3459@olila.local.net-space.pl \
    --to=daniel.kiper@oracle.com \
    --cc=JBeulich@suse.com \
    --cc=andrew.cooper3@citrix.com \
    --cc=fu.wei@linaro.org \
    --cc=gang.wei@intel.com \
    --cc=ian.campbell@citrix.com \
    --cc=keir@xen.org \
    --cc=ning.sun@intel.com \
    --cc=qiaowei.ren@intel.com \
    --cc=richard.l.maliszewski@intel.com \
    --cc=ross.philipson@citrix.com \
    --cc=roy.franz@linaro.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=xen-devel@lists.xenproject.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 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.