~paelzer/ubuntu/+source/virt-manager:bug-1713990-virtinst-s390x-xenial

Last commit made on 2017-08-31
Get this branch:
git clone -b bug-1713990-virtinst-s390x-xenial https://git.launchpad.net/~paelzer/ubuntu/+source/virt-manager
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
bug-1713990-virtinst-s390x-xenial
Repository:
lp:~paelzer/ubuntu/+source/virt-manager

Recent commits

9daf712... by Christian Ehrhardt 

changelog: Fix virtinst location on s390x and clobbering extra args (LP: #1713990)

Signed-off-by: Christian Ehrhardt <email address hidden>

520a923... by Christian Ehrhardt 

Fix virtinst location on s390x and clobbering extra args (LP: #1713990)

Signed-off-by: Christian Ehrhardt <email address hidden>

54ffaea... by Dave Chiluk

Update ubuntu/xenial-devel from 1:1.3.2-3ubuntu1.16.04.2 to 1:1.3.2-3ubuntu1.16.04.3

Prior ubuntu/xenial-devel commit: fffab680f2bee475e0d7ed10899fe1a60f637308
New ubuntu/xenial-devel commit: 96e258ea80eeb26e189006b1d5893f1e4a41da53

96e258e... by Dave Chiluk

Import patches-unapplied version 1:1.3.2-3ubuntu1.16.04.3 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Publish parent: b80b3c1550d33535a8ac1e7fa9ae46ffddfda7df

New changelog entries:
  * Fix virt-install so that it can install 16.04 and newer images.
    Error message is 'Couldn't find hvm kernel for Ubuntu tree
    Closes (LP: #1634304)

fffab68... by Nish Aravamudan

Update ubuntu/xenial-devel from 1:1.3.2-3ubuntu1.16.04.1 to 1:1.3.2-3ubuntu1.16.04.2

Prior ubuntu/xenial-devel commit: 0c14f84e7b5d92b7d564c1f6862fbe5c4de138af
New ubuntu/xenial-devel commit: b80b3c1550d33535a8ac1e7fa9ae46ffddfda7df

b80b3c1... by Nish Aravamudan

Import patches-unapplied version 1:1.3.2-3ubuntu1.16.04.2 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Publish parent: a5bde6f7fd9d9868c771e3996fea7dacb15551be

New changelog entries:
  * debian/patches/use_virtio_for_pseries_disks.patch: virtinst: Use
    virtio bus type for disks on pSeries machines. Closes LP: #1597610.

0c14f84... by Iain Lane

Update ubuntu/xenial-devel from 1:1.3.2-3ubuntu1 to 1:1.3.2-3ubuntu1.16.04.1

Prior ubuntu/xenial-devel commit: 2faf125c95e35ba88cb36eca8d63ac0fefb993ff
New ubuntu/xenial-devel commit: a5bde6f7fd9d9868c771e3996fea7dacb15551be

a5bde6f... by Iain Lane

Import patches-unapplied version 1:1.3.2-3ubuntu1.16.04.1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Publish parent: adcbe366c3eaefd4b8e2e31397675599e75bb981

New changelog entries:
  * debian/patches/0001-details-Fix-screenshot-on-F24-rawhide-bz-1297988.patch:
    Cherry-pick from upstream. Fix screenshot capture with newer
    gdk-pixbuf/pygobject. (LP: #1571702)

2faf125... by Marc Deslauriers

Update ubuntu/xenial-devel from 1:1.3.2-0ubuntu2 to 1:1.3.2-3ubuntu1

Prior ubuntu/xenial-devel commit: 2294eea09e7daecd8d9e7db463c5369a6e8b50c9
New ubuntu/xenial-devel commit: adcbe366c3eaefd4b8e2e31397675599e75bb981

adcbe36... by Marc Deslauriers

Import patches-unapplied version 1:1.3.2-3ubuntu1 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Publish parent: 04a8aa1326512e8f8b3df81b4314e81d0bf448ae
Changelog parent: 49cfc2df473b607d230e1fc21f9b9f2a74388e3d

New changelog entries:
  * Merge from Debian. Remaining changes: (LP: #1556671)
    - debian/control:
        + Depend on gir1.2-appindicator3-0.1 for appindicator support.
        + Add lsb-release to Build-Depends so we can detect whether we're
          running on Ubuntu or Debian.
        + Change Recommends to libvirt-bin instead of libvirt-daemon-system
          which isn't available in Ubuntu
    - debian/rules:
        + Set qemu user to libvirt-qemu so appropriate permissions get set.
        + Set the preferred distro so we appear first in the list.
        + Remove data/gschemas.compiled generated by clean.
    - d/p/virtinst/9006_fix_path_to_qemu-dm.patch: drop the full path from
      qemu-dm as already done for hvmloader and pygrub. The Xen tools will
      handle this and add the missing path.
    - d/p/more_helpful_error_message.patch: explain to the user why
      connecting to qemu:///system failed and how to fix it.
    - d/p/use_ubuntu_package_names.patch: Suggest installing the packages
      that are actually available in Ubuntu.
    - d/p/leave-mnemonics-alone-on-focus-change.patch: Leave
      gtk-enable-mnemonics setting alone under Unity when windows change
      focus.
    - d/p/mark-libvirt-lxc: Clearly mark the LXC connections as being
      libvirt-lxc, to avoid confusion due to differing features and
      configurations.
    - d/p/add_qemu_binaries.patch: add the actual binary name from the qemu
      packages so default hypervisor detection works properly on first run.
    - d/p/use_qxl_for_ubuntu.patch: use qxl by default for Ubuntu VMs, it
      seems to work better than vmvga now.
    - d/p/prefer-qemu.patch: Prefer QEMU as the default URI, even if it's
      not installed.
    - d/p/virtinst/dont_disable_vmport.patch: Don't disable vmport even if
      we're using spice, as this prevents having a seamless mouse when
      using Ubuntu as a guest.