aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-15target/hppa: Add space argument to do_ibranchRichard Henderson1-50/+26
2024-05-15target/hppa: Add space arguments to install_iaq_entriesRichard Henderson1-31/+27
2024-05-15target/hppa: Add IASQ entries to DisasContextRichard Henderson1-9/+30
2024-05-15target/hppa: Simplify TB endRichard Henderson1-50/+55
2024-05-15target/hppa: Skip nullified insns in unconditional dbranch pathRichard Henderson1-2/+8
2024-05-15target/hppa: Delay computation of IAQ_NextRichard Henderson1-16/+10
2024-05-15target/hppa: Add install_linkRichard Henderson1-23/+32
2024-05-15target/hppa: Add install_iaq_entriesRichard Henderson1-31/+33
2024-05-15target/hppa: Use CF_BP_PAGE instead of cpu_breakpoint_testRichard Henderson1-2/+3
2024-05-15target/hppa: Allow prior nullification in do_ibranchRichard Henderson1-54/+21
2024-05-15target/hppa: Pass displacement to do_dbranchRichard Henderson1-24/+9
2024-05-15target/hppa: Move constant destination check into use_goto_tbRichard Henderson1-10/+10
2024-05-15target/hppa: Use hppa_form_gva_psw in hppa_cpu_get_pcRichard Henderson1-4/+4
2024-05-15target/hppa: Move cpu_get_tb_cpu_state out of lineRichard Henderson2-41/+44
2024-05-14Merge tag 'pull-request-2024-05-14' of https://gitlab.com/thuth/qemu into sta...Richard Henderson21-1795/+194
2024-05-14util/uri: Remove the old URI parsing codeThomas Huth3-1566/+1
2024-05-14block/ssh: Use URI parsing code from glibThomas Huth1-35/+40
2024-05-14block/nfs: Use URI parsing code from glibThomas Huth1-56/+54
2024-05-14block/nbd: Use URI parsing code from glibThomas Huth1-39/+37
2024-05-14block/gluster: Use URI parsing code from glibThomas Huth1-35/+34
2024-05-14Remove glib compatibility code that is not required anymoreThomas Huth2-18/+0
2024-05-14Bump minimum glib version to v2.66Thomas Huth3-42/+5
2024-05-14gitlab: use 'setarch -R' to workaround tsan bugDaniel P. Berrangé1-0/+3
2024-05-14gitlab: use $MAKE instead of 'make'Daniel P. Berrangé1-3/+3
2024-05-14dockerfiles: add 'MAKE' env variable to remaining containersDaniel P. Berrangé7-0/+7
2024-05-14configure: Fix error message when C compiler is not workingThomas Huth1-1/+10
2024-05-12Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson90-1334/+1515
2024-05-10configs: disable emulators that require it if libfdt is not foundPaolo Bonzini16-9/+19
2024-05-10hw/xtensa: require libfdtPaolo Bonzini2-11/+2
2024-05-10kconfig: express dependency of individual boards on libfdtPaolo Bonzini14-12/+34
2024-05-10kconfig: allow compiling out QEMU device tree code per targetPaolo Bonzini10-18/+45
2024-05-10meson: move libfdt together with other dependenciesPaolo Bonzini1-41/+38
2024-05-10meson: pick libfdt from common_ss when building target-specific filesPaolo Bonzini7-12/+18
2024-05-10tests/qtest: arm: fix operation in a build without any boards or devicesPaolo Bonzini3-0/+14
2024-05-10i386: select correct components for no-board buildPaolo Bonzini4-2/+32
2024-05-10hw/i386: move rtc-reset-reinjection command out of hw/rtcPaolo Bonzini4-11/+50
2024-05-10hw/i386: split x86.c in multiple partsPaolo Bonzini5-1053/+1113
2024-05-10i386: pc: remove unnecessary MachineClass overridesPaolo Bonzini3-10/+3
2024-05-10i386: correctly select code in hw/i386 that depends on other componentsPaolo Bonzini2-1/+3
2024-05-10xen: register legacy backends via xen_backend_initPaolo Bonzini6-41/+20
2024-05-10xen: initialize legacy backends from xen_bus_init()Paolo Bonzini4-7/+5
2024-05-10tests/qtest: s390x: fix operation in a build without any boards or devicesPaolo Bonzini1-1/+6
2024-05-10s390x: select correct components for no-board buildPaolo Bonzini2-2/+4
2024-05-10s390: move css_migration_enabled from machine to css.cPaolo Bonzini4-22/+16
2024-05-10s390_flic: add migration-enabled propertyPaolo Bonzini3-1/+7
2024-05-10s390x: move s390_cpu_addr2state to target/s390x/sigp.cPaolo Bonzini2-16/+17
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini3-3/+6
2024-05-10configure: quote -D options that are passed through to mesonPaolo Bonzini1-1/+1
2024-05-10tests/tcg: cover lzcnt/tzcnt/popcntPaolo Bonzini1-0/+25
2024-05-10target/i386: fix feature dependency for WAITPKGPaolo Bonzini1-2/+2