aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-27vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang
2021-05-27vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...Li Qiang
2021-05-27tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith
2021-05-27virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier
2021-05-27hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé
2021-05-26cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé
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