diff options
author | Daniel P. Berrange <berrange@redhat.com> | 2015-09-24 14:41:38 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-09-25 12:20:18 +0200 |
commit | 717171bd2025f732d7fcf43efc08f1551953a0e3 (patch) | |
tree | e3cd9fea8ef78c0456c68d34c4af7e2b27d59aa7 /MAINTAINERS | |
parent | ae1e93801d9a60642b349c571122909f0019d59e (diff) | |
download | hqemu-717171bd2025f732d7fcf43efc08f1551953a0e3.zip hqemu-717171bd2025f732d7fcf43efc08f1551953a0e3.tar.gz |
docs: describe the QEMU build system structure / design
Developers who are new to QEMU, or have a background familiarity
with GNU autotools, can have trouble getting their head around the
home-grown QEMU build system. This document attempts to explain
the structure / design of the configure script and the various
Makefile pieces that live across the source tree.
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <1443102098-13642-1-git-send-email-berrange@redhat.com>
Acked-by: Laszlo Ersek <lersek@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8eeece1..b27dd74 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1408,3 +1408,11 @@ M: Stefan Hajnoczi <stefanha@redhat.com> L: qemu-block@nongnu.org S: Supported F: tests/image-fuzzer/ + + +Documentation +------------- +Build system architecture +M: Daniel P. Berrange <berrange@redhat.com> +S: Odd Fixes +F: docs/build-system.txt |