All of lore.kernel.org
 help / color / mirror / Atom feed
* [qemu-web PATCH v2] Add Sponsors page
@ 2021-11-18 12:29 Philippe Mathieu-Daudé
  2021-11-18 12:54 ` Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-18 12:29 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, John Snow, Thomas Markey,
	Philippe Mathieu-Daudé,
	Stefan Hajnoczi, Cleber Rosa, Paolo Bonzini, Alex Bennée

Add a page listing QEMU sponsors.

For now, only mention Fosshost which requested to be listed:
https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html

Cc: Thomas Markey <admin@fosshost.org>
Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
---
Since v1:
- move to footer (Daniel)
- only list sponsor who asked to be listed (Stefan)
---
 _includes/footer.html | 3 +++
 assets/css/style.css  | 6 +++++-
 sponsors.md           | 9 +++++++++
 3 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 sponsors.md

diff --git a/_includes/footer.html b/_includes/footer.html
index 1a0b960..b1f3f0c 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -15,6 +15,9 @@
 	<div id="conservancy">
 		QEMU is a member of <a href="{{ relative_root }}/conservancy/">Software Freedom Conservancy</a>
 	</div>
+	<div id="sponsors">
+		QEMU has <a href="{{ relative_root }}/sponsors/">sponsors</a>
+	</div>
 	<div id="licenses">
 		<a href="{{ relative_root }}/license.html">Website licenses</a>
 	</div>
diff --git a/assets/css/style.css b/assets/css/style.css
index 88f7e85..aede79a 100644
--- a/assets/css/style.css
+++ b/assets/css/style.css
@@ -533,7 +533,7 @@
 		padding-left: 1em;
 	}
 
-	#licenses, #conservancy, #edit-page {
+	#licenses, #conservancy, #sponsors, #edit-page {
 		padding: 0em;
 		padding-left: 1em;
 		padding-right: 1em;
@@ -552,6 +552,10 @@
 		float: left;
 	}
 
+	#sponsors {
+		float: left;
+	}
+
 	#edit-page a {
 		overflow: hidden;
 		background: url(../images/edit-page.png);
diff --git a/sponsors.md b/sponsors.md
new file mode 100644
index 0000000..1c097c8
--- /dev/null
+++ b/sponsors.md
@@ -0,0 +1,9 @@
+---
+title: QEMU sponsors
+permalink: /sponsors/
+---
+
+QEMU has sponsors!
+
+For continuous integration and testing, hardware is provided by:
+- [Fosshost](https://fosshost.org/)
-- 
2.31.1



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 12:29 [qemu-web PATCH v2] Add Sponsors page Philippe Mathieu-Daudé
@ 2021-11-18 12:54 ` Thomas Huth
  2021-11-18 13:24   ` Philippe Mathieu-Daudé
  2021-11-18 13:59   ` Daniel P. Berrangé
  2021-11-18 13:41 ` Paolo Bonzini
                   ` (2 subsequent siblings)
  3 siblings, 2 replies; 10+ messages in thread
From: Thomas Huth @ 2021-11-18 12:54 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: John Snow, Thomas Markey, Stefan Hajnoczi, Cleber Rosa,
	Paolo Bonzini, Alex Bennée

