On 02/17/11 13:16, Paolo Bonzini wrote: > On 02/15/2011 01:34 PM, jes.soren...@redhat.com wrote: >> - if [ -z "$binary" ]; then >> + if [ -z "$probeprefix" -a -z "$binary" ]; then >> echo "--binary is required for SystemTAP tapset generator" >> exit 1 >> fi > > --binary is always required, even with --probe-prefix, since it is used for > > +probe $probeprefix.$name = process("$binary").mark("$name") > > Paolo
The patch was acked like this upstream, so if I broke something with this, please note it there too. I didn't think it was necessary, but I'll check. Thanks, Jes