Re: [Xen-devel] [PATCH v5 00/30] arm64: Dom0 ITS emulation

2017-04-06 Thread Julien Grall
On 06/04/17 00:18, Andre Przywara wrote: Hi, Hi Andre, another round with lots of fixes for the ITS emulation series. The access to guest memory has been reworked, we now use a routine to copy to and from guest memory to also guarantee atomic access. This is courtesy of Vijaya Kumar, from a p

[Xen-devel] [PATCH v5 00/30] arm64: Dom0 ITS emulation

2017-04-05 Thread Andre Przywara
Hi, another round with lots of fixes for the ITS emulation series. The access to guest memory has been reworked, we now use a routine to copy to and from guest memory to also guarantee atomic access. This is courtesy of Vijaya Kumar, from a previous series. For a detailed changelog see below. Ope