diff mbox

[qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post

Message ID 20170215144246.17756-1-stefanha@redhat.com
State New
Headers show

Commit Message

Stefan Hajnoczi Feb. 15, 2017, 2:42 p.m. UTC
From: Stefan Hajnoczi <stefanha@gmail.com>

Andrea's presentation touches on Transparent Huge Pages and post-copy
live migration using userfaultfd for virtualization use cases.

Cc: Thomas Huth <thuth@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
---
I don't know jekyll or how the blog is set up.  Perhaps timestamps need
to be updated in the post file.  Please fix up when applying.
---
 _posts/2017-02-10-fosdem-presentations.md | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Paolo Bonzini Feb. 15, 2017, 3 p.m. UTC | #1
On 15/02/2017 15:42, Stefan Hajnoczi wrote:
> From: Stefan Hajnoczi <stefanha@gmail.com>
> 
> Andrea's presentation touches on Transparent Huge Pages and post-copy
> live migration using userfaultfd for virtualization use cases.
> 
> Cc: Thomas Huth <thuth@redhat.com>
> Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
> ---
> I don't know jekyll or how the blog is set up.  Perhaps timestamps need
> to be updated in the post file.  Please fix up when applying.

Right, I only had to add

last_modified_at: 2017-02-15 15:49:00 +0100

to the header.  So this will be also a nice example of how to update a
post after the fact!

Paolo

> ---
>  _posts/2017-02-10-fosdem-presentations.md | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/_posts/2017-02-10-fosdem-presentations.md b/_posts/2017-02-10-fosdem-presentations.md
> index 7a0840f..d297c5f 100644
> --- a/_posts/2017-02-10-fosdem-presentations.md
> +++ b/_posts/2017-02-10-fosdem-presentations.md
> @@ -27,3 +27,7 @@ and the videos of their presentations are now available online, too:
>  * [Using NVDIMM under KVM -- Applications of persistent memory in
>     virtualization](https://fosdem.org/2017/schedule/event/iaas_usinvdund/)
>    by Stefan Hajnoczi
> +
> +* [20 years of Linux Virtual Memory -- From simple server workloads to cloud
> +   virtualization](https://fosdem.org/2017/schedule/event/iaas_20yealin/)
> +  by Andrea Arcangeli
>
Stefan Hajnoczi Feb. 16, 2017, 10:20 a.m. UTC | #2
On Wed, Feb 15, 2017 at 04:00:44PM +0100, Paolo Bonzini wrote:
> On 15/02/2017 15:42, Stefan Hajnoczi wrote:
> > From: Stefan Hajnoczi <stefanha@gmail.com>
> > 
> > Andrea's presentation touches on Transparent Huge Pages and post-copy
> > live migration using userfaultfd for virtualization use cases.
> > 
> > Cc: Thomas Huth <thuth@redhat.com>
> > Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
> > ---
> > I don't know jekyll or how the blog is set up.  Perhaps timestamps need
> > to be updated in the post file.  Please fix up when applying.
> 
> Right, I only had to add
> 
> last_modified_at: 2017-02-15 15:49:00 +0100
> 
> to the header.  So this will be also a nice example of how to update a
> post after the fact!

Thanks for looking into it.

Weird that the blog engine relies on manual metadata rather than using
file timestamps.

Stefan
Paolo Bonzini Feb. 16, 2017, 11:08 a.m. UTC | #3
----- Original Message -----
> From: "Stefan Hajnoczi" <stefanha@redhat.com>
> To: "Paolo Bonzini" <pbonzini@redhat.com>
> Cc: qemu-devel@nongnu.org, "Stefan Hajnoczi" <stefanha@gmail.com>, "Thomas Huth" <thuth@redhat.com>
> Sent: Thursday, February 16, 2017 11:20:42 AM
> Subject: Re: [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post
> 
> On Wed, Feb 15, 2017 at 04:00:44PM +0100, Paolo Bonzini wrote:
> > On 15/02/2017 15:42, Stefan Hajnoczi wrote:
> > > From: Stefan Hajnoczi <stefanha@gmail.com>
> > > 
> > > Andrea's presentation touches on Transparent Huge Pages and post-copy
> > > live migration using userfaultfd for virtualization use cases.
> > > 
> > > Cc: Thomas Huth <thuth@redhat.com>
> > > Signed-off-by: Stefan Hajnoczi <stefanha@gmail.com>
> > > ---
> > > I don't know jekyll or how the blog is set up.  Perhaps timestamps need
> > > to be updated in the post file.  Please fix up when applying.
> > 
> > Right, I only had to add
> > 
> > last_modified_at: 2017-02-15 15:49:00 +0100
> > 
> > to the header.  So this will be also a nice example of how to update a
> > post after the fact!
> 
> Thanks for looking into it.
> 
> Weird that the blog engine relies on manual metadata rather than using
> file timestamps.

I think the reason is that the file timestamps can change for unrelated reasons:
adding a new permalink or fixing a typo may not be worth of adding the
"updated Feb 16, 2017" note on the page.  Wordpress and the like probably
have a similar behavior, you just don't see it because it's hidden in a
database rather than part of a text file. :)

Paolo
diff mbox

Patch

diff --git a/_posts/2017-02-10-fosdem-presentations.md b/_posts/2017-02-10-fosdem-presentations.md
index 7a0840f..d297c5f 100644
--- a/_posts/2017-02-10-fosdem-presentations.md
+++ b/_posts/2017-02-10-fosdem-presentations.md
@@ -27,3 +27,7 @@  and the videos of their presentations are now available online, too:
 * [Using NVDIMM under KVM -- Applications of persistent memory in
    virtualization](https://fosdem.org/2017/schedule/event/iaas_usinvdund/)
   by Stefan Hajnoczi
+
+* [20 years of Linux Virtual Memory -- From simple server workloads to cloud
+   virtualization](https://fosdem.org/2017/schedule/event/iaas_20yealin/)
+  by Andrea Arcangeli