summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | target/arm: Two fixes for secure ptwRichard Henderson2022-11-041-7/+8
| * | | target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()Ake Koomsin2022-11-041-6/+9
| * | | target/arm: Copy the entire vector in DO_ZIPRichard Henderson2022-11-041-2/+2
| * | | target/arm: Fix Privileged Access Never (PAN) for aarch32Timofey Kutergin2022-11-042-7/+41
| * | | target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLBPeter Maydell2022-11-041-18/+18
| * | | hw/arm/boot: Set SCR_EL3.HXEn when booting kernelPeter Maydell2022-11-041-0/+3
| * | | hw/arm/boot: Set SME and SVE EL3 vector lengths when booting kernelPeter Maydell2022-11-041-0/+2
| |/ /
* | | Merge tag 'pull-loongarch-20221104' of https://gitlab.com/gaosong/qemu into s...Stefan Hajnoczi2022-11-0416-84/+283
|\ \ \ | |/ / |/| |
| * | target/loongarch: Fix emulation of float-point disable exceptionRui Wang2022-11-046-11/+97
| * | target/loongarch: Adjust the layout of hardware flags bit fieldsRui Wang2022-11-043-3/+14
| * | target/loongarch: Fix raise_mmu_exception() set wrong exception_indexSong Gao2022-11-042-2/+4
| * | target/loongarch: Add exception subcodeSong Gao2022-11-042-29/+36
| * | hw/loongarch: Add TPM device for LoongArch virt machineXiaojuan Yang2022-11-042-1/+54
| * | hw/loongarch: Improve fdt for LoongArch virt machineXiaojuan Yang2022-11-042-0/+32
| * | hw/loongarch: Load FDT table into dram memory spaceXiaojuan Yang2022-11-042-10/+11
| * | hw/intc: Fix LoongArch extioi coreisr accessingXiaojuan Yang2022-11-042-12/+17
| * | hw/intc: Convert the memops to with_attrs in LoongArch extioiXiaojuan Yang2022-11-042-16/+18
|/ /
* | Merge tag 'linux-user-for-7.2-pull-request' of https://gitlab.com/laurent_viv...Stefan Hajnoczi2022-11-033-7/+42
|\ \
| * | linux-user: always translate cmsg when recvmsgIcenowy Zheng2022-11-021-1/+2
| * | linux-user: Add strace output for timer_settime64() syscallHelge Deller2022-11-021-1/+4
| * | linux-user: Add close_range() syscallHelge Deller2022-11-022-0/+22
| * | linux-user/hppa: Detect glibc ABORT_INSTRUCTION and EXCP_BREAK handlerHelge Deller2022-11-021-5/+14
| |/
* | Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi2022-11-0313-6/+230
|\ \
| * | target/i386: Fix test for paging enabledRichard Henderson2022-11-021-5/+5
| * | util/log: Close per-thread log file on thread terminationGreg Kurz2022-10-311-0/+9
| * | target/i386: Set maximum APIC ID to KVM prior to vCPU creationZeng Guang2022-10-314-0/+16
| * | os-posix: asynchronous teardown for shutdown on LinuxClaudio Imbrenda2022-10-316-0/+199
| * | target/i386: Fix calculation of LOCK NEG eflagsQi Hu2022-10-311-1/+1
* | | Merge tag 'nvme-fixes-pull-request' of git://git.infradead.org/qemu-nvme into...Stefan Hajnoczi2022-11-032-18/+15Star
|\ \ \ | |_|/ |/| |
| * | hw/nvme: Abort copy command when format is one while pifFrancis Pravin Antony Michael Raj2022-11-021-1/+2
| * | hw/nvme: reenable cqe batchingKlaus Jensen2022-11-022-17/+13Star
|/ /
* | Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingStefan Hajnoczi2022-11-012-6/+63
|\ \
| * | block/blkio: Make driver nvme-io_uring take a "path" instead of a "filename"Alberto Faria2022-10-312-6/+10
| * | block/blkio: Tolerate device size changesAlberto Faria2022-10-311-0/+27
| * | block/blkio: Add virtio-blk-vfio-pci BlockDriverAlberto Faria2022-10-312-0/+26
* | | Merge tag 'pull-testing-for-7.2-011122-3' of https://github.com/stsquad/qemu ...Stefan Hajnoczi2022-11-0126-174/+395
|\ \ \
| * | | tests/vm: use -o IdentitiesOnly=yes for sshIlya Leoshkevich2022-10-311-1/+2
| * | | tests/unit: cleanups for test-io-channel-commandAlex Bennée2022-10-311-17/+28
| * | | contrib/plugins: protect execlog's last_exec expansionAlex Bennée2022-10-311-8/+30
| * | | contrib/plugins: enable debug on CONFIG_DEBUG_TCGAlex Bennée2022-10-311-0/+1
| * | | tests/tcg: include CONFIG_PLUGIN in config-host.makPaolo Bonzini2022-10-311-0/+3
| * | | target/s390x: fake instruction loading when handling 'ex'Alex Bennée2022-10-312-0/+23
| * | | target/s390x: don't probe next pc for EXecuted insnsAlex Bennée2022-10-311-3/+3
| * | | target/s390x: don't use ld_code2 to probe next pcAlex Bennée2022-10-311-1/+1
| * | | tests/tcg: re-enable threadcount for sh4Alex Bennée2022-10-311-6/+0Star
| * | | tests/tcg: re-enable linux-test for sh4Alex Bennée2022-10-311-6/+0Star
| * | | tests/avocado: disable sh4 rd2 tests on GitlabAlex Bennée2022-10-311-0/+5
| * | | tests/avocado: raspi2_initrd: Wait for guest shutdown message before stoppingPeter Maydell2022-10-311-1/+1
| * | | tests/avocado: set -machine none for userfwd and vnc testsAlex Bennée2022-10-312-0/+4
| * | | MAINTAINERS: fix-up for check-tcg Makefile changesAlex Bennée2022-10-311-2/+1Star