* KVM call for 2016-06-16
@ 2020-06-15 9:34 Juan Quintela
2020-06-15 9:45 ` Philippe Mathieu-Daudé
2020-06-16 8:48 ` Juan Quintela
0 siblings, 2 replies; 4+ messages in thread
From: Juan Quintela @ 2020-06-15 9:34 UTC (permalink / raw)
To: kvm-devel, qemu-devel
Hi
Please, send any topic that you are interested in covering.
There is already a topic from last call:
Last minute suggestion after recent IRC chat with Alex Bennée and
Thomas Huth:
"Move some of the build/CI infrastructure to GitLab."
Pro/Con?
- GitLab does not offer s390x/ppc64el => keep Travis for these?
How to coordinate efforts?
What we want to improve? Priorities?
Who can do which task / is motivated.
What has bugged us recently:
- Cross-build images (currently rebuilt all the time on Shippable)
Long term interests:
- Collect quality metrics
. build time
. test duration
. performances
. binary size
. runtime memory used
- Collect code coverage
Note, this is orthogonal to the "Gating CI" task Cleber is working on:
https://www.mail-archive.com/qemu-devel@nongnu.org/msg688150.html
At the end of Monday I will send an email with the agenda or the
cancellation of the call, so hurry up.
After discussions on the QEMU Summit, we are going to have always open a
KVM call where you can add topics.
Call details:
By popular demand, a google calendar public entry with it
https://www.google.com/calendar/embed?src=dG9iMXRqcXAzN3Y4ZXZwNzRoMHE4a3BqcXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
(Let me know if you have any problems with the calendar entry. I just
gave up about getting right at the same time CEST, CET, EDT and DST).
If you need phone number details, contact me privately
Thanks, Juan.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KVM call for 2016-06-16
2020-06-15 9:34 KVM call for 2016-06-16 Juan Quintela
@ 2020-06-15 9:45 ` Philippe Mathieu-Daudé
2020-06-15 10:28 ` Juan Quintela
2020-06-16 8:48 ` Juan Quintela
1 sibling, 1 reply; 4+ messages in thread
From: Philippe Mathieu-Daudé @ 2020-06-15 9:45 UTC (permalink / raw)
To: quintela, kvm-devel, qemu-devel
Hi Juan,
On 6/15/20 11:34 AM, Juan Quintela wrote:
>
> Hi
>
> Please, send any topic that you are interested in covering.
> There is already a topic from last call:
This topic was already discussed in the last call :)
>
> Last minute suggestion after recent IRC chat with Alex Bennée and
> Thomas Huth:
>
> "Move some of the build/CI infrastructure to GitLab."
>
> Pro/Con?
>
> - GitLab does not offer s390x/ppc64el => keep Travis for these?
>
> How to coordinate efforts?
>
> What we want to improve? Priorities?
>
> Who can do which task / is motivated.
>
> What has bugged us recently:
> - Cross-build images (currently rebuilt all the time on Shippable)
>
> Long term interests:
>
> - Collect quality metrics
> . build time
> . test duration
> . performances
> . binary size
> . runtime memory used
>
> - Collect code coverage
>
> Note, this is orthogonal to the "Gating CI" task Cleber is working on:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg688150.html
>
>
>
>
> At the end of Monday I will send an email with the agenda or the
> cancellation of the call, so hurry up.
>
> After discussions on the QEMU Summit, we are going to have always open a
> KVM call where you can add topics.
>
> Call details:
>
> By popular demand, a google calendar public entry with it
>
> https://www.google.com/calendar/embed?src=dG9iMXRqcXAzN3Y4ZXZwNzRoMHE4a3BqcXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
>
> (Let me know if you have any problems with the calendar entry. I just
> gave up about getting right at the same time CEST, CET, EDT and DST).
>
> If you need phone number details, contact me privately
>
> Thanks, Juan.
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KVM call for 2016-06-16
2020-06-15 9:45 ` Philippe Mathieu-Daudé
@ 2020-06-15 10:28 ` Juan Quintela
0 siblings, 0 replies; 4+ messages in thread
From: Juan Quintela @ 2020-06-15 10:28 UTC (permalink / raw)
To: Philippe Mathieu-Daudé; +Cc: qemu-devel, kvm-devel
Philippe Mathieu-Daudé <philmd@redhat.com> wrote:
> Hi Juan,
>
> On 6/15/20 11:34 AM, Juan Quintela wrote:
>>
>> Hi
>>
>> Please, send any topic that you are interested in covering.
>> There is already a topic from last call:
>
> This topic was already discussed in the last call :)
Sorry.
My understanding from last call was that we wanted to discuss it with
more people from more organizations.
Later, Juan.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: KVM call for 2016-06-16
2020-06-15 9:34 KVM call for 2016-06-16 Juan Quintela
2020-06-15 9:45 ` Philippe Mathieu-Daudé
@ 2020-06-16 8:48 ` Juan Quintela
1 sibling, 0 replies; 4+ messages in thread
From: Juan Quintela @ 2020-06-16 8:48 UTC (permalink / raw)
To: kvm-devel; +Cc: qemu-devel
Juan Quintela <quintela@redhat.com> wrote:
> Hi
Hi
As there are no topics, this calls gets cancelled.
Happy hacking.
Later, Juan.
>
> Please, send any topic that you are interested in covering.
> There is already a topic from last call:
>
> Last minute suggestion after recent IRC chat with Alex Bennée and
> Thomas Huth:
>
> "Move some of the build/CI infrastructure to GitLab."
>
> Pro/Con?
>
> - GitLab does not offer s390x/ppc64el => keep Travis for these?
>
> How to coordinate efforts?
>
> What we want to improve? Priorities?
>
> Who can do which task / is motivated.
>
> What has bugged us recently:
> - Cross-build images (currently rebuilt all the time on Shippable)
>
> Long term interests:
>
> - Collect quality metrics
> . build time
> . test duration
> . performances
> . binary size
> . runtime memory used
>
> - Collect code coverage
>
> Note, this is orthogonal to the "Gating CI" task Cleber is working on:
> https://www.mail-archive.com/qemu-devel@nongnu.org/msg688150.html
>
>
>
>
> At the end of Monday I will send an email with the agenda or the
> cancellation of the call, so hurry up.
>
> After discussions on the QEMU Summit, we are going to have always open a
> KVM call where you can add topics.
>
> Call details:
>
> By popular demand, a google calendar public entry with it
>
> https://www.google.com/calendar/embed?src=dG9iMXRqcXAzN3Y4ZXZwNzRoMHE4a3BqcXNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ
>
> (Let me know if you have any problems with the calendar entry. I just
> gave up about getting right at the same time CEST, CET, EDT and DST).
>
> If you need phone number details, contact me privately
>
> Thanks, Juan.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-06-16 8:49 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-15 9:34 KVM call for 2016-06-16 Juan Quintela
2020-06-15 9:45 ` Philippe Mathieu-Daudé
2020-06-15 10:28 ` Juan Quintela
2020-06-16 8:48 ` Juan Quintela
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).