File tree Expand file tree Collapse file tree 4 files changed +5960
-12174
lines changed Expand file tree Collapse file tree 4 files changed +5960
-12174
lines changed Original file line number Diff line number Diff line change 5
5
6
6
### Changed
7
7
8
+ - Replaced the v6.2 bindings of arm64, x86\_ 64 with the v6.9 ones.
9
+
8
10
### Removed
9
11
12
+ - Removed v6.2 bindings.
13
+
10
14
## [ 0.8.2]
11
15
12
16
### Changed
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ git clone https://github.com/torvalds/linux.git
22
22
When adding a new architecture, the bindings must be generated for all existing
23
23
versions for consistency reasons.
24
24
25
- ### Example for arm64 and kernel version 6.2
25
+ ### Example for arm64 and kernel version 6.9
26
26
27
27
For this example we assume that you have both linux and kvm-bindings
28
28
repositories in your root.
36
36
# linux is the repository that you cloned at the previous step.
37
37
pushd linux
38
38
# Step 2: Checkout the version you want to generate the bindings for.
39
- git checkout v6.2
39
+ git checkout v6.9
40
40
41
41
# Step 3: Generate the bindings.
42
42
# This will generate the headers for the targeted architecture and place them
You can’t perform that action at this time.
0 commit comments