Age | Commit message (Expand) | Author |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Assert DeviceClass::vmsd is NULL on user emulation | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Directly use get_memory_mapping() fallback handlers in place | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Directly use get_paging_enabled() fallback handlers in place | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Directly use cpu_write_elf*() fallback handlers in place | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce cpu_virtio_is_big_endian() | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Split as cpu-common / cpu-sysemu | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Remove duplicated 'sysemu/hw_accel.h' header | Philippe Mathieu-Daudé |
2021-05-26 | tcg/aarch64: Fix tcg_out_rotl | Yasuo Kuwahara |
2021-05-26 | replay: fix watchpoint processing for reverse debugging | Pavel Dovgalyuk |
2021-05-26 | accel/tcg: Keep TranslationBlock headers local to TCG | Philippe Mathieu-Daudé |
2021-05-26 | accel/tcg: Reduce 'exec/tb-context.h' inclusion | Philippe Mathieu-Daudé |
2021-05-26 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell |
2021-05-26 | target/m68k: implement m68k "any instruction" trace mode | Mark Cave-Ayland |
2021-05-26 | target/m68k: introduce gen_singlestep_exception() function | Mark Cave-Ayland |
2021-05-26 | target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm... | Mark Cave-Ayland |
2021-05-26 | target/m68k: introduce is_singlestepping() function | Mark Cave-Ayland |
2021-05-26 | migration/rdma: source: poll cm_event from return path | Li Zhijian |
2021-05-26 | migration/rdma: destination: create the return patch after the first accept | Li Zhijian |
2021-05-26 | migration/rdma: Fix rdma_addrinfo res leaks | Li Zhijian |
2021-05-26 | migration/rdma: cleanup rdma in rdma_start_incoming_migration error path | Li Zhijian |
2021-05-26 | migration/rdma: Fix cm_event used before being initialized | Li Zhijian |
2021-05-26 | tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_malloc | Mahmoud Mandour |
2021-05-26 | tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0 | Mahmoud Mandour |
2021-05-26 | virtiofsd: Set req->reply_sent right after sending reply | Vivek Goyal |
2021-05-26 | virtiofsd: Check EOF before short read | Vivek Goyal |
2021-05-26 | virtiofsd: Simplify skip byte logic | Vivek Goyal |
2021-05-26 | virtiofsd: get rid of in_sg_left variable | Vivek Goyal |
2021-05-26 | virtiofsd: Use iov_discard_front() to skip bytes | Vivek Goyal |
2021-05-26 | virtiofsd: Get rid of unreachable code in read | Vivek Goyal |
2021-05-26 | virtiofsd: Check for EINTR in preadv() and retry | Vivek Goyal |
2021-05-26 | hmp: Fix loadvm to resume the VM on success instead of failure | Kevin Wolf |
2021-05-26 | exec/memory: Use correct type size | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_cached: Use correct type size | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_phys: Use correct type sizes | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst: Use correct type sizes | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_phys: Sort declarations | Philippe Mathieu-Daudé |
2021-05-26 | exec/memory_ldst_cached: Sort declarations | Philippe Mathieu-Daudé |
2021-05-26 | Merge remote-tracking branch 'remotes/kraxel/tags/input-20210526-pull-request... | Peter Maydell |
2021-05-26 | gitlab-ci: use --meson=git for CFI jobs | Paolo Bonzini |
2021-05-26 | hw/scsi: Fix sector translation bug in scsi_unmap_complete_noio | Kit Westneat |
2021-05-26 | configure: Avoid error messages about missing *-config-*.h files | Thomas Huth |
2021-05-26 | doc: Add notes about -mon option mode=control argument. | Ali Shirvani |
2021-05-26 | qemu-config: load modules when instantiating option groups | Paolo Bonzini |
2021-05-26 | vl: allow not specifying size in -m when using -M memory-backend | Paolo Bonzini |
2021-05-26 | replication: move include out of root directory | Paolo Bonzini |
2021-05-26 | remove qemu-options* from root directory | Paolo Bonzini |
2021-05-26 | meson: Set implicit_include_directories to false | Katsuhiro Ueno |
2021-05-26 | tests/qtest/fuzz: Fix build failure | Philippe Mathieu-Daudé |