diff mbox

Add a blog post with links to the presentations from the DevConf 2017

Message ID 1494947277-26158-1-git-send-email-thuth@redhat.com
State New
Headers show

Commit Message

Thomas Huth May 16, 2017, 3:07 p.m. UTC
This post provides links to the talks from the virtualization
track at the DevConf 2017 in Brno.

Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 Note: I've added links to all presentations from the virtualization
 track ... not all of them are really related to QEMU, so not sure
 whether this is appropriate for the QEMU blog ... but I thought it
 would be nice to have a collection with all links, so I included all
 of them here.

 _posts/2017-05-16-devconf-presentations.md | 47 ++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
 create mode 100644 _posts/2017-05-16-devconf-presentations.md

Comments

Paolo Bonzini May 16, 2017, 3:11 p.m. UTC | #1
On 16/05/2017 17:07, Thomas Huth wrote:
> This post provides links to the talks from the virtualization
> track at the DevConf 2017 in Brno.
> 
> Signed-off-by: Thomas Huth <thuth@redhat.com>
> ---
>  Note: I've added links to all presentations from the virtualization
>  track ... not all of them are really related to QEMU, so not sure
>  whether this is appropriate for the QEMU blog ... but I thought it
>  would be nice to have a collection with all links, so I included all
>  of them here.

Cool!  Pushed, thanks.

Paolo

>  _posts/2017-05-16-devconf-presentations.md | 47 ++++++++++++++++++++++++++++++
>  1 file changed, 47 insertions(+)
>  create mode 100644 _posts/2017-05-16-devconf-presentations.md
> 
> diff --git a/_posts/2017-05-16-devconf-presentations.md b/_posts/2017-05-16-devconf-presentations.md
> new file mode 100644
> index 0000000..1c67bd5
> --- /dev/null
> +++ b/_posts/2017-05-16-devconf-presentations.md
> @@ -0,0 +1,47 @@
> +---
> +layout: post
> +title:  "Presentations from DevConf 2017"
> +date:   2017-05-16 16:00:00 +0200
> +author: Thomas Huth
> +categories: presentations
> +---
> +There were a couple of QEMU / virtualization related talks at the
> +[DevConf 2017](https://devconf.cz/2017/) conference that took place at the
> +end of January already, but so far we missed to gather the links to the
> +recordings of these talks. So here is now the list:
> +
> +* [How to write a legacy storage device
> +   emulator](https://www.youtube.com/watch?v=nnMso6RmiOU&t=258)
> +  by John Snow
> +
> +* [GPU Passthrough using GNOME
> +   Boxes](https://www.youtube.com/watch?v=O33s1paYuYg&t=75)
> +  by Felipe Borges
> +
> +* [Self-virtualizing Linux on
> +   x86](https://www.youtube.com/watch?v=Gn7Bdq9_cUA&t=118)
> +  by Radim Krčmář 
> +
> +* [New ways to remote desktops with GStreamer
> +   integration](https://www.youtube.com/watch?v=C5ox_M-k63w)
> +  by Victor Toso de Carvalho and Pavel Grunt
> +
> +* [Can VMs networking benefit from
> +   DPDK](https://www.youtube.com/watch?v=cbm30mPp0hE&t=210)
> +  by Maxime Coquelin and Victor Kaplansky
> +
> +* [Windows VMs on KVM: The Good, the Bad and the
> +   Ugly](https://www.youtube.com/watch?v=o3TBT68xCm8&t=92)
> +  by Ladi Prosek
> +
> +* [Pet VMs in Kubernetes?
> +   WTH](https://www.youtube.com/watch?v=_w4roI9T7VE&t=85)
> +  by Fabian Deutsch
> +
> +* [Virtualization development improved with
> +   Lago](https://www.youtube.com/watch?v=ChtZaG_60AQ&t=48)
> +  by Rafael Martins
> +
> +* [An ARMful of guests: virtualization on 64-bit
> +   ARM](https://www.youtube.com/watch?v=x1a_f_2IMG8)
> +  by Andrea Bolognani
>
no-reply@patchew.org May 16, 2017, 3:40 p.m. UTC | #2
Hi,

This series seems to have some coding style problems. See output below for
more information:

Message-id: 1494947277-26158-1-git-send-email-thuth@redhat.com
Type: series
Subject: [Qemu-devel] [PATCH] Add a blog post with links to the presentations from the DevConf 2017

=== TEST SCRIPT BEGIN ===
#!/bin/bash

BASE=base
n=1
total=$(git log --oneline $BASE.. | wc -l)
failed=0

git config --local diff.renamelimit 0
git config --local diff.renames True

commits="$(git log --format=%H --reverse $BASE..)"
for c in $commits; do
    echo "Checking PATCH $n/$total: $(git log -n 1 --format=%s $c)..."
    if ! git show $c --format=email | ./scripts/checkpatch.pl --mailback -; then
        failed=1
        echo
    fi
    n=$((n+1))
done

exit $failed
=== TEST SCRIPT END ===

Updating 3c8cf5a9c21ff8782164d1def7f44bd888713384
From https://github.com/patchew-project/qemu
 - [tag update]      patchew/20170511144208.24075-1-pbonzini@redhat.com -> patchew/20170511144208.24075-1-pbonzini@redhat.com
Switched to a new branch 'test'
0aa6c5b Add a blog post with links to the presentations from the DevConf 2017

=== OUTPUT BEGIN ===
Checking PATCH 1/1: Add a blog post with links to the presentations from the DevConf 2017...
ERROR: trailing whitespace
#41: FILE: _posts/2017-05-16-devconf-presentations.md:23:
+  by Radim Krčmář $

total: 1 errors, 0 warnings, 47 lines checked

Your patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

=== 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
diff mbox

Patch

diff --git a/_posts/2017-05-16-devconf-presentations.md b/_posts/2017-05-16-devconf-presentations.md
new file mode 100644
index 0000000..1c67bd5
--- /dev/null
+++ b/_posts/2017-05-16-devconf-presentations.md
@@ -0,0 +1,47 @@ 
+---
+layout: post
+title:  "Presentations from DevConf 2017"
+date:   2017-05-16 16:00:00 +0200
+author: Thomas Huth
+categories: presentations
+---
+There were a couple of QEMU / virtualization related talks at the
+[DevConf 2017](https://devconf.cz/2017/) conference that took place at the
+end of January already, but so far we missed to gather the links to the
+recordings of these talks. So here is now the list:
+
+* [How to write a legacy storage device
+   emulator](https://www.youtube.com/watch?v=nnMso6RmiOU&t=258)
+  by John Snow
+
+* [GPU Passthrough using GNOME
+   Boxes](https://www.youtube.com/watch?v=O33s1paYuYg&t=75)
+  by Felipe Borges
+
+* [Self-virtualizing Linux on
+   x86](https://www.youtube.com/watch?v=Gn7Bdq9_cUA&t=118)
+  by Radim Krčmář 
+
+* [New ways to remote desktops with GStreamer
+   integration](https://www.youtube.com/watch?v=C5ox_M-k63w)
+  by Victor Toso de Carvalho and Pavel Grunt
+
+* [Can VMs networking benefit from
+   DPDK](https://www.youtube.com/watch?v=cbm30mPp0hE&t=210)
+  by Maxime Coquelin and Victor Kaplansky
+
+* [Windows VMs on KVM: The Good, the Bad and the
+   Ugly](https://www.youtube.com/watch?v=o3TBT68xCm8&t=92)
+  by Ladi Prosek
+
+* [Pet VMs in Kubernetes?
+   WTH](https://www.youtube.com/watch?v=_w4roI9T7VE&t=85)
+  by Fabian Deutsch
+
+* [Virtualization development improved with
+   Lago](https://www.youtube.com/watch?v=ChtZaG_60AQ&t=48)
+  by Rafael Martins
+
+* [An ARMful of guests: virtualization on 64-bit
+   ARM](https://www.youtube.com/watch?v=x1a_f_2IMG8)
+  by Andrea Bolognani