qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December 2011
@ 2011-12-02 13:50 Stefan Hajnoczi
  2011-12-02 13:50 ` [Qemu-devel] [PATCH 01/15] sonic: fix typo Stefan Hajnoczi
                   ` (15 more replies)
  0 siblings, 16 replies; 18+ messages in thread
From: Stefan Hajnoczi @ 2011-12-02 13:50 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi

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

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(-)

-- 
1.7.7.3

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-12-05 15:32 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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 ` [Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December 2011 Anthony Liguori

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).