qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PULL 00/13] Trivial patches for 2 to 7 November
@ 2012-12-07 11:38 Stefan Hajnoczi
  2012-12-07 11:39 ` [Qemu-devel] [PATCH 01/13] sd: Send debug printfery to stderr not stdout Stefan Hajnoczi
                   ` (13 more replies)
  0 siblings, 14 replies; 15+ messages in thread
From: Stefan Hajnoczi @ 2012-12-07 11:38 UTC (permalink / raw)
  To: qemu-devel; +Cc: Anthony Liguori, Stefan Hajnoczi

These patches were mostly submitted during the 1.3 hard freeze.  I'll catch up
with the new trivial patches next week.

The following changes since commit 80625b97b52836b944a6438e8e3e9d992e6a00b6:

  xilinx_uartlite: Accept input after rx FIFO pop (2012-12-05 09:20:36 +0100)

are available in the git repository at:

  git://github.com/stefanha/qemu.git trivial-patches

for you to fetch changes up to 654598c944aa31cdbea435bd468055af9c918d16:

  pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path (2012-12-07 12:34:12 +0100)

----------------------------------------------------------------
Markus Armbruster (2):
      Clean up pci_drive_hot_add()'s use of BlockInterfaceType
      pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path

Michal Privoznik (1):
      qemu-options: Fix space at EOL

Petar Jovanovic (2):
      target-mips: Fix incorrect code and test for INSV
      target-mips: Fix incorrect shift for SHILO and SHILOV

Peter Crosthwaite (2):
      sd: Send debug printfery to stderr not stdout
      arm: a9mpcore: remove un-used ptimer_iomem field

Peter Maydell (1):
      configure: Remove stray debug output

Richard Henderson (3):
      target-alpha: Remove t0, t1 from CPUAlphaState
      target-m68k: Remove t1 from CPUM68KState
      target-sparc: Remove t0, t1 from CPUSPARCState

Stefan Weil (4):
      Fix spelling (prefered -> preferred)
      Fix comments (adress -> address, layed -> laid, wierd -> weird)
      s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
      Fix spelling in comments and documentation

 configure                          |  4 +---
 hw/a9mpcore.c                      |  1 -
 hw/device-hotplug.c                | 11 ++++-------
 hw/pc_sysfw.c                      |  4 +++-
 hw/pci-hotplug.c                   |  7 +++----
 hw/s390x/sclp.h                    |  4 ++--
 hw/s390x/sclpconsole.c             |  4 ++--
 hw/sd.c                            |  4 ++--
 hw/usb.h                           |  6 +++---
 net/tap-win32.c                    |  7 ++++---
 qemu-options.hx                    |  2 +-
 slirp/ip_icmp.c                    |  2 +-
 sysemu.h                           |  3 +--
 target-alpha/cpu.h                 |  7 -------
 target-m68k/cpu.h                  |  3 ---
 target-mips/dsp_helper.c           | 19 ++++++++++---------
 target-sparc/cpu.h                 |  1 -
 tcg/tcg.h                          |  4 ++--
 tests/qemu-iotests/iotests.py      |  2 +-
 tests/tcg/mips/mips32-dsp/insv.c   |  2 +-
 tests/tcg/mips/mips32-dsp/shilo.c  | 18 ++++++++++++++++++
 tests/tcg/mips/mips32-dsp/shilov.c | 20 ++++++++++++++++++++
 uri.c                              |  4 ++--
 23 files changed, 81 insertions(+), 58 deletions(-)

-- 
1.8.0.1

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

end of thread, other threads:[~2012-12-10 16:58 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 11:38 [Qemu-devel] [PULL 00/13] Trivial patches for 2 to 7 November Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 01/13] sd: Send debug printfery to stderr not stdout Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 02/13] configure: Remove stray debug output Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 03/13] Fix spelling (prefered -> preferred) Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 04/13] Fix comments (adress -> address, layed -> laid, wierd -> weird) Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 05/13] s390x: Spelling fixes (endianess -> endianness, occured -> occurred) Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 06/13] target-alpha: Remove t0, t1 from CPUAlphaState Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 07/13] target-m68k: Remove t1 from CPUM68KState Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 08/13] target-sparc: Remove t0, t1 from CPUSPARCState Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 09/13] arm: a9mpcore: remove un-used ptimer_iomem field Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 10/13] Clean up pci_drive_hot_add()'s use of BlockInterfaceType Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 11/13] Fix spelling in comments and documentation Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 12/13] qemu-options: Fix space at EOL Stefan Hajnoczi
2012-12-07 11:39 ` [Qemu-devel] [PATCH 13/13] pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path Stefan Hajnoczi
2012-12-10 16:58 ` [Qemu-devel] [PULL 00/13] Trivial patches for 2 to 7 November 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).