Skip to content

Commit 1b27112

Browse files
zulinx86roypat
andcommitted
fix(tool): Fix bindgen.sh
From: Takahiro Itazuri <[email protected]> `bindgen.sh` was broken for the following reasons: - `--size_t-is-usize` was removed since it became default behavior. - `*_gen` crates were moved under `vmm` crate and patching `iff.rs` no longer works. - `io_uring` crate was moved under `vmm` crate and the bindings path became wrong. Fix `bindgen.sh` and regenerates bindings. Signed-off-by: Takahiro Itazuri <[email protected]> Co-authored-by: Patrick Roy <[email protected]> Signed-off-by: Patrick Roy <[email protected]>
1 parent 7025008 commit 1b27112

File tree

16 files changed

+2907
-3664
lines changed

16 files changed

+2907
-3664
lines changed

src/vmm/src/arch_gen/x86/hyperv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

44
// automatically generated by tools/bindgen.sh

src/vmm/src/arch_gen/x86/hyperv_tlfs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Amazon.com, Inc. or its affiliates. All Rights Reserved.
1+
// Copyright 2024 Amazon.com, Inc. or its affiliates. All Rights Reserved.
22
// SPDX-License-Identifier: Apache-2.0
33

44
// automatically generated by tools/bindgen.sh

0 commit comments

Comments
 (0)