mbox

[PULL,00/12] Trivial patches for 2014-09-26

Message ID 1411752976-29051-1-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Pull-request

git://git.corpit.ru/qemu.git tags/trivial-patches-2014-09-26

Message

Michael Tokarev Sept. 26, 2014, 5:36 p.m. UTC
Here goes another trivial-patches pull request.  Cleanups,
travis.yml changes, coding style changes and a little
bugfix for stable (avoiding running qom test twice).

Please consider applying/pulling.

Thanks,

/mjt

The following changes since commit da1c4ec88ad50c2b73d5fe960c373693f7337cc9:

  Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2014-09-26 12:26:07 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-09-26

for you to fetch changes up to e5048d15ce6addae869f23514b2a1f0d4466418a:

  os-posix: report error message when lock file failed (2014-09-26 21:21:09 +0400)

----------------------------------------------------------------
trivial patches for 2014-09-26

----------------------------------------------------------------
Adrian-Ken Rueegsegger (1):
      vmxcap: Update according to SDM of September 2014

Alex Bennée (4):
      .travis.yml: add more linux-user to the build matrix
      .travis.yml: make the make slightly more parallel
      .travis.yml: pre-seed sub-modules for speed
      .travis.yml: remove "make check" from main matrix

Eric Blake (3):
      qapi: Consistent whitespace in tests/Makefile
      qapi: Ignore files created during make check
      qapi: Update docs given recent event, spacing fixes

Gonglei (3):
      os-posix: change tab to space avoid violating coding style
      os-posix: remove confused errno
      os-posix: report error message when lock file failed

Michael Roth (1):
      tests: avoid running duplicate qom-tests

 .travis.yml            |   55 +++++++++++++++++---------
 docs/qapi-code-gen.txt |  100 ++++++++++++++++++++++++++++++++++++++----------
 os-posix.c             |   83 ++++++++++++++++++++++------------------
 scripts/kvm/vmxcap     |   10 +++--
 tests/.gitignore       |    3 ++
 tests/Makefile         |   35 +++++++++--------
 6 files changed, 189 insertions(+), 97 deletions(-)

Comments

Peter Maydell Sept. 29, 2014, 10:44 a.m. UTC | #1
On 26 September 2014 18:36, Michael Tokarev <mjt@tls.msk.ru> wrote:
> Here goes another trivial-patches pull request.  Cleanups,
> travis.yml changes, coding style changes and a little
> bugfix for stable (avoiding running qom test twice).
>
> Please consider applying/pulling.
>
> Thanks,
>
> /mjt
>
> The following changes since commit da1c4ec88ad50c2b73d5fe960c373693f7337cc9:
>
>   Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' into staging (2014-09-26 12:26:07 +0100)
>
> are available in the git repository at:
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-2014-09-26
>
> for you to fetch changes up to e5048d15ce6addae869f23514b2a1f0d4466418a:
>
>   os-posix: report error message when lock file failed (2014-09-26 21:21:09 +0400)
>
> ----------------------------------------------------------------
> trivial patches for 2014-09-26
>
> ----------------------------------------------------------------

Applied, thanks.

-- PMM