The following changes since commit 42ccca1bd9456568f996d5646b2001faac96944b:
Merge remote-tracking branch 'remotes/berrange/tags/misc-fixes-pull-request' into staging (2020-02-07 15:01:23 +0000) are available in the Git repository at: https://github.com/gkurz/qemu.git tags/9p-next-2020-02-08 for you to fetch changes up to 2822602cbe2be98229b882101dfdb9d3a738c611: MAINTAINERS: 9pfs: Add myself as reviewer (2020-02-08 09:29:04 +0100) ---------------------------------------------------------------- 9p patches: - some more protocol sanity checks - qtest for readdir - Christian Schoenebeck now official reviewer ---------------------------------------------------------------- Christian Schoenebeck (6): tests/virtio-9p: add terminating null in v9fs_string_read() 9pfs: require msize >= 4096 9pfs: validate count sent by client with T_readdir hw/9pfs/9p-synth: added directory for readdir test tests/virtio-9p: added readdir test MAINTAINERS: 9pfs: Add myself as reviewer MAINTAINERS | 1 + hw/9pfs/9p-synth.c | 19 ++++++ hw/9pfs/9p-synth.h | 5 ++ hw/9pfs/9p.c | 21 ++++++ hw/9pfs/9p.h | 11 +++ tests/qtest/virtio-9p-test.c | 155 ++++++++++++++++++++++++++++++++++++++++++- 6 files changed, 211 insertions(+), 1 deletion(-) -- 2.21.1