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

Bump VCPU from u8 to u32 #6446

Closed

Commits on May 6, 2024

  1. arch: change vcpu variable size

    Modified vcpu related information to support
    more vcpu's.
    
    Signed-off-by: Kshitij Kapoor <kshitij@utexas.edu>
    KshitijKapoor8 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    50c7c09 View commit details
    Browse the repository at this point in the history
  2. devices: change vcpu variable size

    Modified vcpu related information to support
    more vcpu's.
    
    Signed-off-by: Kshitij Kapoor <kshitij@utexas.edu>
    KshitijKapoor8 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2bf9506 View commit details
    Browse the repository at this point in the history
  3. docs: changed docs to accurately reflect vcpu size

    The new vcpu size is an unsigned int of 32 bits,
    modified the docs to reflect this
    
    Signed-off-by: Kshitij Kapoor <kshitij@utexas.edu>
    KshitijKapoor8 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c98f07b View commit details
    Browse the repository at this point in the history
  4. hypervisor: change vcpu variable size

    Modified vcpu related information to support
    more vcpu's
    
    Signed-off-by: Kshitij Kapoor <kshitij@utexas.edu>
    KshitijKapoor8 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    4f284ca View commit details
    Browse the repository at this point in the history
  5. performance-metrics: change vcpu variable size

    Modified vcpu related information to support
    more vcpu's
    
    Signed-off-by: Kshitij Kapoor <kshitij@utexas.edu>
    KshitijKapoor8 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    2ff5cd3 View commit details
    Browse the repository at this point in the history
  6. misc: change vcpu variable size

    Modified vcpu related information to support
    more vcpu's, mostly in the vmm package
    
    Signed-off-by: Kshitij Kapoor <kshitij@utexas.edu>
    KshitijKapoor8 committed May 6, 2024
    Configuration menu
    Copy the full SHA
    ba0787a View commit details
    Browse the repository at this point in the history