]> git.proxmox.com Git - mirror_qemu.git/commit
Merge remote-tracking branch 'remotes/berrange/tags/filemon-next-pull-request' into...
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Apr 2019 13:52:17 +0000 (14:52 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 2 Apr 2019 13:52:17 +0000 (14:52 +0100)
commit436960c95946007aca713330e7a488a6f2e0696f
tree2ee2842fa097887052aa09c4f409af7a6367e193
parent9a363f0bcc65f5805396241d16973d0c62615162
parentb4682a63f86ed81abcaa543ea6135e17f9e99d01
Merge remote-tracking branch 'remotes/berrange/tags/filemon-next-pull-request' into staging

filemon: various fixes / improvements to file monitor for USB MTP

Ensure watch IDs unique within a monitor and avoid integer wraparound
issues when many watches are set & unset over time.

# gpg: Signature made Tue 02 Apr 2019 13:53:40 BST
# gpg:                using RSA key BE86EBB415104FDF
# gpg: Good signature from "Daniel P. Berrange <dan@berrange.com>" [full]
# gpg:                 aka "Daniel P. Berrange <berrange@redhat.com>" [full]
# Primary key fingerprint: DAF3 A6FD B26B 6291 2D0E  8E3F BE86 EBB4 1510 4FDF

* remotes/berrange/tags/filemon-next-pull-request:
  filemon: fix watch IDs to avoid potential wraparound issues
  filemon: ensure watch IDs are unique to QFileMonitor scope
  tests: refactor file monitor test to make it more understandable

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>