qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v9 0/3] virtio-console: Add support for multiple ports for generic guest-host communication
@ 2009-10-20  7:13 Amit Shah
  2009-10-20  7:13 ` [Qemu-devel] [PATCH v9 1/3] qdev: add string property Amit Shah
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Amit Shah @ 2009-10-20  7:13 UTC (permalink / raw)
  To: qemu-devel; +Cc: Amit Shah

Hello,

This patch series fixes a few problems since the last send, mainly in
the save/restore code and a few bugs shown by the automated test suite
(located in a separate git repo, link below).

The automated test suite and a standalone interactive test program are
located at

    http://fedorapeople.org/gitweb?p=amitshah/public_git/test-virtserial.git

These patches are based on top of the char patches I've sent
previously.

Amit Shah (2):
  virtio-console: Add a virtio-serial bus, support for multiple ports
  virtio-console: Add a new virtserialport device for generic serial
    port support

Gerd Hoffmann (1):
  qdev: add string property.

 Makefile.target        |    2 +-
 hw/pc.c                |    9 -
 hw/ppc440_bamboo.c     |    7 -
 hw/qdev-properties.c   |   28 ++
 hw/qdev.c              |    8 +-
 hw/qdev.h              |    4 +
 hw/virtio-console.c    |  206 +++++++-------
 hw/virtio-console.h    |   19 --
 hw/virtio-pci.c        |    8 +-
 hw/virtio-serial-bus.c |  764 ++++++++++++++++++++++++++++++++++++++++++++++++
 hw/virtio-serial.h     |  227 ++++++++++++++
 hw/virtio.h            |    2 +-
 qemu-options.hx        |    6 +-
 sysemu.h               |    6 -
 vl.c                   |   65 +++--
 15 files changed, 1182 insertions(+), 179 deletions(-)
 delete mode 100644 hw/virtio-console.h
 create mode 100644 hw/virtio-serial-bus.c
 create mode 100644 hw/virtio-serial.h

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

end of thread, other threads:[~2009-10-21  3:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-10-20  7:13 [Qemu-devel] [PATCH v9 0/3] virtio-console: Add support for multiple ports for generic guest-host communication Amit Shah
2009-10-20  7:13 ` [Qemu-devel] [PATCH v9 1/3] qdev: add string property Amit Shah
2009-10-20  7:13   ` [Qemu-devel] [PATCH v9 2/3] virtio-console: Add a virtio-serial bus, support for multiple ports Amit Shah
2009-10-20  7:13     ` [Qemu-devel] [PATCH v9 3/3] virtio-console: Add a new virtserialport device for generic serial port support Amit Shah
2009-10-20  8:51       ` Gerd Hoffmann
2009-10-20  9:48         ` Amit Shah
2009-10-20 14:02           ` Gerd Hoffmann
2009-10-21  3:44             ` Amit Shah
2009-10-20  8:49     ` [Qemu-devel] [PATCH v9 2/3] virtio-console: Add a virtio-serial bus, support for multiple ports Gerd Hoffmann
2009-10-20 11:08     ` Richard W.M. Jones
2009-10-20 12:01       ` Amit Shah
2009-10-20 12:05         ` Richard W.M. Jones
2009-10-20 12:16           ` Amit Shah
2009-10-20  8:56 ` [Qemu-devel] [PATCH v9 0/3] virtio-console: Add support for multiple ports for generic guest-host communication Gerd Hoffmann
2009-10-20  9:50   ` Amit Shah
2009-10-20 11:54 ` Dor Laor
2009-10-20 12:03   ` Amit Shah

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