* [Qemu-devel] [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post
@ 2017-02-15 14:42 Stefan Hajnoczi
2017-02-15 15:00 ` Paolo Bonzini
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Hajnoczi @ 2017-02-15 14:42 UTC (permalink / raw)
To: qemu-devel; +Cc: Paolo Bonzini, Stefan Hajnoczi, Thomas Huth
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(+)
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
--
2.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post
2017-02-15 14:42 [Qemu-devel] [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post Stefan Hajnoczi
@ 2017-02-15 15:00 ` Paolo Bonzini
2017-02-16 10:20 ` Stefan Hajnoczi
0 siblings, 1 reply; 4+ messages in thread
From: Paolo Bonzini @ 2017-02-15 15:00 UTC (permalink / raw)
To: Stefan Hajnoczi, qemu-devel; +Cc: Stefan Hajnoczi, Thomas Huth
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post
2017-02-15 15:00 ` Paolo Bonzini
@ 2017-02-16 10:20 ` Stefan Hajnoczi
2017-02-16 11:08 ` Paolo Bonzini
0 siblings, 1 reply; 4+ messages in thread
From: Stefan Hajnoczi @ 2017-02-16 10:20 UTC (permalink / raw)
To: Paolo Bonzini; +Cc: qemu-devel, Stefan Hajnoczi, Thomas Huth
[-- Attachment #1: Type: text/plain, Size: 882 bytes --]
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
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 455 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Qemu-devel] [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post
2017-02-16 10:20 ` Stefan Hajnoczi
@ 2017-02-16 11:08 ` Paolo Bonzini
0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2017-02-16 11:08 UTC (permalink / raw)
To: Stefan Hajnoczi; +Cc: qemu-devel, Stefan Hajnoczi, Thomas Huth
----- 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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-16 11:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-15 14:42 [Qemu-devel] [PATCH qemu-web] Add Andrea's virtual memory FOSDEM presentation to blog post Stefan Hajnoczi
2017-02-15 15:00 ` Paolo Bonzini
2017-02-16 10:20 ` Stefan Hajnoczi
2017-02-16 11:08 ` 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).