All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/5] Drop support for Xen 4.1 and older from qemu-xen
@ 2016-02-10 11:06 Ian Campbell
  2016-02-10 11:07 ` [PATCH v2 1/5] xen: drop support for Xen 4.1 and older Ian Campbell
                   ` (9 more replies)
  0 siblings, 10 replies; 17+ messages in thread
From: Ian Campbell @ 2016-02-10 11:06 UTC (permalink / raw)
  To: stefano.stabellini, qemu-devel; +Cc: xen-devel

This is most easily explained by the commit log of the first patch:

    Xen 4.2 become unsupported upstream in 09/2015 (see
    http://wiki.xen.org/wiki/Xen_Release_Features). However as far as the
    interfaces provided by the toolstack libraries go 4.2 and 4.3 are
    indistinguishable.
    
    Therefore drop support for Xen 4.1 and earlier which removes a whole
    pile of compatibility code which makes future work (to use stable
    library interfaces provided by upstream) more difficult. In particular
    all supported versions now use a pointer as a libxc handle (4.1 and
    earlier used an integer, resulting in various shim layers).
    
    Also Xen 4.2 was the first version of Xen to formally support upstream
    QEMU (as a preview) so that makes sense as a cut-off now.

The rest of the patches are just further cleanups which become possible.

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

end of thread, other threads:[~2016-02-10 12:07 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-10 11:06 [Qemu-devel] [PATCH v2 0/5] Drop support for Xen 4.1 and older from qemu-xen Ian Campbell
2016-02-10 11:07 ` [PATCH v2 1/5] xen: drop support for Xen 4.1 and older Ian Campbell
2016-02-10 11:07 ` [Qemu-devel] " Ian Campbell
2016-02-10 11:57   ` Stefano Stabellini
2016-02-10 11:57   ` Stefano Stabellini
2016-02-10 11:07 ` [Qemu-devel] [PATCH v2 2/5] xen: drop xen_xc_hvm_inject_msi wrapper Ian Campbell
2016-02-10 11:07   ` Ian Campbell
2016-02-10 11:07 ` [Qemu-devel] [PATCH v2 3/5] xen: drop XenXC and associated interface wrappers Ian Campbell
2016-02-10 11:07   ` Ian Campbell
2016-02-10 11:07 ` [Qemu-devel] [PATCH v2 4/5] xen: move xenforeignmemory compat layer into common place Ian Campbell
2016-02-10 11:07 ` Ian Campbell
2016-02-10 11:07 ` [Qemu-devel] [PATCH v2 5/5] xen: Drop __XEN_LATEST_INTERFACE_VERSION__ checks from prior to Xen 4.2 Ian Campbell
2016-02-10 11:59   ` Stefano Stabellini
2016-02-10 11:59   ` Stefano Stabellini
2016-02-10 11:07 ` Ian Campbell
2016-02-10 12:07 ` [Qemu-devel] [PATCH v2 0/5] Drop support for Xen 4.1 and older from qemu-xen Stefano Stabellini
2016-02-10 12:07 ` Stefano Stabellini

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.