aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-16tests/9pfs: check fid being unaffected in fs_walk_2nd_nonexistentChristian Schoenebeck
2022-06-16tests/9pfs: guard recent 'Twalk' behaviour fixChristian Schoenebeck
2022-06-169pfs: fix 'Twalk' to only send error if no component walkedChristian Schoenebeck
2022-06-169pfs: refactor 'name_idx' -> 'nwalked' in v9fs_walk()Christian Schoenebeck
2022-06-16tests/9pfs: compare QIDs in fs_walk_none() testChristian Schoenebeck
2022-06-16tests/9pfs: Twalk with nwname=0Christian Schoenebeck
2022-06-16tests/9pfs: walk to non-existent dirChristian Schoenebeck
2022-06-15Merge tag 'block-pull-request' of https://gitlab.com/stefanha/qemu into stagingRichard Henderson
2022-06-15linux-aio: explain why max batch is checked in laio_io_unplug()Stefan Hajnoczi
2022-06-15linux-aio: fix unbalanced plugged counter in laio_io_unplug()Stefan Hajnoczi
2022-06-15vfio-user: handle reset of remote deviceJagannathan Raman
2022-06-15vfio-user: handle device interruptsJagannathan Raman
2022-06-15vfio-user: handle PCI BAR accessesJagannathan Raman
2022-06-15vfio-user: handle DMA mappingsJagannathan Raman
2022-06-15vfio-user: IOMMU support for remote deviceJagannathan Raman
2022-06-15vfio-user: handle PCI config space accessesJagannathan Raman
2022-06-15vfio-user: run vfio-user contextJagannathan Raman
2022-06-15vfio-user: find and init PCI deviceJagannathan Raman
2022-06-15vfio-user: instantiate vfio-user contextJagannathan Raman
2022-06-15vfio-user: define vfio-user-server objectJagannathan Raman
2022-06-15vfio-user: build libraryJagannathan Raman
2022-06-15remote/machine: add vfio-user propertyJagannathan Raman
2022-06-15remote/machine: add HotplugHandler for remote machineJagannathan Raman
2022-06-15qdev: unplug blocker for devicesJagannathan Raman
2022-06-15Use io_uring_register_ring_fd() to skip fd operationsSam Li
2022-06-15MAINTAINERS: update Vladimir's address and repositoriesVladimir Sementsov-Ogievskiy
2022-06-15build: include pc-bios/ part in the ROMS variablePaolo Bonzini
2022-06-15meson: put cross compiler info in a separate sectionPaolo Bonzini
2022-06-15q35:Enable TSEG only when G_SMRAME and TSEG_EN both enabledZhenzhong Duan
2022-06-15build: fix check for -fsanitize-coverage-allowlistAlexander Bulekov
2022-06-15tests/vm: allow running tests in an unconfigured source treePaolo Bonzini
2022-06-15configure: cleanup -fno-pie detectionPaolo Bonzini
2022-06-14configure: update list of preserved environment variablesPaolo Bonzini
2022-06-14virtio-mmio: cleanup resetPaolo Bonzini
2022-06-14virtio: stop ioeventfd on resetPaolo Bonzini
2022-06-14virtio-mmio: stop ioeventfd on legacy resetPaolo Bonzini
2022-06-14s390x: simplify virtio_ccw_reset_virtioPaolo Bonzini
2022-06-14block: add more commands to preconfig modePaolo Bonzini
2022-06-14hmp: add filtering of statistics by namePaolo Bonzini
2022-06-14qmp: add filtering of statistics by namePaolo Bonzini
2022-06-14hmp: add filtering of statistics by providerPaolo Bonzini
2022-06-14qmp: add filtering of statistics by providerPaolo Bonzini
2022-06-14hmp: add basic "info stats" implementationMark Kanda
2022-06-14cutils: add functions for IEC and SI prefixesPaolo Bonzini
2022-06-14qmp: add filtering of statistics by target vCPUPaolo Bonzini
2022-06-14kvm: Support for querying fd-based statsMark Kanda
2022-06-14qmp: Support for querying statsMark Kanda
2022-06-14bsd-user: Implement acct and syncWarner Losh
2022-06-14bsd-user: Implement trunctate and ftruncateWarner Losh
2022-06-14bsd-user: Implement dup and dup2Warner Losh