Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-12-02 Thread Julien Grall
, Peter Maydell , Stefano Stabellini , Anthony Perard , Paul Durrant , open list:ARM TCG CPUs , open list:X86 Xen CPUs Subject: Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine Hi, There seem to be some missing patches on xen-devel (including the cover letter). Is that expected? Not sure what

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-12-01 Thread Garhwal, Vikram
] hw/arm: introduce xenpv machine Hi, There seem to be some missing patches on xen-devel (including the cover letter). Is that expected? Not sure what went wrong there. I can see all of these on QEMU-devel. Perhaps xen-devel is not in maintainer’s list for all the xen files? On 15/10/2022 06:07

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-28 Thread Oleksandr Tyshchenko
On Fri, Oct 28, 2022 at 8:58 PM Julien Grall wrote: > Hi, > Hello all. [sorry for the possible format issues] > > On 27/10/2022 09:02, Alex Bennée wrote: > > > > Vikram Garhwal writes: > > > > > >> Optional: When CONFIG_TPM is enabled, it also creates a tpm-tis-device, > adds a > >> TPM

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-28 Thread Julien Grall
Hi, On 27/10/2022 09:02, Alex Bennée wrote: Vikram Garhwal writes: 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 functionalities for a guest domain. Extra command

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-27 Thread Alex Bennée
Vikram Garhwal writes: > Add a new machine xenpv 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

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-27 Thread Alex Bennée
Julien Grall writes: > Hi, > > There seem to be some missing patches on xen-devel (including the > cover letter). Is that expected? > > On 15/10/2022 06:07, Vikram Garhwal wrote: >> Add a new machine xenpv which creates a IOREQ server to register/connect with >> Xen Hypervisor. > > I don't

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-27 Thread Alex Bennée
Vikram Garhwal writes: > 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 functionalities for a guest domain. > > Extra command line for aarch64 xenpv QEMU to

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-19 Thread Julien Grall
Hi Stefano, On 19/10/2022 01:15, Stefano Stabellini wrote: On Tue, 18 Oct 2022, Julien Grall wrote: On 18/10/2022 02:26, Stefano Stabellini wrote: On Sun, 16 Oct 2022, Julien Grall wrote: Hi, There seem to be some missing patches on xen-devel (including the cover letter). Is that expected?

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-18 Thread Stefano Stabellini
On Tue, 18 Oct 2022, Julien Grall wrote: > On 18/10/2022 02:26, Stefano Stabellini wrote: > > On Sun, 16 Oct 2022, Julien Grall wrote: > > > Hi, > > > > > > There seem to be some missing patches on xen-devel (including the cover > > > letter). Is that expected? > > > > > > On 15/10/2022 06:07,

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-18 Thread Julien Grall
Hi Stefano, On 18/10/2022 02:26, Stefano Stabellini wrote: On Sun, 16 Oct 2022, Julien Grall wrote: Hi, There seem to be some missing patches on xen-devel (including the cover letter). Is that expected? On 15/10/2022 06:07, Vikram Garhwal wrote: Add a new machine xenpv which creates a IOREQ

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-17 Thread Stefano Stabellini
On Sun, 16 Oct 2022, Julien Grall wrote: > Hi, > > There seem to be some missing patches on xen-devel (including the cover > letter). Is that expected? > > On 15/10/2022 06:07, Vikram Garhwal wrote: > > Add a new machine xenpv which creates a IOREQ server to register/connect > > with > > Xen

Re: [PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-16 Thread Julien Grall
Hi, There seem to be some missing patches on xen-devel (including the cover letter). Is that expected? On 15/10/2022 06:07, Vikram Garhwal wrote: Add a new machine xenpv which creates a IOREQ server to register/connect with Xen Hypervisor. I don't like the name 'xenpv' because it doesn't

[PATCH v1 10/12] hw/arm: introduce xenpv machine

2022-10-14 Thread Vikram Garhwal
Add a new machine xenpv which creates a IOREQ server to register/connect with Xen Hypervisor. Xen IOREQ connection expect the TARGET_PAGE_SIZE to 4096, and the xenpv machine on ARM will have no CPU definitions. We need to define TARGET_PAGE_SIZE appropriately ourselves. Optional: When CONFIG_TPM