qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/1] Support Archipelago as a QEMU block backend
@ 2014-06-02 14:15 Chrysostomos Nanakos
  2014-06-02 14:15 ` [Qemu-devel] [PATCH v2 1/1] block: " Chrysostomos Nanakos
  0 siblings, 1 reply; 9+ messages in thread
From: Chrysostomos Nanakos @ 2014-06-02 14:15 UTC (permalink / raw)
  To: qemu-devel; +Cc: kwolf, Chrysostomos Nanakos, stefanha

v2:
 - Implement .bdrv_parse_filename() function to convert the shortuct version
   with a single string to the individual options.
 - Remove global variables and move relevant fields to ArchipelagoAIOCB struct.
 - Remove ArchipelagoConf struct and use the relevant fields as individual
   arguments.
 - Remove ArchipelagoCB struct and use ArchipelagoAIOCB instead.
 - Remove ArchipelagoThread struct and move relevant fields to
   ArchipelagoAIOCB instead. Now an I/O thread is spawned for per-device to
   handle all async I/O requests.
 - Remove double data copy, use qemu_iovec_from_buf() and copy data directly
   to the destination buffer.
 - Remove archipelago_aio_bh_cb() function, a full request is completed in
   qemu_archipelago_complete_aio() instead.
 - Resolve proposed changes from Kevin Wolf and miscellaneous style issues.

Chrysostomos Nanakos (1):
  block: Support Archipelago as a QEMU block backend

 MAINTAINERS         |    5 +
 block/Makefile.objs |    1 +
 block/archipelago.c | 1174 +++++++++++++++++++++++++++++++++++++++++++++++++++
 configure           |   40 ++
 4 files changed, 1220 insertions(+)
 create mode 100644 block/archipelago.c

-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-04 11:31 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-02 14:15 [Qemu-devel] [PATCH v2 0/1] Support Archipelago as a QEMU block backend Chrysostomos Nanakos
2014-06-02 14:15 ` [Qemu-devel] [PATCH v2 1/1] block: " Chrysostomos Nanakos
2014-06-02 14:30   ` Eric Blake
2014-06-02 15:04     ` Chrysostomos Nanakos
2014-06-02 15:31       ` Kevin Wolf
2014-06-02 15:49         ` Chrysostomos Nanakos
2014-06-02 16:02           ` Eric Blake
2014-06-04 11:30         ` Chrysostomos Nanakos
2014-06-02 15:49     ` Markus Armbruster

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