All of lore.kernel.org
 help / color / mirror / Atom feed
* [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
@ 2019-11-21 11:52 Thomas Huth
  2019-11-21 13:56 ` Kashyap Chamarthy
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thomas Huth @ 2019-11-21 11:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini

There have been quite a lot of QEMU-related talks at KVM Forum this
year - let's provide a summary for the people who could not attend.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Note: For some talks it's hard to decide whether they really fit the
 QEMU blog or not. I've assembled the list below by quickly skimming
 through the schedule and the videos, and that's what I came up with ...
 If you think any of the other talks should be mentioned here, too,
 please let me know.

 _posts/2019-11-21-kvm-forum.md | 45 ++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)
 create mode 100644 _posts/2019-11-21-kvm-forum.md

diff --git a/_posts/2019-11-21-kvm-forum.md b/_posts/2019-11-21-kvm-forum.md
new file mode 100644
index 0000000..e5adf5d
--- /dev/null
+++ b/_posts/2019-11-21-kvm-forum.md
@@ -0,0 +1,45 @@
+---
+layout: post
+title:  "Presentations from KVM Forum 2019"
+date:   2019-11-21 12:30:00 +0100
+author: Thomas Huth
+categories: [presentations, conferences]
+---
+Last month, the
+[KVM Forum 2019](https://events.linuxfoundation.org/events/kvm-forum-2019/)
+took place in Lyon, France. The conference also featured quite a lot talks
+about QEMU, and now the videos of the presentation are available online.
+So for those who could not attend, here is the list of the QEMU-related
+presentations:
+
+* [QEMU Status Report](https://www.youtube.com/watch?v=6_1QQaXPjd4)
+  by Paolo Bonzini
+
+* [The Hype Around the RISC-V
+  Hypervisor](https://www.youtube.com/watch?v=2MUka4lKGFU) by Alistair Francis
+  and Anup Patel
+
+* [Reworking the Inter-VM Shared Memory
+  Device](https://www.youtube.com/watch?v=TiZrngLUFMA) by Jan Kiszka
+
+* [What's Going On? Taking Advantage of TCG's Total System
+  Awareness](https://www.youtube.com/watch?v=wxIF0dvGDuM) by Alex Bennée
+
+* [Towards the Higher Level Debugging with
+  QEMU](https://www.youtube.com/watch?v=E2yJL82gJYM) by Pavel Dovgalyuk
+
+* [QEMU-Hexagon: Automatic Translation of the ISA Manual Pseudcode to Tiny Code
+  Instructions of a VLIW Architecture](https://www.youtube.com/watch?v=3EpnTYBOXCI)
+  by Niccolò Izzo and Taylor Simpson
+
+* [Reports of my Bloat Have Been Greatly
+  Exaggerated](https://www.youtube.com/watch?v=5TY7m1AneRY) by Paolo Bonzini
+
+* [Multi-process QEMU - Status Update](https://www.youtube.com/watch?v=lslVYCuk4CQ)
+  by John Johnson and Elena Ufimtseva
+
+* [Bring QEMU to Micro Service World](https://www.youtube.com/watch?v=5hIDwkpXUiw)
+  by Xiao Guangrong and Zhang Yulei
+
+More interesting virtualization-related talks can be found in the
+[KVM Forum Youtube Channel](https://www.youtube.com/channel/UCRCSQmAOh7yzgheq-emy1xA).
-- 
2.23.0



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

* Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
  2019-11-21 11:52 [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019 Thomas Huth
@ 2019-11-21 13:56 ` Kashyap Chamarthy
  2019-11-21 13:59 ` Eric Blake
  2019-11-21 15:36 ` Alex Bennée
  2 siblings, 0 replies; 6+ messages in thread
From: Kashyap Chamarthy @ 2019-11-21 13:56 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Paolo Bonzini, qemu-devel

On Thu, Nov 21, 2019 at 12:52:07PM +0100, Thomas Huth wrote:
> There have been quite a lot of QEMU-related talks at KVM Forum this
> year - let's provide a summary for the people who could not attend.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Note: For some talks it's hard to decide whether they really fit the
>  QEMU blog or not. I've assembled the list below by quickly skimming
>  through the schedule and the videos, and that's what I came up with ...
>  If you think any of the other talks should be mentioned here, too,
>  please let me know.

Do you also want to link to the LWN's summary, written by QEMU/KVM
contributors?  (It has at least 20 mentions of the word "QEMU"):

    https://lwn.net/Articles/805097/
    -- A recap of KVM Forum 2019

Other than that, looks good; FWIW:

    Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>

>  _posts/2019-11-21-kvm-forum.md | 45 ++++++++++++++++++++++++++++++++++
>  1 file changed, 45 insertions(+)
>  create mode 100644 _posts/2019-11-21-kvm-forum.md
> 
> diff --git a/_posts/2019-11-21-kvm-forum.md b/_posts/2019-11-21-kvm-forum.md
> new file mode 100644
> index 0000000..e5adf5d
> --- /dev/null
> +++ b/_posts/2019-11-21-kvm-forum.md
> @@ -0,0 +1,45 @@
> +---
> +layout: post
> +title:  "Presentations from KVM Forum 2019"
> +date:   2019-11-21 12:30:00 +0100
> +author: Thomas Huth
> +categories: [presentations, conferences]
> +---
> +Last month, the
> +[KVM Forum 2019](https://events.linuxfoundation.org/events/kvm-forum-2019/)
> +took place in Lyon, France. The conference also featured quite a lot talks
> +about QEMU, and now the videos of the presentation are available online.
> +So for those who could not attend, here is the list of the QEMU-related
> +presentations:
> +
> +* [QEMU Status Report](https://www.youtube.com/watch?v=6_1QQaXPjd4)
> +  by Paolo Bonzini
> +
> +* [The Hype Around the RISC-V
> +  Hypervisor](https://www.youtube.com/watch?v=2MUka4lKGFU) by Alistair Francis
> +  and Anup Patel
> +
> +* [Reworking the Inter-VM Shared Memory
> +  Device](https://www.youtube.com/watch?v=TiZrngLUFMA) by Jan Kiszka
> +
> +* [What's Going On? Taking Advantage of TCG's Total System
> +  Awareness](https://www.youtube.com/watch?v=wxIF0dvGDuM) by Alex Bennée
> +
> +* [Towards the Higher Level Debugging with
> +  QEMU](https://www.youtube.com/watch?v=E2yJL82gJYM) by Pavel Dovgalyuk
> +
> +* [QEMU-Hexagon: Automatic Translation of the ISA Manual Pseudcode to Tiny Code
> +  Instructions of a VLIW Architecture](https://www.youtube.com/watch?v=3EpnTYBOXCI)
> +  by Niccolò Izzo and Taylor Simpson
> +
> +* [Reports of my Bloat Have Been Greatly
> +  Exaggerated](https://www.youtube.com/watch?v=5TY7m1AneRY) by Paolo Bonzini
> +
> +* [Multi-process QEMU - Status Update](https://www.youtube.com/watch?v=lslVYCuk4CQ)
> +  by John Johnson and Elena Ufimtseva
> +
> +* [Bring QEMU to Micro Service World](https://www.youtube.com/watch?v=5hIDwkpXUiw)
> +  by Xiao Guangrong and Zhang Yulei
> +
> +More interesting virtualization-related talks can be found in the
> +[KVM Forum Youtube Channel](https://www.youtube.com/channel/UCRCSQmAOh7yzgheq-emy1xA).
> -- 
> 2.23.0
> 
> 

-- 
/kashyap



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

* Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
  2019-11-21 11:52 [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019 Thomas Huth
  2019-11-21 13:56 ` Kashyap Chamarthy
@ 2019-11-21 13:59 ` Eric Blake
  2019-11-21 16:04   ` Paolo Bonzini
  2019-11-21 15:36 ` Alex Bennée
  2 siblings, 1 reply; 6+ messages in thread
From: Eric Blake @ 2019-11-21 13:59 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel; +Cc: Paolo Bonzini

On 11/21/19 5:52 AM, Thomas Huth wrote:
> There have been quite a lot of QEMU-related talks at KVM Forum this
> year - let's provide a summary for the people who could not attend.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>   Note: For some talks it's hard to decide whether they really fit the
>   QEMU blog or not. I've assembled the list below by quickly skimming
>   through the schedule and the videos, and that's what I came up with ...
>   If you think any of the other talks should be mentioned here, too,
>   please let me know.

Perhaps:

[Making the Most of NBD](https://www.youtube.com/watch?v=PMa6KFX9AxM) by 
Eric Blake and Richard Jones

which mentions optimizations to 'qemu-img convert' made possible through 
NBD protocol extensions

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3226
Virtualization:  qemu.org | libvirt.org



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

* Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
  2019-11-21 11:52 [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019 Thomas Huth
  2019-11-21 13:56 ` Kashyap Chamarthy
  2019-11-21 13:59 ` Eric Blake
@ 2019-11-21 15:36 ` Alex Bennée
  2 siblings, 0 replies; 6+ messages in thread
From: Alex Bennée @ 2019-11-21 15:36 UTC (permalink / raw)
  To: qemu-devel; +Cc: Paolo Bonzini


Thomas Huth <thuth@redhat.com> writes:

> There have been quite a lot of QEMU-related talks at KVM Forum this
> year - let's provide a summary for the people who could not attend.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Note: For some talks it's hard to decide whether they really fit the
>  QEMU blog or not. I've assembled the list below by quickly skimming
>  through the schedule and the videos, and that's what I came up with ...
>  If you think any of the other talks should be mentioned here, too,
>  please let me know.

Looks good to me:

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

>
>  _posts/2019-11-21-kvm-forum.md | 45 ++++++++++++++++++++++++++++++++++
>  1 file changed, 45 insertions(+)
>  create mode 100644 _posts/2019-11-21-kvm-forum.md
>
> diff --git a/_posts/2019-11-21-kvm-forum.md b/_posts/2019-11-21-kvm-forum.md
> new file mode 100644
> index 0000000..e5adf5d
> --- /dev/null
> +++ b/_posts/2019-11-21-kvm-forum.md
> @@ -0,0 +1,45 @@
> +---
> +layout: post
> +title:  "Presentations from KVM Forum 2019"
> +date:   2019-11-21 12:30:00 +0100
> +author: Thomas Huth
> +categories: [presentations, conferences]
> +---
> +Last month, the
> +[KVM Forum 2019](https://events.linuxfoundation.org/events/kvm-forum-2019/)
> +took place in Lyon, France. The conference also featured quite a lot talks
> +about QEMU, and now the videos of the presentation are available online.
> +So for those who could not attend, here is the list of the QEMU-related
> +presentations:
> +
> +* [QEMU Status Report](https://www.youtube.com/watch?v=6_1QQaXPjd4)
> +  by Paolo Bonzini
> +
> +* [The Hype Around the RISC-V
> +  Hypervisor](https://www.youtube.com/watch?v=2MUka4lKGFU) by Alistair Francis
> +  and Anup Patel
> +
> +* [Reworking the Inter-VM Shared Memory
> +  Device](https://www.youtube.com/watch?v=TiZrngLUFMA) by Jan Kiszka
> +
> +* [What's Going On? Taking Advantage of TCG's Total System
> +  Awareness](https://www.youtube.com/watch?v=wxIF0dvGDuM) by Alex Bennée
> +
> +* [Towards the Higher Level Debugging with
> +  QEMU](https://www.youtube.com/watch?v=E2yJL82gJYM) by Pavel Dovgalyuk
> +
> +* [QEMU-Hexagon: Automatic Translation of the ISA Manual Pseudcode to Tiny Code
> +  Instructions of a VLIW Architecture](https://www.youtube.com/watch?v=3EpnTYBOXCI)
> +  by Niccolò Izzo and Taylor Simpson
> +
> +* [Reports of my Bloat Have Been Greatly
> +  Exaggerated](https://www.youtube.com/watch?v=5TY7m1AneRY) by Paolo Bonzini
> +
> +* [Multi-process QEMU - Status Update](https://www.youtube.com/watch?v=lslVYCuk4CQ)
> +  by John Johnson and Elena Ufimtseva
> +
> +* [Bring QEMU to Micro Service World](https://www.youtube.com/watch?v=5hIDwkpXUiw)
> +  by Xiao Guangrong and Zhang Yulei
> +
> +More interesting virtualization-related talks can be found in the
> +[KVM Forum Youtube Channel](https://www.youtube.com/channel/UCRCSQmAOh7yzgheq-emy1xA).


--
Alex Bennée


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

* Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
  2019-11-21 13:59 ` Eric Blake
@ 2019-11-21 16:04   ` Paolo Bonzini
  2019-11-21 17:05     ` Thomas Huth
  0 siblings, 1 reply; 6+ messages in thread
From: Paolo Bonzini @ 2019-11-21 16:04 UTC (permalink / raw)
  To: Eric Blake, Thomas Huth, qemu-devel

On 21/11/19 14:59, Eric Blake wrote:
> On 11/21/19 5:52 AM, Thomas Huth wrote:
>> There have been quite a lot of QEMU-related talks at KVM Forum this
>> year - let's provide a summary for the people who could not attend.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>   Note: For some talks it's hard to decide whether they really fit the
>>   QEMU blog or not. I've assembled the list below by quickly skimming
>>   through the schedule and the videos, and that's what I came up with ...
>>   If you think any of the other talks should be mentioned here, too,
>>   please let me know.
> 
> Perhaps:
> 
> [Making the Most of NBD](https://www.youtube.com/watch?v=PMa6KFX9AxM) by
> Eric Blake and Richard Jones
> 
> which mentions optimizations to 'qemu-img convert' made possible through
> NBD protocol extensions

Agreed.  Also I would remove the RISC-V talk, as I was going to write a
blog post about it too.

Paolo



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

* Re: [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019
  2019-11-21 16:04   ` Paolo Bonzini
@ 2019-11-21 17:05     ` Thomas Huth
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Huth @ 2019-11-21 17:05 UTC (permalink / raw)
  To: Paolo Bonzini, Eric Blake, qemu-devel

On 21/11/2019 17.04, Paolo Bonzini wrote:
> On 21/11/19 14:59, Eric Blake wrote:
>> On 11/21/19 5:52 AM, Thomas Huth wrote:
>>> There have been quite a lot of QEMU-related talks at KVM Forum this
>>> year - let's provide a summary for the people who could not attend.
>>>
>>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>>> ---
>>>   Note: For some talks it's hard to decide whether they really fit the
>>>   QEMU blog or not. I've assembled the list below by quickly skimming
>>>   through the schedule and the videos, and that's what I came up with ...
>>>   If you think any of the other talks should be mentioned here, too,
>>>   please let me know.
>>
>> Perhaps:
>>
>> [Making the Most of NBD](https://www.youtube.com/watch?v=PMa6KFX9AxM) by
>> Eric Blake and Richard Jones
>>
>> which mentions optimizations to 'qemu-img convert' made possible through
>> NBD protocol extensions
> 
> Agreed.  Also I would remove the RISC-V talk, as I was going to write a
> blog post about it too.

All right, thanks for the feedback, I did the suggested changes and
pushed the article to the blog now:

 https://www.qemu.org/2019/11/21/kvm-forum/

  Thomas



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

end of thread, other threads:[~2019-11-21 17:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 11:52 [qemu-web PATCH] Add a blog post about the QEMU-related presentation of KVM Forum 2019 Thomas Huth
2019-11-21 13:56 ` Kashyap Chamarthy
2019-11-21 13:59 ` Eric Blake
2019-11-21 16:04   ` Paolo Bonzini
2019-11-21 17:05     ` Thomas Huth
2019-11-21 15:36 ` Alex Bennée

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.