Re: [PATCH v20210602 02/38] xl: fix description of migrate --debug

2021-06-02 Thread Juergen Gross
On 02.06.21 14:32, Olaf Hering wrote: xl migrate --debug used to track every pfn in every batch of pages. But these times are gone. The code in xc_domain_save is the consumer of this knob, but it considers it only for the remus and colo case. Adjust the help text to tell what --debug does today:

[PATCH v20210602 02/38] xl: fix description of migrate --debug

2021-06-02 Thread Olaf Hering
xl migrate --debug used to track every pfn in every batch of pages. But these times are gone. The code in xc_domain_save is the consumer of this knob, but it considers it only for the remus and colo case. Adjust the help text to tell what --debug does today: Nothing. Signed-off-by: Olaf Hering