[Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017

Thomas Huth posted 1 patch 7 years, 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/1486722639-6586-1-git-send-email-thuth@redhat.com
Test checkpatch passed
Test docker failed
Test s390x passed
_posts/2017-02-10-fosdem-presentations.md | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
create mode 100644 _posts/2017-02-10-fosdem-presentations.md
[Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Posted by Thomas Huth 7 years, 1 month ago
The videos are now available online, so here's a blog post
that contains the links to the QEMU-related videos.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 _posts/2017-02-10-fosdem-presentations.md | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 _posts/2017-02-10-fosdem-presentations.md

diff --git a/_posts/2017-02-10-fosdem-presentations.md b/_posts/2017-02-10-fosdem-presentations.md
new file mode 100644
index 0000000..707d5c7
--- /dev/null
+++ b/_posts/2017-02-10-fosdem-presentations.md
@@ -0,0 +1,30 @@
+---
+layout: post
+title:  "Presentations from the FOSDEM 2017"
+date:   2017-02-10 11:30:00 +0100
+author: Thomas Huth
+categories: presentations
+---
+During last weekend, on February 4th and 5th, the
+[FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels,
+which featured a [Virtualisation and IaaS
+track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/).
+
+Some people of the QEMU community attended, and the videos of the
+presenters are now available online, too:
+
+* [Incremental Backups -- Good things come in small
+   packages!](https://fosdem.org/2017/schedule/event/backup_dr_incr_backups/)
+  by John Snow
+
+* [Internal APIs and conflicting world views -- How abstractions inside QEMU
+  (don't) work together](https://fosdem.org/2017/schedule/event/iaas_qemintapi/)
+  by Eduardo Habkost
+
+* [Network Block Device -- how, what,
+   why](https://fosdem.org/2017/schedule/event/iaas_netblodev/)
+  by Wouter Verhelst
+
+* [Using NVDIMM under KVM -- Applications of persistent memory in
+   virtualization](https://fosdem.org/2017/schedule/event/iaas_usinvdund/)
+  by Stefan Hajnoczi
-- 
1.8.3.1


Re: [Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Posted by no-reply@patchew.org 7 years, 1 month ago
Hi,

Your series failed automatic build test. Please find the testing commands and
their output below. If you have docker installed, you can probably reproduce it
locally.

Subject: [Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Message-id: 1486722639-6586-1-git-send-email-thuth@redhat.com
Type: series

=== TEST SCRIPT BEGIN ===
#!/bin/bash
set -e
git submodule update --init dtc
# Let docker tests dump environment info
export SHOW_ENV=1
export J=16
make docker-test-quick@centos6
make docker-test-mingw@fedora
make docker-test-build@min-glib
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
Switched to a new branch 'test'
5b9b5d8 Add a blog post with the presentations from the FOSDEM 2017

=== OUTPUT BEGIN ===
Submodule 'dtc' (git://git.qemu-project.org/dtc.git) registered for path 'dtc'
fatal: read error: Connection reset by peer
Cloning into 'dtc'...
Clone of 'git://git.qemu-project.org/dtc.git' into submodule path 'dtc' failed
=== OUTPUT END ===

Test command exited with code: 1


---
Email generated automatically by Patchew [http://patchew.org/].
Please send your feedback to patchew-devel@freelists.org
Re: [Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Posted by Thomas Huth 7 years, 1 month ago
On 10.02.2017 11:35, no-reply@patchew.org wrote:
> Hi,
> 
> Your series failed automatic build test. Please find the testing commands and
> their output below. If you have docker installed, you can probably reproduce it
> locally.

Sorry, I forgot to put "qemu-web" in the subject :-/

 Thomas


Re: [Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Posted by Paolo Bonzini 7 years, 1 month ago

On 10/02/2017 11:30, Thomas Huth wrote:
> +During last weekend, on February 4th and 5th, the
> +[FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels,
> +which featured a [Virtualisation and IaaS
> +track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/).
> +
> +Some people of the QEMU community attended, and the videos of the
> +presenters are now available online, too:

Grammar nits:

Over the last weekend, on February 4th and 5th, the
[FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels.

Some people of the QEMU community attended the [Virtualisation and IaaS
track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/),
and the videos of their presentations are now available online, too:


(Again, nothing really serious, just experimenting with the process).  Ok?

Paolo

> +* [Incremental Backups -- Good things come in small
> +   packages!](https://fosdem.org/2017/schedule/event/backup_dr_incr_backups/)
> +  by John Snow
> +
> +* [Internal APIs and conflicting world views -- How abstractions inside QEMU
> +  (don't) work together](https://fosdem.org/2017/schedule/event/iaas_qemintapi/)
> +  by Eduardo Habkost
> +
> +* [Network Block Device -- how, what,
> +   why](https://fosdem.org/2017/schedule/event/iaas_netblodev/)
> +  by Wouter Verhelst
> +
> +* [Using NVDIMM under KVM -- Applications of persistent memory in
> +   virtualization](https://fosdem.org/2017/schedule/event/iaas_usinvdund/)
> +  by Stefan Hajnoczi
> 

Re: [Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Posted by Thomas Huth 7 years, 1 month ago
On 10.02.2017 12:24, Paolo Bonzini wrote:
> 
> 
> On 10/02/2017 11:30, Thomas Huth wrote:
>> +During last weekend, on February 4th and 5th, the
>> +[FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels,
>> +which featured a [Virtualisation and IaaS
>> +track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/).
>> +
>> +Some people of the QEMU community attended, and the videos of the
>> +presenters are now available online, too:
> 
> Grammar nits:
> 
> Over the last weekend, on February 4th and 5th, the
> [FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels.
> 
> Some people of the QEMU community attended the [Virtualisation and IaaS
> track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/),
> and the videos of their presentations are now available online, too:
> 
> (Again, nothing really serious, just experimenting with the process).  Ok?

Sure, that's fine for me, too. Feel free to edit my post directly, or do
you prefer if I send a v2 instead?

 Thomas


Re: [Qemu-devel] [PATCH] Add a blog post with the presentations from the FOSDEM 2017
Posted by Paolo Bonzini 7 years, 1 month ago

On 10/02/2017 12:28, Thomas Huth wrote:
> On 10.02.2017 12:24, Paolo Bonzini wrote:
>>
>>
>> On 10/02/2017 11:30, Thomas Huth wrote:
>>> +During last weekend, on February 4th and 5th, the
>>> +[FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels,
>>> +which featured a [Virtualisation and IaaS
>>> +track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/).
>>> +
>>> +Some people of the QEMU community attended, and the videos of the
>>> +presenters are now available online, too:
>>
>> Grammar nits:
>>
>> Over the last weekend, on February 4th and 5th, the
>> [FOSDEM 2017](https://fosdem.org/2017/) conference took place in Brussels.
>>
>> Some people of the QEMU community attended the [Virtualisation and IaaS
>> track](https://fosdem.org/2017/schedule/track/virtualisation_and_iaas/),
>> and the videos of their presentations are now available online, too:
>>
>> (Again, nothing really serious, just experimenting with the process).  Ok?
> 
> Sure, that's fine for me, too. Feel free to edit my post directly, or do
> you prefer if I send a v2 instead?

Fixed and applied, thanks (and considering giving you push access to
qemu-web ;)).

Paolo