diff options
| author | Peter Maydell | 2018-12-19 16:31:02 +0100 |
|---|---|---|
| committer | Peter Maydell | 2018-12-19 16:31:02 +0100 |
| commit | b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429 (patch) | |
| tree | ad3ec63efcedfc5d2ddee3af80a09f9b1101f577 /docs | |
| parent | Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2018-12-18' into ... (diff) | |
| parent | error: Remove NULL checks on error_propagate() calls (diff) | |
| download | qemu-b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429.tar.gz qemu-b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429.tar.xz qemu-b72566a4ffaddbc0c0c1f6f5ee91b42ab13ff429.zip | |
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-patches-pull-request' into staging
Trivial patches (2018-12-18)
# gpg: Signature made Tue 18 Dec 2018 14:28:41 GMT
# gpg: using RSA key F30C38BD3F2FBE3C
# gpg: Good signature from "Laurent Vivier <lvivier@redhat.com>"
# gpg: aka "Laurent Vivier <laurent@vivier.eu>"
# gpg: aka "Laurent Vivier (Red Hat) <lvivier@redhat.com>"
# Primary key fingerprint: CD2F 75DD C8E3 A4DC 2E4F 5173 F30C 38BD 3F2F BE3C
* remotes/vivier2/tags/trivial-patches-pull-request:
error: Remove NULL checks on error_propagate() calls
vl: Use error_fatal to simplify obvious fatal errors (again)
i386: hvf: drop debug printf in decode_sldtgroup
docs/devel/build-system: fix 'softmu' typo
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/devel/build-system.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/devel/build-system.txt b/docs/devel/build-system.txt index 52501f2ad9..f9fd27fab0 100644 --- a/docs/devel/build-system.txt +++ b/docs/devel/build-system.txt @@ -393,7 +393,7 @@ all use $(obj) as a prefix to the target, e.g. This file provides the entry point used to build each individual system or userspace emulator target. Each enabled target has its own subdirectory. For example if configure is run with the argument -'--target-list=x86_64-softmmu', then a sub-directory 'x86_64-softmu' +'--target-list=x86_64-softmmu', then a sub-directory 'x86_64-softmmu' will be created, containing a 'Makefile' which symlinks back to Makefile.target |
