aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-14ui/gtk: Check if fence_fd is equal to or greater than 0Dongwon Kim
2024-05-14ui/gtk: Draw guest frame at refresh cycleDongwon Kim
2024-05-14Allow UNIX socket option for VNC websocketSergii Zasenko
2024-05-14util/uri: Remove the old URI parsing codeThomas Huth
2024-05-14block/ssh: Use URI parsing code from glibThomas Huth
2024-05-14block/nfs: Use URI parsing code from glibThomas Huth
2024-05-14block/nbd: Use URI parsing code from glibThomas Huth
2024-05-14block/gluster: Use URI parsing code from glibThomas Huth
2024-05-14Remove glib compatibility code that is not required anymoreThomas Huth
2024-05-14Bump minimum glib version to v2.66Thomas Huth
2024-05-14gitlab: use 'setarch -R' to workaround tsan bugDaniel P. Berrangé
2024-05-14gitlab: use $MAKE instead of 'make'Daniel P. Berrangé
2024-05-14dockerfiles: add 'MAKE' env variable to remaining containersDaniel P. Berrangé
2024-05-14configure: Fix error message when C compiler is not workingThomas Huth
2024-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-10configs: disable emulators that require it if libfdt is not foundPaolo Bonzini
2024-05-10hw/xtensa: require libfdtPaolo Bonzini
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini
2024-05-10meson: move libfdt together with other dependenciesPaolo Bonzini
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini
2024-05-10tests/qtest: arm: fix operation in a build without any boards or devicesPaolo Bonzini
2024-05-10i386: select correct components for no-board buildPaolo Bonzini
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini
2024-05-10tests/qtest: s390x: fix operation in a build without any boards or devicesPaolo Bonzini
2024-05-10s390x: select correct components for no-board buildPaolo Bonzini
2024-05-10s390: move css_migration_enabled from machine to css.cPaolo Bonzini
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini
2024-05-10configure: quote -D options that are passed through to mesonPaolo Bonzini
2024-05-10tests/tcg: cover lzcnt/tzcnt/popcntPaolo Bonzini
2024-05-10target/i386: fix feature dependency for WAITPKGPaolo Bonzini
2024-05-10target/i386: move prefetch and multi-byte UD/NOP to new decoderPaolo Bonzini
2024-05-10target/i386: rdpkru/wrpkru are no-prefix instructionsPaolo Bonzini
2024-05-10target/i386: fix operand size for DATA16 REX.W POPCNTPaolo Bonzini
2024-05-10target/i386: remove PCOMMIT from TCG, deprecate propertyPaolo Bonzini
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson
2024-05-10tests/qtest: Add some test cases support on LoongArchBibo Mao
2024-05-10qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth
2024-05-10target/s390x: flag te and cte as deprecatedCollin Walling
2024-05-10target/s390x: report deprecated-props in cpu-model-expansion replyCollin Walling
2024-05-10s390x/sclp: Simplify get_sclp_device()Cédric Le Goater
2024-05-10s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater
2024-05-10s390x: Introduce a SCLPDevice pointer under the machineCédric Le Goater