aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-12-17test/tcg/ppc64le: test mtfsfLucas Mateus Castro (alqotel)3-0/+63
2021-12-17target/ppc: Fixed call to deferred exceptionLucas Mateus Castro (alqotel)3-6/+52
2021-12-17hw/ppc/mac.h: Remove MAX_CPUS macroPeter Maydell3-5/+4
2021-12-16Merge tag 'qemu-slof-20211112' of github.com:aik/qemu into ppc-nextCédric Le Goater3-1/+1
2021-12-14Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-2/+3
2021-12-14Open 6.3 development treeRichard Henderson1-1/+1
2021-12-14Update version for v6.2.0 releasev6.2.0Richard Henderson1-1/+1
2021-12-09block/nvme: fix infinite loop in nvme_free_req_queue_cb()Stefan Hajnoczi1-2/+3
2021-12-07Update version for v6.2.0-rc4 releasev6.2.0-rc4Richard Henderson1-1/+1
2021-12-07Merge tag 'pull-target-arm-20211207' of https://git.linaro.org/people/pmaydel...Richard Henderson1-1/+2
2021-12-07gicv3: fix ICH_MISR's LRENP computationDamien Hedde1-1/+2
2021-12-07Merge tag 'pull-tcg-20211207' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson2-5/+16
2021-12-07tcg/arm: Reduce vector alignment requirement for NEONRichard Henderson2-5/+16
2021-12-06Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson1-1/+1
2021-12-06Merge tag 'mips-20211206' of https://github.com/philmd/qemu into stagingRichard Henderson3-13/+8
2021-12-06virtio-blk: Fix clean up of host notifiers for single MR transaction.Mark Mielke1-1/+1
2021-12-06Revert "vga: don't abort when adding a duplicate isa-vga device"Alex Bennée1-10/+0
2021-12-06hw/mips/boston: Fix load_elf() error detectionJiaxun Yang1-2/+3
2021-12-06hw/mips/bootloader: Fix write_ulong()Jiaxun Yang1-1/+5
2021-12-03Merge tag 'seabios-20211203-pull-request' of git://git.kraxel.org/qemu into s...Richard Henderson13-0/+0
2021-12-03seabios: update binaries to 1.15.0Gerd Hoffmann12-0/+0
2021-12-03seabios: update submodule to 1.15.0Gerd Hoffmann1-0/+0
2021-12-02Merge tag 'ide-pull-request' of https://gitlab.com/jsnow/qemu into stagingRichard Henderson2-3/+58
2021-12-02tests/qtest/fdc-test: Add a regression test for CVE-2021-20196Philippe Mathieu-Daudé1-0/+38
2021-12-02hw/block/fdc: Kludge missing floppy drive to fix CVE-2021-20196Philippe Mathieu-Daudé1-1/+13
2021-12-02hw/block/fdc: Extract blk_create_empty_drive()Philippe Mathieu-Daudé1-2/+7
2021-12-01Update version for v6.2.0-rc3 releasev6.2.0-rc3Richard Henderson1-1/+1
2021-12-01MAINTAINERS: Change my email addressEduardo Habkost1-6/+6
2021-11-29Merge tag 'pull-ppc-20211129' of https://github.com/legoater/qemu into stagingRichard Henderson4-7/+12
2021-11-29target/ppc: fix Hash64 MMU update of PTE bit RLeandro Lupori4-7/+12
2021-11-29Merge tag 'pull-for-6.2-291121-1' of https://github.com/stsquad/qemu into sta...Richard Henderson10-19/+46
2021-11-29Merge tag 'linux-user-for-6.2-pull-request' of git://github.com/vivier/qemu i...Richard Henderson4-0/+16
2021-11-29tests/plugin/syscall.c: fix compiler warningsJuro Bystricky1-5/+3
2021-11-29MAINTAINERS: Add section for Aarch64 GitLab custom runnerPhilippe Mathieu-Daudé1-0/+6
2021-11-29MAINTAINERS: Remove me as a reviewer for the build and test/avocadoWillian Rampazzo1-2/+2
2021-11-29gdbstub: handle a potentially racing TaskStateAlex Bennée1-1/+1
2021-11-29plugins/meson.build: fix linker issue with weird pathsAlex Bennée1-2/+2
2021-11-29tests/avocado: fix tcg_plugin mem access count testAlex Bennée1-1/+1
2021-11-29accel/tcg: suppress IRQ check for special TBsAlex Bennée3-4/+13
2021-11-29accel/tcg: introduce CF_NOIRQAlex Bennée2-4/+18
2021-11-29Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson7-10/+65
2021-11-29linux-user: implement more loop ioctlsAndreas Schwab4-0/+16
2021-11-29Fix bad overflow check in hw/pci/pcie.cDaniella Lee1-2/+2
2021-11-29intel-iommu: ignore leaf SNP bit in scalable modeJason Wang2-0/+8
2021-11-29virtio-balloon: correct used lengthJason Wang1-3/+3
2021-11-29virtio-balloon: process all in sgs for free_page_vqJason Wang1-2/+5
2021-11-29Merge tag 'pull-target-arm-20211129' of https://git.linaro.org/people/pmaydel...Richard Henderson6-20/+61
2021-11-29hw/intc/arm_gicv3: fix handling of LPIs in list registersPeter Maydell1-3/+2
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez1-0/+8
2021-11-28failover: fix unplug pending detectionLaurent Vivier1-3/+27