[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH RFC 0/6] Set of PV drivers used by production project
On Thu, May 19, 2016 at 05:37:29PM +0300, Iurii Mykhalskyi wrote: > This patches introduce set of pv drivers interfaces. > Drivers interfaces list: > - PV RTC - real-time clock > - PV TTY - interface for pv version for device controlled by > via tty (e.g. GPS) > - PV Audio - sound interface virtualization > - PV DRM - direct rengering manager virtualization > - PV RPMSG - remove procedure call interface, in our case > used for playback codecs virtualization > > Iurii Mykhalskyi (2): > libxl: implementation of PV rtc device interface > libxl: implementation of PV tty device interface. > > Pavlo Suikov (4): > libxl: implementation of PV audio device interface > libxl: implementation of PV event device interface > libxl: implementation of PV DRM device interface > libxl: implementation of PV RPMSG device interface > > tools/libxl/libxl.c | 1781 > +++++++++++++++++++++++++++++++++- > tools/libxl/libxl.h | 102 ++ > tools/libxl/libxl_create.c | 214 +++- > tools/libxl/libxl_device.c | 12 + > tools/libxl/libxl_internal.c | 8 + > tools/libxl/libxl_internal.h | 88 +- > tools/libxl/libxl_types.idl | 131 +++ > tools/libxl/libxl_types_internal.idl | 6 + > tools/libxl/libxl_utils.h | 19 + > tools/libxl/xl.h | 18 + > tools/libxl/xl_cmdimpl.c | 1035 +++++++++++++++++++- > tools/libxl/xl_cmdtable.c | 95 ++ > 12 files changed, 3499 insertions(+), 10 deletions(-) > I've added this series to my list of things to look at, but it will probably need to wait a bit before I can get to it. Wei. > -- > 2.8.2 > _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |