Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: xiemeiping/osv

Tags

v0.19

Toggle v0.19's commit message
update gitignore

Update .gitignore to ignore various files that some of the modules in
modules/ (i.e., the OSv core repository and not osv-apps) seem to build
outside the build/ directory. Also ignore the build.out file (a new file
where scripts/build saves the output of the last "make").

After this patch, "git status" is empty even after building images.

Fixes cloudius-systems#610.

Signed-off-by: Nadav Har'El <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>

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 <[email protected]>
Signed-off-by: Avi Kivity <[email protected]>

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 <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>

v0.16

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

Signed-off-by: Pekka Enberg <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>

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 <[email protected]>
Tested-by: Claudio Fontana <[email protected]>
Signed-off-by: Pekka Enberg <[email protected]>

v0.13

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

Signed-off-by: Pekka Enberg <[email protected]>