On 18/11/2021 13.29, Philippe Mathieu-Daudé wrote:
> Add a page listing QEMU sponsors.
> 
> For now, only mention Fosshost which requested to be listed:
> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
...
> +QEMU has sponsors!
> +
> +For continuous integration and testing, hardware is provided by:
> +- [Fosshost](https://fosshost.org/)

Are we finally using the server now? ... the last time I asked, it was just 
idle and we talked about returning it?

  Thomas



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 12:54 ` Thomas Huth
@ 2021-11-18 13:24   ` Philippe Mathieu-Daudé
  2021-11-18 13:59   ` Daniel P. Berrangé
  1 sibling, 0 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-18 13:24 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Peter Maydell, John Snow, Thomas Markey, Stefan Hajnoczi,
	Cleber Rosa, Paolo Bonzini, Richard Henderson, Alex Bennée

+project maintainers

On 11/18/21 13:54, Thomas Huth wrote:
> On 18/11/2021 13.29, Philippe Mathieu-Daudé wrote:
>> Add a page listing QEMU sponsors.
>>
>> For now, only mention Fosshost which requested to be listed:
>> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
> ...
>> +QEMU has sponsors!
>> +
>> +For continuous integration and testing, hardware is provided by:
>> +- [Fosshost](https://fosshost.org/)
> 
> Are we finally using the server now? ... the last time I asked, it was
> just idle and we talked about returning it?

I frankly have no idea whether we are using it and who has access
to it.

Thomas, who is your contact with the QEMU community?

Anyhow whether the community is using this resource or wasting it
is orthogonal to this patch purpose, which is to address Fosshost
request to be listed, and we can not deny we had access to their
resources for months.

Thanks,

Phil.



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 12:29 [qemu-web PATCH v2] Add Sponsors page Philippe Mathieu-Daudé
  2021-11-18 12:54 ` Thomas Huth
@ 2021-11-18 13:41 ` Paolo Bonzini
  2021-11-18 13:56   ` Philippe Mathieu-Daudé
  2021-11-18 14:10 ` Philippe Mathieu-Daudé
  2021-11-23 12:58 ` Stefan Hajnoczi
  3 siblings, 1 reply; 10+ messages in thread
From: Paolo Bonzini @ 2021-11-18 13:41 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, qemu-devel
  Cc: Thomas Huth, John Snow, Thomas Markey, Stefan Hajnoczi,
	Cleber Rosa, Alex Bennée

On 11/18/21 13:29, Philippe Mathieu-Daudé wrote:
> Add a page listing QEMU sponsors.
> 
> For now, only mention Fosshost which requested to be listed:
> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
> 
> Cc: Thomas Markey <admin@fosshost.org>
> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

Microsoft is also sponsoring QEMU with free Azure credits, though we 
aren't using them yet...

Paolo



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 13:41 ` Paolo Bonzini
@ 2021-11-18 13:56   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-18 13:56 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel
  Cc: Thomas Huth, John Snow, Thomas Markey, Stefan Hajnoczi,
	Cleber Rosa, Alex Bennée

On 11/18/21 14:41, Paolo Bonzini wrote:
> On 11/18/21 13:29, Philippe Mathieu-Daudé wrote:
>> Add a page listing QEMU sponsors.
>>
>> For now, only mention Fosshost which requested to be listed:
>> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
>>
>> Cc: Thomas Markey <admin@fosshost.org>
>> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
>> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> 
> Microsoft is also sponsoring QEMU with free Azure credits, though we
> aren't using them yet...

For now I'm following Stefan recommendation from v1 [*]:

  "I would only include organizations that ask us to display
   sponsorship information to keep things simple."

I am not aware of Microsoft asking to be listed, should I add it in v3?

[*] https://www.mail-archive.com/qemu-devel@nongnu.org/msg836665.html



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 12:54 ` Thomas Huth
  2021-11-18 13:24   ` Philippe Mathieu-Daudé
@ 2021-11-18 13:59   ` Daniel P. Berrangé
  2021-11-18 14:07     ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 10+ messages in thread
From: Daniel P. Berrangé @ 2021-11-18 13:59 UTC (permalink / raw)
  To: Thomas Huth
  Cc: Philippe Mathieu-Daudé,
	Thomas Markey, qemu-devel, Alex Bennée, Stefan Hajnoczi,
	Cleber Rosa, Paolo Bonzini, John Snow

On Thu, Nov 18, 2021 at 01:54:38PM +0100, Thomas Huth wrote:
> On 18/11/2021 13.29, Philippe Mathieu-Daudé wrote:
> > Add a page listing QEMU sponsors.
> > 
> > For now, only mention Fosshost which requested to be listed:
> > https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
> ...
> > +QEMU has sponsors!
> > +
> > +For continuous integration and testing, hardware is provided by:
> > +- [Fosshost](https://fosshost.org/)
> 
> Are we finally using the server now? ... the last time I asked, it was just
> idle and we talked about returning it?

IMHO, whether we're currently using it or not is tangential.

The sponsor has granted / reserved resources for QEMU, which can have
a direct cost for them, and/or take away from what the can grant other
projects. As such we should be creditting them for giving us this grant,
even if we've not got around to using it.

If we do decide to give up any particular resources, it is a quick patch
to update this page again.

My only suggestion would be that we don't explicitly state /what/ we're
using the resource for, just that we've been granted it

IOW say something more like

    [Fosshost](https://fosshost.org/) has provided QEMU
    access to a dedicated physical compute host.

    [Microsoft](https://microsoft.com) has provided QEMU
    with credits for use on Azure Cloud.

etc

Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 13:59   ` Daniel P. Berrangé
@ 2021-11-18 14:07     ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-18 14:07 UTC (permalink / raw)
  To: Daniel P. Berrangé, Thomas Huth
  Cc: Alex Bennée, Thomas Markey, qemu-devel, Stefan Hajnoczi,
	Cleber Rosa, Paolo Bonzini, John Snow

On 11/18/21 14:59, Daniel P. Berrangé wrote:
> On Thu, Nov 18, 2021 at 01:54:38PM +0100, Thomas Huth wrote:
>> On 18/11/2021 13.29, Philippe Mathieu-Daudé wrote:
>>> Add a page listing QEMU sponsors.
>>>
>>> For now, only mention Fosshost which requested to be listed:
>>> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
>> ...
>>> +QEMU has sponsors!
>>> +
>>> +For continuous integration and testing, hardware is provided by:
>>> +- [Fosshost](https://fosshost.org/)
>>
>> Are we finally using the server now? ... the last time I asked, it was just
>> idle and we talked about returning it?
> 
> IMHO, whether we're currently using it or not is tangential.
> 
> The sponsor has granted / reserved resources for QEMU, which can have
> a direct cost for them, and/or take away from what the can grant other
> projects. As such we should be creditting them for giving us this grant,
> even if we've not got around to using it.
> 
> If we do decide to give up any particular resources, it is a quick patch
> to update this page again.
> 
> My only suggestion would be that we don't explicitly state /what/ we're
> using the resource for, just that we've been granted it
> 
> IOW say something more like
> 
>     [Fosshost](https://fosshost.org/) has provided QEMU
>     access to a dedicated physical compute host.
> 
>     [Microsoft](https://microsoft.com) has provided QEMU
>     with credits for use on Azure Cloud.

This sounds good to me. I will respin using your suggested
scheme.



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 12:29 [qemu-web PATCH v2] Add Sponsors page Philippe Mathieu-Daudé
  2021-11-18 12:54 ` Thomas Huth
  2021-11-18 13:41 ` Paolo Bonzini
@ 2021-11-18 14:10 ` Philippe Mathieu-Daudé
  2021-11-23  6:02   ` Alistair Francis
  2021-11-23 12:58 ` Stefan Hajnoczi
  3 siblings, 1 reply; 10+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-11-18 14:10 UTC (permalink / raw)
  To: qemu-devel
  Cc: Thomas Huth, John Snow, Thomas Markey, Stefan Hajnoczi,
	Cleber Rosa, Paolo Bonzini, Alex Bennée

Cc'ing Alistair regarding the RISC-V foundation help:
https://www.cnx-software.com/2021/05/03/the-risc-v-foundation-to-give-away-1000-risc-v-development-boards/

On 11/18/21 13:29, Philippe Mathieu-Daudé wrote:
> Add a page listing QEMU sponsors.
> 
> For now, only mention Fosshost which requested to be listed:
> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
> 
> Cc: Thomas Markey <admin@fosshost.org>
> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Since v1:
> - move to footer (Daniel)
> - only list sponsor who asked to be listed (Stefan)
> ---

> diff --git a/sponsors.md b/sponsors.md
> new file mode 100644
> index 0000000..1c097c8
> --- /dev/null
> +++ b/sponsors.md
> @@ -0,0 +1,9 @@
> +---
> +title: QEMU sponsors
> +permalink: /sponsors/
> +---
> +
> +QEMU has sponsors!
> +
> +For continuous integration and testing, hardware is provided by:
> +- [Fosshost](https://fosshost.org/)
> 



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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 14:10 ` Philippe Mathieu-Daudé
@ 2021-11-23  6:02   ` Alistair Francis
  0 siblings, 0 replies; 10+ messages in thread
From: Alistair Francis @ 2021-11-23  6:02 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Thomas Huth, Alex Bennée, Thomas Markey,
	qemu-devel@nongnu.org Developers, Stefan Hajnoczi, Cleber Rosa,
	Paolo Bonzini, John Snow

On Fri, Nov 19, 2021 at 12:12 AM Philippe Mathieu-Daudé
<philmd@redhat.com> wrote:
>
> Cc'ing Alistair regarding the RISC-V foundation help:
> https://www.cnx-software.com/2021/05/03/the-risc-v-foundation-to-give-away-1000-risc-v-development-boards/

Thanks!

We have access to RISC-V boards for QEMU tests from the PLCT Lab
(https://github.com/plctlab)

Alistair

>
> On 11/18/21 13:29, Philippe Mathieu-Daudé wrote:
> > Add a page listing QEMU sponsors.
> >
> > For now, only mention Fosshost which requested to be listed:
> > https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
> >
> > Cc: Thomas Markey <admin@fosshost.org>
> > Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
> > Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> > ---
> > Since v1:
> > - move to footer (Daniel)
> > - only list sponsor who asked to be listed (Stefan)
> > ---
>
> > diff --git a/sponsors.md b/sponsors.md
> > new file mode 100644
> > index 0000000..1c097c8
> > --- /dev/null
> > +++ b/sponsors.md
> > @@ -0,0 +1,9 @@
> > +---
> > +title: QEMU sponsors
> > +permalink: /sponsors/
> > +---
> > +
> > +QEMU has sponsors!
> > +
> > +For continuous integration and testing, hardware is provided by:
> > +- [Fosshost](https://fosshost.org/)
> >
>
>


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

* Re: [qemu-web PATCH v2] Add Sponsors page
  2021-11-18 12:29 [qemu-web PATCH v2] Add Sponsors page Philippe Mathieu-Daudé
                   ` (2 preceding siblings ...)
  2021-11-18 14:10 ` Philippe Mathieu-Daudé
@ 2021-11-23 12:58 ` Stefan Hajnoczi
  3 siblings, 0 replies; 10+ messages in thread
From: Stefan Hajnoczi @ 2021-11-23 12:58 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé
  Cc: Thomas Huth, John Snow, Thomas Markey, qemu-devel, Cleber Rosa,
	Paolo Bonzini, Alex Bennée

[-- Attachment #1: Type: text/plain, Size: 823 bytes --]

On Thu, Nov 18, 2021 at 01:29:12PM +0100, Philippe Mathieu-Daudé wrote:
> Add a page listing QEMU sponsors.
> 
> For now, only mention Fosshost which requested to be listed:
> https://lists.gnu.org/archive/html/qemu-devel/2021-06/msg05381.html
> 
> Cc: Thomas Markey <admin@fosshost.org>
> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>
> ---
> Since v1:
> - move to footer (Daniel)
> - only list sponsor who asked to be listed (Stefan)
> ---
>  _includes/footer.html | 3 +++
>  assets/css/style.css  | 6 +++++-
>  sponsors.md           | 9 +++++++++
>  3 files changed, 17 insertions(+), 1 deletion(-)
>  create mode 100644 sponsors.md

Or with Daniel's suggested change:

Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2021-11-23 12:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-18 12:29 [qemu-web PATCH v2] Add Sponsors page Philippe Mathieu-Daudé
2021-11-18 12:54 ` Thomas Huth
2021-11-18 13:24   ` Philippe Mathieu-Daudé
2021-11-18 13:59   ` Daniel P. Berrangé
2021-11-18 14:07     ` Philippe Mathieu-Daudé
2021-11-18 13:41 ` Paolo Bonzini
2021-11-18 13:56   ` Philippe Mathieu-Daudé
2021-11-18 14:10 ` Philippe Mathieu-Daudé
2021-11-23  6:02   ` Alistair Francis
2021-11-23 12:58 ` Stefan Hajnoczi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.