Re: [qemu-web RFC PATCH] Add Sponsors page

2021-09-14 Thread Stefan Hajnoczi
On Tue, Sep 14, 2021 at 10:26:45AM +0200, Philippe Mathieu-Daudé wrote:
> On 9/14/21 10:20 AM, Daniel P. Berrangé wrote:
> > On Tue, Sep 14, 2021 at 07:41:47AM +0200, Thomas Huth wrote:
> >> On 13/09/2021 20.25, Philippe Mathieu-Daudé wrote:
> >>> Add a page listing QEMU sponsors and displaying their logos.
> >>>
> >>> Logo sources:
> >>> - https://www.rackspace.com/es/newsroom/media-kit
> >>> - https://developer.arm.com/solutions/infrastructure/works-on-arm
> >>> - https://gitlab.com/fosshost/assets/logo
> >>> - https://www.linkedin.com/company/cip-united
> >>>
> >>> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
> >>> Signed-off-by: Philippe Mathieu-Daudé 
> >>> ---
> >>> There are probably more, but I'm not aware of them.
> >>>
> >>> Maybe we should list past sponsors, precising a year range?
> >>
> >> I think we might have a hard time to compile a complete list, so I'd rather
> >> not start that job.
> >>
> >>> ---
> >>>   _includes/nav.html  |   1 +
> >>>   sponsors.md |  22 ++
> >>>   sponsors/cipunited.jpg  | Bin 0 -> 10607 bytes
> >>>   sponsors/fosshost.png   | Bin 0 -> 18251 bytes
> >>>   sponsors/rackspace.png  | Bin 0 -> 7363 bytes
> >>>   sponsors/worksonarm.png | Bin 0 -> 9965 bytes
> >>>   6 files changed, 23 insertions(+)
> >>>   create mode 100644 sponsors.md
> >>>   create mode 100644 sponsors/cipunited.jpg
> >>>   create mode 100644 sponsors/fosshost.png
> >>>   create mode 100644 sponsors/rackspace.png
> >>>   create mode 100644 sponsors/worksonarm.png
> >>>
> >>> diff --git a/_includes/nav.html b/_includes/nav.html
> >>> index 73b39b3..49ad4cd 100644
> >>> --- a/_includes/nav.html
> >>> +++ b/_includes/nav.html
> >>> @@ -8,6 +8,7 @@
> >>>>>> %}class='current'{% endif %}>Contribute
> >>>>>> %}class='current'{% endif %}>Docs
> >>>>>> href="https://wiki.qemu.org;>Wiki
> >>> +  >>> %}class='current'{% endif %}>Sponsors
> >>
> >> Not sure whether we need that link on every page (i.e. in the navigation
> >> menu)? Maybe it's enough to put the link somewhere on the home page?
> > 
> > Yes, we definitely don't want this in the top navbar as it is irrelevant
> > information to essentially every single visitor. We're only adding this
> > because one of the sponsors asked for it.
> > 
> > I'd say it can be linked in the footer, adjacent to the link to
> > the SFC.
> > 
> > Or maybe we just replace the SFC link with a link "About QEMU" and
> > on that page document that we're a member of the SFC and also
> > document official sponsors, and any other companies whose services
> > we rely on unofficially (eg the gitlab point below).
> > 
> >>>>>> %}class='current'{% endif %}>Blog
> >>>   
> >>>   
> >>> diff --git a/sponsors.md b/sponsors.md
> >>> new file mode 100644
> >>> index 000..da1bf19
> >>> --- /dev/null
> >>> +++ b/sponsors.md
> >>> @@ -0,0 +1,22 @@
> >>> +---
> >>> +title: QEMU sponsors
> >>> +permalink: /sponsors/
> >>> +---
> >>> +
> >>> +QEMU has sponsors!
> >>> +
> >>> +The website is hosted by [Rackspace 
> >>> Technology](https://www.rackspace.com/).
> >>> +
> >>> +For continuous integration and testing, hardware is provided by:
> >>> +- Arm and Equinix Metal via the [Works on Arm 
> >>> program](https://www.worksonarm.com/)
> >>> +- [Fosshost](https://fosshost.org/)
> >>> +- [CIP United](https://www.cipunited.com/)
> >>> +
> >>> +
> >>> +![Rackspace Technology](rackspace.png)
> >>> +
> >>> +![Works on Arm](worksonarm.png)
> >>> +
> >>> +![Fosshost](fosshost.png)
> >>> +
> >>> +![CIP United](cipunited.jpg)
> >>
> >> Some remarks:
> >>
> >> 1) Could you please use the original URLs as source for the pictures 
> >> instead
> >> of copying them over into our website? Some folks don't like it when their
> >> images are copied...
> > 
> > More importantly than that, do the trademark terms for each company
> > here permit us to actually use their logo on our website ?
> 
> Hmm I'll simply list the company names to start.
> I assume Fosshost is OK because they asked us to put it.

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

I don't remember Rackspace asking to be associated with QEMU. We don't
have a direct relationship with them but are part of their generous open
source hosting offer through Software Freedom Conservancy.

I'm not sure about ARM or CIP United.

Stefan


signature.asc
Description: PGP signature


Re: [qemu-web RFC PATCH] Add Sponsors page

2021-09-14 Thread Philippe Mathieu-Daudé
On 9/14/21 10:20 AM, Daniel P. Berrangé wrote:
> On Tue, Sep 14, 2021 at 07:41:47AM +0200, Thomas Huth wrote:
>> On 13/09/2021 20.25, Philippe Mathieu-Daudé wrote:
>>> Add a page listing QEMU sponsors and displaying their logos.
>>>
>>> Logo sources:
>>> - https://www.rackspace.com/es/newsroom/media-kit
>>> - https://developer.arm.com/solutions/infrastructure/works-on-arm
>>> - https://gitlab.com/fosshost/assets/logo
>>> - https://www.linkedin.com/company/cip-united
>>>
>>> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
>>> Signed-off-by: Philippe Mathieu-Daudé 
>>> ---
>>> There are probably more, but I'm not aware of them.
>>>
>>> Maybe we should list past sponsors, precising a year range?
>>
>> I think we might have a hard time to compile a complete list, so I'd rather
>> not start that job.
>>
>>> ---
>>>   _includes/nav.html  |   1 +
>>>   sponsors.md |  22 ++
>>>   sponsors/cipunited.jpg  | Bin 0 -> 10607 bytes
>>>   sponsors/fosshost.png   | Bin 0 -> 18251 bytes
>>>   sponsors/rackspace.png  | Bin 0 -> 7363 bytes
>>>   sponsors/worksonarm.png | Bin 0 -> 9965 bytes
>>>   6 files changed, 23 insertions(+)
>>>   create mode 100644 sponsors.md
>>>   create mode 100644 sponsors/cipunited.jpg
>>>   create mode 100644 sponsors/fosshost.png
>>>   create mode 100644 sponsors/rackspace.png
>>>   create mode 100644 sponsors/worksonarm.png
>>>
>>> diff --git a/_includes/nav.html b/_includes/nav.html
>>> index 73b39b3..49ad4cd 100644
>>> --- a/_includes/nav.html
>>> +++ b/_includes/nav.html
>>> @@ -8,6 +8,7 @@
>>> >> %}class='current'{% endif %}>Contribute
>>> >> %}class='current'{% endif %}>Docs
>>> https://wiki.qemu.org;>Wiki
>>> +   >> %}class='current'{% endif %}>Sponsors
>>
>> Not sure whether we need that link on every page (i.e. in the navigation
>> menu)? Maybe it's enough to put the link somewhere on the home page?
> 
> Yes, we definitely don't want this in the top navbar as it is irrelevant
> information to essentially every single visitor. We're only adding this
> because one of the sponsors asked for it.
> 
> I'd say it can be linked in the footer, adjacent to the link to
> the SFC.
> 
> Or maybe we just replace the SFC link with a link "About QEMU" and
> on that page document that we're a member of the SFC and also
> document official sponsors, and any other companies whose services
> we rely on unofficially (eg the gitlab point below).
> 
>>> >> endif %}>Blog
>>> 
>>> 
>>> diff --git a/sponsors.md b/sponsors.md
>>> new file mode 100644
>>> index 000..da1bf19
>>> --- /dev/null
>>> +++ b/sponsors.md
>>> @@ -0,0 +1,22 @@
>>> +---
>>> +title: QEMU sponsors
>>> +permalink: /sponsors/
>>> +---
>>> +
>>> +QEMU has sponsors!
>>> +
>>> +The website is hosted by [Rackspace 
>>> Technology](https://www.rackspace.com/).
>>> +
>>> +For continuous integration and testing, hardware is provided by:
>>> +- Arm and Equinix Metal via the [Works on Arm 
>>> program](https://www.worksonarm.com/)
>>> +- [Fosshost](https://fosshost.org/)
>>> +- [CIP United](https://www.cipunited.com/)
>>> +
>>> +
>>> +![Rackspace Technology](rackspace.png)
>>> +
>>> +![Works on Arm](worksonarm.png)
>>> +
>>> +![Fosshost](fosshost.png)
>>> +
>>> +![CIP United](cipunited.jpg)
>>
>> Some remarks:
>>
>> 1) Could you please use the original URLs as source for the pictures instead
>> of copying them over into our website? Some folks don't like it when their
>> images are copied...
> 
> More importantly than that, do the trademark terms for each company
> here permit us to actually use their logo on our website ?

Hmm I'll simply list the company names to start.
I assume Fosshost is OK because they asked us to put it.




Re: [qemu-web RFC PATCH] Add Sponsors page

2021-09-14 Thread Daniel P . Berrangé
On Tue, Sep 14, 2021 at 07:41:47AM +0200, Thomas Huth wrote:
> On 13/09/2021 20.25, Philippe Mathieu-Daudé wrote:
> > Add a page listing QEMU sponsors and displaying their logos.
> > 
> > Logo sources:
> > - https://www.rackspace.com/es/newsroom/media-kit
> > - https://developer.arm.com/solutions/infrastructure/works-on-arm
> > - https://gitlab.com/fosshost/assets/logo
> > - https://www.linkedin.com/company/cip-united
> > 
> > Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
> > Signed-off-by: Philippe Mathieu-Daudé 
> > ---
> > There are probably more, but I'm not aware of them.
> > 
> > Maybe we should list past sponsors, precising a year range?
> 
> I think we might have a hard time to compile a complete list, so I'd rather
> not start that job.
> 
> > ---
> >   _includes/nav.html  |   1 +
> >   sponsors.md |  22 ++
> >   sponsors/cipunited.jpg  | Bin 0 -> 10607 bytes
> >   sponsors/fosshost.png   | Bin 0 -> 18251 bytes
> >   sponsors/rackspace.png  | Bin 0 -> 7363 bytes
> >   sponsors/worksonarm.png | Bin 0 -> 9965 bytes
> >   6 files changed, 23 insertions(+)
> >   create mode 100644 sponsors.md
> >   create mode 100644 sponsors/cipunited.jpg
> >   create mode 100644 sponsors/fosshost.png
> >   create mode 100644 sponsors/rackspace.png
> >   create mode 100644 sponsors/worksonarm.png
> > 
> > diff --git a/_includes/nav.html b/_includes/nav.html
> > index 73b39b3..49ad4cd 100644
> > --- a/_includes/nav.html
> > +++ b/_includes/nav.html
> > @@ -8,6 +8,7 @@
> >  > %}class='current'{% endif %}>Contribute
> >  > %}class='current'{% endif %}>Docs
> > https://wiki.qemu.org;>Wiki
> > +> %}class='current'{% endif %}>Sponsors
> 
> Not sure whether we need that link on every page (i.e. in the navigation
> menu)? Maybe it's enough to put the link somewhere on the home page?

