Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-13 Thread Gerd Hoffmann
On Wed, 2017-10-11 at 15:37 +0100, Peter Maydell wrote: > On 11 October 2017 at 09:35, Gerd Hoffmann wrote: > > The following changes since commit > > 567d0a19c7998fa366598b83d5a6e5f0759d3ea9: > > > >   Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and- > >

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Daniel P. Berrange
On Thu, Oct 12, 2017 at 12:13:23PM +0200, Gerd Hoffmann wrote: > On Thu, 2017-10-12 at 11:07 +0100, Daniel P. Berrange wrote: > > On Thu, Oct 12, 2017 at 12:04:47PM +0200, Gerd Hoffmann wrote: > > >   Hi, > > > > > > > Not AFAICT - if i try it just never completes connect() > > > > > > Hmm, so

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Gerd Hoffmann
On Thu, 2017-10-12 at 11:07 +0100, Daniel P. Berrange wrote: > On Thu, Oct 12, 2017 at 12:04:47PM +0200, Gerd Hoffmann wrote: > >   Hi, > > > > > Not AFAICT - if i try it just never completes connect() > > > > Hmm, so maybe we should mirror the thing on git.qemu.org and use > > that? > > Can

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Peter Maydell
On 12 October 2017 at 11:07, Daniel P. Berrange wrote: > On Thu, Oct 12, 2017 at 12:04:47PM +0200, Gerd Hoffmann wrote: >> Hi, >> >> > Not AFAICT - if i try it just never completes connect() >> >> Hmm, so maybe we should mirror the thing on git.qemu.org and use that? > >

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Daniel P. Berrange
On Thu, Oct 12, 2017 at 12:04:47PM +0200, Gerd Hoffmann wrote: > Hi, > > > Not AFAICT - if i try it just never completes connect() > > Hmm, so maybe we should mirror the thing on git.qemu.org and use that? Can that be made 100% automated - I don't want to have to push changes to two different

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Gerd Hoffmann
Hi, > Not AFAICT - if i try it just never completes connect() Hmm, so maybe we should mirror the thing on git.qemu.org and use that? cheers, Gerd

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Gerd Hoffmann
Hi, > FreeBSD: > > >   CC  ui/input-keymap.o > /root/qemu/ui/input-keymap.c:8:10: fatal error: > 'ui/input-keymap-linux-to-qcode.c' file not found > #include "ui/input-keymap-linux-to-qcode.c" >  ^ scripts/git-modules.sh has no bashims, a simple s/bash/sh/ fixes the build on

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Peter Maydell
On 12 October 2017 at 10:30, Gerd Hoffmann wrote: > Indeed. Is this openbsd? They are a bit paranoid, possibly the usual > ca bundle (from nss/mozilla IIRC) isn't installed by default. No, it's an Ubuntu chroot. ca-certificates is "Priority: optional", so on a small thing

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Daniel P. Berrange
On Thu, Oct 12, 2017 at 11:30:26AM +0200, Gerd Hoffmann wrote: > Hi, > > > > $ ./scripts/git-submodule.sh update ui/keycodemapdb dtc > > > Cloning into 'ui/keycodemapdb'... > > > fatal: unable to access > > > 'https://gitlab.com/keycodemap/keycodemapdb.git/': Problem with the > > > SSL CA cert

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Gerd Hoffmann
Hi, > > $ ./scripts/git-submodule.sh update ui/keycodemapdb dtc > > Cloning into 'ui/keycodemapdb'... > > fatal: unable to access > > 'https://gitlab.com/keycodemap/keycodemapdb.git/': Problem with the > > SSL CA cert (path? access rights?) > > fatal: clone of

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Peter Maydell
On 12 October 2017 at 09:24, Daniel P. Berrange wrote: > On Wed, Oct 11, 2017 at 05:45:04PM +0100, Peter Maydell wrote: >> $ ./scripts/git-submodule.sh update ui/keycodemapdb dtc >> Cloning into 'ui/keycodemapdb'... >> fatal: unable to access >>

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-12 Thread Daniel P. Berrange
On Wed, Oct 11, 2017 at 05:45:04PM +0100, Peter Maydell wrote: > On 11 October 2017 at 16:49, Daniel P. Berrange wrote: > > On Wed, Oct 11, 2017 at 03:37:08PM +0100, Peter Maydell wrote: > >> Build failures: > >> > >> NetBSD: > >> CC ui/input-keymap.o > >>

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-11 Thread Peter Maydell
On 11 October 2017 at 16:49, Daniel P. Berrange wrote: > On Wed, Oct 11, 2017 at 03:37:08PM +0100, Peter Maydell wrote: >> Build failures: >> >> NetBSD: >> CC ui/input-keymap.o >> /root/qemu/ui/input-keymap.c:8:44: fatal error: >> ui/input-keymap-linux-to-qcode.c: No

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-11 Thread Daniel P. Berrange
On Wed, Oct 11, 2017 at 03:37:08PM +0100, Peter Maydell wrote: > On 11 October 2017 at 09:35, Gerd Hoffmann wrote: > > The following changes since commit 567d0a19c7998fa366598b83d5a6e5f0759d3ea9: > > > > Merge remote-tracking branch > >

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-11 Thread Kamil Rytarowski
On 11.10.2017 16:37, Peter Maydell wrote: > The OpenBSD failure is because make now tries to run a > script that uses #!/bin/bash, and this machine doesn't > have bash installed. Do we really need to add bash to > our build-dependencies? The script doesn't seem like it's > doing anything that

Re: [Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-11 Thread Peter Maydell
On 11 October 2017 at 09:35, Gerd Hoffmann wrote: > The following changes since commit 567d0a19c7998fa366598b83d5a6e5f0759d3ea9: > > Merge remote-tracking branch > 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-10-10 > 13:25:46 +0100) > > are

[Qemu-devel] [PULL 00/10] Ui 20171011 patches

2017-10-11 Thread Gerd Hoffmann
The following changes since commit 567d0a19c7998fa366598b83d5a6e5f0759d3ea9: Merge remote-tracking branch 'remotes/ehabkost/tags/x86-and-machine-pull-request' into staging (2017-10-10 13:25:46 +0100) are available in the git repository at: git://git.kraxel.org/qemu