qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL for-2.0 00/23] Trivial patches for 2014-03-27


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL for-2.0 00/23] Trivial patches for 2014-03-27
Date: Thu, 27 Mar 2014 19:28:05 +0400

Here's another trivial-patches pull request, for 2.0.

I removed -m-to-QemuOpts conversion patches, what's left
are either really trivial stuff (some `static const' designators
from Stefan Weil, some duplicate statement removals from Prasad Joshi),
minor documentation fixes (and addition of coding style section),
one bugfix for KVM_GET_DIRTY_LOG ioctl return check by Mario Smarduch,
and a large(ish) series of shift-into-sign-bit by Peter Maydell.
Everything appears to be fine for 2.0.

Please consider applying or pulling.

Thanks!

/mjt

The following changes since commit bea4acda3bff00e98cb00d5354f23de9e74a928f:

  Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging 
(2014-03-27 10:54:17 +0000)

are available in the git repository at:


  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-03-27

for you to fetch changes up to 3768d505adcd6c3fe819432d7dabd312995fa678:

  linux-user: remove duplicate statement (2014-03-27 19:22:49 +0400)

----------------------------------------------------------------
trivial patches for 2014-03-27

----------------------------------------------------------------
Eduardo Habkost (1):
      CODING_STYLE: Section about mixed declarations

Mario Smarduch (1):
      fix return check for KVM_GET_DIRTY_LOG ioctl

Mark Cave-Ayland (2):
      doc: update sun4m documentation
      doc: update default PowerPC framebuffer settings

Peter Maydell (12):
      target-i386: Avoid shifting left into sign bit
      hw/intc/apic.c: Use uint32_t for mask word in foreach_apic
      hw/pci/pci_host.c: Avoid shifting left into sign bit
      hw/i386/acpi_build.c: Avoid shifting left into sign bit
      target-mips: Avoid shifting left into sign bit
      hw/usb/hcd-ohci.c: Avoid shifting left into sign bit
      hw/intc/openpic: Avoid shifting left into sign bit
      hw/ppc: Avoid shifting left into sign bit
      tests/libqos/pci-pc: Avoid shifting left into sign bit
      hw/intc/slavio_intctl: Avoid shifting left into sign bit
      hw/intc/xilinx_intc: Avoid shifting left into sign bit
      hw/pci-host/apb.c: Avoid shifting left into sign bit

Prasad Joshi (2):
      hw/timer/grlib_gptimer: remove unnecessary assignment
      linux-user: remove duplicate statement

Stefan Weil (5):
      target-s390x: Add missing 'static' and 'const' attributes
      target-arm: Add missing 'static' attribute
      hw/ide: Add missing 'static' attributes
      util: Add 'static' attribute to function implementation
      target-i386: Add missing 'static' and 'const' attributes

 CODING_STYLE                 |    7 +
 hw/i386/acpi-build.c         |    2 +-
 hw/ide/pci.c                 |    2 +-
 hw/intc/apic.c               |    6 +-
 hw/intc/openpic.c            |   14 +-
 hw/intc/slavio_intctl.c      |    2 +-
 hw/intc/xilinx_intc.c        |    3 +-
 hw/pci-host/apb.c            |   10 +-
 hw/pci/pci_host.c            |    3 +-
 hw/ppc/ppc.c                 |    2 +-
 hw/ppc/ppc440_bamboo.c       |    4 +-
 hw/ppc/ppc4xx_devs.c         |    2 +-
 hw/ppc/ppc_booke.c           |   24 +--
 hw/ppc/virtex_ml507.c        |    4 +-
 hw/timer/grlib_gptimer.c     |    1 -
 hw/usb/hcd-ohci.c            |   32 ++--
 kvm-all.c                    |    2 +-
 linux-user/signal.c          |    2 -
 qemu-doc.texi                |   11 +-
 qemu-options.hx              |   10 +-
 target-arm/machine.c         |    2 +-
 target-i386/cpu.c            |    2 +-
 target-i386/cpu.h            |  334 +++++++++++++++++++++---------------------
 target-i386/kvm.c            |    2 +-
 target-mips/cpu.h            |    2 +-
 target-mips/helper.c         |    8 +-
 target-mips/op_helper.c      |    2 +-
 target-mips/translate_init.c |   22 +--
 target-s390x/arch_dump.c     |    6 +-
 tests/libqos/pci-pc.c        |   12 +-
 util/module.c                |    2 +-
 31 files changed, 276 insertions(+), 261 deletions(-)



reply via email to

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