Yes, we definitely don't want this in the top navbar as it is irrelevant
information to essentially every single visitor. We're only adding this
because one of the sponsors asked for it.

I'd say it can be linked in the footer, adjacent to the link to
the SFC.

Or maybe we just replace the SFC link with a link "About QEMU" and
on that page document that we're a member of the SFC and also
document official sponsors, and any other companies whose services
we rely on unofficially (eg the gitlab point below).

> >  > endif %}>Blog
> > 
> > 
> > diff --git a/sponsors.md b/sponsors.md
> > new file mode 100644
> > index 000..da1bf19
> > --- /dev/null
> > +++ b/sponsors.md
> > @@ -0,0 +1,22 @@
> > +---
> > +title: QEMU sponsors
> > +permalink: /sponsors/
> > +---
> > +
> > +QEMU has sponsors!
> > +
> > +The website is hosted by [Rackspace 
> > Technology](https://www.rackspace.com/).
> > +
> > +For continuous integration and testing, hardware is provided by:
> > +- Arm and Equinix Metal via the [Works on Arm 
> > program](https://www.worksonarm.com/)
> > +- [Fosshost](https://fosshost.org/)
> > +- [CIP United](https://www.cipunited.com/)
> > +
> > +
> > +![Rackspace Technology](rackspace.png)
> > +
> > +![Works on Arm](worksonarm.png)
> > +
> > +![Fosshost](fosshost.png)
> > +
> > +![CIP United](cipunited.jpg)
> 
> Some remarks:
> 
> 1) Could you please use the original URLs as source for the pictures instead
> of copying them over into our website? Some folks don't like it when their
> images are copied...

More importantly than that, do the trademark terms for each company
here permit us to actually use their logo on our website ?

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 :|




Re: [qemu-web RFC PATCH] Add Sponsors page

2021-09-14 Thread Philippe Mathieu-Daudé
On 9/14/21 7:41 AM, Thomas Huth wrote:
> On 13/09/2021 20.25, Philippe Mathieu-Daudé wrote:
>> Add a page listing QEMU sponsors and displaying their logos.
>>
>> Logo sources:
>> - https://www.rackspace.com/es/newsroom/media-kit
>> - https://developer.arm.com/solutions/infrastructure/works-on-arm
>> - https://gitlab.com/fosshost/assets/logo
>> - https://www.linkedin.com/company/cip-united
>>
>> Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
>> Signed-off-by: Philippe Mathieu-Daudé 
>> ---
>> There are probably more, but I'm not aware of them.
>>
>> Maybe we should list past sponsors, precising a year range?
> 
> I think we might have a hard time to compile a complete list, so I'd
> rather not start that job.
> 
>> ---
>>   _includes/nav.html  |   1 +
>>   sponsors.md |  22 ++
>>   sponsors/cipunited.jpg  | Bin 0 -> 10607 bytes
>>   sponsors/fosshost.png   | Bin 0 -> 18251 bytes
>>   sponsors/rackspace.png  | Bin 0 -> 7363 bytes
>>   sponsors/worksonarm.png | Bin 0 -> 9965 bytes
>>   6 files changed, 23 insertions(+)
>>   create mode 100644 sponsors.md
>>   create mode 100644 sponsors/cipunited.jpg
>>   create mode 100644 sponsors/fosshost.png
>>   create mode 100644 sponsors/rackspace.png
>>   create mode 100644 sponsors/worksonarm.png
>>
>> diff --git a/_includes/nav.html b/_includes/nav.html
>> index 73b39b3..49ad4cd 100644
>> --- a/_includes/nav.html
>> +++ b/_includes/nav.html
>> @@ -8,6 +8,7 @@
>>   > %}class='current'{% endif %}>Contribute
>>   > %}class='current'{% endif %}>Docs
>>   https://wiki.qemu.org;>Wiki
>> +    > %}class='current'{% endif %}>Sponsors
> 
> Not sure whether we need that link on every page (i.e. in the navigation
> menu)? Maybe it's enough to put the link somewhere on the home page?

