Re: [PATCH v3 07/24] migration: Document the BQL behavior of load SaveVMHandlers

2024-12-06 Thread Peter Xu
On Fri, Dec 06, 2024 at 07:40:19PM +0100, Maciej S. Szmigiero wrote: > On 4.12.2024 22:38, Peter Xu wrote: > > On Sun, Nov 17, 2024 at 08:20:02PM +0100, Maciej S. Szmigiero wrote: > > > From: "Maciej S. Szmigiero" > > > > > > Some of these SaveVMHandlers were missing the BQL behavior annotation,

Re: [PATCH v3 07/24] migration: Document the BQL behavior of load SaveVMHandlers

2024-12-06 Thread Maciej S. Szmigiero
On 4.12.2024 22:38, Peter Xu wrote: On Sun, Nov 17, 2024 at 08:20:02PM +0100, Maciej S. Szmigiero wrote: From: "Maciej S. Szmigiero" Some of these SaveVMHandlers were missing the BQL behavior annotation, making people wonder what it exactly is. Signed-off-by: Maciej S. Szmigiero --- includ

Re: [PATCH v3 07/24] migration: Document the BQL behavior of load SaveVMHandlers

2024-12-04 Thread Peter Xu
On Sun, Nov 17, 2024 at 08:20:02PM +0100, Maciej S. Szmigiero wrote: > From: "Maciej S. Szmigiero" > > Some of these SaveVMHandlers were missing the BQL behavior annotation, > making people wonder what it exactly is. > > Signed-off-by: Maciej S. Szmigiero > --- > include/migration/register.h |

[PATCH v3 07/24] migration: Document the BQL behavior of load SaveVMHandlers

2024-11-17 Thread Maciej S. Szmigiero
From: "Maciej S. Szmigiero" Some of these SaveVMHandlers were missing the BQL behavior annotation, making people wonder what it exactly is. Signed-off-by: Maciej S. Szmigiero --- include/migration/register.h | 9 + 1 file changed, 9 insertions(+) diff --git a/include/migration/registe