aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-20target/ppc: Implemented vector divide quadwordLucas Mateus Castro (alqotel)4-0/+27
2022-06-20target/ppc: Implemented vector divide instructionsLucas Mateus Castro (alqotel)2-0/+92
2022-06-19Merge tag 'bsd-user-syscall-2022q2-pull-request' of ssh://github.com/qemu-bsd...Richard Henderson3-0/+479
2022-06-16Merge tag 'for_upstream' of git://git.kernel.org/pub/scm/virt/kvm/mst/qemu in...Richard Henderson18-160/+1345
2022-06-16acpi/erst: fix fallthrough code upon validation failureAni Sinha1-0/+3
2022-06-16vhost: also check queue state in the vhost_dev_set_log error routineNi Xun1-0/+4
2022-06-16crypto: Introduce RSA algorithmzhenwei pi6-144/+609
2022-06-16virtio-iommu: Add an assert check in translate routineZhenzhong Duan1-0/+4
2022-06-16virtio-iommu: Use recursive lock to avoid deadlockZhenzhong Duan2-10/+12
2022-06-16virtio-iommu: Add bypass mode support to assigned deviceZhenzhong Duan3-2/+116
2022-06-16virtio/vhost-user: Fix wrong vhost notifier GPtrArray sizeYajun Wu1-1/+1
2022-06-16docs/cxl: Add switch documentationJonathan Cameron1-2/+86
2022-06-16pci-bridge/cxl_downstream: Add a CXL switch downstream portJonathan Cameron3-3/+291
2022-06-16pci-bridge/cxl_upstream: Add a CXL switch upstream portJonathan Cameron3-1/+222
2022-06-16Merge tag 'pull-9p-20220616' of https://github.com/cschoenebeck/qemu into sta...Richard Henderson2-27/+237
2022-06-16Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson25-115/+1368
2022-06-16tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck1-4/+22
2022-06-16tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck1-3/+39
2022-06-169pfs: fix 'Twalk' to only send error if no component walkedChristian Schoenebeck1-16/+33
2022-06-169pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()Christian Schoenebeck1-8/+8
2022-06-16tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck1-0/+87
2022-06-16tests/9pfs: Twalk with nwname=0Christian Schoenebeck1-0/+22
2022-06-16tests/9pfs: walk to non-existent dirChristian Schoenebeck1-0/+30
2022-06-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson37-31/+1564
2022-06-15linux-aio: explain why max batch is checked in laio_io_unplug()Stefan Hajnoczi1-0/+6
2022-06-15linux-aio: fix unbalanced plugged counter in laio_io_unplug()Stefan Hajnoczi1-1/+3
2022-06-15vfio-user: handle reset of remote deviceJagannathan Raman1-0/+20
2022-06-15vfio-user: handle device interruptsJagannathan Raman13-11/+297
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman5-6/+203
2022-06-15vfio-user: handle DMA mappingsJagannathan Raman3-0/+62
2022-06-15vfio-user: IOMMU support for remote deviceJagannathan Raman5-1/+186
2022-06-15vfio-user: handle PCI config space accessesJagannathan Raman2-0/+53
2022-06-15vfio-user: run vfio-user contextJagannathan Raman2-1/+148
2022-06-15vfio-user: find and init PCI deviceJagannathan Raman1-0/+67
2022-06-15vfio-user: instantiate vfio-user contextJagannathan Raman1-0/+82
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman7-2/+262
2022-06-15vfio-user: build libraryJagannathan Raman12-1/+62
2022-06-15remote/machine: add vfio-user propertyJagannathan Raman2-0/+25
2022-06-15remote/machine: add HotplugHandler for remote machineJagannathan Raman1-0/+10
2022-06-15qdev: unplug blocker for devicesJagannathan Raman3-0/+57
2022-06-15Use io_uring_register_ring_fd() to skip fd operationsSam Li2-1/+12
2022-06-15MAINTAINERS: update Vladimir's address and repositoriesVladimir Sementsov-Ogievskiy1-10/+12
2022-06-15build: include pc-bios/ part in the ROMS variablePaolo Bonzini2-10/+8
2022-06-15meson: put cross compiler info in a separate sectionPaolo Bonzini1-6/+9
2022-06-15q35:Enable TSEG only when G_SMRAME and TSEG_EN both enabledZhenzhong Duan1-1/+2
2022-06-15build: fix check for -fsanitize-coverage-allowlistAlexander Bulekov1-3/+7
2022-06-15tests/vm: allow running tests in an unconfigured source treePaolo Bonzini1-9/+17
2022-06-15configure: cleanup -fno-pie detectionPaolo Bonzini1-9/+4
2022-06-14configure: update list of preserved environment variablesPaolo Bonzini1-2/+1
2022-06-14virtio-mmio: cleanup resetPaolo Bonzini1-9/+8