qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] resend: socket reconnect and virtio-rng support
@ 2010-02-01 13:34 Ian Molton
  2010-02-01 13:34 ` [Qemu-devel] [PATCH 1/5] socket: Rationalise function declarations Ian Molton
  0 siblings, 1 reply; 18+ messages in thread
From: Ian Molton @ 2010-02-01 13:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: aliguori

The following patches are an update of my virtio-rng patchset.

Patches 1-3 implement needed infrastructure fpr virtio-rng to be used effectively, patch 4 implements the device.

Patch 5 is a build fix I needed in order to compile -git qemu.

Please apply :)

 qemu-sockets.c         |    9 +-
 qemu_socket.h          |    2 
 qemu-char.c            |  159 +++++++++++++++++++++++++++++---------
 qemu-char.h            |    2 
 qemu-config.c          |    3 
 vl.c                   |    4 
 hw/qdev-properties.c   |   34 ++++++++
 hw/qdev.h              |    4 
 parse_common.h         |   40 +++++++++
 qemu-option.c          |   23 -----
 Makefile.target        |    2 
 hw/pci.h               |    1 
 hw/virtio-pci.c        |   27 ++++++
 hw/virtio-rng.c        |  202 +++++++++++++++++++++++++++++++++++++++++++++++++
 hw/virtio-rng.h        |   19 ++++
 hw/virtio.h            |    2 
 rng.h                  |   18 ++++
 fpu/softfloat-native.c |    1 
 18 files changed, 489 insertions(+), 63 deletions(-)

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

end of thread, other threads:[~2010-02-09 10:50 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-01 13:34 [Qemu-devel] [PATCH] resend: socket reconnect and virtio-rng support Ian Molton
2010-02-01 13:34 ` [Qemu-devel] [PATCH 1/5] socket: Rationalise function declarations Ian Molton
2010-02-01 13:34   ` [Qemu-devel] [PATCH 2/5] socket: Add a reconnect option Ian Molton
2010-02-01 13:34     ` [Qemu-devel] [PATCH 3/5] Add SIZE type to qdev properties Ian Molton
2010-02-01 13:34       ` [Qemu-devel] [PATCH 4/5] virtio: Add virtio-rng driver Ian Molton
2010-02-01 13:34         ` [Qemu-devel] [PATCH 5/5] Build fix (missing header) Ian Molton
2010-02-01 15:31         ` [Qemu-devel] [PATCH 4/5] virtio: Add virtio-rng driver Anthony Liguori
2010-02-01 16:03           ` Gerd Hoffmann
2010-02-01 16:50             ` Anthony Liguori
2010-02-01 22:41             ` Ian Molton
2010-02-01 22:48           ` Ian Molton
2010-02-09 10:50             ` Ian Molton
2010-02-01 15:25     ` [Qemu-devel] [PATCH 2/5] socket: Add a reconnect option Anthony Liguori
2010-02-01 16:12       ` Luiz Capitulino
2010-02-01 16:49         ` Anthony Liguori
2010-02-01 22:44       ` Ian Molton
2010-02-01 22:54         ` Anthony Liguori
2010-02-02 10:23           ` Ian Molton

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