Am 23.01.2014 um 15:38 hat Peter Maydell geschrieben:
> On 15 January 2014 03:46, Stefan Hajnoczi wrote:
> > On Mon, Jan 13, 2014 at 06:47:39PM +0800, Stefan Hajnoczi wrote:
> >> Propagate the error return value from get_indirect().
> >>
> >> Signed-off-by: Stefan Hajnoczi
> >> ---
> >> hw/virti
On 15 January 2014 03:46, Stefan Hajnoczi wrote:
> On Mon, Jan 13, 2014 at 06:47:39PM +0800, Stefan Hajnoczi wrote:
>> Propagate the error return value from get_indirect().
>>
>> Signed-off-by: Stefan Hajnoczi
>> ---
>> hw/virtio/dataplane/vring.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 del
On Mon, Jan 13, 2014 at 06:47:39PM +0800, Stefan Hajnoczi wrote:
> Propagate the error return value from get_indirect().
>
> Signed-off-by: Stefan Hajnoczi
> ---
> hw/virtio/dataplane/vring.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Fixed commit description as suggested by Markus
On 13 January 2014 10:47, Stefan Hajnoczi wrote:
> Propagate the error return value from get_indirect().
>
> Signed-off-by: Stefan Hajnoczi
Reviewed-by: Peter Maydell
This fixes the compilation error (see also bug 1268596).
thanks
-- PMM
Stefan Hajnoczi writes:
> Propagate the error return value from get_indirect().
>
> Signed-off-by: Stefan Hajnoczi
> ---
> hw/virtio/dataplane/vring.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/hw/virtio/dataplane/vring.c b/hw/virtio/dataplane/vring.c
> index 250d4