summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | headers: Add udmabuf.hVivek Kasireddy2021-05-272-0/+35
| * | | ui: Get the fd associated with udmabuf driverVivek Kasireddy2021-05-273-0/+44
| * | | hw/display/qxl: Set pci rom address aligned with page sizemaobibo2021-05-271-1/+1
| * | | vhost-user-gpu: abstract vg_cleanup_mapping_iovLi Qiang2021-05-273-9/+26
| * | | vhost-user-gpu: fix OOB write in 'virgl_cmd_get_capset' (CVE-2021-3546)Li Qiang2021-05-271-0/+4
| * | | vhost-user-gpu: fix memory leak in 'virgl_resource_attach_backing' (CVE-2021-...Li Qiang2021-05-271-1/+4
| * | | vhost-user-gpu: fix memory leak in 'virgl_cmd_resource_unref' (CVE-2021-3544)Li Qiang2021-05-271-0/+7
| * | | vhost-user-gpu: fix memory leak while calling 'vg_resource_unref' (CVE-2021-3...Li Qiang2021-05-271-0/+1
| * | | vhost-user-gpu: fix memory leak in vg_resource_attach_backing (CVE-2021-3544)Li Qiang2021-05-271-0/+5
| * | | vhost-user-gpu: fix resource leak in 'vg_resource_create_2d' (CVE-2021-3544)Li Qiang2021-05-271-0/+1
| * | | vhost-user-gpu: fix memory disclosure in virgl_cmd_get_capset_info (CVE-2021-...Li Qiang2021-05-271-0/+1
* | | | Merge remote-tracking branch 'remotes/jasowang/tags/net-pull-request' into st...Peter Maydell2021-05-284-13/+6
|\ \ \ \
| * | | | tap-bsd: Remove special casing for older OpenBSD releasesBrad Smith2021-05-271-8/+0
| * | | | virtio-net: failover: add missing remove_migration_state_change_notifier()Laurent Vivier2021-05-271-0/+1
| * | | | hw/net/imx_fec: return 0xffff when accessing non-existing PHYGuenter Roeck2021-05-272-5/+5
* | | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-2853-404/+600
|\ \ \ \ \
| * | | | | hw/core: Constify TCGCPUOpsRichard Henderson2021-05-2622-23/+23
| * | | | | target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson2021-05-263-33/+8
| * | | | | cpu: Move CPUClass::get_paging_enabled to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-264-5/+9
| * | | | | cpu: Move CPUClass::get_memory_mapping to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-264-6/+8
| * | | | | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-2622-30/+35
| * | | | | cpu: Move CPUClass::asidx_from_attrs to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-265-7/+9
| * | | | | cpu: Move CPUClass::write_elf* to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-268-38/+43
| * | | | | cpu: Move CPUClass::get_crash_info to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-265-5/+9
| * | | | | cpu: Move CPUClass::virtio_is_big_endian to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-265-11/+14
| * | | | | cpu: Move CPUClass::vmsd to SysemuCPUOpsPhilippe Mathieu-Daudé2021-05-2612-25/+22
| * | | | | cpu: Introduce SysemuCPUOps structurePhilippe Mathieu-Daudé2021-05-2622-0/+174
| * | | | | cpu: Move AVR target vmsd field from CPUClass to DeviceClassPhilippe Mathieu-Daudé2021-05-262-3/+3
| * | | | | cpu: Rename CPUClass vmsd -> legacy_vmsdPhilippe Mathieu-Daudé2021-05-2610-17/+17
| * | | | | cpu: Assert DeviceClass::vmsd is NULL on user emulationPhilippe Mathieu-Daudé2021-05-263-3/+8
| * | | | | cpu: Directly use get_memory_mapping() fallback handlers in placePhilippe Mathieu-Daudé2021-05-262-16/+13
| * | | | | cpu: Directly use get_paging_enabled() fallback handlers in placePhilippe Mathieu-Daudé2021-05-262-13/+11
| * | | | | cpu: Directly use cpu_write_elf*() fallback handlers in placePhilippe Mathieu-Daudé2021-05-262-63/+44
| * | | | | cpu: Introduce cpu_virtio_is_big_endian()Philippe Mathieu-Daudé2021-05-264-9/+20
| * | | | | cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrsPhilippe Mathieu-Daudé2021-05-262-29/+36
| * | | | | cpu: Split as cpu-common / cpu-sysemuPhilippe Mathieu-Daudé2021-05-263-18/+36
| * | | | | cpu: Remove duplicated 'sysemu/hw_accel.h' headerPhilippe Mathieu-Daudé2021-05-261-1/+0
| * | | | | tcg/aarch64: Fix tcg_out_rotlYasuo Kuwahara2021-05-261-3/+2
| * | | | | replay: fix watchpoint processing for reverse debuggingPavel Dovgalyuk2021-05-261-0/+10
| * | | | | accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé2021-05-268-9/+8
| * | | | | accel/tcg: Reduce 'exec/tb-context.h' inclusionPhilippe Mathieu-Daudé2021-05-265-2/+3
| * | | | | exec/memory: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-1/+1
| * | | | | exec/memory_ldst_cached: Use correct type sizePhilippe Mathieu-Daudé2021-05-261-2/+2
| * | | | | exec/memory_ldst_phys: Use correct type sizesPhilippe Mathieu-Daudé2021-05-261-8/+8
| * | | | | exec/memory_ldst: Use correct type sizesPhilippe Mathieu-Daudé2021-05-262-18/+18
| * | | | | exec/memory_ldst_phys: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-36/+36
| * | | | | exec/memory_ldst_cached: Sort declarationsPhilippe Mathieu-Daudé2021-05-261-20/+20
* | | | | | Merge remote-tracking branch 'remotes/vivier/tags/m68k-for-6.1-pull-request' ...Peter Maydell2021-05-272-8/+51
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | target/m68k: implement m68k "any instruction" trace modeMark Cave-Ayland2021-05-262-7/+28
| * | | | | target/m68k: introduce gen_singlestep_exception() functionMark Cave-Ayland2021-05-261-4/+13