Re: [Qemu-devel] [PATCH 0/2] configure: fix minor issues in Xen checks

2012-08-03 Thread Stefano Stabellini
On Thu, 2 Aug 2012, Peter Maydell wrote: > These patches fix some minor issues in the Xen checks: > * the use of subshells meant that the (not yet committed) "bail out >on -Werror failure" check in do_cc didn't actually cause the >configure run to stop > * the 4.1 probe code had a set-but

[Qemu-devel] [PATCH 0/2] configure: fix minor issues in Xen checks

2012-08-02 Thread Peter Maydell
These patches fix some minor issues in the Xen checks: * the use of subshells meant that the (not yet committed) "bail out on -Werror failure" check in do_cc didn't actually cause the configure run to stop * the 4.1 probe code had a set-but-unused-variable warning Blue: with these two I'm