Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-02-21 Thread Markus Armbruster
Zhao Liu writes: > From: Zhao Liu > > Hi list, > > This is the our v8 patch series, rebased on the master branch at the > commit 11be70677c70 ("Merge tag 'pull-vfio-20240129' of > https://github.com/legoater/qemu into staging"). > > Compared with v7 [1], v8 mainly has the following changes: >

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-02-21 Thread Zhao Liu
On Wed, Feb 21, 2024 at 01:41:35PM +0100, Markus Armbruster wrote: > Date: Wed, 21 Feb 2024 13:41:35 +0100 > From: Markus Armbruster > Subject: Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU > > Zhao Liu writes: > > > From: Zhao Liu > > > >

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-02-15 Thread Zhao Liu
Hi Daniel, On Thu, Feb 08, 2024 at 04:52:33PM +, Daniel P. Berrangé wrote: > Date: Thu, 8 Feb 2024 16:52:33 + > From: "Daniel P. Berrangé" > Subject: Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU > > On Fri, Feb 02, 2024 at 12:10:58AM +0800, Zhao

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-02-08 Thread Daniel P . Berrangé
On Fri, Feb 02, 2024 at 12:10:58AM +0800, Zhao Liu wrote: > Hi Daniel, > > On Thu, Feb 01, 2024 at 09:21:48AM +, Daniel P. Berrangé wrote: > > Date: Thu, 1 Feb 2024 09:21:48 + > > From: "Daniel P. Berrangé" > > Subject: Re: [PATCH v8 00/21]

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-02-01 Thread Zhao Liu
Hi Daniel, On Thu, Feb 01, 2024 at 09:21:48AM +, Daniel P. Berrangé wrote: > Date: Thu, 1 Feb 2024 09:21:48 + > From: "Daniel P. Berrangé" > Subject: Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU > > On Thu, Feb 01, 2024 at 10:57:32AM +0800, Zhao

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-02-01 Thread Daniel P . Berrangé
On Thu, Feb 01, 2024 at 10:57:32AM +0800, Zhao Liu wrote: > Hi Daniel, > > On Wed, Jan 31, 2024 at 10:28:42AM +, Daniel P. Berrangé wrote: > > Date: Wed, 31 Jan 2024 10:28:42 + > > From: "Daniel P. Berrangé" > > Subject: Re: [PATCH v8 00/21]

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-01-31 Thread Zhao Liu
Hi Daniel, On Wed, Jan 31, 2024 at 10:28:42AM +, Daniel P. Berrangé wrote: > Date: Wed, 31 Jan 2024 10:28:42 + > From: "Daniel P. Berrangé" > Subject: Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU > > On Wed, Jan 31, 2024 at 06:13:29PM +0800, Zhao

Re: [PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-01-31 Thread Daniel P . Berrangé
On Wed, Jan 31, 2024 at 06:13:29PM +0800, Zhao Liu wrote: > From: Zhao Liu > > Hi list, > > This is the our v8 patch series, rebased on the master branch at the > commit 11be70677c70 ("Merge tag 'pull-vfio-20240129' of > https://github.com/legoater/qemu into staging"). > > Compared with v7 [1],

[PATCH v8 00/21] Introduce smp.modules for x86 in QEMU

2024-01-31 Thread Zhao Liu
From: Zhao Liu Hi list, This is the our v8 patch series, rebased on the master branch at the commit 11be70677c70 ("Merge tag 'pull-vfio-20240129' of https://github.com/legoater/qemu into staging"). Compared with v7 [1], v8 mainly has the following changes: * Introduced smp.modules for x86 ins