qemu-trivial
[Top][All Lists]
Advanced

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

[Qemu-trivial] [PULL 00/10] Trivial patches for 2014-02-15


From: Michael Tokarev
Subject: [Qemu-trivial] [PULL 00/10] Trivial patches for 2014-02-15
Date: Sat, 15 Feb 2014 16:18:10 +0400

This is a trivial-patches pull request for 2014-02-15.
Amount of patches this time is small, but some of them deserves some
explanation.

 vl: trim includes  -- this one removes many #include statements from vl.c.
  I actually verified that qemu builds fine on linux and several variants
  of *BSD with this patch applied, so those includes really aren't needed.
  There _might_ be an issue on windows, but the chances are rather small.

 gitignore: anchor all ignored names  -- I haven't got any comments about
  this one, probably no one cares one or another way.  But I think it is
  better to include exact names and miss some (to be added later) than to
  include wildcarded names and ignore too much, like what happens with,
  for example, debian/patches directory because "patches" is listed in
  .gitignore.  I plan to reduce this file a bit further too.

Please consider applying/pulling.

Thanks,

/mjt

The following changes since commit 933b19ea9784de7ed2eb6e10262b9363c5c03ed7:

  PPC: KVM: Add missing address space to ldl_phys helper (2014-02-14 10:42:31 
+0000)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-02-15

for you to fetch changes up to 88c1ee73d3231c74ff90bcfc084a7589670ec244:

  char/serial: Fix emptyness check (2014-02-15 16:10:25 +0400)

----------------------------------------------------------------
trivial patches for 2014-02-15

----------------------------------------------------------------
Michael Tokarev (5):
      linux-user: refactor do_socketcall()
      net: declare struct iovec in checksum.h to fix compiler warning
      vl: remove old, long-unused defines
      vl: trim includes
      gitignore: anchor all ignored names

Peter Crosthwaite (1):
      char/serial: Fix emptyness check

Sebastian Huber (1):
      sparc/leon3: Initialize stack pointer

Stefan Weil (1):
      misc: Fix case Qemu -> QEMU

Stewart Smith (2):
      configure: add hint of libfdt to DTC dependency not found message
      configure: add hints to a remedy for feature_not_found errors

 .gitignore               |  150 ++++++++++-----------
 configure                |   72 +++++-----
 hw/char/serial.c         |    2 +-
 hw/sparc/leon3.c         |    3 +
 include/net/checksum.h   |    1 +
 linux-user/syscall.c     |  326 ++++++++++------------------------------------
 scripts/switch-timer-api |    2 +-
 tests/i440fx-test.c      |    2 +-
 vl.c                     |   55 +-------
 9 files changed, 188 insertions(+), 425 deletions(-)



reply via email to

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