commit | 7ea07a1500f05e06ebf0136763c781244f77a2a1 | [log] [tgz] |
---|---|---|
author | Glauber de Oliveira Costa <gcosta@redhat.com> | Mon Jan 07 11:05:26 2008 -0200 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Jan 30 22:50:07 2008 +1100 |
tree | 3b0e4f64c87c4d668a49d6f979ed4d5ac0137a4f | |
parent | d0953d42c3445a120299fac9ad70e672d77898e9 [diff] |
lguest: make write() operation smp aware This patch makes the write() file operation smp aware. Which means, receiving the vcpu_id value through the offset parameter, and being well aware to which vcpu we're talking to. Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>