summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | accel/tcg: Suppress auto-invalidate in probe_access_internalRichard Henderson2022-10-042-5/+9
| * | accel/tcg: Drop addr member from SavedIOTLBRichard Henderson2022-10-042-5/+3Star
| * | accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFullRichard Henderson2022-10-045-71/+73
| * | cputlb: used cached CPUClass in our hot-pathsAlex Bennée2022-10-041-9/+6Star
| * | hw/core/cpu-sysemu: used cached class in cpu_asidx_from_attrsAlex Bennée2022-10-041-3/+2Star
| * | cpu: cache CPUClass in CPUState for hot code pathsAlex Bennée2022-10-042-5/+13
* | | Merge tag 'trivial-branch-for-7.2-pull-request' of https://gitlab.com/laurent...Stefan Hajnoczi2022-10-0412-48/+46Star
|\ \ \
| * | | docs: Update TPM documentation for usage of a TPM 2Stefan Berger2022-10-041-20/+24
| * | | Use g_new() & friends where that makes obvious senseMarkus Armbruster2022-10-044-6/+6
| * | | Drop superfluous conditionals around g_free()Markus Armbruster2022-10-043-20/+12Star
| * | | block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé2022-10-041-1/+1
| * | | checkpatch: ignore target/hexagon/imported/* filesMatheus Tavares Bernardino2022-09-291-0/+1
| * | | mem/cxl_type3: fix GPF DVSECTong Zhang2022-09-291-1/+1
| * | | .gitignore: add .cache/ to .gitignoreWang, Lei2022-09-291-0/+1
| * | | hw/virtio/vhost-shadow-virtqueue: Silence GCC error "maybe-uninitialized"Bernhard Beschow2022-09-291-1/+1
| | |/ | |/|
* | | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-10-0428-296/+158Star
|\ \ \ | |_|/ |/| |
| * | x86: re-initialize RNG seed when selecting kernelJason A. Donenfeld2022-10-011-1/+4
| * | target/i386/kvm: fix kvmclock_current_nsec: Assertion `time.tsc_timestamp <= ...Ray Zhang2022-10-011-1/+1
| * | configure, meson: move linker flag detection to mesonPaolo Bonzini2022-10-012-16/+13Star
| * | configure, meson: move C++ compiler detection to meson.buildPaolo Bonzini2022-10-013-68/+27Star
| * | meson: multiple names can be passed to dependency()Paolo Bonzini2022-10-011-8/+4Star
| * | meson: require 0.61.3Paolo Bonzini2022-10-014-6/+3Star
| * | meson: -display dbus and CFI are incompatiblePaolo Bonzini2022-10-011-1/+6
| * | ui: fix path to dbus-display1.hPaolo Bonzini2022-09-292-2/+2
| * | watchdog: remove -watchdog optionPaolo Bonzini2022-09-2912-143/+7Star
| * | configure: do not invoke as/ld directly for pc-bios/optionromPaolo Bonzini2022-09-272-25/+9Star
| * | qboot: rebuild based on latest commitPaolo Bonzini2022-09-271-0/+0
| * | x86: re-enable rng seeding via SetupDataJason A. Donenfeld2022-09-273-3/+5
| * | x86: reinitialize RNG seed on system rebootJason A. Donenfeld2022-09-271-0/+7
| * | x86: use typedef for SetupData structJason A. Donenfeld2022-09-271-7/+7
| * | x86: return modified setup_data only if read as memory, not as fileJason A. Donenfeld2022-09-273-16/+64
* | | Merge tag 'for-upstream' of git://repo.or.cz/qemu/kevin into stagingStefan Hajnoczi2022-10-0325-101/+447
|\ \ \
| * | | hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski2022-09-302-3/+29
| * | | tests/qtest/ide-test: Verify that DIAGNOSTIC clears DEV to zeroLev Kujawski2022-09-301-0/+33
| * | | hw/ide/core: Clear LBA and drive bits for EXECUTE DEVICE DIAGNOSTICLev Kujawski2022-09-301-0/+6
| * | | tests/qtest/ide-test.c: Create disk image for use as a secondaryLev Kujawski2022-09-301-17/+22
| * | | piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski2022-09-301-8/+9
| * | | block: use the request length for iov alignmentKeith Busch2022-09-301-1/+2
| * | | block: move bdrv_qiov_is_aligned to file-posixKeith Busch2022-09-303-22/+21Star
| * | | iotests/backing-file-invalidation: Add new testHanna Reitz2022-09-302-0/+157
| * | | block/qed: Keep auto_backing_file if possibleHanna Reitz2022-09-301-4/+11
| * | | block/qcow2: Keep auto_backing_file if possibleHanna Reitz2022-09-301-5/+16
| * | | gluster: stop using .bdrv_needs_filenameStefan Hajnoczi2022-09-301-4/+0Star
| * | | block: make serializing requests functions 'void'Denis V. Lunev2022-09-302-17/+8Star
| * | | block: use bdrv_is_sg() helper instead of raw bs->sg readingDenis V. Lunev2022-09-303-4/+4
| * | | block: add missed block_acct_setup with new block device init procedureDenis V. Lunev2022-09-305-5/+92
| * | | block: pass OnOffAuto instead of bool to block_acct_setup()Denis V. Lunev2022-09-303-10/+35
| * | | qemu-img: Wean documentation and help output off '?' for helpMarkus Armbruster2022-09-302-3/+3
| * | | block/qcow2-bitmap: Add missing cast to silent GCC errorPhilippe Mathieu-Daudé2022-09-301-1/+1
| * | | qcow2: fix memory leak in qcow2_read_extensionslu zhipeng2022-09-301-0/+1
| | |/ | |/|