Re: [PULL v4 09/10] hw/arm: introduce xenpvh machine

2023-06-13 Thread Richard Henderson
On 6/12/23 02:10, Vikram Garhwal wrote: Found the fix. QTest adds 'accel = qtest' and xen machines already have "accel = xen" option by default. Adding this xenpvh machine to skip fixed the issue, other xen machines are already in skip list. I am running the gitlab-ci locally to see if there are

Re: [PULL v4 09/10] hw/arm: introduce xenpvh machine

2023-06-11 Thread Vikram Garhwal
Hi Richard, On 6/9/23 3:59 PM, Richard Henderson wrote: On 6/9/23 10:07, Stefano Stabellini wrote: From: Vikram Garhwal Add a new machine xenpvh which creates a IOREQ server to register/connect with Xen Hypervisor. Optional: When CONFIG_TPM is enabled, it also creates a tpm-tis-device, add

Re: [PULL v4 09/10] hw/arm: introduce xenpvh machine

2023-06-09 Thread Richard Henderson
On 6/9/23 10:07, Stefano Stabellini wrote: From: Vikram Garhwal Add a new machine xenpvh which creates a IOREQ server to register/connect with Xen Hypervisor. Optional: When CONFIG_TPM is enabled, it also creates a tpm-tis-device, adds a TPM emulator and connects to swtpm running on host machin

[PULL v4 09/10] hw/arm: introduce xenpvh machine

2023-06-09 Thread Stefano Stabellini
From: Vikram Garhwal Add a new machine xenpvh which creates a IOREQ server to register/connect with Xen Hypervisor. Optional: When CONFIG_TPM is enabled, it also creates a tpm-tis-device, adds a TPM emulator and connects to swtpm running on host machine via chardev socket and support TPM functio