lp:ubuntu/vivid/virt-manager
- Get this branch:
- bzr branch lp:ubuntu/vivid/virt-manager
Branch merges
Branch information
- Owner:
- Ubuntu branches
- Status:
- Mature
Recent revisions
- 79. By Iain Lane
-
* Merge from Debian unstable. Remaining changes:
- debian/control:
+ Depend on gir1.2-appindicator3- 0.1 for appindicator support.
+ Switch gir1.2-vte-2.90 to 2.91.
+ 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
+ Bump standards version to 3.9.6.
- debian/rules:
+ Set qemu user to libvirt-qemu so appropriate permissions get set.
+ Set the preferred distro so we appear first in the list.
- d/p/0001-serialcon- Drop-use- of-yet- more-removed- API.patch,
- d/p/0001-serialcon- Remove- some-redundant- VTE-API- calls.patch: Cherry-pick
two patches from upstream to stop using API removed in VTE 2.91.
- d/p/dont-force-keyboard- grabs.patch: don't force keyboarb grab before
widget is realized
- d/p/prevent-access- to-deleted- objects. patch: prevent access to deleted
objects
- 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/uefi_support. patch: ugly hack to add a UEFI firmware option.
- d/p/virtinst/9004_ubuntu_ fix_tree_ support. patch: Fix tree detection for
all ISO/HTTP source, to not longer fail with cobbler/koan.
- d/p/virtinst/9005_ubuntu_ releases. patch: add Trusty, updated support
status, and switch back to cirrus by default to get a reasonable screen
size during installation.
- 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/add_qemu_binaries. patch: add the actual binary name from the qemu
packages so default hypervisor detection works properly on first run.
- d/p/fix_changing_ graphics_ type.patch: fix changing the graphics type in
the details dialog.
- d/p/hook_into_domain_ balloon_ event.patch: properly hook into hotplug
events so memory size gets updated.
- d/p/fix_showing_ vcpus.patch: display the right number of vcpus in the
customize dialog.
- d/p/fix_whitespace_ in_storage_ name.patch: Fix using storage when the
directory name contains whitespace
- 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/leave-mnemonics- alone-on- focus-change. patch: Leave
gtk-enable- mnemonics setting alone under Unity when windows change focus.
- d/p/add-support- for-ppc64le: cherrypick two patches to fix virt-install
for ppc64le
- d/p/fix-page-visibiliti es.patch: fix a page visibility issue resulting
in stuck grabs.
- Refreshed:
- d/p/details-Fix-changing- graphics- type-bz- 1083903. patch
- d/p/fix-removable- drive-support. patch
- d/p/Make-SpiceClientGtk- optional. patch
- add data/icons/32x32/actions/ vm_clone_ wizard. png to match rest of UI. This
was adapted from Debian bug
* debian/patches/ Make-sure- we-use- a-binary- compatible- version- of-vte. patch:
Use vte 2.91; we've cherry-picked patches to support this. - 78. By Marc Deslauriers
-
debian/
patches/ fix-page- visibilities. patch: updated to final version
committed upstream. - 77. By Marc Deslauriers
-
debian/control: Change Recommends to libvirt-bin instead of
libvirt-daemon- system which isn't available in Ubuntu (LP: #1435301) - 76. By Marc Deslauriers
-
debian/
patches/ fix-page- visibilities. patch: fix a page visibility issue
resulting in stuck grabs. - 74. By Chris J Arges
-
[ Chris J Arges ]
* Merge from Debian unstable. Remaining changes:
- debian/control: Depend on gir1.2-appindicator3- 0.1 for appindicator
support.
- debian/control: Switch gir1.2-vte-2.90 to 2.91.
- debian/control: Add lsb-release to BuildDepends so we can detect
whether we're running on Ubuntu or Debian.
- debian/rules: Set qemu user to libvirt-qemu so appropriate
permissions get set.
- debian/rules: Set the preferred distro so we appear first in the
list.
- d/p/0001-serialcon- Drop-use- of-yet- more-removed- API.patch,
- d/p/0001-serialcon- Remove- some-redundant- VTE-API- calls.patch: Cherry-pick
two patches from upstream to stop using API removed in VTE 2.91.
- d/p/dont-force-keyboard- grabs.patch: don't force keyboarb grab before
widget is realized
- d/p/prevent-access- to-deleted- objects. patch: prevent access to deleted
objects
- 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/uefi_support. patch: ugly hack to add a UEFI firmware option.
- d/p/virtinst/9004_ubuntu_ fix_tree_ support. patch: Fix tree detection for
all ISO/HTTP source, to not longer fail with cobbler/koan.
- d/p/virtinst/9005_ubuntu_ releases. patch: add Trusty, updated support
status, and switch back to cirrus by default to get a reasonable screen
size during installation.
- 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/add_qemu_binaries. patch: add the actual binary name from the qemu
packages so default hypervisor detection works properly on first run.
- d/p/fix_changing_ graphics_ type.patch: fix changing the graphics type in
the details dialog.
- d/p/hook_into_domain_ balloon_ event.patch: properly hook into hotplug
events so memory size gets updated.
- d/p/fix_showing_ vcpus.patch: display the right number of vcpus in the
customize dialog.
- d/p/fix_whitespace_ in_storage_ name.patch: Fix using storage when the
directory name contains whitespace
- 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/leave-mnemonics- alone-on- focus-change. patch: Leave
gtk-enable- mnemonics setting alone under Unity when windows change focus.
- Refreshed:
- d/p/details-Fix-changing- graphics- type-bz- 1083903. patch
- d/p/fix-removable- drive-support. patch
- d/p/Make-SpiceClientGtk- optional. patch
* Bump standards version to 3.9.6.
* add data/icons/32x32/actions/ vm_clone_ wizard. png to match rest of UI. This
was adapted from Debian bug (Closes: #763698) - 73. By Iain Lane
-
* 0001-serialcon-
Drop-use- of-yet- more-removed- API.patch,
0001-serialcon- Remove- some-redundant- VTE-API- calls.patch: Cherry-pick two
patches from upstream to stop using API removed in VTE 2.91.
* debian/control: Switch gir1.2-vte-2.90 to 2.91. - 72. By Marc Deslauriers
-
* debian/
patches/ dont-force- keyboard- grabs.patch: don't force keyboard
grab before widget is realized
* debian/patches/ prevent- access- to-deleted- objects. patch: prevent access
to deleted objects - 71. By Marc Deslauriers
-
* Merge from debian experimental. (LP: #1213337)
* Merged changes from Ubuntu virt-manager package:
- Updated to 1.0.1 release
- debian/control: Depend on gir1.2-appindicator3- 0.1 for appindicator
support.
- debian/control: Add lsb-release to BuildDepends so we can detect
whether we're running on Ubuntu or Debian.
- debian/rules: Set qemu user to libvirt-qemu so appropriate
permissions get set.
- debian/rules: Set the preferred distro so we appear first in the
list.
- debian/patches/ more_helpful_ error_message. patch: explain to the user
why connecting to qemu:///system failed and how to fix it.
- debian/patches/ use_ubuntu_ package_ names.patch: Suggest installing the
packages that are actually available in Ubuntu.
- debian/patches/ uefi_support. patch: ugly hack to add a UEFI firmware
option.
* Merged changes from Ubuntu virtinst package:
- debian/patches/ virtinst/ 9004_ubuntu_ fix_tree_ support. patch: Fix tree
detection for all ISO/HTTP source, to not longer fail with
cobbler/koan.
- debian/patches/ virtinst/ 9005_ubuntu_ releases. patch: add Trusty,
updated support status, and switch back to cirrus by default to get a
reasonable screen size during installation.
- debian/patches/ 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.
* debian/patches/ add_qemu_ binaries. patch: add the actual binary names
from the qemu packages so default hypervisor detection works properly
on first run.
* debian/patches/ fix_changing_ graphics_ type.patch: fix changing the
graphics type in the details dialog.
* debian/patches/ hook_into_ domain_ balloon_ event.patch: properly hook into
hotplug events so memory size gets updated.
* debian/patches/ fix_showing_ vcpus.patch: display the right number of
vcpus in the customize dialog.
* debian/patches/ fix_whitespace_ in_storage_ name.patch: Fix using storage
when the directory name contains whitespace - 70. By Serge Hallyn
-
d/p/mark-
libvirt- lxc: Clearly mark the LXC connections as being
libvirt-lxc, to avoid confusion due to differing features and
configurations.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu/wily/virt-manager