qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
@ 2017-03-19  9:46 Paolo Bonzini
  2017-03-21 12:09 ` Thomas Huth
  2017-03-21 15:45 ` Laszlo Ersek
  0 siblings, 2 replies; 8+ messages in thread
From: Paolo Bonzini @ 2017-03-19  9:46 UTC (permalink / raw)
  To: qemu-devel; +Cc: thuth

Just an idea... If this is useful, we can do it every month.  It only
takes ten minutes to skim planet.virt-tools.org and compile the list.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .../2017-03-19-qemu-in-the-blogs-february-2017.md  | 33 ++++++++++++++++++++++
 1 file changed, 33 insertions(+)
 create mode 100644 _posts/2017-03-19-qemu-in-the-blogs-february-2017.md

diff --git a/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
new file mode 100644
index 0000000..dd080f1
--- /dev/null
+++ b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
@@ -0,0 +1,33 @@
+---
+layout: post
+title:  "QEMU in the blogs: February 2017"
+date:   2017-03-19 10:30:00 +0100
+author: Paolo Bonzini
+categories: blog posts
+---
+Here is a short list of articles and blog posts about QEMU
+and KVM, that were posted last month.
+
+* [QEMU and the qcow2 metadata
+  checks](https://blogs.igalia.com/berto/2017/02/08/qemu-and-the-qcow2-metadata-checks/)
+  by Alberto Garcia
+
+* [Running Hyper-V in a QEMU/KVM
+  Guest](https://ladipro.wordpress.com/2017/02/24/running-hyperv-in-kvm-guest/)
+  by Ladislav Prošek
+
+* [Setting up a nested KVM guest for developing & testing PCI device assignment
+  with NUMA](https://www.berrange.com/posts/2017/02/16/setting-up-a-nested-kvm-guest-for-developing-testing-pci-device-assignment-with-numa/)
+  by Daniel P. Berrangé
+
+* [Testing SMM with QEMU, KVM and
+  libvirt](https://github.com/tianocore/tianocore.github.io/wiki/Testing-SMM-with-QEMU,-KVM-and-libvirt)
+  by László Eršek
+
+* [The surprisingly complicated world of disk image
+  sizes](https://www.berrange.com/posts/2017/02/10/the-surprisingly-complicated-world-of-disk-image-sizes/)
+  by Daniel P. Berrangé
+
+
+In other news, QEMU is now in hard freeze for release 2.9.0.  The preliminary
+list of features is on the [wiki](http://wiki.qemu-project.org/ChangeLog/2.9).
-- 
2.9.3

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-19  9:46 [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017" Paolo Bonzini
@ 2017-03-21 12:09 ` Thomas Huth
  2017-03-21 12:30   ` Kashyap Chamarthy
  2017-03-21 15:45 ` Laszlo Ersek
  1 sibling, 1 reply; 8+ messages in thread
From: Thomas Huth @ 2017-03-21 12:09 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel

On 19.03.2017 10:46, Paolo Bonzini wrote:
> Just an idea... If this is useful, we can do it every month.  It only
> takes ten minutes to skim planet.virt-tools.org and compile the list.

Is it worth the effort? People can also quickly read through the planet
blogs directly to get the same information...

 Thomas

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-21 12:09 ` Thomas Huth
@ 2017-03-21 12:30   ` Kashyap Chamarthy
  2017-03-21 12:35     ` Paolo Bonzini
  0 siblings, 1 reply; 8+ messages in thread
From: Kashyap Chamarthy @ 2017-03-21 12:30 UTC (permalink / raw)
  To: Thomas Huth; +Cc: Paolo Bonzini, qemu-devel

On Tue, Mar 21, 2017 at 01:09:19PM +0100, Thomas Huth wrote:
> On 19.03.2017 10:46, Paolo Bonzini wrote:
> > Just an idea... If this is useful, we can do it every month.  It only
> > takes ten minutes to skim planet.virt-tools.org and compile the list.
> 
> Is it worth the effort? People can also quickly read through the planet
> blogs directly to get the same information...

While that's true, I _guess_ Paolo did that for those audience who only
follow the QEMU blog feed, and forget that the planet.virt-tools.org
exists.

-- 
/kashyap

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-21 12:30   ` Kashyap Chamarthy
@ 2017-03-21 12:35     ` Paolo Bonzini
  2017-03-21 15:26       ` Kashyap Chamarthy
  0 siblings, 1 reply; 8+ messages in thread
From: Paolo Bonzini @ 2017-03-21 12:35 UTC (permalink / raw)
  To: Kashyap Chamarthy, Thomas Huth; +Cc: qemu-devel



On 21/03/2017 13:30, Kashyap Chamarthy wrote:
> On Tue, Mar 21, 2017 at 01:09:19PM +0100, Thomas Huth wrote:
>> On 19.03.2017 10:46, Paolo Bonzini wrote:
>>> Just an idea... If this is useful, we can do it every month.  It only
>>> takes ten minutes to skim planet.virt-tools.org and compile the list.
>>
>> Is it worth the effort? People can also quickly read through the planet
>> blogs directly to get the same information...
> 
> While that's true, I _guess_ Paolo did that for those audience who only
> follow the QEMU blog feed, and forget that the planet.virt-tools.org
> exists.

Yeah, it's meant to be something easy to share or tweet (and it happens
that ~1 per month is the frequency of my visits to planet.virt-tools.org).

Also, it helps keeping the QEMU blog alive. :)

Paolo

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-21 12:35     ` Paolo Bonzini
@ 2017-03-21 15:26       ` Kashyap Chamarthy
  0 siblings, 0 replies; 8+ messages in thread
From: Kashyap Chamarthy @ 2017-03-21 15:26 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: Thomas Huth, qemu-devel

On Tue, Mar 21, 2017 at 01:35:02PM +0100, Paolo Bonzini wrote:
> 
> 
> On 21/03/2017 13:30, Kashyap Chamarthy wrote:
> > On Tue, Mar 21, 2017 at 01:09:19PM +0100, Thomas Huth wrote:
> >> On 19.03.2017 10:46, Paolo Bonzini wrote:
> >>> Just an idea... If this is useful, we can do it every month.  It only
> >>> takes ten minutes to skim planet.virt-tools.org and compile the list.
> >>
> >> Is it worth the effort? People can also quickly read through the planet
> >> blogs directly to get the same information...
> > 
> > While that's true, I _guess_ Paolo did that for those audience who only
> > follow the QEMU blog feed, and forget that the planet.virt-tools.org
> > exists.
> 
> Yeah, it's meant to be something easy to share or tweet (and it happens
> that ~1 per month is the frequency of my visits to planet.virt-tools.org).
> 
> Also, it helps keeping the QEMU blog alive. :)

Yes, I agree, FWIW:

Reviewed-by: Kashyap Chamarthy <kchamart@redhat.com>


-- 
/kashyap

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-19  9:46 [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017" Paolo Bonzini
  2017-03-21 12:09 ` Thomas Huth
@ 2017-03-21 15:45 ` Laszlo Ersek
  2017-03-21 15:50   ` Paolo Bonzini
  1 sibling, 1 reply; 8+ messages in thread
From: Laszlo Ersek @ 2017-03-21 15:45 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: thuth

On 03/19/17 10:46, Paolo Bonzini wrote:
> Just an idea... If this is useful, we can do it every month.  It only
> takes ten minutes to skim planet.virt-tools.org and compile the list.
> 
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---
>  .../2017-03-19-qemu-in-the-blogs-february-2017.md  | 33 ++++++++++++++++++++++
>  1 file changed, 33 insertions(+)
>  create mode 100644 _posts/2017-03-19-qemu-in-the-blogs-february-2017.md
> 
> diff --git a/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
> new file mode 100644
> index 0000000..dd080f1
> --- /dev/null
> +++ b/_posts/2017-03-19-qemu-in-the-blogs-february-2017.md
> @@ -0,0 +1,33 @@
> +---
> +layout: post
> +title:  "QEMU in the blogs: February 2017"
> +date:   2017-03-19 10:30:00 +0100
> +author: Paolo Bonzini
> +categories: blog posts
> +---
> +Here is a short list of articles and blog posts about QEMU
> +and KVM, that were posted last month.
> +
> +* [QEMU and the qcow2 metadata
> +  checks](https://blogs.igalia.com/berto/2017/02/08/qemu-and-the-qcow2-metadata-checks/)
> +  by Alberto Garcia
> +
> +* [Running Hyper-V in a QEMU/KVM
> +  Guest](https://ladipro.wordpress.com/2017/02/24/running-hyperv-in-kvm-guest/)
> +  by Ladislav Prošek
> +
> +* [Setting up a nested KVM guest for developing & testing PCI device assignment
> +  with NUMA](https://www.berrange.com/posts/2017/02/16/setting-up-a-nested-kvm-guest-for-developing-testing-pci-device-assignment-with-numa/)
> +  by Daniel P. Berrangé
> +
> +* [Testing SMM with QEMU, KVM and
> +  libvirt](https://github.com/tianocore/tianocore.github.io/wiki/Testing-SMM-with-QEMU,-KVM-and-libvirt)
> +  by László Eršek

NAK, Eršek <-> Érsek :)

(Anyway, "Laszlo Ersek" is fully fine.)

Thanks!
Laszlo

> +
> +* [The surprisingly complicated world of disk image
> +  sizes](https://www.berrange.com/posts/2017/02/10/the-surprisingly-complicated-world-of-disk-image-sizes/)
> +  by Daniel P. Berrangé
> +
> +
> +In other news, QEMU is now in hard freeze for release 2.9.0.  The preliminary
> +list of features is on the [wiki](http://wiki.qemu-project.org/ChangeLog/2.9).
> 

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-21 15:45 ` Laszlo Ersek
@ 2017-03-21 15:50   ` Paolo Bonzini
  2017-03-21 16:03     ` Laszlo Ersek
  0 siblings, 1 reply; 8+ messages in thread
From: Paolo Bonzini @ 2017-03-21 15:50 UTC (permalink / raw)
  To: Laszlo Ersek, qemu-devel; +Cc: thuth



On 21/03/2017 16:45, Laszlo Ersek wrote:
>> +* [Testing SMM with QEMU, KVM and
>> +  libvirt](https://github.com/tianocore/tianocore.github.io/wiki/Testing-SMM-with-QEMU,-KVM-and-libvirt)
>> +  by László Eršek
>
> NAK, Eršek <-> Érsek :)

Is it at least the first time that you get _that_ misspelling? :)
Anyway, it looked weird to me as well so I realized my mistake and fixed
that before pushing.

Paolo

> (Anyway, "Laszlo Ersek" is fully fine.)

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

* Re: [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017"
  2017-03-21 15:50   ` Paolo Bonzini
@ 2017-03-21 16:03     ` Laszlo Ersek
  0 siblings, 0 replies; 8+ messages in thread
From: Laszlo Ersek @ 2017-03-21 16:03 UTC (permalink / raw)
  To: Paolo Bonzini, qemu-devel; +Cc: thuth

On 03/21/17 16:50, Paolo Bonzini wrote:
> 
> 
> On 21/03/2017 16:45, Laszlo Ersek wrote:
>>> +* [Testing SMM with QEMU, KVM and
>>> +  libvirt](https://github.com/tianocore/tianocore.github.io/wiki/Testing-SMM-with-QEMU,-KVM-and-libvirt)
>>> +  by László Eršek
>>
>> NAK, Eršek <-> Érsek :)
> 
> Is it at least the first time that you get _that_ misspelling? :)

Yes, definitely :) I think I may have used that form to explain the
pronunciation to Czech guys, but this is the first time I see it
genuinely in writing :)

> Anyway, it looked weird to me as well so I realized my mistake and fixed
> that before pushing.

Haha, cool :)

Thanks!
Laszlo

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

end of thread, other threads:[~2017-03-21 16:04 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-19  9:46 [Qemu-devel] [qemu-web PATCH] New blog post: "QEMU in the blogs: February 2017" Paolo Bonzini
2017-03-21 12:09 ` Thomas Huth
2017-03-21 12:30   ` Kashyap Chamarthy
2017-03-21 12:35     ` Paolo Bonzini
2017-03-21 15:26       ` Kashyap Chamarthy
2017-03-21 15:45 ` Laszlo Ersek
2017-03-21 15:50   ` Paolo Bonzini
2017-03-21 16:03     ` Laszlo Ersek

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