From: Aurelien Jarno <aurelien@aurel32.net>
To: Michael Tokarev <mjt@tls.msk.ru>
Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org, anthony@codemonkey.ws
Subject: Re: [Qemu-devel] [PULL trivial 00/11] trivial patches for 2013-07-27
Date: Mon, 29 Jul 2013 09:42:07 +0200 [thread overview]
Message-ID: <20130729074207.GB5686@ohm.aurel32.net> (raw)
In-Reply-To: <1374910406-15273-1-git-send-email-mjt@msgid.tls.msk.ru>
On Sat, Jul 27, 2013 at 11:33:15AM +0400, Michael Tokarev wrote:
> We collected a few more trivial patches this week, including a compile
> failure fix for 32bit builds by Stefan Weil.
>
> Please pull.
>
> The following changes since commit 200a06397f5d3e982028fd78b25b420507ade021:
>
> Merge remote-tracking branch 'afaerber/tags/qom-cpu-for-anthony' into staging (2013-07-26 17:53:19 -0500)
>
> are available in the git repository at:
>
>
> git://git.corpit.ru/qemu.git trivial-patches
>
> for you to fetch changes up to 6c86f405efd6532b58ad1b607cc9f11e856ef5ca:
>
> target-mips: Remove assignment to a variable which is never used (2013-07-27 11:22:54 +0400)
>
> ----------------------------------------------------------------
> Liu Ping Fan (1):
> timer: make timers_state static
>
> Petar Jovanovic (1):
> linux-user: correct argument number for sys_mremap and sys_splice
>
> Ramkumar Ramachandra (1):
> qemu-options: mention C-a h in the -nographic doc
>
> Stefan Weil (8):
> aes: Remove unused code (NDEBUG, u16)
> hw/9pfs: Fix potential memory leak and avoid reuse of freed memory
> exec: Remove env from list of poisoned names
> watchdog: Remove break after exit
> PPC: dbdma: macio: Fix format specifiers (build regression)
> misc: Fix new typos in comments and strings
> misc: Use g_assert_not_reached for code which is expected to be unreachable
> target-mips: Remove assignment to a variable which is never used
>
> block/vhdx.h | 2 +-
> blockdev.c | 2 +-
> cpus.c | 2 +-
> docs/rdma.txt | 2 +-
> hw/9pfs/virtio-9p-proxy.c | 2 ++
> hw/ide/macio.c | 9 +++++----
> hw/net/vmxnet3.c | 16 ++++++++--------
> hw/net/vmxnet_tx_pkt.c | 2 +-
> hw/usb/hcd-ehci.c | 8 ++++----
> hw/virtio/virtio-balloon.c | 4 ++--
> hw/watchdog/watchdog.c | 1 -
> hw/xen/xen_pt.c | 3 ++-
> include/exec/poison.h | 1 -
> linux-user/main.c | 4 ++--
> migration-rdma.c | 4 ++--
> net/eth.c | 2 +-
> qdev-monitor.c | 4 ++--
> qemu-options.hx | 3 ++-
> target-arm/helper.c | 2 +-
> target-mips/op_helper.c | 1 -
> tests/test-qmp-input-visitor.c | 2 +-
> tests/test-qmp-output-visitor.c | 4 ++--
> tests/test-visitor-serialization.c | 8 ++++----
> util/aes.c | 5 -----
> 24 files changed, 45 insertions(+), 48 deletions(-)
>
Thanks, pulled.
--
Aurelien Jarno GPG: 1024D/F1BCDB73
aurelien@aurel32.net http://www.aurel32.net
prev parent reply other threads:[~2013-07-29 7:42 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-27 7:33 [Qemu-devel] [PULL trivial 00/11] trivial patches for 2013-07-27 Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 01/11] aes: Remove unused code (NDEBUG, u16) Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 02/11] timer: make timers_state static Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 03/11] hw/9pfs: Fix potential memory leak and avoid reuse of freed memory Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 04/11] exec: Remove env from list of poisoned names Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 05/11] watchdog: Remove break after exit Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 06/11] PPC: dbdma: macio: Fix format specifiers (build regression) Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 07/11] linux-user: correct argument number for sys_mremap and sys_splice Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 08/11] misc: Fix new typos in comments and strings Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 09/11] qemu-options: mention C-a h in the -nographic doc Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 10/11] misc: Use g_assert_not_reached for code which is expected to be unreachable Michael Tokarev
2013-07-27 7:33 ` [Qemu-devel] [PULL trivial 11/11] target-mips: Remove assignment to a variable which is never used Michael Tokarev
2013-07-29 7:42 ` Aurelien Jarno [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=20130729074207.GB5686@ohm.aurel32.net \
--to=aurelien@aurel32.net \
--cc=anthony@codemonkey.ws \
--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 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).