On Wed, Feb 19, 2020 at 11:10:57PM -0500, Alexander Bulekov wrote: > Move vl.c to a separate directory, similar to linux-user/ > Update the chechpatch and get_maintainer scripts, since they relied on > /vl.c for top_of_tree checks. > > Signed-off-by: Alexander Bulekov > --- > MAINTAINERS | 2 +- > Makefile.objs | 2 -- > Makefile.target | 1 + > scripts/checkpatch.pl | 2 +- > scripts/get_maintainer.pl | 3 ++- > softmmu/Makefile.objs | 2 ++ > vl.c => softmmu/vl.c | 0 > 7 files changed, 7 insertions(+), 5 deletions(-) > create mode 100644 softmmu/Makefile.objs > rename vl.c => softmmu/vl.c (100%) Reviewed-by: Stefan Hajnoczi