From 717171bd2025f732d7fcf43efc08f1551953a0e3 Mon Sep 17 00:00:00 2001 From: "Daniel P. Berrange" Date: Thu, 24 Sep 2015 14:41:38 +0100 Subject: 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 Message-Id: <1443102098-13642-1-git-send-email-berrange@redhat.com> Acked-by: Laszlo Ersek Signed-off-by: Paolo Bonzini --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 8eeece18f6..b27dd74f6c 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1408,3 +1408,11 @@ M: Stefan Hajnoczi L: qemu-block@nongnu.org S: Supported F: tests/image-fuzzer/ + + +Documentation +------------- +Build system architecture +M: Daniel P. Berrange +S: Odd Fixes +F: docs/build-system.txt -- cgit v1.2.3