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

Fluorine backport of pr #49510 #49540

Merged
merged 2 commits into from
Sep 7, 2018
Merged

Commits on Sep 6, 2018

  1. virt: allow defining the VM type and arch when creating it

    Some hypervisors can handle several CPU architectures or have different
    virtualization types. This is reflected in libvirt by the OS type (badly
    named, indeed) and the arch value. Allow users to set them when creating
    a VM using either virt.init or virt.running.
    
    Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
    cbosdo committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    a4d67e9 View commit details
    Browse the repository at this point in the history
  2. virt: disk target device depends on the bus

    Not all disk target devices should start with 'vd' for non-vmware
    hypervisors. Map the bus type to the right device name prefix. While at
    it, also make sure the disks are created right for xen.
    
    Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
    cbosdo committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    ddaa2ef View commit details
    Browse the repository at this point in the history