aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-30helper_syscall x86_64: clear exception_is_intDouglas Crosher1-0/+1
2020-09-30checkpatch: Detect '%#' or '%0#' in printf-style format stringsDov Murik1-2/+8
2020-09-30typedefs: Restrict PCMachineState to 'hw/i386/pc.h'Philippe Mathieu-Daudé2-3/+2
2020-09-30hw/xen: Split x86-specific declaration from generic hardware onesPhilippe Mathieu-Daudé5-3/+18
2020-09-30stubs: Split accelerator / hardware related stubsPhilippe Mathieu-Daudé4-40/+52
2020-09-30sysemu/xen: Add missing 'exec/cpu-common.h' header for ram_addr_t typePhilippe Mathieu-Daudé1-0/+2
2020-09-30hw/i386/xen: Rename X86/PC specific function as xen_hvm_init_pc()Philippe Mathieu-Daudé4-6/+6
2020-09-30docs: Move object.h overview doc comment to qom.rstPaolo Bonzini2-377/+373
2020-09-30docs: Create docs/devel/qom.rstEduardo Habkost2-0/+6
2020-09-30qom: Add code block markup to all code blocksEduardo Habkost1-79/+56
2020-09-30qom: Indent existing code examplesEduardo Habkost1-188/+188
2020-09-30qom: Reformat section titles using Sphinx syntaxEduardo Habkost1-4/+8
2020-09-30qom: Add kernel-doc markup to introduction doc commentEduardo Habkost1-3/+1
2020-09-30qom: Use ``code`` Sphinx syntax where appropriateEduardo Habkost1-3/+3
2020-09-30qom: Use kernel-doc private/public tags in structsEduardo Habkost1-3/+3
2020-09-30qom: Document all function parameters in doc commentsEduardo Habkost1-2/+45
2020-09-30char: fix logging when chardev write failsDaniel P. Berrangé1-0/+13
2020-09-30smp: drop support for deprecated (invalid topologies)Igor Mammedov1-0/+13
2020-09-30tests/tcg: reinstate or replace desired parts of rules.makPaolo Bonzini2-3/+14
2020-09-30oss-fuzz: move linker arg to fix coverage-buildAlexander Bulekov1-7/+8
2020-09-30meson: fix installation of keymapsAnthony PERARD1-0/+2
2020-09-30checkpatch: avoid error on cover letter filesStefano Garzarella1-1/+1
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé4-23/+3
2020-09-30hw/i386/q35: Remove unreachable Xen code on Q35 machinePhilippe Mathieu-Daudé1-11/+2
2020-09-30configure: use a platform-neutral prefixPaolo Bonzini1-19/+11
2020-09-30ui: relocate paths to icons and translationsPaolo Bonzini2-4/+15
2020-09-30qga: relocate path to default configuration and hookPaolo Bonzini1-3/+5
2020-09-30qemu-bridge-helper: relocate path to default ACLPaolo Bonzini1-2/+7
2020-09-30vl: relocate path to configuration filePaolo Bonzini1-1/+2
2020-09-30vl: relocate paths to data directoriesPaolo Bonzini6-47/+32
2020-09-30net: relocate paths to helpers and scriptsPaolo Bonzini2-9/+21
2020-09-30module: relocate path to modulesPaolo Bonzini1-1/+2
2020-09-30oslib-posix: relocate path to /varPaolo Bonzini1-2/+4
2020-09-30cutils: introduce get_relocated_pathPaolo Bonzini3-2/+75
2020-09-30oslib-posix: default exec_dir to bindirPaolo Bonzini3-17/+12
2020-09-30fuzz: use qemu_get_exec_dirPaolo Bonzini1-1/+2
2020-09-30oslib: do not call g_strdup from qemu_get_exec_dirPaolo Bonzini7-27/+20
2020-09-30meson: report accelerator supportPaolo Bonzini1-11/+24
2020-09-30mtest2make: add support for introspected test dependenciesPaolo Bonzini2-5/+16
2020-09-30meson: qtest: set "depends" correctlyPaolo Bonzini2-4/+11
2020-09-30configure: do not limit Hypervisor.framework test to DarwinPaolo Bonzini1-3/+5
2020-09-30configure: move cocoa option to MesonPaolo Bonzini4-13/+17
2020-09-30configure: fix --meson=/path/to/mesonPaolo Bonzini1-1/+1
2020-09-30configure: move malloc_trim/tcmalloc/jemalloc to mesonPaolo Bonzini3-79/+38
2020-09-30meson: extend libmpathpersist test for static linkingPaolo Bonzini1-8/+19
2020-09-30meson: move libmpathpersist testPaolo Bonzini3-80/+80
2020-09-30meson: move libudev testPaolo Bonzini2-17/+4
2020-09-30i386/cpu: Clear FEAT_XSAVE_COMP_{LO,HI} when XSAVE is not availableXiaoyao Li1-0/+2
2020-09-30hw: megasas: consider 'iov_count=0' is an error in megasas_map_sglLi Qiang1-1/+1
2020-09-30hw: megasas: return -1 when 'megasas_map_sgl' failsLi Qiang1-2/+2