Re: [QEMU][PATCH v5 00/10] Introduce xenpvh machine for arm architecture

2023-02-07 Thread Garhwal, Vikram
Hi David, I forked the QEMU latest master branch and added these 10 patches. Branch Link: https://github.com/gvikram31/qemu Please let me know if I misunderstood your request. Regards, vikram On 2/7/23, 2:13 AM, "David Woodhouse" wrote: On Tue, 2023-01-31 at 14:51 -0800, Vikram Garhwal wrote:

Re: [QEMU][PATCH v5 00/10] Introduce xenpvh machine for arm architecture

2023-02-07 Thread David Woodhouse
On Tue, 2023-01-31 at 14:51 -0800, Vikram Garhwal wrote: > > Hi, > This series add xenpvh machine for aarch64. Motivation behind creating xenpvh > machine with IOREQ and TPM was to enable each guest on Xen aarch64 to have > it's > own unique and emulated TPM. > > This series does following: >   

[QEMU][PATCH v5 00/10] Introduce xenpvh machine for arm architecture

2023-01-31 Thread Vikram Garhwal
MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, This series add xenpvh machine for aarch64. Motivation behind creating xenpvh machine with IOREQ and TPM was to enable each guest on Xen aarch64 to have it's own unique and emulated TPM. This series does