qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] resend: socket reconnect and virtio-rng support


From: Ian Molton
Subject: [Qemu-devel] [PATCH] resend: socket reconnect and virtio-rng support
Date: Mon, 1 Feb 2010 13:34:20 +0000

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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]