From: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
To: qemu-devel@nongnu.org
Cc: Anthony Liguori <aliguori@us.ibm.com>,
Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Subject: [Qemu-devel] [PULL 00/19] Trivial patches for 3 to 6 December 2011
Date: Tue, 6 Dec 2011 11:00:55 +0000 [thread overview]
Message-ID: <1323169274-31657-1-git-send-email-stefanha@linux.vnet.ibm.com> (raw)
The following changes since commit 217bfb445b54db618a30f3a39170bebd9fd9dbf2:
hw/arm_gic.c: Ignore attempts to complete nonexistent IRQs (2011-12-05 21:38:56 +0100)
are available in the git repository at:
ssh://repo.or.cz/srv/git/qemu/stefanha.git trivial-patches-next
Ademar de Souza Reis Jr (1):
memory: minor documentation fixes/enhancements
Chen Rui (1):
mips_malta: resolve endless loop when loading bios
Dong Xu Wang (2):
fix typo: delete redundant semicolon
fix spelling in hw sub directory
Jan Kiszka (1):
Rename get_tls to tls_var
Markus Armbruster (3):
console: Clean up confusing indentation in console_putchar()
console: Fix console_putchar() for CSI J
console: Fix qemu_default_pixelformat() for 24 bpp
Peter Maydell (6):
configure: Include #define name in check_define compiler error
configure: Print a banner comment at the top of config.log
configure: Pull linux-headers/asm symlink creation out of loop
linux-user/cpu-uname.c: Convert to UTF-8
linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters
linux-user/syscall.c: Don't skip stracing for fcntl64 failure case
Stefan Weil (2):
Convert source files to UTF-8 encoding
Convert keymap file to UTF-8 encoding
Zhi Hui Li (2):
net/socket.c : fix memory leak
win32: fix memory leak
Zhi Yong Wu (1):
pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error
block/nbd.c | 4 +-
configure | 44 +++++++++++++++++++++++----------------
console.c | 20 +++++++++--------
cpu-all.h | 2 +-
cpus.c | 2 +-
docs/memory.txt | 6 ++--
hmp-commands.hx | 2 +-
hw/9pfs/codir.c | 6 ++--
hw/9pfs/virtio-9p-coth.h | 2 +-
hw/9pfs/virtio-9p-handle.c | 4 +-
hw/9pfs/virtio-9p.c | 4 +-
hw/acpi.c | 2 +-
hw/alpha_dp264.c | 2 +-
hw/arm_gic.c | 2 +-
hw/bt-hci-csr.c | 2 +-
hw/cirrus_vga.c | 2 +-
hw/ds1225y.c | 2 +-
hw/e1000_hw.h | 2 +-
hw/eepro100.c | 2 +-
hw/etraxfs_dma.c | 2 +-
hw/etraxfs_pic.c | 2 +-
hw/fdc.c | 2 +-
hw/fmopl.c | 8 +++---
hw/gusemu.h | 2 +-
hw/gusemu_hal.c | 4 +-
hw/ide/core.c | 2 +-
hw/ide/via.c | 2 +-
hw/jazz_led.c | 2 +-
hw/lan9118.c | 4 +-
hw/mips_malta.c | 1 +
hw/omap2.c | 6 ++--
hw/pc.c | 2 +-
hw/pci-stub.c | 2 +-
hw/pcie_aer.c | 4 +-
hw/pl110.c | 2 +-
hw/pl181.c | 4 +-
hw/ppc.c | 2 +-
hw/sh7750_regs.h | 2 +-
hw/smc91c111.c | 2 +-
hw/spapr.h | 2 +-
hw/tc6393xb_template.h | 2 +-
hw/vmport.c | 2 +-
hw/wdt_ib700.c | 2 +-
linux-user/arm/nwfpe/fpopcode.h | 34 +++++++++++++++---------------
linux-user/cpu-uname.c | 2 +-
linux-user/syscall.c | 8 ++++--
memory.h | 38 +++++++++++++++++++--------------
net/socket.c | 3 ++
net/tap-solaris.c | 2 +-
os-win32.c | 7 ++++++
pc-bios/keymaps/is | 2 +-
qemu-tls.h | 4 +-
sysemu.h | 2 +-
target-s390x/op_helper.c | 4 +-
ui/vnc.c | 2 +-
usb-redir.c | 4 +-
56 files changed, 159 insertions(+), 130 deletions(-)
--
1.7.7.3
next reply other threads:[~2011-12-06 11:02 UTC|newest]
Thread overview: 25+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-06 11:00 Stefan Hajnoczi [this message]
2011-12-06 11:00 ` [Qemu-devel] [PATCH 01/19] console: Clean up confusing indentation in console_putchar() Stefan Hajnoczi
2011-12-06 11:00 ` [Qemu-devel] [PATCH 02/19] console: Fix console_putchar() for CSI J Stefan Hajnoczi
2011-12-06 11:00 ` [Qemu-devel] [PATCH 03/19] console: Fix qemu_default_pixelformat() for 24 bpp Stefan Hajnoczi
2011-12-06 11:00 ` [Qemu-devel] [PATCH 04/19] configure: Include #define name in check_define compiler error Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 05/19] configure: Print a banner comment at the top of config.log Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 06/19] net/socket.c : fix memory leak Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 07/19] win32: " Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 08/19] fix typo: delete redundant semicolon Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 09/19] fix spelling in hw sub directory Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 10/19] pcie_aer: adjust do_pcie_aer_inejct_error -> do_pcie_aer_inject_error Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 11/19] configure: Pull linux-headers/asm symlink creation out of loop Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 12/19] Convert source files to UTF-8 encoding Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 13/19] Convert keymap file " Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 14/19] linux-user/cpu-uname.c: Convert to UTF-8 Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 15/19] linux-user/arm/nwfpe/fpopcode.h: Fix non-UTF-8 characters Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 16/19] Rename get_tls to tls_var Stefan Hajnoczi
2011-12-06 11:43 ` Andreas Färber
2011-12-06 11:47 ` Jan Kiszka
2011-12-06 12:04 ` Paolo Bonzini
2011-12-06 11:01 ` [Qemu-devel] [PATCH 17/19] linux-user/syscall.c: Don't skip stracing for fcntl64 failure case Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 18/19] memory: minor documentation fixes/enhancements Stefan Hajnoczi
2011-12-06 11:01 ` [Qemu-devel] [PATCH 19/19] mips_malta: resolve endless loop when loading bios Stefan Hajnoczi
2011-12-14 10:38 ` [Qemu-devel] [PULL 00/19] Trivial patches for 3 to 6 December 2011 Stefan Hajnoczi
2011-12-14 14:53 ` Anthony Liguori
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=1323169274-31657-1-git-send-email-stefanha@linux.vnet.ibm.com \
--to=stefanha@linux.vnet.ibm.com \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@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).