* [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
@ 2017-03-08 18:18 Max Reitz
2017-03-08 18:25 ` Eric Blake
0 siblings, 1 reply; 8+ messages in thread
From: Max Reitz @ 2017-03-08 18:18 UTC (permalink / raw)
To: qemu-block
Cc: qemu-devel, Max Reitz, Jeff Cody, Chrysostomos Nanakos,
Kevin Wolf
In order to use error_setg() and similar functions, we need to include
qapi/error.h.
Signed-off-by: Max Reitz <mreitz@redhat.com>
---
block/archipelago.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/block/archipelago.c b/block/archipelago.c
index 2449cfc702..01c4ff2f7d 100644
--- a/block/archipelago.c
+++ b/block/archipelago.c
@@ -55,6 +55,7 @@
#include "block/block_int.h"
#include "qemu/error-report.h"
#include "qemu/thread.h"
+#include "qapi/error.h"
#include "qapi/qmp/qint.h"
#include "qapi/qmp/qstring.h"
#include "qapi/qmp/qjson.h"
--
2.12.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:18 [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile Max Reitz
@ 2017-03-08 18:25 ` Eric Blake
2017-03-08 18:27 ` Max Reitz
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Eric Blake @ 2017-03-08 18:25 UTC (permalink / raw)
To: Max Reitz, qemu-block
Cc: Kevin Wolf, Jeff Cody, qemu-devel, Chrysostomos Nanakos
[-- Attachment #1: Type: text/plain, Size: 906 bytes --]
On 03/08/2017 12:18 PM, Max Reitz wrote:
> In order to use error_setg() and similar functions, we need to include
> qapi/error.h.
>
> Signed-off-by: Max Reitz <mreitz@redhat.com>
> ---
> block/archipelago.c | 1 +
> 1 file changed, 1 insertion(+)
Reviewed-by: Eric Blake <eblake@redhat.com>
Does this mean our automated buildbots aren't building archipelago by
default?
>
> diff --git a/block/archipelago.c b/block/archipelago.c
> index 2449cfc702..01c4ff2f7d 100644
> --- a/block/archipelago.c
> +++ b/block/archipelago.c
> @@ -55,6 +55,7 @@
> #include "block/block_int.h"
> #include "qemu/error-report.h"
> #include "qemu/thread.h"
> +#include "qapi/error.h"
> #include "qapi/qmp/qint.h"
> #include "qapi/qmp/qstring.h"
> #include "qapi/qmp/qjson.h"
>
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:25 ` Eric Blake
@ 2017-03-08 18:27 ` Max Reitz
2017-03-08 18:28 ` Eric Blake
2017-03-08 18:38 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 8+ messages in thread
From: Max Reitz @ 2017-03-08 18:27 UTC (permalink / raw)
To: Eric Blake, qemu-block
Cc: Kevin Wolf, Jeff Cody, qemu-devel, Chrysostomos Nanakos,
Fam Zheng
[-- Attachment #1: Type: text/plain, Size: 583 bytes --]
On 08.03.2017 19:25, Eric Blake wrote:
> On 03/08/2017 12:18 PM, Max Reitz wrote:
>> In order to use error_setg() and similar functions, we need to include
>> qapi/error.h.
>>
>> Signed-off-by: Max Reitz <mreitz@redhat.com>
>> ---
>> block/archipelago.c | 1 +
>> 1 file changed, 1 insertion(+)
>
> Reviewed-by: Eric Blake <eblake@redhat.com>
>
> Does this mean our automated buildbots aren't building archipelago by
> default?
Well, at least patchew didn't catch that I definitely broke archipelago
in my bdrv_truncate() errp series...
[CC-ing Fam]
Max
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 512 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:25 ` Eric Blake
2017-03-08 18:27 ` Max Reitz
@ 2017-03-08 18:28 ` Eric Blake
2017-03-08 18:32 ` Max Reitz
2017-03-08 18:38 ` Philippe Mathieu-Daudé
2 siblings, 1 reply; 8+ messages in thread
From: Eric Blake @ 2017-03-08 18:28 UTC (permalink / raw)
To: Max Reitz, qemu-block
Cc: Kevin Wolf, Jeff Cody, qemu-devel, Chrysostomos Nanakos
[-- Attachment #1: Type: text/plain, Size: 760 bytes --]
On 03/08/2017 12:25 PM, Eric Blake wrote:
> On 03/08/2017 12:18 PM, Max Reitz wrote:
>> In order to use error_setg() and similar functions, we need to include
>> qapi/error.h.
>>
>> Signed-off-by: Max Reitz <mreitz@redhat.com>
>> ---
>> block/archipelago.c | 1 +
>> 1 file changed, 1 insertion(+)
>
> Reviewed-by: Eric Blake <eblake@redhat.com>
>
> Does this mean our automated buildbots aren't building archipelago by
> default?
>
Oh, I meant to add:
Should probably mention that it was commit da34e65 that introduced the
problem (if I'm right?). Does that mean we have not been compiling
archipelago.c since Mar 2016?
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:28 ` Eric Blake
@ 2017-03-08 18:32 ` Max Reitz
2017-03-08 18:46 ` Kevin Wolf
0 siblings, 1 reply; 8+ messages in thread
From: Max Reitz @ 2017-03-08 18:32 UTC (permalink / raw)
To: Eric Blake, qemu-block
Cc: Kevin Wolf, Jeff Cody, qemu-devel, Chrysostomos Nanakos
[-- Attachment #1: Type: text/plain, Size: 860 bytes --]
On 08.03.2017 19:28, Eric Blake wrote:
> On 03/08/2017 12:25 PM, Eric Blake wrote:
>> On 03/08/2017 12:18 PM, Max Reitz wrote:
>>> In order to use error_setg() and similar functions, we need to include
>>> qapi/error.h.
>>>
>>> Signed-off-by: Max Reitz <mreitz@redhat.com>
>>> ---
>>> block/archipelago.c | 1 +
>>> 1 file changed, 1 insertion(+)
>>
>> Reviewed-by: Eric Blake <eblake@redhat.com>
>>
>> Does this mean our automated buildbots aren't building archipelago by
>> default?
>>
>
> Oh, I meant to add:
>
> Should probably mention that it was commit da34e65 that introduced the
> problem (if I'm right?). Does that mean we have not been compiling
> archipelago.c since Mar 2016?
At least here on my machine it does indeed compile before that commit
and fails afterwards. So, yes, maybe we actually have not. :-)
Max
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 512 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:32 ` Max Reitz
@ 2017-03-08 18:46 ` Kevin Wolf
2017-03-08 19:33 ` Eric Blake
0 siblings, 1 reply; 8+ messages in thread
From: Kevin Wolf @ 2017-03-08 18:46 UTC (permalink / raw)
To: Max Reitz
Cc: Eric Blake, qemu-block, Jeff Cody, qemu-devel,
Chrysostomos Nanakos
[-- Attachment #1: Type: text/plain, Size: 1208 bytes --]
Am 08.03.2017 um 19:32 hat Max Reitz geschrieben:
> On 08.03.2017 19:28, Eric Blake wrote:
> > On 03/08/2017 12:25 PM, Eric Blake wrote:
> >> On 03/08/2017 12:18 PM, Max Reitz wrote:
> >>> In order to use error_setg() and similar functions, we need to include
> >>> qapi/error.h.
> >>>
> >>> Signed-off-by: Max Reitz <mreitz@redhat.com>
> >>> ---
> >>> block/archipelago.c | 1 +
> >>> 1 file changed, 1 insertion(+)
> >>
> >> Reviewed-by: Eric Blake <eblake@redhat.com>
> >>
> >> Does this mean our automated buildbots aren't building archipelago by
> >> default?
> >>
> >
> > Oh, I meant to add:
> >
> > Should probably mention that it was commit da34e65 that introduced the
> > problem (if I'm right?). Does that mean we have not been compiling
> > archipelago.c since Mar 2016?
>
> At least here on my machine it does indeed compile before that commit
> and fails afterwards. So, yes, maybe we actually have not. :-)
In that case, maybe we should rather remove the driver because very
obviously nobody is interested in it, not even the maintainer. Keeping
things around that nobody tests (and consequently, nobody uses) is just
a useless maintenance burden.
Kevin
[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:46 ` Kevin Wolf
@ 2017-03-08 19:33 ` Eric Blake
0 siblings, 0 replies; 8+ messages in thread
From: Eric Blake @ 2017-03-08 19:33 UTC (permalink / raw)
To: Kevin Wolf, Max Reitz
Cc: qemu-block, Jeff Cody, qemu-devel, Chrysostomos Nanakos
[-- Attachment #1: Type: text/plain, Size: 901 bytes --]
On 03/08/2017 12:46 PM, Kevin Wolf wrote:
>>> Oh, I meant to add:
>>>
>>> Should probably mention that it was commit da34e65 that introduced the
>>> problem (if I'm right?). Does that mean we have not been compiling
>>> archipelago.c since Mar 2016?
>>
>> At least here on my machine it does indeed compile before that commit
>> and fails afterwards. So, yes, maybe we actually have not. :-)
>
> In that case, maybe we should rather remove the driver because very
> obviously nobody is interested in it, not even the maintainer. Keeping
> things around that nobody tests (and consequently, nobody uses) is just
> a useless maintenance burden.
We've released 2.6, 2.7, and 2.8 with no complaints about failure to
compile. Sounds like a good candidate for removal in 2.9.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 604 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile
2017-03-08 18:25 ` Eric Blake
2017-03-08 18:27 ` Max Reitz
2017-03-08 18:28 ` Eric Blake
@ 2017-03-08 18:38 ` Philippe Mathieu-Daudé
2 siblings, 0 replies; 8+ messages in thread
From: Philippe Mathieu-Daudé @ 2017-03-08 18:38 UTC (permalink / raw)
To: Eric Blake, Max Reitz, qemu-block
Cc: Kevin Wolf, Jeff Cody, qemu-devel, Chrysostomos Nanakos
On 03/08/2017 03:25 PM, Eric Blake wrote:
> On 03/08/2017 12:18 PM, Max Reitz wrote:
>> In order to use error_setg() and similar functions, we need to include
>> qapi/error.h.
>>
>> Signed-off-by: Max Reitz <mreitz@redhat.com>
>> ---
>> block/archipelago.c | 1 +
>> 1 file changed, 1 insertion(+)
>
> Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>
> Does this mean our automated buildbots aren't building archipelago by
> default?
>
>>
>> diff --git a/block/archipelago.c b/block/archipelago.c
>> index 2449cfc702..01c4ff2f7d 100644
>> --- a/block/archipelago.c
>> +++ b/block/archipelago.c
>> @@ -55,6 +55,7 @@
>> #include "block/block_int.h"
>> #include "qemu/error-report.h"
>> #include "qemu/thread.h"
>> +#include "qapi/error.h"
>> #include "qapi/qmp/qint.h"
>> #include "qapi/qmp/qstring.h"
>> #include "qapi/qmp/qjson.h"
>>
>
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-03-08 19:33 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-08 18:18 [Qemu-devel] [PATCH for-2.9] block/archipelago: Make it compile Max Reitz
2017-03-08 18:25 ` Eric Blake
2017-03-08 18:27 ` Max Reitz
2017-03-08 18:28 ` Eric Blake
2017-03-08 18:32 ` Max Reitz
2017-03-08 18:46 ` Kevin Wolf
2017-03-08 19:33 ` Eric Blake
2017-03-08 18:38 ` Philippe Mathieu-Daudé
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).