qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
@ 2018-02-06 16:36 Thomas Huth
  2018-02-06 17:21 ` Alex Bennée
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Thomas Huth @ 2018-02-06 16:36 UTC (permalink / raw)
  To: qemu-devel
  Cc: Paolo Bonzini, Eduardo Otubo, Kashyap Chamarthy, Alex Bennée,
	Pankaj Gupta, Prasad J Pandit

Let's provide some links to the videos from DevConf and FOSDEM.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 I've tried my best to find all talks that are related to QEMU, not sure
 whether I've correctly identified all of them. If you are aware of any
 other talk that should be in the list here, please let me know.

 _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 _posts/2018-02-06-devconf-fosdem.md

diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-devconf-fosdem.md
new file mode 100644
index 0000000..48eb7bf
--- /dev/null
+++ b/_posts/2018-02-06-devconf-fosdem.md
@@ -0,0 +1,37 @@
+---
+layout: post
+title:  "Presentations from DevConf and FOSDEM 2018"
+date:   2018-02-06 17:00:00 +0100
+author: Thomas Huth
+categories: [presentations, conferences]
+---
+During the past two weeks, there were two important conferences for Open
+Source developers in Europe, where you could also enjoy some QEMU related
+presentations. The following QEMU-related talks were held at the
+[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno:
+
+* [Eliminating guest page cache](https://www.youtube.com/watch?v=NG0n5MTXOa4)
+  by Pankaj Gupta
+
+* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=t-MSukwDqeM)
+  by Prasad J Pandit
+
+* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=_7yGiafZdVc)
+  by Eduardo Otubo
+
+And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you could
+listen to the following QEMU related talks:
+
+* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/)
+  by Alexander Graf
+
+* [Live Block Device Operations in
+   QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_operations/)
+  by Kashyap Chamarthy
+
+* [Vectors Meet
+   Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_meet_virtualization/)
+  by Alex Bennée
+
+* [Finding your way through the QEMU parameter
+  jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/)
-- 
1.8.3.1

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

* Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
  2018-02-06 16:36 [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018 Thomas Huth
@ 2018-02-06 17:21 ` Alex Bennée
  2018-02-06 17:25 ` Marc-André Lureau
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 7+ messages in thread
From: Alex Bennée @ 2018-02-06 17:21 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, Paolo Bonzini, Eduardo Otubo, Kashyap Chamarthy,
	Pankaj Gupta, Prasad J Pandit


Thomas Huth <thuth@redhat.com> writes:

> Let's provide some links to the videos from DevConf and FOSDEM.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>

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

> ---
>  I've tried my best to find all talks that are related to QEMU, not sure
>  whether I've correctly identified all of them. If you are aware of any
>  other talk that should be in the list here, please let me know.
>
>  _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
>  create mode 100644 _posts/2018-02-06-devconf-fosdem.md
>
> diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-devconf-fosdem.md
> new file mode 100644
> index 0000000..48eb7bf
> --- /dev/null
> +++ b/_posts/2018-02-06-devconf-fosdem.md
> @@ -0,0 +1,37 @@
> +---
> +layout: post
> +title:  "Presentations from DevConf and FOSDEM 2018"
> +date:   2018-02-06 17:00:00 +0100
> +author: Thomas Huth
> +categories: [presentations, conferences]
> +---
> +During the past two weeks, there were two important conferences for Open
> +Source developers in Europe, where you could also enjoy some QEMU related
> +presentations. The following QEMU-related talks were held at the
> +[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno:
> +
> +* [Eliminating guest page cache](https://www.youtube.com/watch?v=NG0n5MTXOa4)
> +  by Pankaj Gupta
> +
> +* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=t-MSukwDqeM)
> +  by Prasad J Pandit
> +
> +* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=_7yGiafZdVc)
> +  by Eduardo Otubo
> +
> +And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you could
> +listen to the following QEMU related talks:
> +
> +* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/)
> +  by Alexander Graf
> +
> +* [Live Block Device Operations in
> +   QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_operations/)
> +  by Kashyap Chamarthy
> +
> +* [Vectors Meet
> +   Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_meet_virtualization/)
> +  by Alex Bennée
> +
> +* [Finding your way through the QEMU parameter
> +  jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/)


--
Alex Bennée

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

* Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
  2018-02-06 16:36 [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018 Thomas Huth
  2018-02-06 17:21 ` Alex Bennée
