-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatic merge of 'master' into merge (2024-12-03 10:41)
- Loading branch information
Showing
3,769 changed files
with
131,507 additions
and
111,012 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# SPDX-License-Identifier: GPL-2.0 | ||
|
||
check-private-items = true | ||
|
||
disallowed-macros = [ | ||
# The `clippy::dbg_macro` lint only works with `std::dbg!`, thus we simulate | ||
# it here, see: https://github.com/rust-lang/rust-clippy/issues/11303. | ||
{ path = "kernel::dbg", reason = "the `dbg!` macro is intended as a debugging tool" }, | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/dev_data | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <liulongfang@huawei.com> | ||
Description: Read the configuration data and some status data | ||
required for device live migration. These data include device | ||
status data, queue configuration data, some task configuration | ||
data and device attribute data. The output format of the data | ||
is defined by the live migration driver. | ||
|
||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/migf_data | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <liulongfang@huawei.com> | ||
Description: Read the data from the last completed live migration. | ||
This data includes the same device status data as in "dev_data". | ||
The migf_data is the dev_data that is migrated. | ||
|
||
What: /sys/kernel/debug/vfio/<device>/migration/hisi_acc/cmd_state | ||
Date: Jan 2025 | ||
KernelVersion: 6.13 | ||
Contact: Longfang Liu <liulongfang@huawei.com> | ||
Description: Used to obtain the device command sending and receiving | ||
channel status. Returns failure or success logs based on the | ||
results. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,3 +18,4 @@ PCI Bus Subsystem | |
pcieaer-howto | ||
endpoint/index | ||
boot-interrupts | ||
tph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.