On 19 December 2014 at 16:34, Kevin Wolf <kw...@redhat.com> wrote: > The following changes since commit dfa9c2a0f4d0a0c8b2c1449ecdbb1297427e1560: > > Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into > staging (2014-12-15 16:43:42 +0000) > > are available in the git repository at: > > > git://repo.or.cz/qemu/kevin.git tags/for-upstream > > for you to fetch changes up to 55873077d9e00c4da12ba1068bd9566fc6c32388: > > iotests: Filter out "I/O thread spun..." warning (2014-12-19 17:17:47 +0100) > > ---------------------------------------------------------------- > Block patches for 2.3
Hi. I'm afraid this fails "make check" on MacOSX: /Users/pm215/src/qemu/tests/qemu-iotests-quick.sh /Users/pm215/src/qemu/tests/qemu-iotests/common.config: line 158: /bin/true: No such file or directory check: failed to source common.config On OSX "true" is /usr/bin/true. common.config should just use "true" here I think, and let the shell figure out where it is (typically a builtin, obviously). thanks -- PMM