Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bindgen.sh and solve TODO #4520

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Merge branch 'main' into bindgen

12b5b3d
Select commit
Loading
Failed to load commit list.
Open

Fix bindgen.sh and solve TODO #4520

Merge branch 'main' into bindgen
12b5b3d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 23, 2024 in 1s

30.09% of diff hit (target 82.14%)

View this Pull Request on Codecov

30.09% of diff hit (target 82.14%)

Annotations

Check warning on line 501 in src/firecracker/src/main.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/firecracker/src/main.rs#L499-L501

Added lines #L499 - L501 were not covered by tests

Check warning on line 97 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L92-L97

Added lines #L92 - L97 were not covered by tests

Check warning on line 107 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L102-L107

Added lines #L102 - L107 were not covered by tests

Check warning on line 117 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L112-L117

Added lines #L112 - L117 were not covered by tests

Check warning on line 127 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L122-L127

Added lines #L122 - L127 were not covered by tests

Check warning on line 137 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L132-L137

Added lines #L132 - L137 were not covered by tests

Check warning on line 147 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L142-L147

Added lines #L142 - L147 were not covered by tests

Check warning on line 157 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L152-L157

Added lines #L152 - L157 were not covered by tests

Check warning on line 167 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L162-L167

Added lines #L162 - L167 were not covered by tests

Check warning on line 177 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L172-L177

Added lines #L172 - L177 were not covered by tests

Check warning on line 187 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L182-L187

Added lines #L182 - L187 were not covered by tests

Check warning on line 227 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L222-L227

Added lines #L222 - L227 were not covered by tests

Check warning on line 237 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L232-L237

Added lines #L232 - L237 were not covered by tests

Check warning on line 247 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L242-L247

Added lines #L242 - L247 were not covered by tests

Check warning on line 257 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L252-L257

Added lines #L252 - L257 were not covered by tests

Check warning on line 267 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L262-L267

Added lines #L262 - L267 were not covered by tests

Check warning on line 277 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L272-L277

Added lines #L272 - L277 were not covered by tests

Check warning on line 287 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L282-L287

Added lines #L282 - L287 were not covered by tests

Check warning on line 297 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L292-L297

Added lines #L292 - L297 were not covered by tests

Check warning on line 307 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L302-L307

Added lines #L302 - L307 were not covered by tests

Check warning on line 317 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L312-L317

Added lines #L312 - L317 were not covered by tests

Check warning on line 327 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L322-L327

Added lines #L322 - L327 were not covered by tests

Check warning on line 363 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L358-L363

Added lines #L358 - L363 were not covered by tests

Check warning on line 373 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L368-L373

Added lines #L368 - L373 were not covered by tests

Check warning on line 383 in src/vmm/src/arch_gen/x86/mpspec.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/vmm/src/arch_gen/x86/mpspec.rs#L378-L383

Added lines #L378 - L383 were not covered by tests