index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
virtiofsd
/
fuse_virtio.c
Age
Commit message (
Expand
)
Author
2020-01-23
virtiofsd: stop all queue threads on exit in virtio_loop()
Eryu Guan
2020-01-23
virtiofsd: add --thread-pool-size=NUM option
Stefan Hajnoczi
2020-01-23
virtiofsd: process requests in a thread pool
Stefan Hajnoczi
2020-01-23
virtiofsd: prevent fv_queue_thread() vs virtio_loop() races
Stefan Hajnoczi
2020-01-23
Virtiofsd: fix memory leak on fuse queueinfo
Liu Bo
2020-01-23
virtiofsd: Prevent multiply running with same vhost_user_socket
Masayoshi Mizuma
2020-01-23
virtiofsd: cleanup allocated resource in se
Liu Bo
2020-01-23
virtiofsd: Kill threads when queues are stopped
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Pass write iov's all the way through
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Plumb fuse_bufvec through to do_write_buf
Dr. David Alan Gilbert
2020-01-23
virtiofsd: add --fd=FDNUM fd passing option
Stefan Hajnoczi
2020-01-23
virtiofsd: Fast path for virtio read
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Keep track of replies
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Send replies to messages
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Start reading commands from queue
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Poll kick_fd for queue
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Start queue threads
Dr. David Alan Gilbert
2020-01-23
virtiofsd: get/set features callbacks
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Add main virtio loop
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Start wiring up vhost-user
Dr. David Alan Gilbert
2020-01-23
virtiofsd: Open vhost connection instead of mounting
Dr. David Alan Gilbert