Daniel recently changed that, so Cc'ing him in case he has a preference.

>>   > endif %}>Blog
>>   
>>   
>> diff --git a/sponsors.md b/sponsors.md
>> new file mode 100644
>> index 000..da1bf19
>> --- /dev/null
>> +++ b/sponsors.md
>> @@ -0,0 +1,22 @@
>> +---
>> +title: QEMU sponsors
>> +permalink: /sponsors/
>> +---
>> +
>> +QEMU has sponsors!
>> +
>> +The website is hosted by [Rackspace
>> Technology](https://www.rackspace.com/).
>> +
>> +For continuous integration and testing, hardware is provided by:
>> +- Arm and Equinix Metal via the [Works on Arm
>> program](https://www.worksonarm.com/)
>> +- [Fosshost](https://fosshost.org/)
>> +- [CIP United](https://www.cipunited.com/)
>> +
>> +
>> +![Rackspace Technology](rackspace.png)
>> +
>> +![Works on Arm](worksonarm.png)
>> +
>> +![Fosshost](fosshost.png)
>> +
>> +![CIP United](cipunited.jpg)
> 
> Some remarks:
> 
> 1) Could you please use the original URLs as source for the pictures
> instead of copying them over into our website? Some folks don't like it
> when their images are copied...

OK but then it might bitrot.

> 2) Could we have a short description about what the CI hardware is used
> for? I can figure out  that worksonarm likely provides the hardware for
> the aarch64 gitlab runner, but what are the others good for?

OK.

> 3) What about the s390x gitlab runner?

I don't have that information, who can I contact/ask for this?

Should I split this patch as a series with one sponsor per patch
and better document each patch?

> 4) Shouldn't we mention gitlab.com here, too? They did not actively
> offer hardware to us, but we're using their free gitlab infrastructure a
> lot, so I think we should provide a link to them here, too.

