All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] avoid failing to load modules after upgrades
@ 2020-03-10 14:58 Christian Ehrhardt
  2020-03-10 14:58 ` [PATCH v2 1/1] modules: load modules from versioned /var/run dir Christian Ehrhardt
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Ehrhardt @ 2020-03-10 14:58 UTC (permalink / raw)
  To: qemu-devel
  Cc: Daniel P . Berrangé, Christian Ehrhardt, pkg-qemu-devel,
	Cole Robinson, Paolo Bonzini, Miroslav Rezanina

Hi,
this is a continuation of a discussion at KVM Forum eventually
becoming [1] and the v1 of the patch [2].

Overall it is about qemu providing some way for distribution
packaging to allow loading shared objects for a qemu binary
that was upgraded.

I also refreshed the qemu test build for Ubuntu [3] and have started a
libvirt change [4] to allow to read from there through apparmor protection.
Upstreaming of that will follow once we agree and merge the qemu change.

Updates since v1:
- make the feature configurable and default off

[1]: https://lists.gnu.org/archive/html/qemu-devel/2019-11/msg00005.html
[2]: https://lists.nongnu.org/archive/html/qemu-devel/2020-03/msg01593.html
[3]: https://launchpad.net/~ci-train-ppa-service/+archive/ubuntu/3961
[4]: https://code.launchpad.net/~paelzer/ubuntu/+source/libvirt/+git/libvirt/+merge/380469

Christian Ehrhardt (1):
  modules: load modules from versioned /var/run dir

 configure     | 15 +++++++++++++++
 util/module.c | 14 ++++++++++++++
 2 files changed, 29 insertions(+)

-- 
2.25.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-11 18:34 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-10 14:58 [PATCH v2 0/1] avoid failing to load modules after upgrades Christian Ehrhardt
2020-03-10 14:58 ` [PATCH v2 1/1] modules: load modules from versioned /var/run dir Christian Ehrhardt
2020-03-10 15:47   ` Daniel P. Berrangé
2020-03-11 18:33     ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.