[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads
From: |
Peter Xu |
Subject: |
Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads |
Date: |
Thu, 5 Dec 2024 11:15:03 -0500 |
On Wed, Dec 04, 2024 at 05:48:52PM -0500, Peter Xu wrote:
> > > > @@ -71,6 +72,10 @@
> > > > const unsigned int postcopy_ram_discard_version;
> > > > +static ThreadPool *load_threads;
> > > > +static int load_threads_ret;
> > > > +static bool load_threads_abort;
One thing I forgot to mention in the previous reply..
We should avoid adding random global vars. I hope we can still move these
into MigrationIncomingState.
--
Peter Xu
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Peter Xu, 2024/12/04
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads,
Peter Xu <=
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Maciej S. Szmigiero, 2024/12/10
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Peter Xu, 2024/12/12
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Maciej S. Szmigiero, 2024/12/12
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Peter Xu, 2024/12/16
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Maciej S. Szmigiero, 2024/12/16
- Re: [PATCH v3 08/24] migration: Add thread pool of optional load threads, Peter Xu, 2024/12/17