qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 20/22] 9pfs: break out generic code from virtio-


From: Aneesh Kumar K.V
Subject: Re: [Qemu-devel] [PATCH 20/22] 9pfs: break out generic code from virtio-9p.{c, h}
Date: Thu, 07 Jan 2016 22:27:13 +0530
User-agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu)

Wei Liu <address@hidden> writes:

> The vast majority of code in virtio-9p.c is actually generic code.
> Rename that file to 9p.c and move virtio specific code to
> virtio-9p-device.c. Rename virtio-9p.h to 9p.h and split out virtio
> specific code to new virtio-9p.h.
>
> Finally fix up virtio-pci.h header file inclusion.
>
> Note that V9fsState and V9fsPDU are still tied to virtio at the moment.
> They will be handled later.

Can you split this to smaller patches as done for others.

>
> Signed-off-by: Wei Liu <address@hidden>

-aneesh




reply via email to

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