All of lore.kernel.org
 help / color / mirror / Atom feed
From: Stefan Weil <sw@weilnetz.de>
To: Michael Tokarev <mjt@tls.msk.ru>,  Anthony Liguori <aliguori@amazon.com>
Cc: qemu-trivial@nongnu.org, Jan Krupa <JKrupa@suse.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-trivial] [PULL 00/16] [for-1.7] Trivial patches for 2013-11-13
Date: Wed, 13 Nov 2013 19:05:02 +0100	[thread overview]
Message-ID: <5283BF4E.1020009@weilnetz.de> (raw)
In-Reply-To: <1384347680-15976-1-git-send-email-mjt@msgid.tls.msk.ru>

Am 13.11.2013 14:01, schrieb Michael Tokarev:
> Here's a next trivial-patches pull request, for patches collected
> in almost 3 weeks.
>
> There's nothing extra-ordinary here, except of one thing: this is
> keyboard maps handling series by Jan Krupa.  While I don't expect
> any breakage in this area, but the series introduces a new keymap
> (cz), fixes other keymaps by adding symbol definitions used in there
> to qemu, and adds some functionality which may be helpful when
> working with keymaps (like recognizing (only basic) unicode chars
> in form of Uxxxx).  I haven't heard anything about this series
> from anyone else, except of the comments from Anthony that the
> whole kbd handling needs some major restructuring/changing, so
> I still don't understand whenever applying this is a good idea
> or not.  If you think it is not a good idea, I can easily prepare
> another pull request without these changes.
>
> There are a few other changes which potentially might be a bit
> dangerous, like the trace.h include changes by Stefan Weil --
> while these changes look fine, there's still a remote chance
> that one of them will break build in some configuration or platform.
> Maybe it is not a good idea to apply this at such late point in
> the release cycle.  I verified these, but I haven't tested all
> platforms, especially win*.
>
> Please consider applying.

The two trace.h related patches moved include statements from .h files
to .c files.
I compiled the resulting code on 64 bit Linux, also with cross
compilation for
MinGW, so win* won't be a problem.

Nevertheless there remains a risk because my builds don't include all QEMU
options (especially not spice, rbd, nss, libusb, seccomp).

Both patches were not marked for 1.7, so please skip them when pulling
for 1.7.

You will also have to skip "Console: Replace conditional debug messages
by trace methods"
because it depends on one of the other patches.

Cheers,
Stefan



WARNING: multiple messages have this Message-ID (diff)
From: Stefan Weil <sw@weilnetz.de>
To: Michael Tokarev <mjt@tls.msk.ru>, Anthony Liguori <aliguori@amazon.com>
Cc: qemu-trivial@nongnu.org, Jan Krupa <JKrupa@suse.com>,
	qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/16] [for-1.7] Trivial patches for 2013-11-13
Date: Wed, 13 Nov 2013 19:05:02 +0100	[thread overview]
Message-ID: <5283BF4E.1020009@weilnetz.de> (raw)
In-Reply-To: <1384347680-15976-1-git-send-email-mjt@msgid.tls.msk.ru>

Am 13.11.2013 14:01, schrieb Michael Tokarev:
> Here's a next trivial-patches pull request, for patches collected
> in almost 3 weeks.
>
> There's nothing extra-ordinary here, except of one thing: this is
> keyboard maps handling series by Jan Krupa.  While I don't expect
> any breakage in this area, but the series introduces a new keymap
> (cz), fixes other keymaps by adding symbol definitions used in there
> to qemu, and adds some functionality which may be helpful when
> working with keymaps (like recognizing (only basic) unicode chars
> in form of Uxxxx).  I haven't heard anything about this series
> from anyone else, except of the comments from Anthony that the
> whole kbd handling needs some major restructuring/changing, so
> I still don't understand whenever applying this is a good idea
> or not.  If you think it is not a good idea, I can easily prepare
> another pull request without these changes.
>
> There are a few other changes which potentially might be a bit
> dangerous, like the trace.h include changes by Stefan Weil --
> while these changes look fine, there's still a remote chance
> that one of them will break build in some configuration or platform.
> Maybe it is not a good idea to apply this at such late point in
> the release cycle.  I verified these, but I haven't tested all
> platforms, especially win*.
>
> Please consider applying.

The two trace.h related patches moved include statements from .h files
to .c files.
I compiled the resulting code on 64 bit Linux, also with cross
compilation for
MinGW, so win* won't be a problem.

Nevertheless there remains a risk because my builds don't include all QEMU
options (especially not spice, rbd, nss, libusb, seccomp).

Both patches were not marked for 1.7, so please skip them when pulling
for 1.7.

You will also have to skip "Console: Replace conditional debug messages
by trace methods"
because it depends on one of the other patches.

Cheers,
Stefan

  parent reply	other threads:[~2013-11-13 18:05 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-13 13:01 [Qemu-trivial] [PULL 00/16] [for-1.7] Trivial patches for 2013-11-13 Michael Tokarev
2013-11-13 13:01 ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 01/16] qemu-char: add Czech characters to VNC keysyms Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 02/16] qemu-char: add Czech keymap file Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 03/16] qemu-char: add support for U-prefixed symbols Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 04/16] qemu-char: add missing characters used in keymaps Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 05/16] usb: drop unused USBNetState.inpkt field Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 06/16] vl: fix build when configured with no graphic support Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 07/16] qapi: Fix comment for create-type to match code Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 08/16] pci-assign: Fix error_report of pci-stub message Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 09/16] .travis.yml: basic compile and check recipes Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 10/16] qga: Fix compilation for old versions of MinGW Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 11/16] console: Remove unused debug code Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 12/16] trace: Remove trace.h from console.h (less dependencies) Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 13/16] trace: Remove trace.h from hw/usb/hcd-ehci.h " Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 14/16] console: Replace conditional debug messages by trace methods Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 15/16] gtk: " Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 13:01 ` [Qemu-trivial] [PULL 16/16] qga: Fix shutdown command of guest agent to work with SysV Michael Tokarev
2013-11-13 13:01   ` [Qemu-devel] " Michael Tokarev
2013-11-13 18:05 ` Stefan Weil [this message]
2013-11-13 18:05   ` [Qemu-devel] [PULL 00/16] [for-1.7] Trivial patches for 2013-11-13 Stefan Weil
2013-11-13 18:24   ` [Qemu-trivial] " Michael Tokarev
2013-11-13 18:24     ` [Qemu-devel] " Michael Tokarev
2013-11-13 18:59     ` [Qemu-trivial] " Stefan Weil
2013-11-13 18:59       ` Stefan Weil

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=5283BF4E.1020009@weilnetz.de \
    --to=sw@weilnetz.de \
    --cc=JKrupa@suse.com \
    --cc=aliguori@amazon.com \
    --cc=mjt@tls.msk.ru \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-trivial@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.