Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-06 Thread Alexey Kardashevskiy
On 07/11/17 01:30, Daniel P. Berrange wrote: > On Mon, Nov 06, 2017 at 10:44:01AM +, Daniel P. Berrange wrote: >> On Fri, Nov 03, 2017 at 06:03:55PM +, Peter Maydell wrote: >>> On 3 November 2017 at 15:33, Daniel P. Berrange wrote: This short series of patches improves the reliability

Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-06 Thread Daniel P. Berrange
On Mon, Nov 06, 2017 at 10:44:01AM +, Daniel P. Berrange wrote: > On Fri, Nov 03, 2017 at 06:03:55PM +, Peter Maydell wrote: > > On 3 November 2017 at 15:33, Daniel P. Berrange wrote: > > > This short series of patches improves the reliability of the submodule > > > handling to cope with v

Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-06 Thread Daniel P. Berrange
On Fri, Nov 03, 2017 at 06:03:55PM +, Peter Maydell wrote: > On 3 November 2017 at 15:33, Daniel P. Berrange wrote: > > This short series of patches improves the reliability of the submodule > > handling to cope with various dev env scenarios that have since emerged > > Can I ask you to write

Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-05 Thread Alexey Kardashevskiy
On 06/11/17 11:22, Alexey Kardashevskiy wrote: > On 04/11/17 02:33, Daniel P. Berrange wrote: >> This short series of patches improves the reliability of the submodule >> handling to cope with various dev env scenarios that have since emerged >> >> v2: https://lists.gnu.org/archive/html/qemu-deve

Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-05 Thread Alexey Kardashevskiy
On 04/11/17 02:33, Daniel P. Berrange wrote: > This short series of patches improves the reliability of the submodule > handling to cope with various dev env scenarios that have since emerged > > v2: https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg06272.html > > Changed in v3: > > -

Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-03 Thread Philippe Mathieu-Daudé
On 11/03/2017 12:33 PM, Daniel P. Berrange wrote: > This short series of patches improves the reliability of the submodule > handling to cope with various dev env scenarios that have since emerged > > v2: https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg06272.html > > Changed in v3: >

Re: [Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-03 Thread Peter Maydell
On 3 November 2017 at 15:33, Daniel P. Berrange wrote: > This short series of patches improves the reliability of the submodule > handling to cope with various dev env scenarios that have since emerged Can I ask you to write up a bit for the release notes at https://wiki.qemu.org/ChangeLog/2.11#B

[Qemu-devel] [PATCH v3 0/5] Various improvements/bugfixes to submodule handling

2017-11-03 Thread Daniel P. Berrange
This short series of patches improves the reliability of the submodule handling to cope with various dev env scenarios that have since emerged v2: https://lists.gnu.org/archive/html/qemu-devel/2017-10/msg06272.html Changed in v3: - Avoid use of mktemp - Use '=' instead of '==' (bashism) in c