aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-08target/i386: disable/enable breakpoints on vmentry/vmexitPaolo Bonzini1-10/+15
2024-06-08target/i386: implement DR7.GDPaolo Bonzini1-0/+12
2024-06-08target/i386: cleanup PAUSE helpersPaolo Bonzini6-25/+25
2024-06-08target/i386: cleanup HLT helpersPaolo Bonzini4-16/+7
2024-06-08target/i386: fix implementation of ICEBPPaolo Bonzini5-2/+49
2024-06-08target/i386: fix pushed value of EFLAGS.RFPaolo Bonzini2-5/+52
2024-06-06Merge tag 'pull-loongarch-20240606' of https://gitlab.com/gaosong/qemu into s...Richard Henderson10-39/+428
2024-06-06Merge tag 'pull-maintainer-june24-060624-1' of https://gitlab.com/stsquad/qem...Richard Henderson29-762/+496
2024-06-06scripts/ci: drive ubuntu/build-environment.yml from lcitoolAlex Bennée1-124/+7
2024-06-06tests/lcitool: generate package lists for ansibleAlex Bennée4-1/+394
2024-06-06tests/lcitool: Install mingw-w64-tools for the Windows cross-buildsThomas Huth2-0/+2
2024-06-06tests/lcitool: Bump to latest libvirt-ci and update Fedora and Alpine versionThomas Huth6-9/+12
2024-06-06.gitlab-ci.d/buildtest.yml: Use -fno-sanitize=function in the clang-system jobThomas Huth1-0/+1
2024-06-06tests/lcitool: Delete obsolete centos-stream-8.yml fileThomas Huth1-3/+0
2024-06-06docs/ci: clean-up references for consistencyAlex Bennée5-10/+9
2024-06-06scripts/ci: remove CentOS bits from common build-environmentAlex Bennée1-98/+0
2024-06-06tests/vm: remove plain centos imageAlex Bennée2-52/+0
2024-06-06tests/vm: update centos.aarch64 image to 9Alex Bennée1-5/+5
2024-06-06docs/devel: update references to centos to non-versioned containerAlex Bennée1-4/+4
2024-06-06ci: remove centos-steam-8 customer runnerAlex Bennée7-394/+0
2024-06-06target/loongarch: fix a wrong print in cpu dumplanyanzhi1-1/+1
2024-06-06hw/loongarch/virt: Enable extioi virt extensionSong Gao3-3/+87
2024-06-06hw/loongarch/virt: Use MemTxAttrs interface for misc opsSong Gao1-12/+24
2024-06-06hw/intc/loongarch_extioi: Add extioi virt extension definitionSong Gao3-23/+146
2024-06-06tests/qtest: Add numa test for loongarch systemBibo Mao2-1/+54
2024-06-06tests/libqos: Add loongarch virt machine nodeBibo Mao3-0/+117
2024-06-05Merge tag 'pull-misc-20240605' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson10-517/+418
2024-06-05disas/riscv: Use GString in format_instRichard Henderson1-117/+92
2024-06-05disas/microblaze: Split get_field_specialRichard Henderson1-81/+61
2024-06-05disas/microblaze: Print registers directly with PRIrfslRichard Henderson1-17/+5
2024-06-05disas/microblaze: Print immediates directly with PRIimmRichard Henderson1-50/+11
2024-06-05disas/microblaze: Print registers directly with PRIregRichard Henderson1-31/+23
2024-06-05disas/microblaze: Merge op->name output into each fprintfRichard Henderson1-40/+40
2024-06-05disas/microblaze: Re-indent print_insn_microblazeRichard Henderson1-123/+142
2024-06-05disas/microblaze: Split out print_immval_addrRichard Henderson1-60/+29
2024-06-05hw/dma/pl330: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-16/+9
2024-06-05hw/ide/atapi: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-8/+4
2024-06-05hw/scsi/scsi-disk: Use qemu_hexdump_line to avoid sprintfPhilippe Mathieu-Daudé1-10/+3
2024-06-05system/qtest: Replace sprintf by qemu_hexdump_linePhilippe Mathieu-Daudé1-8/+4
2024-06-05hw/mips/malta: Add re-usable rng_seed_hex_new() methodPhilippe Mathieu-Daudé1-12/+13
2024-06-05util/hexdump: Inline g_string_append_printf "%02x"Richard Henderson1-1/+11
2024-06-05util/hexdump: Add unit_len and block_len to qemu_hexdump_lineRichard Henderson3-11/+27
2024-06-05util/hexdump: Use a GString for qemu_hexdump_lineRichard Henderson3-22/+34
2024-06-05Merge tag 'pull-sp-20240605' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson12-334/+1566
2024-06-05target/sparc: Enable VIS4 feature bitRichard Henderson1-0/+3
2024-06-05target/sparc: Implement monitor ASIsRichard Henderson3-0/+16
2024-06-05target/sparc: Implement MWAITRichard Henderson2-0/+12
2024-06-05target/sparc: Implement SUBXC, SUBXCccRichard Henderson2-0/+16
2024-06-05target/sparc: Implement FPMIN, FPMAXRichard Henderson2-0/+28
2024-06-05target/sparc: Implement VIS4 comparisonsRichard Henderson4-47/+153