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

Additional config files specified on commandline #19

Merged
merged 1 commit into from
Aug 28, 2024

Conversation

andrewjj20
Copy link
Contributor

They are added in-order.

cpuid - later IDs replace earlier ones
msr - MSRs are added to the end of the MSR list

Also, now any or all of the display sections can be skipped.

They are added in-order.

cpuid - later IDs replace earlier ones
msr - MSRs are added to the end of the MSR list
@andrewjj20 andrewjj20 self-assigned this Aug 27, 2024
src/main.rs Show resolved Hide resolved
@@ -26,7 +26,7 @@ pub trait Facter<T: From<u32> + From<bool>> {
}

///Wraps a bit flag, usually representing if a feature is present or not
#[derive(Serialize, Deserialize, Debug)]
#[derive(Serialize, Deserialize, Debug, Clone)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

at what point do these fields get cloned in this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

src/main.rs Show resolved Hide resolved
@andrewjj20 andrewjj20 merged commit 4f615df into ScaleComputing:main Aug 28, 2024
4 checks passed
@andrewjj20 andrewjj20 deleted the util branch August 28, 2024 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants