aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-12tests/qtest/libqtest: add qtest_has_cpu_model() apiAni Sinha2-0/+91
2024-06-12qtest/x86/numa-test: do not use the obsolete 'pentium' cpuAni Sinha1-1/+2
2024-06-12tests/avocado: Update LoongArch bios fileSong Gao1-4/+4
2024-06-11target/i386: fix processing of intercept 0 (read CR0)Paolo Bonzini2-2/+3
2024-06-11target/i386: replace NoSeg special with NoLoadEAPaolo Bonzini3-11/+9
2024-06-11target/i386: change X86_ENTRYwr to use T0, use it for movesPaolo Bonzini2-25/+25
2024-06-11target/i386: change X86_ENTRYr to use T0Paolo Bonzini2-20/+20
2024-06-11target/i386: put BLS* input in T1, use generic flag writebackPaolo Bonzini2-17/+11
2024-06-11target/i386: rewrite flags writeback for ADCX/ADOXPaolo Bonzini2-30/+40
2024-06-11target/i386: remove CPUX86State argument from generator functionsPaolo Bonzini3-289/+289
2024-06-11i386/sev: Return when sev_common is nullPankaj Gupta1-0/+1
2024-06-11i386/sev: Move SEV_COMMON null check before dereferencingPankaj Gupta1-1/+2
2024-06-11i386/sev: fix unreachable code coverity issuePankaj Gupta1-1/+2
2024-06-11i386/cpu: fixup number of addressable IDs for processor cores in the physical...Chuang Xu1-4/+2
2024-06-10tracetool: Forbid newline character in event formatPhilippe Mathieu-Daudé1-0/+2
2024-06-10hw/vfio: Remove newline character in trace eventsPhilippe Mathieu-Daudé1-2/+2
2024-06-10hw/usb: Remove newline character in trace eventsPhilippe Mathieu-Daudé1-3/+3
2024-06-10hw/sh4: Remove newline character in trace eventsPhilippe Mathieu-Daudé1-2/+2
2024-06-10backends/tpm: Remove newline character in trace eventPhilippe Mathieu-Daudé2-3/+5
2024-06-10scsi-disk: Fix crash for VM configured with USB CDROM after live migrationHyman Huang2-1/+24
2024-06-10tracetool: Remove unused vcpu.py scriptPhilippe Mathieu-Daudé3-67/+1
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi9-19/+6
2024-06-10block/crypto: create ciphers on demandStefan Hajnoczi4-50/+78
2024-06-10linux-aio: add IO_CMD_FDSYNC command supportPrasad Pandit3-1/+30
2024-06-10block/copy-before-write: use uint64_t for timeout in nanosecondsFiona Ebner1-1/+1
2024-06-10qemu-io: add cvtnum() error handling for zone commandsStefan Hajnoczi1-1/+47
2024-06-10aio: warn about iohandler_ctx special casingStefan Hajnoczi1-0/+6
2024-06-10Revert "monitor: use aio_co_reschedule_self()"Stefan Hajnoczi1-2/+5
2024-06-10block: drop force_dup parameter of raw_reconfigure_getfd()Denis V. Lunev via1-5/+3
2024-06-09Merge tag 'bsd-user-misc-2024q2-pull-request' of gitlab.com:bsdimp/qemu into ...Richard Henderson2-16/+43
2024-06-09hw/arm: xen: Enable use of grant mappingsEdgar E. Iglesias1-0/+5
2024-06-09xen: mapcache: Add support for grant mappingsEdgar E. Iglesias4-37/+144
2024-06-09xen: mapcache: Pass the ram_addr offset to xen_map_cache()Edgar E. Iglesias3-9/+18
2024-06-09xen: mapcache: Unmap first entries in bucketsEdgar E. Iglesias1-3/+8
2024-06-09xen: mapcache: Make MCACHE_BUCKET_SHIFT runtime configurableEdgar E. Iglesias1-21/+33
2024-06-09bsd-user: Catch up to run-time reserved_va mathWarner Losh1-12/+27
2024-06-09bsd-user: port linux-user:ff8a8bbc2ad1 for variable page sizesWarner Losh1-0/+12
2024-06-09linux-user: Adjust comment to reflect the code.Warner Losh1-4/+4
2024-06-09Merge tag 'pull-hex-20240608' of https://github.com/quic/qemu into stagingRichard Henderson13-49/+179
2024-06-08target/hexagon: idef-parser simplify predicate initAnton Johansson2-14/+14
2024-06-08target/hexagon: idef-parser fix leak of init_listAnton Johansson1-1/+8
2024-06-08target/hexagon: idef-parser remove undefined functionsAnton Johansson1-13/+0
2024-06-08target/hexagon: idef-parser remove unused definesAnton Johansson1-10/+0
2024-06-08Hexagon: add PC alignment check and exceptionMatheus Tavares Bernardino7-8/+128
2024-06-08Hexagon: fix HVX store newMatheus Tavares Bernardino2-3/+29
2024-06-08Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson42-276/+617
2024-06-08python: mkvenv: remove ensure commandPaolo Bonzini1-105/+0
2024-06-08Revert "python: use vendored tomli"Paolo Bonzini4-15/+7
2024-06-08i386: Add support for overflow recoveryJohn Allen3-2/+3
2024-06-08i386: Add support for SUCCOR featureJohn Allen3-1/+23