[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-block] [PATCH for-2.9] block: Drop unmaintained 'archipelago'
From: |
Kevin Wolf |
Subject: |
Re: [Qemu-block] [PATCH for-2.9] block: Drop unmaintained 'archipelago' driver |
Date: |
Thu, 9 Mar 2017 14:47:31 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Am 08.03.2017 um 21:02 hat Eric Blake geschrieben:
> The driver has failed to build since commit da34e65, in qemu 2.6,
> due to a missing include of qapi/error.h for error_setg().
> Since no one has complained in three releases, it is easier to
> remove the dead code than to keep it around, especially since it
> is not being built by default and therefore prone to bitrot.
>
> Signed-off-by: Eric Blake <address@hidden>
Thanks, applied to the block branch.
Kevin