Re: [PATCH v1] xen: remove a confusing comment on auto-translated guest I/O

2023-08-21 Thread Juergen Gross
On 02.08.23 18:31, Petr Tesarik wrote: From: Petr Tesarik After removing the conditional return from xen_create_contiguous_region(), the accompanying comment was left in place, but it now precedes an unrelated conditional and confuses readers. Fixes: 989513a735f5 ("xen: cleanup pvh leftovers f

Re: [PATCH v1] xen: remove a confusing comment on auto-translated guest I/O

2023-08-02 Thread Boris Ostrovsky
On 8/2/23 12:31 PM, Petr Tesarik wrote: From: Petr Tesarik After removing the conditional return from xen_create_contiguous_region(), the accompanying comment was left in place, but it now precedes an unrelated conditional and confuses readers. Fixes: 989513a735f5 ("xen: cleanup pvh leftove

[PATCH v1] xen: remove a confusing comment on auto-translated guest I/O

2023-08-02 Thread Petr Tesarik
From: Petr Tesarik After removing the conditional return from xen_create_contiguous_region(), the accompanying comment was left in place, but it now precedes an unrelated conditional and confuses readers. Fixes: 989513a735f5 ("xen: cleanup pvh leftovers from pv-only sources") Signed-off-by: Petr