OK but then also cirrus-ci.

BTW is the mailing list somehow sponsored?

Thanks,

Phil.




Re: [qemu-web RFC PATCH] Add Sponsors page

2021-09-13 Thread Thomas Huth

On 13/09/2021 20.25, Philippe Mathieu-Daudé wrote:

Add a page listing QEMU sponsors and displaying their logos.

Logo sources:
- https://www.rackspace.com/es/newsroom/media-kit
- https://developer.arm.com/solutions/infrastructure/works-on-arm
- https://gitlab.com/fosshost/assets/logo
- https://www.linkedin.com/company/cip-united

Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
Signed-off-by: Philippe Mathieu-Daudé 
---
There are probably more, but I'm not aware of them.

Maybe we should list past sponsors, precising a year range?


I think we might have a hard time to compile a complete list, so I'd rather 
not start that job.



---
  _includes/nav.html  |   1 +
  sponsors.md |  22 ++
  sponsors/cipunited.jpg  | Bin 0 -> 10607 bytes
  sponsors/fosshost.png   | Bin 0 -> 18251 bytes
  sponsors/rackspace.png  | Bin 0 -> 7363 bytes
  sponsors/worksonarm.png | Bin 0 -> 9965 bytes
  6 files changed, 23 insertions(+)
  create mode 100644 sponsors.md
  create mode 100644 sponsors/cipunited.jpg
  create mode 100644 sponsors/fosshost.png
  create mode 100644 sponsors/rackspace.png
  create mode 100644 sponsors/worksonarm.png

