qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PULL 00/14] Trivial patches for 2013-10-06


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/14] Trivial patches for 2013-10-06
Date: Sun, 6 Oct 2013 13:32:45 +0400

Here's another trivial patche pull request, for patches collected
in last 2 weeks (2 instead of 1 because both week were more or
less quiet and there weren't many patches).  There's nothing
exciting in here, but there are a few minor fixes for small but
annoying-in-some-environments issues.

Please pull.

Thanks,

/mjt

The following changes since commit a684f3cf9b9b9c3cb82be87aafc463de8974610c:

  Merge remote-tracking branch 'kraxel/seabios-1.7.3.2' into staging 
(2013-09-30 17:15:27 -0500)

are available in the git repository at:


  git://git.corpit.ru/qemu.git trivial-patches

for you to fetch changes up to 387eedebf60a463ba30833588f10123da296ba4d:

  migration: Fix compiler warning ('caps' may be used uninitialized) 
(2013-10-05 14:02:29 +0400)

----------------------------------------------------------------
Amos Kong (1):
      exec: cleanup DEBUG_SUBPAGE

Daniel P. Berrange (1):
      hw/9pfs: Fix errno value for xattr functions

Fam Zheng (1):
      .gitignore: ignore tests/qemu-iotests/socket_scm_helper

Guenter Roeck (1):
      sh4: Fix serial line access for Linux kernels later than 3.2

Ján Veselý (1):
      pci-ohci: Add missing 'break' in ohci_service_td

Markus Armbruster (3):
      tests: Update .gitignore for test-int128 and test-bitops
      tests: Fix schema parser test for in-tree build
      vl: Clean up unnecessary boot_order complications

Michael Tokarev (1):
      migration: Fix compiler warning ('caps' may be used uninitialized)

Stefan Weil (5):
      block: Remove unused assignment (fixes warning from clang)
      target-i386: Fix compiler warning (integer constant is too large)
      hw/alpha: Fix compiler warning (integer constant is too large)
      qemu-char: Fix potential out of bounds access to local arrays
      util/path: Fix type which is longer than 8 bit for MinGW

 blockdev.c                        |    1 -
 exec.c                            |   18 +++++++++---------
 hw/9pfs/virtio-9p-xattr.c         |    6 +++---
 hw/alpha/typhoon.c                |    2 +-
 hw/char/sh_serial.c               |    2 --
 hw/usb/hcd-ohci.c                 |    2 ++
 migration.c                       |    1 +
 qemu-char.c                       |    4 ++--
 target-i386/arch_memory_mapping.c |    2 +-
 tests/.gitignore                  |    3 +++
 tests/Makefile                    |    8 ++++----
 tests/qemu-iotests/.gitignore     |    1 +
 util/path.c                       |    4 ++--
 vl.c                              |    6 ++----
 14 files changed, 31 insertions(+), 29 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]