From: Juergen Gross <jgross@suse.com>
To: xen-devel@lists.xen.org
Cc: George.Dunlap@eu.citrix.com, wei.liu2@citrix.com,
ian.jackson@eu.citrix.com, Juergen Gross <jgross@suse.com>
Subject: [PATCH 1/6] libxl: rename libcl_pvusb.c to libxl_usb.c
Date: Thu, 8 Sep 2016 09:20:21 +0200 [thread overview]
Message-ID: <1473319226-27221-2-git-send-email-jgross@suse.com> (raw)
In-Reply-To: <1473319226-27221-1-git-send-email-jgross@suse.com>
Rename libcl_pvusb.c to libxl_usb.c in order to reflect future support
of USB passthrough via qemu emulated USB controllers.
Signed-off-by: Juergen Gross <jgross@suse.com>
---
tools/libxl/Makefile | 2 +-
tools/libxl/{libxl_pvusb.c => libxl_usb.c} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename tools/libxl/{libxl_pvusb.c => libxl_usb.c} (100%)
diff --git a/tools/libxl/Makefile b/tools/libxl/Makefile
index 6994c58..f32169a 100644
--- a/tools/libxl/Makefile
+++ b/tools/libxl/Makefile
@@ -108,7 +108,7 @@ LIBXL_OBJS = flexarray.o libxl.o libxl_create.o libxl_dm.o libxl_pci.o \
libxl_stream_read.o libxl_stream_write.o \
libxl_save_callout.o _libxl_save_msgs_callout.o \
libxl_qmp.o libxl_event.o libxl_fork.o \
- libxl_dom_suspend.o libxl_dom_save.o libxl_pvusb.o \
+ libxl_dom_suspend.o libxl_dom_save.o libxl_usb.o \
libxl_vtpm.o libxl_nic.o \
$(LIBXL_OBJS-y)
LIBXL_OBJS += libxl_genid.o
diff --git a/tools/libxl/libxl_pvusb.c b/tools/libxl/libxl_usb.c
similarity index 100%
rename from tools/libxl/libxl_pvusb.c
rename to tools/libxl/libxl_usb.c
--
2.6.6
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
https://lists.xen.org/xen-devel
next prev parent reply other threads:[~2016-09-08 7:20 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-08 7:20 [PATCH 0/6] libxl: add HVM USB passthrough capability Juergen Gross
2016-09-08 7:20 ` Juergen Gross [this message]
2016-09-09 10:00 ` [PATCH 1/6] libxl: rename libcl_pvusb.c to libxl_usb.c Wei Liu
2016-09-08 7:20 ` [PATCH 2/6] libxl: add libxl__qmp_run_command_flexarray() function Juergen Gross
2016-09-09 10:00 ` Wei Liu
2016-09-08 7:20 ` [PATCH 3/6] libxl: dont pass array size to libxl__xs_kvs_of_flexarray() Juergen Gross
2016-09-09 10:00 ` Wei Liu
2016-09-12 9:18 ` Wei Liu
2016-09-08 7:20 ` [PATCH 4/6] libxl: add basic support for devices without backend Juergen Gross
2016-09-15 15:17 ` Wei Liu
2016-09-08 7:20 ` [PATCH 5/6] libxl: add HVM usb passthrough support Juergen Gross
2016-09-09 10:00 ` Wei Liu
2016-09-09 10:13 ` Juergen Gross
2016-09-15 14:22 ` Wei Liu
2016-09-12 8:51 ` George Dunlap
2016-09-15 15:38 ` Wei Liu
2016-09-16 8:51 ` Juergen Groß
2016-09-16 11:28 ` Wei Liu
2016-09-08 7:20 ` [PATCH 6/6] docs: add HVM USB passthrough documentation Juergen Gross
2016-09-15 15:38 ` Wei Liu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1473319226-27221-2-git-send-email-jgross@suse.com \
--to=jgross@suse.com \
--cc=George.Dunlap@eu.citrix.com \
--cc=ian.jackson@eu.citrix.com \
--cc=wei.liu2@citrix.com \
--cc=xen-devel@lists.xen.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).