qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job
@ 2021-01-31 10:46 Philippe Mathieu-Daudé
  2021-02-01 12:32 ` Wainer dos Santos Moschetta
  2021-03-01  8:20 ` Philippe Mathieu-Daudé
  0 siblings, 2 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-01-31 10:46 UTC (permalink / raw)
  To: qemu-devel
  Cc: Philippe Mathieu-Daudé, Thomas Huth, Alex Bennée,
	Philippe Mathieu-Daudé, Wainer dos Santos Moschetta

Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
the --enable-vhost-kernel option.
Disable it in the build-disable job.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c0db64710b..e8390314d89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -346,6 +346,7 @@ build-disabled:
       --disable-vhost-crypto
       --disable-vhost-net
       --disable-vhost-scsi
+      --disable-vhost-kernel
       --disable-vhost-user
       --disable-vhost-vdpa
       --disable-vhost-vsock
-- 
2.26.2



^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job
  2021-01-31 10:46 [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job Philippe Mathieu-Daudé
@ 2021-02-01 12:32 ` Wainer dos Santos Moschetta
  2021-03-01  8:20 ` Philippe Mathieu-Daudé
  1 sibling, 0 replies; 5+ messages in thread
From: Wainer dos Santos Moschetta @ 2021-02-01 12:32 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Philippe Mathieu-Daudé, Thomas Huth, Alex Bennée


On 1/31/21 7:46 AM, Philippe Mathieu-Daudé wrote:
> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
> the --enable-vhost-kernel option.
> Disable it in the build-disable job.
>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>   .gitlab-ci.yml | 1 +
>   1 file changed, 1 insertion(+)


Reviewed-by: Wainer dos Santos Moschetta <wainersm@redhat.com>


>
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 7c0db64710b..e8390314d89 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -346,6 +346,7 @@ build-disabled:
>         --disable-vhost-crypto
>         --disable-vhost-net
>         --disable-vhost-scsi
> +      --disable-vhost-kernel
>         --disable-vhost-user
>         --disable-vhost-vdpa
>         --disable-vhost-vsock



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job
  2021-01-31 10:46 [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job Philippe Mathieu-Daudé
  2021-02-01 12:32 ` Wainer dos Santos Moschetta
@ 2021-03-01  8:20 ` Philippe Mathieu-Daudé
  2021-03-02 10:28   ` Thomas Huth
  1 sibling, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-01  8:20 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Thomas Huth, Alex Bennée, Wainer dos Santos Moschetta

ping?

On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
> the --enable-vhost-kernel option.
> Disable it in the build-disable job.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  .gitlab-ci.yml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
> index 7c0db64710b..e8390314d89 100644
> --- a/.gitlab-ci.yml
> +++ b/.gitlab-ci.yml
> @@ -346,6 +346,7 @@ build-disabled:
>        --disable-vhost-crypto
>        --disable-vhost-net
>        --disable-vhost-scsi
> +      --disable-vhost-kernel
>        --disable-vhost-user
>        --disable-vhost-vdpa
>        --disable-vhost-vsock
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job
  2021-03-01  8:20 ` Philippe Mathieu-Daudé
@ 2021-03-02 10:28   ` Thomas Huth
  2021-03-02 10:54     ` Philippe Mathieu-Daudé
  0 siblings, 1 reply; 5+ messages in thread
From: Thomas Huth @ 2021-03-02 10:28 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Alex Bennée, Wainer dos Santos Moschetta

On 01/03/2021 09.20, Philippe Mathieu-Daudé wrote:
> ping?

pong:
- https://gitlab.com/qemu-project/qemu/-/commit/3473f6ed88169e755123

(and I even did not forget to put you on CC: for the pull request: 
https://lore.kernel.org/qemu-devel/20210219075738.2261103-8-thuth@redhat.com/ :-))

> On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
>> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
>> the --enable-vhost-kernel option.
>> Disable it in the build-disable job.
>>
>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>> ---
>>   .gitlab-ci.yml | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
>> index 7c0db64710b..e8390314d89 100644
>> --- a/.gitlab-ci.yml
>> +++ b/.gitlab-ci.yml
>> @@ -346,6 +346,7 @@ build-disabled:
>>         --disable-vhost-crypto
>>         --disable-vhost-net
>>         --disable-vhost-scsi
>> +      --disable-vhost-kernel
>>         --disable-vhost-user
>>         --disable-vhost-vdpa
>>         --disable-vhost-vsock
>>
> 
> 



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job
  2021-03-02 10:28   ` Thomas Huth
@ 2021-03-02 10:54     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-03-02 10:54 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: Alex Bennée, Wainer dos Santos Moschetta

On 3/2/21 11:28 AM, Thomas Huth wrote:
> On 01/03/2021 09.20, Philippe Mathieu-Daudé wrote:
>> ping?
> 
> pong:
> - https://gitlab.com/qemu-project/qemu/-/commit/3473f6ed88169e755123
> 
> (and I even did not forget to put you on CC: for the pull request:
> https://lore.kernel.org/qemu-devel/20210219075738.2261103-8-thuth@redhat.com/
> :-))

Oops sorry :S

> 
>> On 1/31/21 11:46 AM, Philippe Mathieu-Daudé wrote:
>>> Commit 299e6f19b3e ("vhost-net: revamp configure logic") added
>>> the --enable-vhost-kernel option.
>>> Disable it in the build-disable job.
>>>
>>> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>> ---
>>>   .gitlab-ci.yml | 1 +
>>>   1 file changed, 1 insertion(+)


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-02 10:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-31 10:46 [PATCH] gitlab-ci: Disable vhost-kernel in build-disable job Philippe Mathieu-Daudé
2021-02-01 12:32 ` Wainer dos Santos Moschetta
2021-03-01  8:20 ` Philippe Mathieu-Daudé
2021-03-02 10:28   ` Thomas Huth
2021-03-02 10:54     ` 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).