aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-01-24hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé1-2/+2
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé1-1/+2
2020-01-24hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé1-1/+1
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé1-0/+2
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé1-0/+1
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé1-0/+5
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi5-12/+52
2020-01-24pvpanic: introduce crashloaded for pvpaniczhenwei pi1-2/+6
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz18-36/+18
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz2-0/+12
2020-01-24Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...Peter Maydell7-11/+6
2020-01-24Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell32-14/+13886
2020-01-23Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200123-pull-request' i...Peter Maydell3-22/+14
2020-01-23virtiofsd: add some options to the help messageMasayoshi Mizuma1-1/+9
2020-01-23virtiofsd: stop all queue threads on exit in virtio_loop()Eryu Guan1-0/+13
2020-01-23virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang1-1/+1
2020-01-23virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert1-14/+17
2020-01-23virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi3-3/+10
2020-01-23virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi1-21/+20
2020-01-23virtiofsd: prevent FUSE_INIT/FUSE_DESTROY racesStefan Hajnoczi2-0/+19
2020-01-23virtiofsd: process requests in a thread poolStefan Hajnoczi1-158/+201
2020-01-23virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performancepiaojun1-2/+18
2020-01-23virtiofsd: add definition of fuse_buf_writev()piaojun1-0/+38
2020-01-23virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro1-1/+1
2020-01-23virtiofsd: Fix data corruption with O_APPEND write in writeback modeMisono Tomohiro1-33/+33
2020-01-23virtiofsd: Reset O_DIRECT flag during file openVivek Goyal1-0/+14
2020-01-23virtiofsd: convert more fprintf and perror to use fuse log infraEryu Guan2-5/+11
2020-01-23virtiofsd: do not always set FUSE_FLOCK_LOCKSPeng Tao1-3/+8
2020-01-23virtiofsd: introduce inode refcount to prevent use-after-freeStefan Hajnoczi1-23/+146
2020-01-23virtiofsd: passthrough_ll: fix refcounting on remove/renameMiklos Szeredi1-1/+49
2020-01-23libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert2-8/+28
2020-01-23virtiofsd: rename inode->refcount to inode->nlookupStefan Hajnoczi1-12/+25
2020-01-23virtiofsd: prevent races with lo_dirp_put()Stefan Hajnoczi1-6/+35
2020-01-23virtiofsd: make lo_release() atomicStefan Hajnoczi1-4/+8
2020-01-23virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi1-1/+33
2020-01-23virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi1-3/+4
2020-01-23virtiofsd: Support remote posix locksVivek Goyal2-0/+192
2020-01-23Virtiofsd: fix memory leak on fuse queueinfoLiu Bo1-0/+8
2020-01-23virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren1-1/+0
2020-01-23virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo1-0/+3
2020-01-23virtiofsd: Prevent multiply running with same vhost_user_socketMasayoshi Mizuma2-1/+49
2020-01-23virtiofsd: add helper for lo_data cleanupLiu Bo1-16/+21
2020-01-23virtiofsd: fix memory leak on lo.sourceLiu Bo1-3/+4
2020-01-23virtiofsd: cleanup allocated resource in seLiu Bo3-1/+15
2020-01-23virtiofsd: fix error handling in main()Liu Bo1-2/+3
2020-01-23virtiofsd: support nanosecond resolution for file timestampJiufei Xue2-0/+17
2020-01-23virtiofsd: Clean up inodes on destroyDr. David Alan Gilbert1-0/+26
2020-01-23virtiofsd: passthrough_ll: use hashtableMiklos Szeredi1-36/+45
2020-01-23virtiofsd: passthrough_ll: clean up cache related optionsMiklos Szeredi2-11/+14