[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20140507212708.GG27924@cloud>
Date: Wed, 7 May 2014 14:27:08 -0700
From: josh@...htriplett.org
To: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>
Cc: linux-kernel@...r.kernel.org, mingo@...nel.org,
laijs@...fujitsu.com, dipankar@...ibm.com,
akpm@...ux-foundation.org, mathieu.desnoyers@...icios.com,
niv@...ibm.com, tglx@...utronix.de, peterz@...radead.org,
rostedt@...dmis.org, dhowells@...hat.com, edumazet@...gle.com,
darren@...art.com, fweisbec@...il.com, oleg@...hat.com, sbw@....edu
Subject: Re: [PATCH tip/core/rcu 11/45] torture: Rename
RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVE
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists