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

2018-02-19 Thread Thomas Lamprecht
Am 02/19/2018 um 01:07 PM schrieb Geert Stappers: Quoting https://forum.proxmox.com/threads/emulating-non-x86-machine-types.35801/#post-199797 Fabian wrote: Stappers wrote: Got a clean build of package pve-qemu-kvm by git clone git://git.proxmox.com/git/pve-qemu cd pve-qemu # satisfy

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: > > > >

[pve-devel] [PATCH cluster] pvecm: add: create task log on cluster join

2018-02-19 Thread Thomas Lamprecht
The API join path creates a task log when joining a cluster. Also create such a log in the CLI code path. Changes are mostly indentation only. Signed-off-by: Thomas Lamprecht --- data/PVE/CLI/pvecm.pm | 101 +++--- 1 file

Re: [pve-devel] cloudinit for proxmox 5 v3

2018-02-19 Thread Wolfgang Bumiller
On Thu, Jul 27, 2017 at 05:06:33PM +0200, Alexandre Derumier wrote: > Now that proxmox 5.0 is launched, maybe can we try to target cloudinit for > 5.1 ? We'd like to move forward with this. I rebased this patch set again (available at https://github.com/Blub/pve-qemu-server cloudinit branch).

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

2018-02-19 Thread Geert Stappers
Signed-off-by: Geert Stappers --- 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 @@ -31,7

[pve-devel] applied: [PATCH cluster] pvecm: add: create task log on cluster join

2018-02-19 Thread Fabian Grünbichler
___ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

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/patches, the subgitrepostory mirror_qemu looks

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

2018-02-19 Thread Geert Stappers
Quoting https://forum.proxmox.com/threads/emulating-non-x86-machine-types.35801/#post-199797 Fabian wrote: > Stappers wrote: > > Got a clean build of package pve-qemu-kvm by > > git clone git://git.proxmox.com/git/pve-qemu > > cd pve-qemu > > # satisfy build depends > > make > > > > Now

[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 --- debian/rules | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/debian/rules

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

2018-02-19 Thread Geert Stappers
I don't know why fdt, Flat Device Tree, is disabled, but that disabling blocks building e.g. qemu-system-aarch64. It stops the build and yields this: ERROR: fdt disabled but some requested targets require it. You can turn off fdt only if you also disable all the system emulation

[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 --- 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=\" TRGTS