aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-21meson: refine check for whether to look for virglrendererPaolo Bonzini2-3/+5
2022-02-21configure, meson: move guest-agent, tools to mesonPaolo Bonzini9-74/+49
2022-02-21configure, meson: move smbd options to meson_options.txtPaolo Bonzini6-34/+31
2022-02-21configure, meson: move coroutine options to meson_options.txtPaolo Bonzini4-33/+20
2022-02-21configure, meson: move some default-disabled options to meson_options.txtPaolo Bonzini7-72/+53
2022-02-21meson: define qemu_cflags/qemu_ldflagsPaolo Bonzini1-6/+7
2022-02-21configure, meson: move block layer options to meson_options.txtPaolo Bonzini7-26/+26
2022-02-21configure, meson: move image format options to meson_options.txtPaolo Bonzini5-96/+80
2022-02-21configure, meson: cleanup qemu-ga librariesPaolo Bonzini2-15/+17
2022-02-21configure, meson: move TPM check to mesonPaolo Bonzini8-38/+26
2022-02-21configure, meson: move libnuma detection to mesonPaolo Bonzini4-36/+25
2022-02-21configure, meson: move AF_ALG test to mesonPaolo Bonzini5-38/+23
2022-02-21hw/m68k/mcf: Add missing 'exec/hwaddr.h' headerPhilippe Mathieu-Daudé1-0/+1
2022-02-21exec/exec-all: Move 'qemu/log.h' include in units requiring itPhilippe Mathieu-Daudé47-5/+47
2022-02-21softmmu/runstate: Clean headersPhilippe Mathieu-Daudé1-1/+1
2022-02-21linux-user: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé2-0/+2
2022-02-21target: Add missing "qemu/timer.h" includePhilippe Mathieu-Daudé5-0/+5
2022-02-21core/ptimers: Remove unnecessary 'sysemu/cpus.h' includePhilippe Mathieu-Daudé1-1/+0
2022-02-21exec/ramblock: Add missing includesPhilippe Mathieu-Daudé1-0/+2
2022-02-21qtest: Add missing 'hw/qdev-core.h' includePhilippe Mathieu-Daudé1-0/+1
2022-02-21hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' headerPhilippe Mathieu-Daudé1-1/+0
2022-02-21hw/remote: Add missing includePhilippe Mathieu-Daudé1-0/+1
2022-02-21hw/tpm: Clean includesPhilippe Mathieu-Daudé3-4/+5
2022-02-21scripts: Remove the old switch-timer-api scriptThomas Huth1-178/+0
2022-02-21tests/qtest: failover: migration abort test with failover offLaurent Vivier1-0/+180
2022-02-21tests/qtest: failover: test migration if the guest doesn't support failoverLaurent Vivier1-0/+142
2022-02-21tests/qtest: failover: check migration with failover offLaurent Vivier1-0/+133
2022-02-21tests/qtest: failover: check missing guest featureLaurent Vivier1-0/+33
2022-02-21tests/qtest: failover: check the feature is correctly providedLaurent Vivier1-53/+86
2022-02-21tests/qtest: failover: use a macro for check_one_card()Laurent Vivier1-26/+21
2022-02-21tests/qtest: failover: clean up pathname of testsLaurent Vivier1-8/+13
2022-02-21tests/qtest/ide-test: Remove bad retry_isa testThomas Huth1-12/+1
2022-02-21tests/qtest/vhost-user-test.c: Use vhostforce=onEric Auger1-1/+1
2022-02-21erst: drop cast to long longMichael S. Tsirkin1-1/+1
2022-02-21tests/x86: Use 'pc' machine type for hotplug testsDr. David Alan Gilbert4-10/+56
2022-02-21tests/x86: Use 'pc' machine type for old hardware testsDr. David Alan Gilbert4-6/+13
2022-02-20MAINTAINERS: Adding myself as a reviewer of some componentsAni Sinha1-0/+3
2022-02-20Merge remote-tracking branch 'remotes/legoater/tags/pull-ppc-20220218' into s...Peter Maydell22-1334/+2132
2022-02-19Merge remote-tracking branch 'remotes/dgilbert-gitlab/tags/pull-virtiofs-2022...Peter Maydell34-132/+1123
2022-02-19Merge remote-tracking branch 'remotes/cschoenebeck/tags/pull-9p-20220217' int...Peter Maydell7-92/+96
2022-02-18target/ppc: Move common SPR functions out of cpu_initFabiano Rosas3-400/+403
2022-02-18target/ppc: cpu_init: Move check_pow and QOM macros to a headerFabiano Rosas2-37/+39
2022-02-18target/ppc: cpu_init: Move SPR registration macros to a headerFabiano Rosas2-56/+65
2022-02-18target/ppc: cpu_init: Expose some SPR registration helpersFabiano Rosas2-7/+15
2022-02-18target/ppc: Rename spr_tcg.h to spr_common.hFabiano Rosas3-4/+4
2022-02-18target/ppc: cpu_init: Remove register_usprg3_sprsFabiano Rosas1-10/+11
2022-02-18target/ppc: cpu_init: Rename register_ne_601_sprsFabiano Rosas1-21/+20
2022-02-18target/ppc: cpu_init: Reuse init_proc_745 for the 755Fabiano Rosas1-17/+1
2022-02-18target/ppc: cpu_init: Reuse init_proc_604 for the 604eFabiano Rosas1-11/+1
2022-02-18target/ppc: cpu_init: Reuse init_proc_603 for the e300Fabiano Rosas1-58/+46