qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "Daniel P. Berrange" <berrange@redhat.com>
To: Peter Maydell <peter.maydell@linaro.org>
Cc: QEMU Developers <qemu-devel@nongnu.org>
Subject: Re: [Qemu-devel] [PATCH PULL v2 00/11] Extract TLS handling code from VNC server
Date: Tue, 15 Sep 2015 15:36:04 +0100	[thread overview]
Message-ID: <20150915143604.GX23145@redhat.com> (raw)
In-Reply-To: <20150915114100.GQ23145@redhat.com>

On Tue, Sep 15, 2015 at 12:41:00PM +0100, Daniel P. Berrange wrote:
> On Tue, Sep 15, 2015 at 12:23:39PM +0100, Peter Maydell wrote:
> > On 15 September 2015 at 11:16, Daniel P. Berrange <berrange@redhat.com> wrote:
> > > The following changes since commit 007e620a7576e4ce2ea6955541e87d8ae8ed32ae:
> > >
> > >   Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging (2015-09-14 18:51:09 +0100)
> > >
> > > are available in the git repository at:
> > >
> > >   git://github.com/berrange/qemu.git tags/vnc-crypto-v8-for-upstream
> > >
> > > for you to fetch changes up to 63909633894a7d613aa80a32a827581da9bf5ad5:
> > >
> > >   ui: convert VNC server to use QCryptoTLSSession (2015-09-15 11:08:52 +0100)
> > >
> > > ----------------------------------------------------------------
> > > Merge vnc-crypto-v8
> > >
> > > ----------------------------------------------------------------
> > > Daniel P. Berrange (11):
> > >       qapi: allow override of default enum prefix naming
> > >       tests: remove repetition in unit test object deps
> > >       crypto: move crypto objects out of libqemuutil.la
> > >       qom: allow QOM to be linked into tools binaries
> > >       crypto: introduce new base module for TLS credentials
> > >       crypto: introduce new module for TLS anonymous credentials
> > >       crypto: introduce new module for TLS x509 credentials
> > >       crypto: add sanity checking of TLS x509 credentials
> > >       crypto: introduce new module for handling TLS sessions
> > >       ui: fix return type for VNC I/O functions to be ssize_t
> > >       ui: convert VNC server to use QCryptoTLSSession
> > 
> > This failed to build for me (x86_64/Linux):
> > 
> >   LINK  aarch64-linux-user/qemu-aarch64
> > gdbstub.o: In function `gdb_read_register':
> > /home/petmay01/linaro/qemu-for-merges/gdbstub.c:569: undefined
> > reference to `object_get_class'
> 
> Argh, sorry about that. I usually build w/ non-system emulators
> disabled and forget to check they still work. Will submit a
> v3 pull when I've ensured this builds with a fully enabled
> config

For the record, there were small bugs in patch 3 and 4. In the first
I accidentally missed out linkage of crypto/aes.o from the userspace
emulator, and in the second accidentally missed linkage of $(qom-obj-y)
from the userspace emulators. These are fixed in the v3 pull request
I'm about to send.

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

      reply	other threads:[~2015-09-15 14:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-15 10:16 [Qemu-devel] [PATCH PULL v2 00/11] Extract TLS handling code from VNC server Daniel P. Berrange
2015-09-15 10:16 ` [Qemu-devel] [PATCH PULL v2 01/11] qapi: allow override of default enum prefix naming Daniel P. Berrange
2015-09-15 14:00   ` Eric Blake
2015-09-15 10:16 ` [Qemu-devel] [PATCH PULL v2 02/11] tests: remove repetition in unit test object deps Daniel P. Berrange
2015-09-15 10:16 ` [Qemu-devel] [PATCH PULL v2 03/11] crypto: move crypto objects out of libqemuutil.la Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 04/11] qom: allow QOM to be linked into tools binaries Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 05/11] crypto: introduce new base module for TLS credentials Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 06/11] crypto: introduce new module for TLS anonymous credentials Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 07/11] crypto: introduce new module for TLS x509 credentials Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 08/11] crypto: add sanity checking of " Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 09/11] crypto: introduce new module for handling TLS sessions Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 10/11] ui: fix return type for VNC I/O functions to be ssize_t Daniel P. Berrange
2015-09-15 10:17 ` [Qemu-devel] [PATCH PULL v2 11/11] ui: convert VNC server to use QCryptoTLSSession Daniel P. Berrange
2015-09-15 11:23 ` [Qemu-devel] [PATCH PULL v2 00/11] Extract TLS handling code from VNC server Peter Maydell
2015-09-15 11:41   ` Daniel P. Berrange
2015-09-15 14:36     ` Daniel P. Berrange [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150915143604.GX23145@redhat.com \
    --to=berrange@redhat.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).