aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-24target/i386: kvm: initialize microcode revision from KVMPaolo Bonzini
2020-01-24target/i386: add a ucode-rev propertyPaolo Bonzini
2020-01-24target/i386: kvm: initialize feature MSRs very earlyPaolo Bonzini
2020-01-24hw/core/Makefile: Group generic objects versus system-mode objectsPhilippe Mathieu-Daudé
2020-01-24hw/core: Restrict reset handlers API to system-modePhilippe Mathieu-Daudé
2020-01-24Makefile: Remove unhelpful commentPhilippe Mathieu-Daudé
2020-01-24Makefile: Restrict system emulation and tools objectsPhilippe Mathieu-Daudé
2020-01-24Makefile: Clarify all the codebase requires qom/ objectsPhilippe Mathieu-Daudé
2020-01-24configure: Do not build libfdt if not requiredPhilippe Mathieu-Daudé
2020-01-24hw/pci-host/designware: Remove unuseful FALLTHROUGH commentPhilippe Mathieu-Daudé
2020-01-24hw/net/imx_fec: Remove unuseful FALLTHROUGH commentsPhilippe Mathieu-Daudé
2020-01-24hw/net/imx_fec: Rewrite fall through commentsPhilippe Mathieu-Daudé
2020-01-24hw/timer/aspeed_timer: Add a fall through commentPhilippe Mathieu-Daudé
2020-01-24hw/display/tcx: Add missing fall through commentsPhilippe Mathieu-Daudé
2020-01-24audio/audio: Add missing fall through commentPhilippe Mathieu-Daudé
2020-01-24qom/object: Display more helpful message when an interface is missingPhilippe Mathieu-Daudé
2020-01-24pvpanic: implement crashloaded event handlingzhenwei pi
2020-01-24pvpanic: introduce crashloaded for pvpaniczhenwei pi
2020-01-24cpu: Use cpu_class_set_parent_reset()Greg Kurz
2020-01-24cpu: Introduce cpu_class_set_parent_reset()Greg Kurz
2020-01-24Merge remote-tracking branch 'remotes/palmer/tags/riscv-for-master-5.0-sf1' i...Peter Maydell
2020-01-24Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2020...Peter Maydell
2020-01-23Merge remote-tracking branch 'remotes/kraxel/tags/ui-20200123-pull-request' i...Peter Maydell
2020-01-23virtiofsd: add some options to the help messageMasayoshi Mizuma
2020-01-23virtiofsd: stop all queue threads on exit in virtio_loop()Eryu Guan
2020-01-23virtiofsd/passthrough_ll: Pass errno to fuse_reply_err()Xiao Yang
2020-01-23virtiofsd: Convert lo_destroy to take the lo->mutex lock itselfDr. David Alan Gilbert
2020-01-23virtiofsd: add --thread-pool-size=NUM optionStefan Hajnoczi
2020-01-23virtiofsd: fix lo_destroy() resource leaksStefan Hajnoczi
2020-01-23virtiofsd: prevent FUSE_INIT/FUSE_DESTROY racesStefan Hajnoczi
2020-01-23virtiofsd: process requests in a thread poolStefan Hajnoczi
2020-01-23virtiofsd: use fuse_buf_writev to replace fuse_buf_write for better performancepiaojun
2020-01-23virtiofsd: add definition of fuse_buf_writev()piaojun
2020-01-23virtiofsd: passthrough_ll: Use cache_readdir for directory openMisono Tomohiro
2020-01-23virtiofsd: Fix data corruption with O_APPEND write in writeback modeMisono Tomohiro
2020-01-23virtiofsd: Reset O_DIRECT flag during file openVivek Goyal
2020-01-23virtiofsd: convert more fprintf and perror to use fuse log infraEryu Guan
2020-01-23virtiofsd: do not always set FUSE_FLOCK_LOCKSPeng Tao
2020-01-23virtiofsd: introduce inode refcount to prevent use-after-freeStefan Hajnoczi
2020-01-23virtiofsd: passthrough_ll: fix refcounting on remove/renameMiklos Szeredi
2020-01-23libvhost-user: Fix some memtable remap casesDr. David Alan Gilbert
2020-01-23virtiofsd: rename inode->refcount to inode->nlookupStefan Hajnoczi
2020-01-23virtiofsd: prevent races with lo_dirp_put()Stefan Hajnoczi
2020-01-23virtiofsd: make lo_release() atomicStefan Hajnoczi
2020-01-23virtiofsd: prevent fv_queue_thread() vs virtio_loop() racesStefan Hajnoczi
2020-01-23virtiofsd: use fuse_lowlevel_is_virtio() in fuse_session_destroy()Stefan Hajnoczi
2020-01-23virtiofsd: Support remote posix locksVivek Goyal
2020-01-23Virtiofsd: fix memory leak on fuse queueinfoLiu Bo
2020-01-23virtiofsd: fix incorrect error handling in lo_do_lookupEric Ren
2020-01-23virtiofsd: enable PARALLEL_DIROPS during INITLiu Bo