Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-15 Thread Yang Zhong
On Tue, Sep 14, 2021 at 08:51:47AM +0200, Philippe Mathieu-Daudé wrote: > On 7/19/21 1:21 PM, Yang Zhong wrote: > > > This series is Qemu SGX virtualization implementation rebased on latest > > Qemu release. The numa support for SGX will be sent in another patchset > > once this basic SGX

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-14 Thread Philippe Mathieu-Daudé
On 7/19/21 1:21 PM, Yang Zhong wrote: > This series is Qemu SGX virtualization implementation rebased on latest > Qemu release. The numa support for SGX will be sent in another patchset > once this basic SGX patchset are merged. > backends/hostmem-epc.c | 118 ++ >

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-08 Thread Paolo Bonzini
On 07/09/21 11:51, Yang Zhong wrote: Paolo, I have moved hmp and qmp codes to target/i386/monitor.c and also fixed the issue with test tool(tests/qtest/test-hmp). This issue is caused by 'machine none' test in the hmp, the previous patches only covered qmp test in 'machine none'

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-07 Thread Jarkko Sakkinen
On Tue, 2021-09-07 at 17:51 +0800, Yang Zhong wrote: > On Mon, Sep 06, 2021 at 03:13:08PM +0200, Paolo Bonzini wrote: > > Hi, > > > > the monitor patches did not pass the test-hmp qtest, and also they > > should be in target/i386/monitor.c (see other commands that were > > implemented there for

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-07 Thread Yang Zhong
On Mon, Sep 06, 2021 at 03:13:08PM +0200, Paolo Bonzini wrote: > Hi, > > the monitor patches did not pass the test-hmp qtest, and also they > should be in target/i386/monitor.c (see other commands that were > implemented there for SEV). However, I've sent a pull request with > the rest. >

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-06 Thread Yang Zhong
On Mon, Sep 06, 2021 at 03:13:08PM +0200, Paolo Bonzini wrote: > Hi, > > the monitor patches did not pass the test-hmp qtest, and also they > should be in target/i386/monitor.c (see other commands that were > implemented there for SEV). However, I've sent a pull request with > the rest. >

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-09-06 Thread Paolo Bonzini
Hi, the monitor patches did not pass the test-hmp qtest, and also they should be in target/i386/monitor.c (see other commands that were implemented there for SEV). However, I've sent a pull request with the rest. Thanks, Paolo On Mon, Jul 19, 2021 at 1:27 PM Yang Zhong wrote: > > Since Sean

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-07-29 Thread Yang Zhong
On Wed, Jul 28, 2021 at 05:57:51PM +0200, Paolo Bonzini wrote: > On 19/07/21 13:21, Yang Zhong wrote: > >Since Sean Christopherson has left Intel and i am responsible for Qemu SGX > >upstream work. His @intel.com address will be bouncing and his new email( > >sea...@google.com) is also in CC

Re: [PATCH v4 00/33] Qemu SGX virtualization

2021-07-28 Thread Paolo Bonzini
On 19/07/21 13:21, Yang Zhong wrote: Since Sean Christopherson has left Intel and i am responsible for Qemu SGX upstream work. His @intel.com address will be bouncing and his new email( sea...@google.com) is also in CC lists. This series is Qemu SGX virtualization implementation rebased on

[PATCH v4 00/33] Qemu SGX virtualization

2021-07-19 Thread Yang Zhong
Since Sean Christopherson has left Intel and i am responsible for Qemu SGX upstream work. His @intel.com address will be bouncing and his new email( sea...@google.com) is also in CC lists. This series is Qemu SGX virtualization implementation rebased on latest Qemu release. The numa support for