Re: [Qemu-devel] [PATCH v2] tci: Support deposit operations

2012-11-18 Thread Blue Swirl
Thanks, applied. On Tue, Sep 18, 2012 at 8:52 PM, Stefan Weil wrote: > The operations for INDEX_op_deposit_i32 and INDEX_op_deposit_i64 > are now supported and enabled by default. > > Signed-off-by: Stefan Weil > --- > > The interpreter code for INDEX_op_deposit_i64 was buggy in v1 of this patc

Re: [Qemu-devel] [PATCH v2] tci: Support deposit operations

2012-11-18 Thread Stefan Weil
Am 18.09.2012 22:52, schrieb Stefan Weil: The operations for INDEX_op_deposit_i32 and INDEX_op_deposit_i64 are now supported and enabled by default. Signed-off-by: Stefan Weil --- The interpreter code for INDEX_op_deposit_i64 was buggy in v1 of this patch. There is also an alternate implementa

[Qemu-devel] [PATCH v2] tci: Support deposit operations

2012-09-18 Thread Stefan Weil
The operations for INDEX_op_deposit_i32 and INDEX_op_deposit_i64 are now supported and enabled by default. Signed-off-by: Stefan Weil --- The interpreter code for INDEX_op_deposit_i64 was buggy in v1 of this patch. There is also an alternate implementation of the interpreter part which is based