[pve-devel] applied: [PATCH pve-docs] firewall doc : remove wrong note

2018-09-26 Thread Dietmar Maurer
applied, thanks! ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Re: [pve-devel] [PATCH pve-common 1/2] Inotify: add support for 802.1ad stacked vlans

2018-09-26 Thread Alexandre DERUMIER
>>It's also possible to stack 802.1Q on 802.1Q for example, >>but I'm unaware of any real switch implementation. >>AFAIK, only 1 802.1Q on top of 802.1ad seem to be possible on >>cisco,juniper,arista, sorry, I speak too fast, 1 user on the forum is currently playing with triple tags and

Re: [pve-devel] [PATCH pve-libspice-server 0/4] upgrade to 0.14.1

2018-09-26 Thread Dominik Csapak
On 9/26/18 7:32 AM, Thomas Lamprecht wrote: On 9/25/18 1:38 PM, Dominik Csapak wrote: On 9/25/18 12:54 PM, Thomas Lamprecht wrote: I get the following build/test error: ===     spice 0.14.1: server/tests/test-suite.log

[pve-devel] [PATCH pve-spice-protocol 3/4] update debian packaging files

2018-09-26 Thread Dominik Csapak
mostly from https://salsa.debian.org/debian/spice-protocol Signed-off-by: Dominik Csapak --- debian/compat| 2 +- debian/control | 12 +--- debian/copyright | 92 ++-- debian/rules | 9 +- 4 files changed, 78 insertions(+),

[pve-devel] [PATCH pve-spice-protocol 4/4] upgrade to 0.12.14

2018-09-26 Thread Dominik Csapak
package as 0.12.14-1~pve5+1 so that our package gets priority over stretch and stretch-backports, but the buster packages (currently 0.12.14-1) will get priority over our package Signed-off-by: Dominik Csapak --- Makefile | 4 ++-- debian/changelog | 6 ++ 2 files changed, 8

[pve-devel] [PATCH pve-spice-protocol 2/4] add download target

2018-09-26 Thread Dominik Csapak
Signed-off-by: Dominik Csapak --- Makefile | 5 + 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 9c43b30..99d00bc 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,11 @@ $(DEB): ${PKGSRC} cp -a debian ${PKGDIR}/debian cd ${PKGDIR}; dpkg-buildpackage

[pve-devel] [PATCH pve-spice-protocol 0/4] upgrade to 0.12.14

2018-09-26 Thread Dominik Csapak
this is necessary to build pve-libspice-server 0.14.1 after this series we need to remove the old tar.bz2 and do a make download once Dominik Csapak (4): fix Makefile add download target update debian packaging files upgrade to 0.12.14 Makefile | 20 ++--

[pve-devel] [PATCH pve-spice-protocol 1/4] fix Makefile

2018-09-26 Thread Dominik Csapak
the "all" lead to never satisfying the ${DEB} dependency since it could not find pacakge_"all".deb dinstall was defined two times buildinfo was missing in the clean target Signed-off-by: Dominik Csapak --- Makefile | 11 --- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git

[pve-devel] [RFC pve-qemu] build and include qemu-system-aarch64

2018-09-26 Thread Dietmar Maurer
Signed-off-by: Dietmar Maurer --- debian/control| 4 debian/pve-qemu-kvm.links | 5 + debian/rules | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index d2c40ff..5b46622 100644 --- a/debian/control +++

Re: [pve-devel] [PATCH v3 pve-manager] API2 : Network : add network config reload

2018-09-26 Thread Alexandre DERUMIER
>>There is absolutely no guarantee that the diff contains the iface line if the >>interface config contains more than 3 lines. >>Instead, you need to read/parse both files. Then compare parsed data. >> >>> + } elsif ($line =~ m/ovs_type/) { >> >>same as above. Ok, no problem, I'll take a

Re: [pve-devel] [PATCH v3 pve-manager] API2 : Network : add network config reload

2018-09-26 Thread Dietmar Maurer
# git am yourpatch.eml Applying: API2 : Network : add network config reload .git/rebase-apply/patch:33: trailing whitespace. name => 'reload_network_config', .git/rebase-apply/patch:34: trailing whitespace. path => '', .git/rebase-apply/patch:43: space before tab in indent.