qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PULL 00/18] Trivial patches for 2014-04-28
@ 2014-04-28  5:07 Michael Tokarev
  2014-04-28  5:07 ` [Qemu-trivial] [PULL 01/18] misc: Use cpu_physical_memory_read and cpu_physical_memory_write Michael Tokarev
                   ` (18 more replies)
  0 siblings, 19 replies; 21+ messages in thread
From: Michael Tokarev @ 2014-04-28  5:07 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, Michael Tokarev

Here's another trivial-patches pull request.  I removed all
questionable or still-being-discussed patchses from there
which accumulated recently.

What's left are either code cleanups and rearrangements,
spelling fixes or --help output improvements, adding Qemu
logo file, one feature patch which's been waiting for too
long (conversion of -m to QemuOpts), and several small
bugfixes.

One change I want to mention especially, it is this one:

 slirp/smb: Move ncalrpc directory to tmp

While slirp code has a maintainer, Jan Kiszka, he never commented
on this change since initial patch submission back at Nov-2013,
despite several subsequent pings.  The change _is_ trivial and
fixes -smb with modern versions of samba.  We've been waiting
for this (trivial) fix for too long.

Thanks,

/mjt

The following changes since commit 411f491e0af173cf8f39347574941bd26fbae381:

  Merge remote-tracking branch 'remotes/rth/tags/tgt-axp-pull-20140424' into staging (2014-04-25 13:25:22 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-04-28

for you to fetch changes up to b87b8a8b32518df9e5285f9b3d4f9d9a0c426a06:

  slirp/smb: Move ncalrpc directory to tmp (2014-04-28 08:55:32 +0400)

----------------------------------------------------------------
trivial patches for 2014-04-28

----------------------------------------------------------------
Chen Gang (3):
      vl: Remove useless 'continue'
      vl: Eliminate a superfluous local variable
      vl: avoid closing stdout with 'writeconfig'

Cole Robinson (1):
      tests/.gitignore: Ignore test-rfifolock

Fam Zheng (1):
      configure: Improve help behavior

Igor Mammedov (1):
      vl: convert -m to QemuOpts

Igor Ryzhov (1):
      net/net.c: remove unnecessary semicolon

Kirill Batuzov (1):
      init_paths: fix minor memory leak

Laszlo Ersek (1):
      move test-* from .gitignore to tests/.gitignore

Michael Buesch (1):
      slirp/smb: Move ncalrpc directory to tmp

Michael Tokarev (3):
      gitignore: cleanups #2
      po/Makefile: fix $SRC_PATH reference
      po: add proper Language: tags to .po files

Paolo Bonzini (1):
      qemu-option: introduce qemu_find_opts_singleton

Stefan Weil (3):
      misc: Use cpu_physical_memory_read and cpu_physical_memory_write
      xilinx: Fix typo in comment (Marvel -> Marvell)
      Add QEMU logo (SVG file)

Tim Comer (1):
      virtfs-proxy-helper: fix call to accept

 .gitignore                  |   18 +-
 configure                   |    7 +-
 cpus.c                      |    2 +-
 fsdev/virtfs-proxy-helper.c |    1 +
 hw/i386/kvmvapic.c          |   31 +-
 hw/intc/apic.c              |    4 +-
 hw/net/xilinx_axienet.c     |    2 +-
 include/qemu/config-file.h  |    2 +
 net/net.c                   |    2 +-
 net/slirp.c                 |    2 +
 pc-bios/qemu_logo.svg       | 1010 +++++++++++++++++++++++++++++++++++++++++++
 po/Makefile                 |    4 +-
 po/de_DE.po                 |    2 +-
 po/fr_FR.po                 |    2 +-
 po/hu.po                    |    2 +-
 po/it.po                    |    2 +-
 po/tr.po                    |    2 +-
 qemu-options.hx             |    9 +-
 target-s390x/misc_helper.c  |   12 +-
 tests/.gitignore            |   12 +-
 util/path.c                 |    4 +-
 util/qemu-config.c          |   14 +
 vl.c                        |  103 +++--
 23 files changed, 1156 insertions(+), 93 deletions(-)
 create mode 100644 pc-bios/qemu_logo.svg


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

end of thread, other threads:[~2014-04-28 13:17 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-28  5:07 [Qemu-trivial] [PULL 00/18] Trivial patches for 2014-04-28 Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 01/18] misc: Use cpu_physical_memory_read and cpu_physical_memory_write Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 02/18] qemu-option: introduce qemu_find_opts_singleton Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 03/18] vl: convert -m to QemuOpts Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 04/18] configure: Improve help behavior Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 05/18] move test-* from .gitignore to tests/.gitignore Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 06/18] tests/.gitignore: Ignore test-rfifolock Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 07/18] gitignore: cleanups #2 Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 08/18] vl: Remove useless 'continue' Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 09/18] vl: Eliminate a superfluous local variable Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 10/18] xilinx: Fix typo in comment (Marvel -> Marvell) Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 11/18] vl: avoid closing stdout with 'writeconfig' Michael Tokarev
2014-04-28  5:07 ` [Qemu-trivial] [PULL 12/18] Add QEMU logo (SVG file) Michael Tokarev
2014-04-28 11:50   ` Benoît Canet
2014-04-28  5:07 ` [Qemu-trivial] [PULL 13/18] net/net.c: remove unnecessary semicolon Michael Tokarev
2014-04-28  5:08 ` [Qemu-trivial] [PULL 14/18] virtfs-proxy-helper: fix call to accept Michael Tokarev
2014-04-28  5:08 ` [Qemu-trivial] [PULL 15/18] init_paths: fix minor memory leak Michael Tokarev
2014-04-28  5:08 ` [Qemu-trivial] [PULL 16/18] po/Makefile: fix $SRC_PATH reference Michael Tokarev
2014-04-28  5:08 ` [Qemu-trivial] [PULL 17/18] po: add proper Language: tags to .po files Michael Tokarev
2014-04-28  5:08 ` [Qemu-trivial] [PULL 18/18] slirp/smb: Move ncalrpc directory to tmp Michael Tokarev
2014-04-28 13:16 ` [Qemu-trivial] [Qemu-devel] [PULL 00/18] Trivial patches for 2014-04-28 Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).