On 12 August 2015 at 14:36, Paolo Bonzini <pbonz...@redhat.com> wrote: > The following changes since commit cb48f67ad8c7b33c617d4f8144a27706e69fd688: > > bsd-user: Fix operand to cpu_x86_exec (2015-07-30 12:38:49 +0100) > > are available in the git repository at: > > git://github.com/bonzini/qemu.git tags/for-upstream > > for you to fetch changes up to 70c6c8bdc7c91bb111710156e1eee7bbe769985f: > > disas: Defeature print_target_address (2015-08-12 15:32:57 +0200) > > ---------------------------------------------------------------- > * SCSI fixes from Stefan and Fam > * vhost-scsi fix from Igor and Lu Lina > * a build system fix from Daniel > * two more multi-arch-related patches from Peter C. > * TCG patches from myself and Sergey Fedorov > * RCU improvement from Wen Congyang > * a few more simple cleanups
This fails to configure for me: config-host.mak is out-of-date, running configure ../../configure: 2789: local: -I/usr/include/glib-2.0: bad variable name line 2789 is local probe_cflags=$($pkg_config --cflags $1) 'local' isn't part of POSIX shell. It is supported by 'dash', but only in the form 'local varname ...', not the bash-specific 'local varname=value ...' form. We do use 'local' in a couple of places in configure already, but it would probably be better to avoid it entirely. thanks -- PMM