Re: [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-27 Thread David Craven
Hmm, I sometimes get an 'ssh_exchange_identification: read: Connection reset by peer' when I just append a new -net user, flag. It never happens when I remove -net user from gnu system vm. Just thought I'd mention it.

Re: [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-21 Thread David Craven
Yep this patch is not needed, your solution is much better thanks...

Re: [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-19 Thread David Craven
And I don't think appending -net foo,bar overrides the earlier one. Maybe something else was the problem, I'll have to retry that.

Re: [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-19 Thread David Craven
It's to avoid having to keep retyping them, it's nice to be able to source qemu-flags.sh Maybe there is a better way.

Re: [PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-19 Thread Ludovic Courtès
David Craven skribis: > * gnu/system/vm.scm (common-qemu-options): Add 'QEMU_FLAGS' and > 'QEMU_NET_FLAGS'. > --- > gnu/system/vm.scm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm > index c31e3a8..9f52909 100644 > --- a/gnu/sys

[PATCH 09/10] vm: Honor 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'.

2016-07-18 Thread David Craven
* gnu/system/vm.scm (common-qemu-options): Add 'QEMU_FLAGS' and 'QEMU_NET_FLAGS'. --- gnu/system/vm.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index c31e3a8..9f52909 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -46