aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé
2021-05-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland
2021-05-26migration/rdma: source: poll cm_event from return pathLi Zhijian
2021-05-26migration/rdma: destination: create the return patch after the first acceptLi Zhijian
2021-05-26migration/rdma: Fix rdma_addrinfo res leaksLi Zhijian
2021-05-26migration/rdma: cleanup rdma in rdma_start_incoming_migration error pathLi Zhijian
2021-05-26migration/rdma: Fix cm_event used before being initializedLi Zhijian
2021-05-26tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour
2021-05-26tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour
2021-05-26virtiofsd: Set req->reply_sent right after sending replyVivek Goyal
2021-05-26virtiofsd: Check EOF before short readVivek Goyal
2021-05-26virtiofsd: Simplify skip byte logicVivek Goyal
2021-05-26virtiofsd: get rid of in_sg_left variableVivek Goyal
2021-05-26virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal
2021-05-26virtiofsd: Get rid of unreachable code in readVivek Goyal
2021-05-26virtiofsd: Check for EINTR in preadv() and retryVivek Goyal
2021-05-26hmp: Fix loadvm to resume the VM on success instead of failureKevin Wolf
2021-05-26exec/memory: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé
2021-05-26Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request...Peter Maydell
2021-05-26gitlab-ci: use --meson=git for CFI jobsPaolo Bonzini
2021-05-26hw/scsi: Fix sector translation bug in scsi_unmap_complete_noioKit Westneat
2021-05-26configure: Avoid error messages about missing *-config-*.h filesThomas Huth
2021-05-26doc: Add notes about -mon option mode=control argument.Ali Shirvani
2021-05-26qemu-config: load modules when instantiating option groupsPaolo Bonzini
2021-05-26vl: allow not specifying size in -m when using -M memory-backendPaolo Bonzini
2021-05-26replication: move include out of root directoryPaolo Bonzini
2021-05-26remove qemu-options* from root directoryPaolo Bonzini
2021-05-26meson: Set implicit_include_directories to falseKatsuhiro Ueno
2021-05-26tests/qtest/fuzz: Fix build failurePhilippe Mathieu-Daudé