All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-trivial] [PULL 00/11] Trivial patches for 2014-01-16
@ 2014-01-16 17:35 ` Michael Tokarev
  0 siblings, 0 replies; 35+ messages in thread
From: Michael Tokarev @ 2014-01-16 17:35 UTC (permalink / raw)
  To: aliguori; +Cc: qemu-trivial, Michael Tokarev, qemu-devel

There's nothing exciting in there, but we have some small bugfixes here and
there, and a few cosmetic changes too.

This is my first signed pull request too, based on my regular GnuPG key which
I use to sign Debian packages.

Please pull.

Thanks,

/mjt

The following changes since commit 1cf892ca2689c84960b4ce4d2723b6bee453711c:

  SPARC: Fix LEON3 power down instruction (2014-01-15 15:37:33 +1000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-01-16

for you to fetch changes up to 2c02d1ad48ad44cf00522df7d8de9138689fac85:

  vl: Add a blank space between the variable and '=' (2014-01-16 15:23:41 +0400)

----------------------------------------------------------------
trivial-patches for 2014-01-16

----------------------------------------------------------------
David du Colombier (1):
      ide: cmd_exec_dev_diagnostic() always set error register to 0x01

Eduardo Habkost (1):
      Add bios-256k.bin to BLOBS on Makefile

Kewei Yu (1):
      vl: Add a blank space between the variable and '='

Luiz Capitulino (1):
      virtio-balloon: don't hardcode config size value

Namhyung Kim (2):
      docs: Fix typo in QMP WAKEUP example
      Fix typo of tiemr in timer.h

Pavel Zbitskiy (3):
      linux-user: fixed s390x clone() argument order
      linux-user: fixed getsockopt() optlen
      linux-user: fixed recvfrom() addrlen

Stefan Weil (2):
      exec: Exclude non portable function for MinGW
      pc-bios: Remove execute flag from BIOS files

 Makefile                   |    2 +-
 docs/qmp/qmp-events.txt    |    2 +-
 hw/ide/core.c              |    1 +
 hw/virtio/virtio-balloon.c |    7 ++++---
 include/exec/ram_addr.h    |    2 ++
 include/qemu/timer.h       |    6 +++---
 linux-user/s390x/syscall.h |    2 +-
 linux-user/syscall.c       |    4 ++--
 pc-bios/kvmvapic.bin       |  Bin 9216 -> 9216 bytes
 pc-bios/multiboot.bin      |  Bin 1024 -> 1024 bytes
 pc-bios/sgabios.bin        |  Bin 4096 -> 4096 bytes
 vl.c                       |    2 +-
 12 files changed, 16 insertions(+), 12 deletions(-)
 mode change 100755 => 100644 pc-bios/kvmvapic.bin
 mode change 100755 => 100644 pc-bios/multiboot.bin
 mode change 100755 => 100644 pc-bios/sgabios.bin


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

end of thread, other threads:[~2014-01-31  7:46 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 17:35 [Qemu-trivial] [PULL 00/11] Trivial patches for 2014-01-16 Michael Tokarev
2014-01-16 17:35 ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 01/11] docs: Fix typo in QMP WAKEUP example Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 02/11] Fix typo of tiemr in timer.h Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 03/11] Add bios-256k.bin to BLOBS on Makefile Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 04/11] exec: Exclude non portable function for MinGW Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 05/11] virtio-balloon: don't hardcode config size value Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 06/11] ide: cmd_exec_dev_diagnostic() always set error register to 0x01 Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 07/11] linux-user: fixed s390x clone() argument order Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 08/11] linux-user: fixed getsockopt() optlen Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 09/11] linux-user: fixed recvfrom() addrlen Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 10/11] pc-bios: Remove execute flag from BIOS files Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-16 17:35 ` [Qemu-trivial] [PULL 11/11] vl: Add a blank space between the variable and '=' Michael Tokarev
2014-01-16 17:35   ` [Qemu-devel] " Michael Tokarev
2014-01-17  6:04   ` [Qemu-trivial] " Kewei Yu
2014-01-17  6:04     ` [Qemu-devel] " Kewei Yu
2014-01-17  8:05     ` [Qemu-trivial] " Michael Tokarev
2014-01-17  8:05       ` [Qemu-devel] " Michael Tokarev
2014-01-25 10:35 ` [Qemu-trivial] [PULL 00/11] Trivial patches for 2014-01-16 Michael Tokarev
2014-01-25 10:35   ` [Qemu-devel] " Michael Tokarev
2014-01-30 14:33 ` [Qemu-trivial] [Qemu-devel] " Peter Maydell
2014-01-30 14:33   ` Peter Maydell
2014-01-30 21:45   ` [Qemu-devel] Signed pull requests (was: Re: [PULL 00/11] Trivial patches for 2014-01-16) Stefan Weil
2014-01-30 22:01     ` Peter Maydell
2014-01-31  7:46       ` [Qemu-devel] Signed pull requests Markus Armbruster

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.