diff --git a/_includes/nav.html b/_includes/nav.html
index 73b39b3..49ad4cd 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -8,6 +8,7 @@
Contribute
Docs
https://wiki.qemu.org;>Wiki
+   Sponsors


Not sure whether we need that link on every page (i.e. in the navigation 
menu)? Maybe it's enough to put the link somewhere on the home page?



Blog


diff --git a/sponsors.md b/sponsors.md
new file mode 100644
index 000..da1bf19
--- /dev/null
+++ b/sponsors.md
@@ -0,0 +1,22 @@
+---
+title: QEMU sponsors
+permalink: /sponsors/
+---
+
+QEMU has sponsors!
+
+The website is hosted by [Rackspace Technology](https://www.rackspace.com/).
+
+For continuous integration and testing, hardware is provided by:
+- Arm and Equinix Metal via the [Works on Arm 
program](https://www.worksonarm.com/)
+- [Fosshost](https://fosshost.org/)
+- [CIP United](https://www.cipunited.com/)
+
+
+![Rackspace Technology](rackspace.png)
+
+![Works on Arm](worksonarm.png)
+
+![Fosshost](fosshost.png)
+
+![CIP United](cipunited.jpg)


Some remarks:

1) Could you please use the original URLs as source for the pictures instead 
of copying them over into our website? Some folks don't like it when their 
images are copied...


2) Could we have a short description about what the CI hardware is used for? 
I can figure out  that worksonarm likely provides the hardware for the 
aarch64 gitlab runner, but what are the others good for?


3) What about the s390x gitlab runner?

4) Shouldn't we mention gitlab.com here, too? They did not actively offer 
hardware to us, but we're using their free gitlab infrastructure a lot, so I 
think we should provide a link to them here, too.


 Thomas




