[pve-devel] [PATCH v2 qemu] debian/rules: added placeholder for additional targets

2018-03-01 Thread Geert Stappers
nded. How to expand the target list is not obvious. Questions arise which list seperator to use. With this "placeholder" is documented how to add additional targets. No real code change, just preparing for build change. Signed-off-by: Geert Stappers <stapp...@stappers.it>

[pve-devel] for architectures other than x86_64

2018-03-01 Thread Geert Stappers
Previous-Subject: Re: [pve-devel] [PATCH qemu 1/3] debian/rules: added placeholder for adding additional targets On Thu, Mar 01, 2018 at 11:53:13AM +0100, Thomas Lamprecht wrote: > On 2/19/18 8:53 PM, Geert Stappers wrote: > > Without this "placeholder" is it unclear ho

[pve-devel] [PATCH qemu 1/3] debian/rules: added placeholder for adding additional targets

2018-02-19 Thread Geert Stappers
Without this "placeholder" is it unclear how to add additional targets. No real change, just preparing for change. Signed-off-by: Geert Stappers <stapp...@stappers.it> --- debian/rules | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/debia

[pve-devel] [PATCH qemu 3/3] debian/rules: build also bin/qemu-system-arm and bin/qemu-system-aarch64

2018-02-19 Thread Geert Stappers
Signed-off-by: Geert Stappers <stapp...@stappers.it> --- debian/rules |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index a5d1e55..e595483 100755 --- a/debian/rules +++ b/debian/rules @@ -23,8 +23,8 @@ TRGTS +=--target-list=\&q

[pve-devel] [PATCH qemu 2/3] debian/rules: don't disable Flat Device Tree

2018-02-19 Thread Geert Stappers
targets which need it (by specifying a cut down --target-list). Signed-off-by: Geert Stappers <stapp...@stappers.it> --- debian/rules |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 0836f32..a5d1e55 100755 --- a/debian/rules

[pve-devel] [PATCH qemu] Makefile: git repository is moved

2018-02-19 Thread Geert Stappers
Signed-off-by: Geert Stappers <stapp...@stappers.it> --- Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Actually is this patch about asking s/pve-qemu-kvm/pve-qemu/ diff --git a/Makefile b/Makefile index c760a7f..b0ffd70 100644 --- a/Makefile +++ b/Makefile @@

Re: [pve-devel] Building pve-qemu containing qemu-system-aarch64

2018-02-19 Thread Geert Stappers
On Mon, Feb 19, 2018 at 02:00:54PM +0100, Geert Stappers wrote: > On Mon, Feb 19, 2018 at 01:20:36PM +0100, Thomas Lamprecht wrote: > > > > We only built the architecture of the current host system: > > > > https://git.proxmox.com/?p=pve-qemu.

Re: [pve-devel] Building pve-qemu containing qemu-system-aarch64

2018-02-19 Thread Geert Stappers
On Mon, Feb 19, 2018 at 01:20:36PM +0100, Thomas Lamprecht wrote: > Am 02/19/2018 um 01:07 PM schrieb Geert Stappers: > >Fabian wrote: > >>Stappers wrote: > >>>Now looking for where the non-x86 architectures were disabled. > >>>I couldn't it in debian/patc

[pve-devel] Building pve-qemu containing qemu-system-aarch64

2018-02-19 Thread Geert Stappers
$DESTDIR/some/files` are no files like qemu-system-aarch64 deleted. " $ find qemu.tmp/debian/pve-qemu-kvm | grep bin/qemu-system " qemu.tmp/debian/pve-qemu-kvm/usr/bin/qemu-system-i386 " qemu.tmp/debian/pve-qemu-kvm/usr/bin/qemu-system-x86_64 There I would expect seeing qemu-syst

Re: [pve-devel] building pve-qemu

2018-02-18 Thread Geert Stappers
On Sun, Feb 18, 2018 at 03:41:04PM +0100, Dietmar Maurer wrote: > > How to build pve-qemu? > } ... > There is a Makefile Yes, found it and try it. Got a clean build. Thanks ___ pve-devel mailing list pve-devel@pve.proxmox.com

[pve-devel] building pve-qemu

2018-02-18 Thread Geert Stappers
format specified in debian/source/format, see dpkg-source(1) dpkg-source: warning: source directory 'pve-qemu' is not - 'pve-qemu-kvm-2.9.1' and then if fails due not able to apply patches Groeten Geert Stappers ___ pve-devel mailing list pve-devel

Re: [pve-devel] PVE/API2/LXC.pm ssh-public-keys alias

2018-02-04 Thread Geert Stappers
On Wed, Jan 31, 2018 at 09:23:47AM +0100, Wolfgang Bumiller wrote: > On Wed, Jan 31, 2018 at 12:14:43AM +0100, Geert Stappers wrote: > > Parameter name 'ssh-public-keys' causes trouble > > when written as ssh-public-keys. Because it can read as > > arthmetic expression ssh mi

Re: [pve-devel] [PATCH] PVE/API2/LXC.pm ssh-public-keys alias

2018-01-30 Thread Geert Stappers
On Wed, Jan 31, 2018 at 12:14:43AM +0100, Geert Stappers wrote: > Parameter name 'ssh-public-keys' causes trouble > when written as ssh-public-keys. Because it can read as > arthmetic expression ssh minus public minus keys. > > So an alias to the rescue. > Parameter name i

[pve-devel] [PATCH] PVE/API2/LXC.pm ssh-public-keys alias

2018-01-30 Thread Geert Stappers
Parameter name 'ssh-public-keys' causes trouble when written as ssh-public-keys. Because it can read as arthmetic expression ssh minus public minus keys. So an alias to the rescue. Parameter name is 'ssh_public_keys'. Signed-off-by: Geert Stappers <stapp...@stappers.it> --- src/PVE/API2/

Re: [pve-devel] git repo with PVE/API2/LXC.pm

2018-01-30 Thread Geert Stappers
On Tue, Jan 30, 2018 at 02:18:10PM +0100, Andreas Steinel wrote: > On Tue, Jan 30, 2018 at 2:05 PM, Geert Stappers wrote: > > > Which git repository has the file PVE/API2/LXC.pm ? > > > > Check via dpkg: > > root@proxmox ~ > dpkg -S PVE/API2/LXC.pm >

[pve-devel] git repo with PVE/API2/LXC.pm

2018-01-30 Thread Geert Stappers
Hi, Which git repository has the file PVE/API2/LXC.pm ? Cheers Geert Stappers -- Leven en laten leven ___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel