All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anthony Liguori <aliguori@us.ibm.com>
To: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December 2011
Date: Mon, 05 Dec 2011 09:31:09 -0600	[thread overview]
Message-ID: <4EDCE3BD.7070604@us.ibm.com> (raw)
In-Reply-To: <1322833833-9969-1-git-send-email-stefanha@linux.vnet.ibm.com>

On 12/02/2011 07:50 AM, Stefan Hajnoczi wrote:
> First post-1.0 trivial-patches pull request.  We should get through the backlog
> within 2 weeks.
>
> The following changes since commit 1c8a881daaca6fe0646a425b0970fb3ad25f6732:
>
>    Update version for 1.0 release (2011-12-01 14:04:21 -0600)
>
> are available in the git repository at:
>    ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches

Pulled.  Thanks.

Regards,

Anthony Liguori

>
> Dong Xu Wang (11):
>        fix spelling in darwin-user sub directory
>        fix spelling in linux-user sub directory
>        fix spelling in libcacard sub directory
>        fix spelling in QMP sub directory
>        fix spelling in scripts sub directory
>        fix spelling in target sub directory
>        fix spelling in tcg sub directory
>        fix spelling in tests sub directory
>        fix spelling in ui sub directory
>        fix spelling in block sub directory
>        fix spelling in main directory
>
> Hervé Poussineau (1):
>        sonic: fix typo
>
> Markus Armbruster (1):
>        qxl: Don't convert from size_t to int and back in qxl_cursor()
>
> Peter Maydell (1):
>        MAINTAINERS: Delete spurious '.'
>
> Stefan Weil (1):
>        darwin-user: Fix format string in debug message
>
>   MAINTAINERS                            |    2 +-
>   QMP/qmp-events.txt                     |    2 +-
>   arm-dis.c                              |    6 +++---
>   block/cow.c                            |    2 +-
>   block/qcow2.c                          |    4 ++--
>   block/raw-posix.c                      |    4 ++--
>   cpu-all.h                              |    2 +-
>   cpu-common.h                           |    2 +-
>   cpus.c                                 |    2 +-
>   darwin-user/machload.c                 |    6 +++---
>   darwin-user/main.c                     |    2 +-
>   darwin-user/signal.c                   |    3 +--
>   darwin-user/syscall.c                  |    2 +-
>   exec-memory.h                          |    2 +-
>   hppa-dis.c                             |    2 +-
>   hw/dp8393x.c                           |    2 +-
>   hw/qxl-render.c                        |    2 +-
>   libcacard/card_7816.c                  |    4 ++--
>   libcacard/card_7816.h                  |    2 +-
>   libcacard/vcard_emul_nss.c             |    2 +-
>   libcacard/vscard_common.h              |    2 +-
>   linux-user/elfload.c                   |    2 +-
>   linux-user/flatload.c                  |    2 +-
>   linux-user/main.c                      |    4 ++--
>   linux-user/signal.c                    |    2 +-
>   linux-user/syscall_defs.h              |    6 +++---
>   m68k-dis.c                             |    2 +-
>   main-loop.h                            |    2 +-
>   nbd.c                                  |    4 ++--
>   qemu-io.c                              |    2 +-
>   qemu-option.c                          |    2 +-
>   qerror.c                               |    2 +-
>   savevm.c                               |    2 +-
>   scripts/checkpatch.pl                  |    2 +-
>   target-alpha/STATUS                    |    2 +-
>   target-microblaze/cpu.h                |    2 +-
>   target-microblaze/translate.c          |    4 ++--
>   target-mips/cpu.h                      |    2 +-
>   target-mips/machine.c                  |    2 +-
>   target-ppc/cpu.h                       |    4 ++--
>   target-ppc/mfrom_table_gen.c           |    2 +-
>   target-ppc/op_helper.c                 |    4 ++--
>   target-sh4/helper.c                    |    2 +-
>   target-sparc/TODO                      |    2 +-
>   tcg/tcg.c                              |    2 +-
>   tcg/tcg.h                              |    2 +-
>   test-visitor.c                         |   10 +++++-----
>   tests/cris/check_glibc_kernelversion.c |    2 +-
>   tests/cris/check_moveq.c               |    4 ++--
>   ui/vnc.c                               |    4 ++--
>   vl.c                                   |    2 +-
>   51 files changed, 71 insertions(+), 72 deletions(-)
>

      parent reply	other threads:[~2011-12-05 15:32 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-12-02 13:50 [Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December 2011 Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 01/15] sonic: fix typo Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 02/15] qxl: Don't convert from size_t to int and back in qxl_cursor() Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 03/15] MAINTAINERS: Delete spurious '.' Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 04/15] darwin-user: Fix format string in debug message Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 05/15] fix spelling in darwin-user sub directory Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 06/15] fix spelling in linux-user " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 07/15] fix spelling in libcacard " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 08/15] fix spelling in QMP " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 09/15] fix spelling in scripts " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 10/15] fix spelling in target " Stefan Hajnoczi
2011-12-02 13:59   ` Alexander Graf
2011-12-02 13:50 ` [Qemu-devel] [PATCH 11/15] fix spelling in tcg " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 12/15] fix spelling in tests " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 13/15] fix spelling in ui " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 14/15] fix spelling in block " Stefan Hajnoczi
2011-12-02 13:50 ` [Qemu-devel] [PATCH 15/15] fix spelling in main directory Stefan Hajnoczi
2011-12-05 15:31 ` Anthony Liguori [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=4EDCE3BD.7070604@us.ibm.com \
    --to=aliguori@us.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@linux.vnet.ibm.com \
    /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.