qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Cornelia Huck <cornelia.huck@de.ibm.com>
To: fred.konrad@greensocs.com
Cc: peter.maydell@linaro.org, aliguori@us.ibm.com,
	mark.burton@greensocs.com, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] [PATCH v3 0/6] virtio-balloon refactoring.
Date: Wed, 27 Mar 2013 13:47:36 +0100	[thread overview]
Message-ID: <20130327134736.7e886d35@gondolin> (raw)
In-Reply-To: <1364377755-15508-1-git-send-email-fred.konrad@greensocs.com>

On Wed, 27 Mar 2013 10:49:09 +0100
fred.konrad@greensocs.com wrote:

> From: KONRAD Frederic <fred.konrad@greensocs.com>
> 
> This is the next part of virtio-refactoring.
> 
> Basically it creates virtio-balloon device which extends virtio-device.
> Then a virtio-balloon can be connected on a virtio-bus.
> virtio-balloon-pci, virtio-balloon-ccw are created too, they extend
> respectively virtio-pci, virtio-ccw-device and have a virtio-balloon.
> 
> You can checkout my branch here:
> 
> git://project.greensocs.com/qemu-virtio.git virtio-balloon-v3
> 
> Note that it is nearly the same series as virtio-blk and virtio-scsi
> refactoring.

Reviewed-by: Cornelia Huck <cornelia.huck@de.ibm.com>

> 
> I made basic tests (with linux guests) on:
>  * qemu-system-i386

For virtio-ccw on s390:

Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com>

> 
> Changes v2 -> v3:
>     * Added CCW device.
>     * Rebased.
> 
> Thanks,
> 
> Fred
> 
> KONRAD Frederic (6):
>   virtio-balloon: add the virtio-balloon device.
>   virtio-balloon-pci: switch to the new API.
>   virtio-balloon-ccw: switch to the new API.
>   virtio-balloon: cleanup: init and exit function.
>   virtio-balloon: cleanup: QOM casts.
>   virtio-balloon: cleanup: remove qdev field.
> 
>  hw/s390x/virtio-ccw.c |  25 +++++++-----
>  hw/s390x/virtio-ccw.h |  11 +++++
>  hw/virtio-balloon.c   | 110 +++++++++++++++++++++++++++++++------------------
>  hw/virtio-balloon.h   |   7 +++-
>  hw/virtio-pci.c       | 111 +++++++++++++++++++++++++-------------------------
>  hw/virtio-pci.h       |  14 +++++++
>  6 files changed, 170 insertions(+), 108 deletions(-)
> 

  parent reply	other threads:[~2013-03-27 12:47 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-27  9:49 [Qemu-devel] [PATCH v3 0/6] virtio-balloon refactoring fred.konrad
2013-03-27  9:49 ` [Qemu-devel] [PATCH v3 1/6] virtio-balloon: add the virtio-balloon device fred.konrad
2013-03-27  9:49 ` [Qemu-devel] [PATCH v3 2/6] virtio-balloon-pci: switch to the new API fred.konrad
2013-03-27  9:49 ` [Qemu-devel] [PATCH v3 3/6] virtio-balloon-ccw: " fred.konrad
2013-03-27  9:49 ` [Qemu-devel] [PATCH v3 4/6] virtio-balloon: cleanup: init and exit function fred.konrad
2013-03-27  9:49 ` [Qemu-devel] [PATCH v3 5/6] virtio-balloon: cleanup: QOM casts fred.konrad
2013-03-27  9:49 ` [Qemu-devel] [PATCH v3 6/6] virtio-balloon: cleanup: remove qdev field fred.konrad
2013-03-27 12:47 ` Cornelia Huck [this message]
2013-03-28 13:29 ` [Qemu-devel] [PATCH v3 0/6] virtio-balloon refactoring Peter Maydell
2013-04-01 20:36 ` Anthony Liguori

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130327134736.7e886d35@gondolin \
    --to=cornelia.huck@de.ibm.com \
    --cc=aliguori@us.ibm.com \
    --cc=fred.konrad@greensocs.com \
    --cc=mark.burton@greensocs.com \
    --cc=peter.maydell@linaro.org \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).