aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-05-27vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang1-0/+5
2021-05-27vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang1-0/+1
2021-05-27vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...Li Qiang1-0/+1
2021-05-27tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith1-8/+0
2021-05-27virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier1-0/+1
2021-05-27hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck2-5/+5
2021-05-26hw/core: Constify TCGCPUOpsRichard Henderson22-23/+23
2021-05-26target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson3-33/+8
2021-05-26cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé4-5/+9
2021-05-26cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé4-6/+8
2021-05-26cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé22-30/+35
2021-05-26cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé5-7/+9
2021-05-26cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé8-38/+43
2021-05-26cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé5-5/+9
2021-05-26cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé5-11/+14
2021-05-26cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé12-25/+22
2021-05-26cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé22-0/+174
2021-05-26cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé2-3/+3
2021-05-26cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé10-17/+17
2021-05-26cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé3-3/+8
2021-05-26cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2-16/+13
2021-05-26cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2-13/+11
2021-05-26cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2-63/+44
2021-05-26cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé4-9/+20
2021-05-26cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2-29/+36
2021-05-26cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé3-18/+36
2021-05-26cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé1-1/+0
2021-05-26tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara1-3/+2
2021-05-26replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk1-0/+10
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé8-9/+8
2021-05-26accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé5-2/+3
2021-05-26Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...Peter Maydell37-227/+924
2021-05-26target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland2-7/+28
2021-05-26target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland1-4/+13
2021-05-26target/m68k: call gen_raise_exception() directly if single-stepping in gen_jm...Mark Cave-Ayland1-1/+3
2021-05-26target/m68k: introduce is_singlestepping() functionMark Cave-Ayland1-4/+15
2021-05-26migration/rdma: source: poll cm_event from return pathLi Zhijian1-4/+38
2021-05-26migration/rdma: destination: create the return patch after the first acceptLi Zhijian1-11/+21
2021-05-26migration/rdma: Fix rdma_addrinfo res leaksLi Zhijian1-0/+3
2021-05-26migration/rdma: cleanup rdma in rdma_start_incoming_migration error pathLi Zhijian1-2/+5
2021-05-26migration/rdma: Fix cm_event used before being initializedLi Zhijian1-1/+0
2021-05-26tools/virtiofsd/fuse_opt.c: Replaced a malloc with GLib's g_try_mallocMahmoud Mandour1-2/+2
2021-05-26tools/virtiofsd/buffer.c: replaced a calloc call with GLib's g_try_new0Mahmoud Mandour1-2/+2
2021-05-26virtiofsd: Set req->reply_sent right after sending replyVivek Goyal1-14/+5
2021-05-26virtiofsd: Check EOF before short readVivek Goyal1-11/+10
2021-05-26virtiofsd: Simplify skip byte logicVivek Goyal1-10/+4
2021-05-26virtiofsd: get rid of in_sg_left variableVivek Goyal1-11/+6
2021-05-26virtiofsd: Use iov_discard_front() to skip bytesVivek Goyal1-11/+3
2021-05-26virtiofsd: Get rid of unreachable code in readVivek Goyal1-5/+0
2021-05-26virtiofsd: Check for EINTR in preadv() and retryVivek Goyal1-0/+3