qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [qemu/qemu] 5e41fb: tests/Makefile: Add more dependencies


From: GitHub
Subject: [Qemu-commits] [qemu/qemu] 5e41fb: tests/Makefile: Add more dependencies for test-tim...
Date: Wed, 25 Nov 2015 08:30:06 -0800

  Branch: refs/heads/master
  Home:   https://github.com/qemu/qemu
  Commit: 5e41fbffa115608fe6f7159d345d6caa0019e687
      
https://github.com/qemu/qemu/commit/5e41fbffa115608fe6f7159d345d6caa0019e687
  Author: Kevin Wolf <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M tests/Makefile

  Log Message:
  -----------
  tests/Makefile: Add more dependencies for test-timed-average

'make check' failed to compile the test case for mingw because of
undefined references. Pull in a few more dependencies so that it builds.

Signed-off-by: Kevin Wolf <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 7595ed743914b9de1d146213dedc1e007283f723
      
https://github.com/qemu/qemu/commit/7595ed743914b9de1d146213dedc1e007283f723
  Author: Kevin Wolf <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M tests/test-aio.c

  Log Message:
  -----------
  test-aio: Fix event notifier cleanup

One test case closed an event notifier (event_notifier_cleanup())
without first disabling it (set_event_notifier(..., NULL)). This
resulted in a leftover handle 0 that was added to each subsequent
WaitForMultipleObjects() call, causing the function to fail (invalid
handle).

Signed-off-by: Kevin Wolf <address@hidden>
Reviewed-by: Paolo Bonzini <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>


  Commit: 8e37ca6d0be8aae2887c167da783fd2d9536c962
      
https://github.com/qemu/qemu/commit/8e37ca6d0be8aae2887c167da783fd2d9536c962
  Author: Ricard Wanderlof <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M hw/block/nand.c

  Log Message:
  -----------
  nand: fix flash erase when oob is in memory

For the "main area on file, oob in memory" case, fix the shifts so that
we erase the correct number of pages.

Signed-off-by: Ricard Wanderlöf <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 98caa5bc0083ed4fe4833addd3078b56ce2f6cfa
      
https://github.com/qemu/qemu/commit/98caa5bc0083ed4fe4833addd3078b56ce2f6cfa
  Author: Programmingkid <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M block/raw-posix.c

  Log Message:
  -----------
  raw-posix.c: Make GetBSDPath() handle caching options

Add support for caching options that can be specified from the command
line.

The CD-ROM raw char device bypasses the host page cache and therefore
has alignment requirements.  Alignment probing is necessary so only use
the raw char device if BDRV_O_NOCACHE is set.

This patch fixes -cdrom /dev/cdrom on Mac OS X hosts, where bdrv_read()
used to fail due to misaligned requests during image format probing.

Signed-off-by: John Arbuckle <address@hidden>
Reviewed-by: Stefan Hajnoczi <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 903c341d5742b160e52752eb6fdc1ba9b87dc52e
      
https://github.com/qemu/qemu/commit/903c341d5742b160e52752eb6fdc1ba9b87dc52e
  Author: Markus Armbruster <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M block/qapi.c

  Log Message:
  -----------
  block/qapi: Plug memory leak on query-block error path

Spotted by Coverity.

Signed-off-by: Markus Armbruster <address@hidden>
Reviewed-by: Kevin Wolf <address@hidden>
Reviewed-by: Eric Blake <address@hidden>
Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 4d7f853ff0054989a4f20f1f22d1ec489c669c3b
      
https://github.com/qemu/qemu/commit/4d7f853ff0054989a4f20f1f22d1ec489c669c3b
  Author: Fam Zheng <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M tests/qemu-iotests/119
    M tests/qemu-iotests/120

  Log Message:
  -----------
  qemu-iotests: Add -nographic when starting QEMU in 119 and 120

Otherwise, a window flashes on my desktop (built with SDL). Add this as
other cases have it.

Signed-off-by: Fam Zheng <address@hidden>
Message-id: address@hidden
Signed-off-by: Max Reitz <address@hidden>


  Commit: 8c34d891b1594840d8394a3c9b92236c13254fd8
      
https://github.com/qemu/qemu/commit/8c34d891b1594840d8394a3c9b92236c13254fd8
  Author: Kevin Wolf <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M tests/qemu-iotests/119
    M tests/qemu-iotests/120

  Log Message:
  -----------
  Merge remote-tracking branch 'mreitz/tags/pull-block-for-kevin-2015-11-25' 
into queue-block

One block patch for qemu 2.5-rc2.

# gpg: Signature made Wed Nov 25 14:30:45 2015 CET using RSA key ID E838ACAD
# gpg: Good signature from "Max Reitz <address@hidden>"

* mreitz/tags/pull-block-for-kevin-2015-11-25:
  qemu-iotests: Add -nographic when starting QEMU in 119 and 120

Signed-off-by: Kevin Wolf <address@hidden>


  Commit: 1a4dab849d5d06191ab5e5850f6b8bfcad8ceb47
      
https://github.com/qemu/qemu/commit/1a4dab849d5d06191ab5e5850f6b8bfcad8ceb47
  Author: Peter Maydell <address@hidden>
  Date:   2015-11-25 (Wed, 25 Nov 2015)

  Changed paths:
    M block/qapi.c
    M block/raw-posix.c
    M hw/block/nand.c
    M tests/Makefile
    M tests/qemu-iotests/119
    M tests/qemu-iotests/120
    M tests/test-aio.c

  Log Message:
  -----------
  Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging

Block layer patches

# gpg: Signature made Wed 25 Nov 2015 13:33:14 GMT using RSA key ID C88F2FD6
# gpg: Good signature from "Kevin Wolf <address@hidden>"

* remotes/kevin/tags/for-upstream:
  qemu-iotests: Add -nographic when starting QEMU in 119 and 120
  block/qapi: Plug memory leak on query-block error path
  raw-posix.c: Make GetBSDPath() handle caching options
  nand: fix flash erase when oob is in memory
  test-aio: Fix event notifier cleanup
  tests/Makefile: Add more dependencies for test-timed-average

Signed-off-by: Peter Maydell <address@hidden>


Compare: https://github.com/qemu/qemu/compare/e85dda8070b2...1a4dab849d5d

reply via email to

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