Re: [PATCH V2 11/13] migration: cpr-uri option

2024-10-07 Thread Peter Xu
On Mon, Sep 30, 2024 at 12:40:42PM -0700, Steve Sistare wrote: > Define the cpr-uri QEMU command-line option to specify the URI from > which CPR vmstate is loaded for cpr-transfer mode. > > Signed-off-by: Steve Sistare Acked-by: Peter Xu -- Peter Xu

[PATCH V2 11/13] migration: cpr-uri option

2024-09-30 Thread Steve Sistare
Define the cpr-uri QEMU command-line option to specify the URI from which CPR vmstate is loaded for cpr-transfer mode. Signed-off-by: Steve Sistare --- include/migration/cpr.h | 1 + migration/cpr.c | 7 +++ qemu-options.hx | 8 system/vl.c | 3 +++ 4 fil