mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 01:03:55 -06:00
9pfs: rename virtio-9p-xattr{,-user}.{c,h} to 9p-xattr{,-user}.{c,h}
These three files are not virtio specific. Rename them to generic names. Fix comments and header inclusion in various files. Signed-off-by: Wei Liu <wei.liu2@citrix.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
This commit is contained in:
parent
364031f179
commit
267ae092e2
10 changed files with 15 additions and 17 deletions
|
@ -17,7 +17,7 @@
|
|||
#include "qemu/sockets.h"
|
||||
#include "virtio-9p.h"
|
||||
#include "fsdev/qemu-fsdev.h"
|
||||
#include "virtio-9p-xattr.h"
|
||||
#include "9p-xattr.h"
|
||||
#include "coth.h"
|
||||
#include "hw/virtio/virtio-access.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue