Re: [PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming

2020-06-23 Thread Michael S. Tsirkin
On Sat, Jun 20, 2020 at 03:32:05PM +0200, Aleksandar Markovic wrote: > There are several places where 'kernel' is mentioned instead of > 'qemu' in checkpatch.pl. > > This small series corrects this. fine by me Acked-by: Michael S. Tsirkin > Aleksandar Markovic (2): > checkpatch: Rename top_

Re: [PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming

2020-06-23 Thread Stefan Hajnoczi
On Sat, Jun 20, 2020 at 05:20:41PM +0200, Aleksandar Markovic wrote: > суб, 20. јун 2020. у 17:09 Aleksandar Markovic > је написао/ла: > > > > суб, 20. јун 2020. у 16:25 Peter Maydell је > > написао/ла: > > > > > > On Sat, 20 Jun 2020 at 14:33, Aleksandar Markovic > > > wrote: > > > > There are

Re: [PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming

2020-06-20 Thread Aleksandar Markovic
суб, 20. јун 2020. у 17:09 Aleksandar Markovic је написао/ла: > > суб, 20. јун 2020. у 16:25 Peter Maydell је > написао/ла: > > > > On Sat, 20 Jun 2020 at 14:33, Aleksandar Markovic > > wrote: > > > There are several places where 'kernel' is mentioned instead of > > > 'qemu' in checkpatch.pl. >

Re: [PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming

2020-06-20 Thread Aleksandar Markovic
суб, 20. јун 2020. у 16:25 Peter Maydell је написао/ла: > > On Sat, 20 Jun 2020 at 14:33, Aleksandar Markovic > wrote: > > There are several places where 'kernel' is mentioned instead of > > 'qemu' in checkpatch.pl. > > > > This small series corrects this. > > So, the thing about this kind of cha

Re: [PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming

2020-06-20 Thread Peter Maydell
On Sat, 20 Jun 2020 at 14:33, Aleksandar Markovic wrote: > There are several places where 'kernel' is mentioned instead of > 'qemu' in checkpatch.pl. > > This small series corrects this. So, the thing about this kind of change is that it's implicitly saying "we have forked checkpatch and will not

[PATCH 0/2] checkpatch: Do appropriate kernel->qemu renaming

2020-06-20 Thread Aleksandar Markovic
There are several places where 'kernel' is mentioned instead of 'qemu' in checkpatch.pl. This small series corrects this. Aleksandar Markovic (2): checkpatch: Rename top_of_kernel_tree() to top_of_qemu_tree() checkpatch: Change occurences of 'kernel' to 'qemu' in user messages scripts/check