qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL 00/17] trivial patches for 2013-12-27


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/17] trivial patches for 2013-12-27
Date: Sat, 28 Dec 2013 02:07:13 +0400

Here are collected trivial patches for more than 2 weeks.
There's nothing exciting here, most stuff is really trivial,
including a few simple bugfixes.

Except of one patch by Stefan Weil, which basically re-writes
help text code in ./configure to be much simpler and shorter
and easier to read and manage.  While this change is trivial
indeed, it has a potential of being in conflict with other
changes/trees, if another tree is updating help text too.

Please pull.

Thanks,

/mjt

The following changes since commit f976b09ea249cccc3fd41c98aaf6512908db0bae:

  PPC: Fix compilation with TCG debug (2013-12-22 19:15:55 +0100)

are available in the git repository at:

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

for you to fetch changes up to 5e8138ec82e17b72a6686e7325285dd6a318ea7e:

  acpi unit-test: Remove temporary disk after test (2013-12-28 01:50:07 +0400)

----------------------------------------------------------------
Alexander Graf (1):
      x86: only allow real mode to access 32bit without LMA

Amos Kong (1):
      fix -boot strict regressed in commit 6ef4716

Fam Zheng (1):
      acpi unit-test: Remove temporary disk after test

Ingo van Lil (1):
      doc: Mention chardev:id in available devices for -serial

Michael Tokarev (1):
      vl: make boot_strict variable static (not used outside vl.c)

Stefan Weil (12):
      hw/arm/highbank: Simplify code (memory region in device state)
      openrisc: Fix spelling in comment (transaltion -> translation)
      misc: Use macro ARRAY_SIZE where possible
      ui/cocoa: Use macro ARRAY_SIZE where possible
      exynos4210: Use macro ARRAY_SIZE where possible
      linux-user: Use macro TARGET_NSIG_WORDS where possible
      target-m68k: Replace qemu_assert by hw_error
      configure: Rewrite code for help message
      configure: Python tests must be done before help message
      pxa27x: Reduce size of keyboard matrix mapping
      pxa27x: Add 'const' attribute to keyboard maps
      mainstone: Fix duplicate array values for key 'space'

 configure                   |  362 +++++++++++++++++++++----------------------
 hw/arm/highbank.c           |    7 +-
 hw/arm/mainstone.c          |   15 +-
 hw/arm/z2.c                 |    2 +-
 hw/audio/intel-hda.c        |    4 +-
 hw/char/exynos4210_uart.c   |    6 +-
 hw/input/pxa2xx_keypad.c    |    6 +-
 hw/misc/exynos4210_pmu.c    |    3 +-
 include/hw/arm/pxa.h        |    8 +-
 linux-user/signal.c         |    8 +-
 net/net.c                   |    2 +-
 qemu-char.c                 |    3 +-
 qemu-options.hx             |    2 +
 target-i386/helper.c        |    6 +
 target-m68k/translate.c     |   28 ++--
 target-openrisc/translate.c |    2 +-
 tests/acpi-test.c           |    5 +-
 ui/cocoa.m                  |    5 +-
 vl.c                        |    5 +-
 19 files changed, 242 insertions(+), 237 deletions(-)



reply via email to

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