Tags: lvying/osv
Tags
Add line breaks to CODINGSTYLE Before this commit, viewing CODINGSTYLE.md in a Markdown renderer (such as the GitHub website) would result in some paragraphs (like 5.1 and 5.2) being visually on the same line. This patch adds trivial newlines between them in the hope of improving readability. Reviewed-by: Nadav Har'El <nyh@cloudius-systems.com> Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
Revert "scripts: Make release images include default configuration" This reverts commit 1fa7491. We don't want to automatically pull the CLI, for example, for Redis appliances. Switch back to requiring release images to explicitly specify their dependencies. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
drivers: do not repeat the pci config parsing the pci config is already parsed by pci.cc, and thus does not need to be parsed again in every driver. The work left to do in the specific drivers is just to make sense of the BARs. Signed-off-by: Claudio Fontana <claudio.fontana@huawei.com> Tested-by: Claudio Fontana <claudio.fontana@huawei.com> Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
Run DT_INIT/DT_FINI iff present in libs. While the previous comment about "modern" gcc not generating DT_INIT/FINI sections any longer is most likely quite true, certain older gcc, such as those used by CentOS build of OpenJDK or Oracle build of Not-so-open-JDK does in fact do so. Refs cloudius-systems#339 Signed-off-by: Calle Wilund <calle@cloudius-systems.com> Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
PreviousNext