Skip to content

Tags: lvying/osv

Tags

v0.18

Toggle v0.18's commit message
signals: minor cleanups

Some minor cleanups in arch/x64/signal.cc.
Should not change any functionality.

Signed-off-by: Nadav Har'El <nyh@cloudius-systems.com>
Signed-off-by: Avi Kivity <avi@cloudius-systems.com>

v0.17

Toggle v0.17's commit message
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>

v0.16

Toggle v0.16's commit message
apps: update to latest

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.15

Toggle v0.15's commit message
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>

v0.15-rc3

Toggle v0.15-rc3's commit message
monitoring-agent: Fix hypervisor name confusion

The code uses firmware vendor as the hypervisor name...

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.15-rc1

Toggle v0.15-rc1's commit message
modules/monitoring-agent: Run in the background

Let the monitoring code run asynchronously to avoid slowing down the
boot.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.14

Toggle v0.14's commit message
scripts: Make release images include default configuration

Use 'make modules=' instead of 'make image=' in Capstan and VM image
release scripts to build things like cloud-init from default
configuration.

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.14-rc1

Toggle v0.14-rc1's commit message
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>

v0.13

Toggle v0.13's commit message
apps: update to latest

Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>

v0.13-rc1

Toggle v0.13-rc1's commit message
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>