qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH 0/3] usb-mtp events support


From: Bandan Das
Subject: [Qemu-devel] [PATCH 0/3] usb-mtp events support
Date: Tue, 3 Nov 2015 19:00:22 -0500

This series adds support for mtp events that are piggybacked on
top of the Linux provided inotify mechanism. It performs well with some
light unit testing in a linux guest. The mtp share is still read only,
but now the guest will notice updates to the share as long as the
mtp client being used supports it.

Bandan Das (3):
  usb-mtp: use a list for keeping track of children
  usb-mtp: Add support for inotify based file monitoring
  usb-mtp: add support for basic mtp events

 hw/usb/dev-mtp.c | 339 +++++++++++++++++++++++++++++++++++++++++++++++++++----
 trace-events     |   4 +
 2 files changed, 319 insertions(+), 24 deletions(-)

-- 
2.4.3




reply via email to

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