@ 2018-02-06 17:25 ` Marc-André Lureau
  2018-02-06 18:44   ` Thomas Huth
  2018-02-06 17:37 ` Eduardo Otubo
  2018-02-06 17:46 ` Paolo Bonzini
  3 siblings, 1 reply; 7+ messages in thread
From: Marc-André Lureau @ 2018-02-06 17:25 UTC (permalink / raw)
  To: Thomas Huth
  Cc: QEMU, Eduardo Otubo, Pankaj Gupta, Prasad J Pandit,
	Kashyap Chamarthy, Paolo Bonzini, Alex Bennée

Hi

On Tue, Feb 6, 2018 at 5:36 PM, Thomas Huth <thuth@redhat.com> wrote:
> Let's provide some links to the videos from DevConf and FOSDEM.
>
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  I've tried my best to find all talks that are related to QEMU, not sure
>  whether I've correctly identified all of them. If you are aware of any
>  other talk that should be in the list here, please let me know.
>
>  _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
>  create mode 100644 _posts/2018-02-06-devconf-fosdem.md
>
> diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-devconf-fosdem.md
> new file mode 100644
> index 0000000..48eb7bf
> --- /dev/null
> +++ b/_posts/2018-02-06-devconf-fosdem.md
> @@ -0,0 +1,37 @@
> +---
> +layout: post
> +title:  "Presentations from DevConf and FOSDEM 2018"
> +date:   2018-02-06 17:00:00 +0100
> +author: Thomas Huth
> +categories: [presentations, conferences]
> +---
> +During the past two weeks, there were two important conferences for Open
> +Source developers in Europe, where you could also enjoy some QEMU related
> +presentations. The following QEMU-related talks were held at the
> +[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno:
> +
> +* [Eliminating guest page cache](https://www.youtube.com/watch?v=NG0n5MTXOa4)
> +  by Pankaj Gupta
> +
> +* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=t-MSukwDqeM)
> +  by Prasad J Pandit
> +
> +* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=_7yGiafZdVc)
> +  by Eduardo Otubo
> +
> +And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you could
> +listen to the following QEMU related talks:
> +
> +* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/)
> +  by Alexander Graf
> +
> +* [Live Block Device Operations in
> +   QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_operations/)
> +  by Kashyap Chamarthy
> +
> +* [Vectors Meet
> +   Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_meet_virtualization/)
> +  by Alex Bennée
> +
> +* [Finding your way through the QEMU parameter
> +  jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/)

You may perhaps add

"What's new in the next version of the Virtio standard"
(https://fosdem.org/2018/schedule/event/virtio/)
by Jens Freimann

And also point out the rest of virtualization related talks:
https://fosdem.org/2018/schedule/track/virtualization_and_iaas/

There was also an interesting talk about "Using KVM to sandbox
firmwares from the Linux Kernel"
(https://fosdem.org/2018/schedule/event/hwenablement_using_kvm_to_sandbox_firmware/),
although it is further away from qemu, it is worth it.

the initial list looks fine, so either way
Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

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

* Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
  2018-02-06 16:36 [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018 Thomas Huth
  2018-02-06 17:21 ` Alex Bennée
  2018-02-06 17:25 ` Marc-André Lureau
@ 2018-02-06 17:37 ` Eduardo Otubo
  2018-02-06 17:46 ` Paolo Bonzini
  3 siblings, 0 replies; 7+ messages in thread
From: Eduardo Otubo @ 2018-02-06 17:37 UTC (permalink / raw)
  To: Thomas Huth
  Cc: qemu-devel, Paolo Bonzini, Kashyap Chamarthy, Alex Bennée,
	Pankaj Gupta, Prasad J Pandit

On Tue, Feb 06, 2018 at 05:36:48PM +0100, Thomas Huth wrote:
> Let's provide some links to the videos from DevConf and FOSDEM.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>

Reviewed-by: Eduardo Otubo <otubo@redhat.com>

> ---
>  I've tried my best to find all talks that are related to QEMU, not sure
>  whether I've correctly identified all of them. If you are aware of any
>  other talk that should be in the list here, please let me know.
> 
>  _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
>  create mode 100644 _posts/2018-02-06-devconf-fosdem.md
> 
> diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-devconf-fosdem.md
> new file mode 100644
> index 0000000..48eb7bf
> --- /dev/null
> +++ b/_posts/2018-02-06-devconf-fosdem.md
> @@ -0,0 +1,37 @@
> +---
> +layout: post
> +title:  "Presentations from DevConf and FOSDEM 2018"
> +date:   2018-02-06 17:00:00 +0100
> +author: Thomas Huth
> +categories: [presentations, conferences]
> +---
> +During the past two weeks, there were two important conferences for Open
> +Source developers in Europe, where you could also enjoy some QEMU related
> +presentations. The following QEMU-related talks were held at the
> +[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno:
> +
> +* [Eliminating guest page cache](https://www.youtube.com/watch?v=NG0n5MTXOa4)
> +  by Pankaj Gupta
> +
> +* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=t-MSukwDqeM)
> +  by Prasad J Pandit
> +
> +* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=_7yGiafZdVc)
> +  by Eduardo Otubo
> +
> +And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you could
> +listen to the following QEMU related talks:
> +
> +* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/)
> +  by Alexander Graf
> +
> +* [Live Block Device Operations in
> +   QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_operations/)
> +  by Kashyap Chamarthy
> +
> +* [Vectors Meet
> +   Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_meet_virtualization/)
> +  by Alex Bennée
> +
> +* [Finding your way through the QEMU parameter
> +  jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/)
> -- 
> 1.8.3.1
> 

-- 
Eduardo Otubo

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

* Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
  2018-02-06 16:36 [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018 Thomas Huth
                   ` (2 preceding siblings ...)
  2018-02-06 17:37 ` Eduardo Otubo
@ 2018-02-06 17:46 ` Paolo Bonzini
  3 siblings, 0 replies; 7+ messages in thread
From: Paolo Bonzini @ 2018-02-06 17:46 UTC (permalink / raw)
  To: Thomas Huth, qemu-devel
  Cc: Eduardo Otubo, Kashyap Chamarthy, Alex Bennée, Pankaj Gupta,
	Prasad J Pandit

On 06/02/2018 17:36, Thomas Huth wrote:
> Let's provide some links to the videos from DevConf and FOSDEM.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  I've tried my best to find all talks that are related to QEMU, not sure
>  whether I've correctly identified all of them. If you are aware of any
>  other talk that should be in the list here, please let me know.

That's already a great list, but please add those that Marc-André mentioned.

Thanks for working on qemu.org!

Paolo

>  _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++++++++++
>  1 file changed, 37 insertions(+)
>  create mode 100644 _posts/2018-02-06-devconf-fosdem.md
> 
> diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-devconf-fosdem.md
> new file mode 100644
> index 0000000..48eb7bf
> --- /dev/null
> +++ b/_posts/2018-02-06-devconf-fosdem.md
> @@ -0,0 +1,37 @@
> +---
> +layout: post
> +title:  "Presentations from DevConf and FOSDEM 2018"
> +date:   2018-02-06 17:00:00 +0100
> +author: Thomas Huth
> +categories: [presentations, conferences]
> +---
> +During the past two weeks, there were two important conferences for Open
> +Source developers in Europe, where you could also enjoy some QEMU related
> +presentations. The following QEMU-related talks were held at the
> +[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno:
> +
> +* [Eliminating guest page cache](https://www.youtube.com/watch?v=NG0n5MTXOa4)
> +  by Pankaj Gupta
> +
> +* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=t-MSukwDqeM)
> +  by Prasad J Pandit
> +
> +* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=_7yGiafZdVc)
> +  by Eduardo Otubo
> +
> +And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you could
> +listen to the following QEMU related talks:
> +
> +* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/)
> +  by Alexander Graf
> +
> +* [Live Block Device Operations in
> +   QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_operations/)
> +  by Kashyap Chamarthy
> +
> +* [Vectors Meet
> +   Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_meet_virtualization/)
> +  by Alex Bennée
> +
> +* [Finding your way through the QEMU parameter
> +  jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/)
> 

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

* Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
  2018-02-06 17:25 ` Marc-André Lureau
@ 2018-02-06 18:44   ` Thomas Huth
  2018-02-06 19:20     ` Paolo Bonzini
  0 siblings, 1 reply; 7+ messages in thread
From: Thomas Huth @ 2018-02-06 18:44 UTC (permalink / raw)
  To: Marc-André Lureau
  Cc: Eduardo Otubo, Pankaj Gupta, Prasad J Pandit, Kashyap Chamarthy,
	QEMU, Paolo Bonzini, Alex Bennée

On 06.02.2018 18:25, Marc-André Lureau wrote:
> Hi
> 
> On Tue, Feb 6, 2018 at 5:36 PM, Thomas Huth <thuth@redhat.com> wrote:
>> Let's provide some links to the videos from DevConf and FOSDEM.
>>
>> Signed-off-by: Thomas Huth <thuth@redhat.com>
>> ---
>>  I've tried my best to find all talks that are related to QEMU, not sure
>>  whether I've correctly identified all of them. If you are aware of any
>>  other talk that should be in the list here, please let me know.
>>
>>  _posts/2018-02-06-devconf-fosdem.md | 37 +++++++++++++++++++++++++++++++++++++
>>  1 file changed, 37 insertions(+)
>>  create mode 100644 _posts/2018-02-06-devconf-fosdem.md
>>
>> diff --git a/_posts/2018-02-06-devconf-fosdem.md b/_posts/2018-02-06-devconf-fosdem.md
>> new file mode 100644
>> index 0000000..48eb7bf
>> --- /dev/null
>> +++ b/_posts/2018-02-06-devconf-fosdem.md
>> @@ -0,0 +1,37 @@
>> +---
>> +layout: post
>> +title:  "Presentations from DevConf and FOSDEM 2018"
>> +date:   2018-02-06 17:00:00 +0100
>> +author: Thomas Huth
>> +categories: [presentations, conferences]
>> +---
>> +During the past two weeks, there were two important conferences for Open
>> +Source developers in Europe, where you could also enjoy some QEMU related
>> +presentations. The following QEMU-related talks were held at the
>> +[DevConf 2018](https://devconf.cz/cz/2018) conference in Brno:
>> +
>> +* [Eliminating guest page cache](https://www.youtube.com/watch?v=NG0n5MTXOa4)
>> +  by Pankaj Gupta
>> +
>> +* [Anatomy of KVM Guest](https://www.youtube.com/watch?v=t-MSukwDqeM)
>> +  by Prasad J Pandit
>> +
>> +* [QEMU Sandboxing for dummies](https://www.youtube.com/watch?v=_7yGiafZdVc)
>> +  by Eduardo Otubo
>> +
>> +And at the [FOSDEM 2018](https://fosdem.org/2018/) in Brussels, you could
>> +listen to the following QEMU related talks:
>> +
>> +* [QEMU in UEFI](https://fosdem.org/2018/schedule/event/vai_qemu_in_uefi/)
>> +  by Alexander Graf
>> +
>> +* [Live Block Device Operations in
>> +   QEMU](https://fosdem.org/2018/schedule/event/vai_qemu_live_dev_operations/)
>> +  by Kashyap Chamarthy
>> +
>> +* [Vectors Meet
>> +   Virtualization](https://fosdem.org/2018/schedule/event/vai_vectors_meet_virtualization/)
>> +  by Alex Bennée
>> +
>> +* [Finding your way through the QEMU parameter
>> +  jungle](https://fosdem.org/2018/schedule/event/vai_qemu_jungle/)
> 
> You may perhaps add
> 
> "What's new in the next version of the Virtio standard"
> (https://fosdem.org/2018/schedule/event/virtio/)
> by Jens Freimann
> 
> And also point out the rest of virtualization related talks:
> https://fosdem.org/2018/schedule/track/virtualization_and_iaas/
> 
> There was also an interesting talk about "Using KVM to sandbox
> firmwares from the Linux Kernel"
> (https://fosdem.org/2018/schedule/event/hwenablement_using_kvm_to_sandbox_firmware/),
> although it is further away from qemu, it is worth it.

Sure, I can add them ... actually, there are even some more talks
related to KVM , e.g. the one from Vitaly:

 https://fosdem.org/2018/schedule/event/vai_kvm_on_hyperv/

or related to Xen:

 https://fosdem.org/2018/schedule/event/vai_pci_emulation/

But the problem is: Where to draw the line? E.g. there was also a talk
about DOSEMU2 which can now use KVM, too. And if we include the lower
layer, should the list also include the upper layers like libvirt?
oVirt? KubeVirt? ... Well, I'd say since this blog post is for the QEMU
blog, we should really limit it to talks that are at least partly about
using or improving QEMU directly. So I'd maybe include the virtio talk,
but things that only affect KVM should maybe rather go into a KVM blog
somewhere else? (www.linux-kvm.org does not have a blog yet, does it?)

> the initial list looks fine, so either way
> Reviewed-by: Marc-André Lureau <marcandre.lureau@redhat.com>

Thanks!

 Thomas

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

* Re: [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018
  2018-02-06 18:44   ` Thomas Huth
@ 2018-02-06 19:20     ` Paolo Bonzini
  0 siblings, 0 replies; 7+ messages in thread
From: Paolo Bonzini @ 2018-02-06 19:20 UTC (permalink / raw)
  To: Thomas Huth, Marc-André Lureau
  Cc: Eduardo Otubo, Pankaj Gupta, Prasad J Pandit, Kashyap Chamarthy,
	QEMU, Alex Bennée

On 06/02/2018 19:44, Thomas Huth wrote:
> Sure, I can add them ... actually, there are even some more talks
> related to KVM , e.g. the one from Vitaly:
> 
>  https://fosdem.org/2018/schedule/event/vai_kvm_on_hyperv/
> 
> or related to Xen:
> 
>  https://fosdem.org/2018/schedule/event/vai_pci_emulation/
> 
> But the problem is: Where to draw the line? E.g. there was also a talk
> about DOSEMU2 which can now use KVM, too. And if we include the lower
> layer, should the list also include the upper layers like libvirt?
> oVirt? KubeVirt? ... Well, I'd say since this blog post is for the QEMU
> blog, we should really limit it to talks that are at least partly about
> using or improving QEMU directly. So I'd maybe include the virtio talk,
> but things that only affect KVM should maybe rather go into a KVM blog
> somewhere else? (www.linux-kvm.org does not have a blog yet, does it?)

No, it doesn't.  You're right, Vitaly and Roger's talks do not have much
to do with QEMU so I think it's okay to draw the line at Jens's, plus
include a link to the VaI devroom.

Thanks,

Paolo

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

end of thread, other threads:[~2018-02-06 19:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-06 16:36 [Qemu-devel] [qemu-web PATCH] Add a blog post with the presentations from DevConf and FOSDEM 2018 Thomas Huth
2018-02-06 17:21 ` Alex Bennée
2018-02-06 17:25 ` Marc-André Lureau
2018-02-06 18:44   ` Thomas Huth
2018-02-06 19:20     ` Paolo Bonzini
2018-02-06 17:37 ` Eduardo Otubo
2018-02-06 17:46 ` Paolo Bonzini

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).