[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December 2011 |
Date: |
Fri, 2 Dec 2011 13:50:18 +0000 |
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
- [Qemu-devel] [PULL 00/15] Trivial patches for 24 November to 2 December 2011,
Stefan Hajnoczi <=
- [Qemu-devel] [PATCH 02/15] qxl: Don't convert from size_t to int and back in qxl_cursor(), Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 03/15] MAINTAINERS: Delete spurious '.', Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 01/15] sonic: fix typo, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 04/15] darwin-user: Fix format string in debug message, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 05/15] fix spelling in darwin-user sub directory, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 07/15] fix spelling in libcacard sub directory, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 06/15] fix spelling in linux-user sub directory, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 11/15] fix spelling in tcg sub directory, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 14/15] fix spelling in block sub directory, Stefan Hajnoczi, 2011/12/02
- [Qemu-devel] [PATCH 10/15] fix spelling in target sub directory, Stefan Hajnoczi, 2011/12/02