-
Notifications
You must be signed in to change notification settings - Fork 164
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pillar: Adopt pillar to use native QEMU CPU pinning options.
Update pillar's handling of QEMU guests to take advantage of native CPU pinning options introduced in the newer version of QEMU (7.2). This eliminates the need for our custom patches to QEMU for CPU pinning. Changes include: - Refactoring CPU pinning to use integer slices instead of comma-separated strings. - Updating QEMU command-line arguments to include native CPU pinning options. - Ensuring compatibility with both KVM and Xen hypervisors. This change allows us to leverage upstream QEMU improvements and simplifies the codebase by removing custom patches and complex string manipulations. Tested with QEMU version 8.0.4. Signed-off-by: Nikolay Martyanov <[email protected]>
- Loading branch information
1 parent
d42f972
commit 94fbfac
Showing
5 changed files
with
44 additions
and
36 deletions.
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
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