[qemu-web RFC PATCH] Add Sponsors page

2021-09-13 Thread Philippe Mathieu-Daudé
Add a page listing QEMU sponsors and displaying their logos.

Logo sources:
- https://www.rackspace.com/es/newsroom/media-kit
- https://developer.arm.com/solutions/infrastructure/works-on-arm
- https://gitlab.com/fosshost/assets/logo
- https://www.linkedin.com/company/cip-united

Resolves: https://gitlab.com/qemu-project/qemu-web/-/issues/2
Signed-off-by: Philippe Mathieu-Daudé 
---
There are probably more, but I'm not aware of them.

Maybe we should list past sponsors, precising a year range?
---
 _includes/nav.html  |   1 +
 sponsors.md |  22 ++
 sponsors/cipunited.jpg  | Bin 0 -> 10607 bytes
 sponsors/fosshost.png   | Bin 0 -> 18251 bytes
 sponsors/rackspace.png  | Bin 0 -> 7363 bytes
 sponsors/worksonarm.png | Bin 0 -> 9965 bytes
 6 files changed, 23 insertions(+)
 create mode 100644 sponsors.md
 create mode 100644 sponsors/cipunited.jpg
 create mode 100644 sponsors/fosshost.png
 create mode 100644 sponsors/rackspace.png
 create mode 100644 sponsors/worksonarm.png

diff --git a/_includes/nav.html b/_includes/nav.html
index 73b39b3..49ad4cd 100644
--- a/_includes/nav.html
+++ b/_includes/nav.html
@@ -8,6 +8,7 @@
Contribute
Docs
https://wiki.qemu.org;>Wiki
+   Sponsors
Blog


diff --git a/sponsors.md b/sponsors.md
new file mode 100644
index 000..da1bf19
--- /dev/null
+++ b/sponsors.md
@@ -0,0 +1,22 @@
+---
+title: QEMU sponsors
+permalink: /sponsors/
+---
+
+QEMU has sponsors!
+
+The website is hosted by [Rackspace Technology](https://www.rackspace.com/).
+
+For continuous integration and testing, hardware is provided by:
+- Arm and Equinix Metal via the [Works on Arm 
program](https://www.worksonarm.com/)
+- [Fosshost](https://fosshost.org/)
+- [CIP United](https://www.cipunited.com/)
+
+
+![Rackspace Technology](rackspace.png)
+
+![Works on Arm](worksonarm.png)
+
+![Fosshost](fosshost.png)
+
+![CIP United](cipunited.jpg)
diff --git a/sponsors/cipunited.jpg b/sponsors/cipunited.jpg
new file mode 100644
index 
..d04c2cf74518ee9be80e9dcb6fc0f6d8f5a730ec
GIT binary patch
literal 10607
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