[libvirt] [PATCH 0/6] Revert: 'IP peer address and host-side address config support'

Laine Stump laine at laine.org
Mon Jun 27 12:22:30 UTC 2016


On 06/27/2016 07:01 AM, Ján Tomko wrote:
> This series was accidentally pushed in the feature freeze.
>
> Revert the last six commits adding the new functionality.
>
> The rest are either bugfixes or preparation for the bugfixes.

Sigh. Sorry about pushing these after the freeze. I was watching for the 
freeze notice, but I guess not well enough, and the tag apparaently 
scrolled by during a large pull Sunday morning.

ACK series (although truthfully the ones most likely to cause problems 
(as evidenced by what Andrea found with the FreeBSD build) are the ones 
setting up for these final patches, which are more straightforward in 
comparison (in particular, the code is built on all platforms, except 
for the final two, which are just a few lines outside of new unit tests).

>
> Ján Tomko (6):
>    Revert "qemu: support setting host-side IP addresses/routes"
>    Revert "lxc: support setting host-side IP addresses/routes"
>    Revert "util: support setting peer for virNetDevIPInfo addresses"
>    Revert "conf: support host-side IP/route information in <interface>"
>    Revert "conf: allow setting peer address in <ip> element of
>      <interface>"
>    Revert "util: new function virNetDevIPInfoAddToDev"
>
>   docs/formatdomain.html.in                          |  60 +++--------
>   docs/schemas/domaincommon.rng                      |   8 +-
>   src/conf/domain_conf.c                             | 117 ++++-----------------
>   src/conf/domain_conf.h                             |   3 +-
>   src/libvirt_private.syms                           |   1 -
>   src/lxc/lxc_container.c                            |  47 +++++++--
>   src/lxc/lxc_process.c                              |   8 --
>   src/qemu/qemu_interface.c                          |   6 +-
>   src/util/virnetdevip.c                             |  60 -----------
>   src/util/virnetdevip.h                             |   7 +-
>   tests/lxcxml2xmldata/lxc-ethernet-hostip.xml       |  44 --------
>   tests/lxcxml2xmltest.c                             |   1 -
>   .../qemuxml2argv-net-eth-hostip.args               |  23 ----
>   .../qemuxml2argv-net-eth-hostip.xml                |  39 -------
>   tests/qemuxml2argvtest.c                           |   1 -
>   .../qemuxml2xmlout-net-eth-hostip.xml              |  44 --------
>   tests/qemuxml2xmltest.c                            |   1 -
>   17 files changed, 75 insertions(+), 395 deletions(-)
>   delete mode 100644 tests/lxcxml2xmldata/lxc-ethernet-hostip.xml
>   delete mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-eth-hostip.args
>   delete mode 100644 tests/qemuxml2argvdata/qemuxml2argv-net-eth-hostip.xml
>   delete mode 100644 tests/qemuxml2xmloutdata/qemuxml2xmlout-net-eth-hostip.xml
>




More information about the libvir-list mailing list