All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laszlo Ersek <lersek@redhat.com>
To: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Cc: Julien Grall <julien.grall@linaro.org>,
	Wei Liu <wei.liu2@citrix.com>,
	Ian Campbell <ian.campbell@citrix.com>,
	Olivier Martin <olivier.martin@arm.com>,
	Stefano Stabellini <stefano.stabellini@eu.citrix.com>,
	Jordan Justen <jordan.l.justen@intel.com>,
	"edk2-devel@lists.sourceforge.net"
	<edk2-devel@lists.sourceforge.net>,
	Leif Lindholm <leif.lindholm@linaro.org>,
	xen-devel@lists.xen.org, Roy Franz <roy.franz@linaro.org>,
	"Kinney, Michael D" <michael.d.kinney@intel.com>,
	Anthony PERARD <anthony.perard@citrix.com>
Subject: Re: [PATCH v5 00/29] Xen/ARM guest support
Date: Tue, 24 Feb 2015 19:41:43 +0100	[thread overview]
Message-ID: <54ECC5E7.9030201@redhat.com> (raw)
In-Reply-To: <CAKv+Gu-sX4s2YQK_2b3BCUtPQo77SEFd1JQom0wyvKO28qn7vA@mail.gmail.com>

On 02/24/15 19:37, Ard Biesheuvel wrote:
> On 24 February 2015 at 18:34, Laszlo Ersek <lersek@redhat.com> wrote:
>> On 02/24/15 19:02, Ard Biesheuvel wrote:
>>
>>> Changes since v4:
>>> - rename InterlockedCompareExchange16 () patch as suggested by Jordan, and added
>>>   his ack
>>> - fix a bug spotted by Anthony in the TestAndClearBit () implementation
>>> - added more acks and R-b's
>>
>> - Are there any patches missing review tags?
> 
> There is just one patch, #23, which had a bug so I was hoping Anthony
> would add his R-b to the now fixed version.
> The InterlockedCompareExchange16() has Jordan's ack, but no reply yet
> from Michael Kinney.
> 
>> - Who should push this once everything is reviewed?
>>
> 
> Good question. Are you volunteering? :-)

Yes. Kick me when you have a public branch with the final review tags added.

Thanks
Laszlo

  reply	other threads:[~2015-02-24 18:41 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-24 18:02 [PATCH v5 00/29] Xen/ARM guest support Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 01/29] ArmPkg: allow HYP timer interrupt to be omitted Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 02/29] ArmPkg: allow patchable PCDs for memory, FD and FV addresses Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 03/29] ArmPlatformPkg: allow patchable PCD for FD base address Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 04/29] ArmVirtualizationPkg: add GICv3 detection to VirtFdtDxe Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 05/29] ArmVirtualizationPkg: allow patchable PCD for device tree base address Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 06/29] ArmVirtualizationPkg: move early UART discovery to PlatformPeim Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 07/29] ArmVirtualizationPkg: use a HOB to store device tree blob Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 08/29] ArmVirtualizationPkg: add padding to FDT allocation Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 09/29] ArmVirtualizationPkg: add a relocatable version of PrePi Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 10/29] ArmVirtualizationPkg: implement custom MemoryInitPeiLib Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 11/29] ArmVirtualizationPkg: allow patchable PCD for FV and DT base addresses Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 12/29] ArmVirtualizationPkg: Xen/PV relocatable platformlib instance Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 13/29] MdePkg/BaseSynchronizationLib: Added proper support for ARM architecture Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 14/29] MdePkg/BaseSynchronizationLib: Add InterlockedCompareExchange16 Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 15/29] Ovmf/Xen: move Xen interface version to <xen.h> Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 16/29] Ovmf/Xen: fix pointer to int cast in XenBusDxe Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 17/29] Ovmf/Xen: refactor XenBusDxe hypercall implementation Ard Biesheuvel
2015-02-24 18:02 ` [PATCH v5 18/29] Ovmf/Xen: move XenBusDxe hypercall code to separate library Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 19/29] Ovmf/Xen: introduce XENIO_PROTOCOL Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 20/29] Ovmf/Xen: add separate driver for Xen PCI device Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 21/29] Ovmf/Xen: move XenBusDxe to abstract XENIO_PROTOCOL Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 22/29] Ovmf/Xen: implement XenHypercallLib for ARM Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 23/29] Ovmf/Xen: port XenBusDxe to other architectures Ard Biesheuvel
2015-02-24 18:53   ` Anthony PERARD
2015-02-24 19:02     ` Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 24/29] Ovmf/Xen: add Xen PV console SerialPortLib driver Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 25/29] ArmVirtualizationPkg: implement dummy RealTimeClockLib for Xen Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 26/29] Ovfm/Xen: add a Vendor Hardware device path GUID for the XenBus root Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 27/29] ArmVirtualizationPkg: add XenIoMmioLib Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 28/29] ArmVirtualizationPkg/VirtFdtDxe: wire up XenBusDxe to "xen, xen" DT node Ard Biesheuvel
2015-02-24 18:03 ` [PATCH v5 29/29] ArmVirtualizationPkg: add platform description for Xen guests Ard Biesheuvel
2015-02-24 18:34 ` [PATCH v5 00/29] Xen/ARM guest support Laszlo Ersek
2015-02-24 18:37   ` Ard Biesheuvel
2015-02-24 18:41     ` Laszlo Ersek [this message]
2015-02-24 19:01       ` Ard Biesheuvel
2015-02-24 19:14         ` Laszlo Ersek
2015-02-25 10:17           ` Ard Biesheuvel
2015-03-03  3:00 ` Wu, Feng
2015-03-03  7:09   ` Ard Biesheuvel
     [not found]   ` <CAKv+Gu9sC6pPi7zhNrs4mt=tRkZGwO7T6ANbjaL5xyV7FdLqDg@mail.gmail.com>
2015-03-03  7:14     ` Wu, Feng

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=54ECC5E7.9030201@redhat.com \
    --to=lersek@redhat.com \
    --cc=anthony.perard@citrix.com \
    --cc=ard.biesheuvel@linaro.org \
    --cc=edk2-devel@lists.sourceforge.net \
    --cc=ian.campbell@citrix.com \
    --cc=jordan.l.justen@intel.com \
    --cc=julien.grall@linaro.org \
    --cc=leif.lindholm@linaro.org \
    --cc=michael.d.kinney@intel.com \
    --cc=olivier.martin@arm.com \
    --cc=roy.franz@linaro.org \
    --cc=stefano.stabellini@eu.citrix.com \
    --cc=wei.liu2@citrix.com \
    --cc=xen-devel@lists.xen.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.