Re: [PATCH tip/core/rcu 11/45] torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVE

From: josh
Date: Wed May 07 2014 - 17:27:17 EST


On Mon, Apr 28, 2014 at 05:24:59PM -0700, Paul E. McKenney wrote:
> - if test -n "$RCU_QEMU_INTERACTIVE" -a -n "$RCU_QEMU_MAC"
> + if test -n "$TORTURE_QEMU_INTERACTIVE" -a -n "$RCU_QEMU_MAC"
> then
> echo -device spapr-vlan,netdev=net0,mac=$RCU_QEMU_MAC
> echo -netdev bridge,br=br0,id=net0
> - elif test -n "$RCU_QEMU_INTERACTIVE"
> + elif test -n "$TORTURE_QEMU_INTERACTIVE"
> then
> echo -net nic -net user

Not related to this patch, but: qemu defaults to -net nic -net user, so
you don't need to specify it.

- Josh Triplett
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/