[Xen-devel] [PATCH v4 23/29] Ovmf/Xen: port XenBusDxe to other architectures

2015-02-12 Thread Ard Biesheuvel
This patch updates XenBusDxe to use the 16-bit compare and exchange function that was introduced for this purpose to the BaseSynchronizationLib. It also provides a new generic implementation of TestAndClearBit () using the same 16-bit compare and exchange, making this module fully architecture agno

Re: [Xen-devel] [PATCH v4 23/29] Ovmf/Xen: port XenBusDxe to other architectures

2015-02-23 Thread Anthony PERARD
On Thu, Feb 12, 2015 at 07:19:15PM +0800, Ard Biesheuvel wrote: > This patch updates XenBusDxe to use the 16-bit compare and exchange > function that was introduced for this purpose to the > BaseSynchronizationLib. It also provides a new generic implementation > of TestAndClearBit () using the same