qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PULL for-1.7 00/11] Miscellaneous -rc patches


From: Paolo Bonzini
Subject: [Qemu-devel] [PULL for-1.7 00/11] Miscellaneous -rc patches
Date: Thu, 21 Nov 2013 17:49:27 +0100

The following changes since commit 394cfa39ba24dd838ace1308ae24961243947fb8:

  Merge remote-tracking branch 'quintela/migration.next' into staging 
(2013-11-19 13:03:06 -0800)

are available in the git repository at:


  git://github.com/bonzini/qemu.git tags/for-anthony

for you to fetch changes up to d607a52364e7bfc1cd6d3e425b898e86be4e525d:

  qga: Fix compiler warnings (missing format attribute, wrong format strings) 
(2013-11-21 17:39:25 +0100)

You do not have my key yet, but you can verify it is the same that I use
for example in Linux pull requests.  Please contact me offlist if you
wish to do keysigning.

----------------------------------------------------------------
Here are a bunch of 1.7-tagged patches that I was afraid
were getting forgotten or that did not have a clear maintainer responsible
for making a pull request.

----------------------------------------------------------------
Alex Williamson (1):
      vfio-pci: Fix multifunction=on

Amos Kong (2):
      rng-egd: remove redundant free
      rng-egd: offset the point when repeatedly read from the buffer

Hervé Poussineau (1):
      mips jazz: do not raise data bus exception when accessing invalid 
addresses

Mark Cave-Ayland (1):
      sun4m: Add FCode ROM for TCX framebuffer

Paolo Bonzini (2):
      pc: get rid of builtin pvpanic for "-M pc-1.5"
      target-i386: yield to another VCPU on PAUSE

Peter Maydell (3):
      configure: Explicitly set ARFLAGS so we can build with GNU Make 4.0
      atomic.h: Fix build with clang
      target-i386: Fix build by providing stub kvm_arch_get_supported_cpuid()

Stefan Weil (1):
      qga: Fix compiler warnings (missing format attribute, wrong format 
strings)

 Makefile                  |   2 +-
 backends/rng-egd.c        |   5 +++--
 configure                 |   5 +++++
 hw/display/tcx.c          |  26 +++++++++++++++++++++++++-
 hw/i386/pc_piix.c         |   7 -------
 hw/i386/pc_q35.c          |   7 -------
 hw/mips/mips_jazz.c       |  24 ++++++++++++++++++++++++
 hw/misc/pvpanic.c         |   5 -----
 hw/misc/vfio.c            |   7 +++++++
 hw/sparc/sun4m.c          |  17 ++++++++++-------
 include/hw/i386/pc.h      |   1 -
 include/qemu/atomic.h     |   6 +++---
 pc-bios/QEMU,tcx.bin      | Bin 0 -> 1242 bytes
 pc-bios/README            |   4 ++--
 qga/commands-posix.c      |   8 ++++----
 qga/guest-agent-core.h    |   2 +-
 target-i386/helper.h      |   1 +
 target-i386/kvm-stub.c    |  12 ++++++++++++
 target-i386/misc_helper.c |  22 ++++++++++++++++++++--
 target-i386/translate.c   |   5 ++++-
 20 files changed, 122 insertions(+), 44 deletions(-)
 create mode 100644 pc-bios/QEMU,tcx.bin
-- 
1.8.3.1




reply via email to

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