diff options
author | Alexander Bulekov | 2020-02-20 05:10:57 +0100 |
---|---|---|
committer | Stefan Hajnoczi | 2020-02-22 09:26:47 +0100 |
commit | bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2 (patch) | |
tree | 278eee353af22bc8eb96b4c059221841e84d5be7 /MAINTAINERS | |
parent | aio-posix: make AioHandler dispatch O(1) with epoll (diff) | |
download | qemu-bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2.tar.gz qemu-bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2.tar.xz qemu-bac068e0648c1f5c37f6a0a9423b8aa55e8c09c2.zip |
softmmu: move vl.c to softmmu/
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 <alxndr@bu.edu>
Reviewed-by: Darren Kenny <darren.kenny@oracle.com>
Message-id: 20200220041118.23264-2-alxndr@bu.edu
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 1740a4fddc..6e26d2ec2a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2031,7 +2031,7 @@ F: include/qemu/main-loop.h F: include/sysemu/runstate.h F: util/main-loop.c F: util/qemu-timer.c -F: vl.c +F: softmmu/vl.c F: qapi/run-state.json Human Monitor (HMP) |