lp://staging/~qrilka/ubuntu/precise/libvirt/libvirt-fix-1092826
- Get this branch:
- bzr branch lp://staging/~qrilka/ubuntu/precise/libvirt/libvirt-fix-1092826
Branch merges
- Jamie Strandboge: Needs Fixing
- Ubuntu branches: Pending requested
-
Diff: 20791 lines (+20549/-6)28 files modified.pc/.quilt_patches (+1/-0)
.pc/.quilt_series (+1/-0)
.pc/applied-patches (+2/-0)
.pc/ubuntu/qemu-warn-on-pc-0.12.patch/src/qemu/qemu_command.c (+7527/-0)
.pc/ubuntu/qemu-warn-on-pc-0.12.patch/src/qemu/qemu_driver.c (+11642/-0)
.pc/ubuntu/storage-fix-a-potential-crash-when-creating-vol-object/src/storage/storage_backend_logical.c (+827/-0)
debian/README.Debian (+20/-0)
debian/apparmor/libvirt-qemu (+3/-0)
debian/apparmor/usr.sbin.libvirtd (+1/-0)
debian/changelog (+48/-0)
debian/control (+1/-1)
debian/libvirt-bin.apport (+1/-1)
debian/libvirt-bin.dirs (+1/-0)
debian/libvirt-bin.dnsmasq (+4/-0)
debian/libvirt-bin.install (+2/-1)
debian/libvirt-bin.manpages (+1/-0)
debian/libvirt-bin.postinst (+3/-0)
debian/libvirt-bin.postrm (+4/-0)
debian/libvirt-migrate-qemu-machinetype (+196/-0)
debian/libvirt-migrate-qemu-machinetype.1 (+78/-0)
debian/patches/fix-poll.patch (+77/-0)
debian/patches/series (+3/-0)
debian/patches/ubuntu/qemu-warn-on-pc-0.12.patch (+44/-0)
debian/patches/ubuntu/storage-fix-a-potential-crash-when-creating-vol-object (+38/-0)
debian/rules (+6/-1)
src/qemu/qemu_command.c (+7/-1)
src/qemu/qemu_driver.c (+8/-0)
src/storage/storage_backend_logical.c (+3/-1)
Related bugs
Bug #1092826: libvirt client doesn't handle EINTR signal properly | High | Fix Released |
Related blueprints
Branch information
- Owner:
- Kirill Zaborsky
- Status:
- Development
Recent revisions
- 210. By Serge Hallyn
-
* storage-
fix-a-potential -crash- when-creating- vol-object: avoid a crash
on bad free() on error lvm storage. (LP: #1035320)
* add pm-utils as suggests to avoid log spamming with messages about
pm-is-supported not being found. (LP: #994476) - 208. By Serge Hallyn
-
* debian/
libvirt- bin.install, debian/rules: name the apport file
source_libvirt. py, not source_ libvirt- bin.py. (LP: #1007405)
* install /etc/dnsmasq.d/libvirt to configure system wide dnsmasq to not
listen on the libvirt bridge. (Following Stéphane's lxc example)
(LP: #928524) (LP: #231060)
- postinst: restart dnsmasq; postrm: remove dnsmasq.d/libvirt file and
restart dnsmasq; rules, libvirt-bin.dirs and libvirt-bin.install:
install new debian/libvirt- bin.dnsmasq file.
* Warn user about bad pc-0.12 machine type, and help user transition.
(LP: #1001625)
- qemu-warn-on-pc-0. 12.patch: When defining or starting a VM which uses the
pc-0.12 machine type, warn in libvirtd.log.
- debian/libvirt- migrate- qemu-machinetyp e: automatically migrate QEMU VMs
to newest machine type. This is not done automatically as there will
be some users who have good reason to stay with pc-0.12. - 207. By Serge Hallyn
-
debian/
apparmor/ usr.sbin. libvirtd: allow execution of /lib/udev/scsi_id
(LP: #992378) - 206. By Serge Hallyn
-
debian/
apparmor/ usr.lib. libvirt. virt-aa- helper: add /**.qed r so qed
drives in non-standard locations can be used. (LP: #981571) - 205. By Serge Hallyn
-
[ Serge Hallyn ]
* Apply patches from Josh Durgin <email address hidden> to make
attaching rbd volumes and taking snapshots of them work.
- ubuntu/9022-qemu- unescape- HMP-commands- before- converting- them-to. patch
- ubuntu/9023-qemu- change- rbd-auth_ supported- separation- character- .patch
- ubuntu/9024-qemu- allow-snapshott ing-of- sheepdog- and-rbd- disks.patch
- ubuntu/9025-qemu- change- rbd-auth_ supported- separation- character- .patch [ Stefan Bader ]
* Do not use vfb sections in HVM graphics definitions (side-
effect will create a vkbd device as well which causes error
messages in the HVM guest). (LP: #973529) - 204. By Stefan Bader
-
[ Stefan Bader ]
* Use domain/status to check for inactive domains in the xend sub-
driver. (LP: #929626)
* Prevent the hypervisor sub-driver from logging an internal error
just because it cannot find a certain domain when looking for
the number of vcpus. (LP: #963006) - 203. By Serge Hallyn
-
* re-enable numa (undo delta against debian) (LP: #614322):
- debian/control: remove from dependencies
- debian/rules: turn it off - 202. By Serge Hallyn
-
ubuntu/
skip-labelling- network- disks.patch: don't try to label network
drives with apparmor. It fails. (LP: #949428)
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/ubuntu/raring/libvirt