RE: [PATCH] qtest: delete redundant qtest.h header files

2021-02-26 Thread Chenqun (kuhn)
bject: Re: [PATCH] qtest: delete redundant qtest.h header files > > Chen Qun writes: > > > There are 23 files that include the "sysemu/qtest.h", but they do not > > use any qtest functions. > > > > Signed-off-by: Chen Qun > > The subject sou

Re: [PATCH] qtest: delete redundant qtest.h header files

2021-02-25 Thread Markus Armbruster
Chen Qun writes: > There are 23 files that include the "sysemu/qtest.h", > but they do not use any qtest functions. > > Signed-off-by: Chen Qun The subject sounds as if you were deleting file include/sysemu/qtest.h, which would be wrong. You're actually deleting inclusions. Suggest to say

[PATCH] qtest: delete redundant qtest.h header files

2021-02-24 Thread Chen Qun
There are 23 files that include the "sysemu/qtest.h", but they do not use any qtest functions. Signed-off-by: Chen Qun --- accel/tcg/cpu-exec.c| 1 - blockdev.c | 1 - hw/9pfs/9p.c| 1 - hw/arm/armv7m.c | 1 - hw/arm/mainstone.