qemu-block
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/09/10
Re: [PATCH 07/10] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Daniel P . Berrangé
2025/09/09
Re: [PATCH 09/22] sun4u: Fix AddressSpace exposure timing
Mark Cave-Ayland
2025/09/09
Re: [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
Brian Song
2025/09/09
Re: [PATCH 08/22] sun4m: Fix AddressSpace exposure timing
Mark Cave-Ayland
2025/09/09
Re: [PATCH v3 1/6] hw/sd/sdcard: Fix size check for backing block image
Warner Losh
2025/09/09
Re: [PATCH 4/4] iotests: add tests for FUSE-over-io_uring
Brian Song
2025/09/09
Re: [PATCH 04/10] util: drop qemu_socket_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025/09/09
[PATCH v3 3/6] hw/sd/sdcard: Add basic support for RPMB partition
Jan Kiszka
2025/09/09
Re: [PATCH 4/4] iotests: add tests for FUSE-over-io_uring
Stefan Hajnoczi
2025/09/09
Re: [PATCH 3/4] export/fuse: Safe termination for FUSE-uring
Stefan Hajnoczi
2025/09/09
Re: [PATCH 00/10] io: deal with blocking/non-blocking fds
Vladimir Sementsov-Ogievskiy
2025/09/09
Re: [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
Brian Song
2025/09/09
Re: [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
Stefan Hajnoczi
2025/09/09
Re: [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
Stefan Hajnoczi
2025/09/09
Re: [PATCH 7/8] hw/sd/sdcard: Handle RPMB MAC field
Jerome Forissier
2025/09/09
Re: [PATCH 07/10] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Stefan Hajnoczi
2025/09/09
Re: [PATCH v3 6/6] docs: Add eMMC device model description
Jan Lübbe
2025/09/09
[PATCH v3 6/6] docs: Add eMMC device model description
Jan Kiszka
2025/09/09
Re: [PATCH v5 3/5] hw/nvme: add NVMe Admin Security SPDM support
Jonathan Cameron via
2025/09/09
[PATCH v5 0/5] NVMe: Add SPDM over the storage transport support
Wilfred Mallawa
2025/09/09
Re: [PATCH v5 1/5] spdm-socket: add seperate send/recv functions
Jonathan Cameron via
2025/09/09
Re: [PATCH 07/10] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Daniel P . Berrangé
2025/09/09
Re: [PATCH 03/10] util: add qemu_set_blocking() function
Daniel P . Berrangé
2025/09/09
Re: [PATCH v5 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv
Jonathan Cameron via
2025/09/09
Re: [PATCH v5 4/5] spdm: define SPDM transport enum types
Jonathan Cameron via
2025/09/09
Re: [PATCH 02/10] char-socket: rework tcp_chr_recv()
Vladimir Sementsov-Ogievskiy
2025/09/09
Re: [PATCH 02/10] char-socket: rework tcp_chr_recv()
Vladimir Sementsov-Ogievskiy
2025/09/08
Re: [PATCH v2 11/18] python: backport 'Remove deprecated get_event_loop calls'
Daniel P . Berrangé
2025/09/08
[PATCH v5 4/5] spdm: define SPDM transport enum types
Wilfred Mallawa
2025/09/08
[PATCH v5 2/5] spdm: add spdm storage transport virtual header
Wilfred Mallawa
2025/09/08
[PATCH v5 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv
Wilfred Mallawa
2025/09/08
[PATCH v5 3/5] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
2025/09/08
Re: [PATCH v4 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv
Wilfred Mallawa
2025/09/08
Re: [PATCH v4 3/5] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
2025/09/08
Re: [PATCH 05/10] util: drop qemu_socket_try_set_nonblock()
Peter Xu
2025/09/08
Re: [PATCH 02/10] char-socket: rework tcp_chr_recv()
Peter Xu
2025/09/08
[PATCH v3 03/19] python: backport 'kick event queue on legacy event_pull()'
John Snow
2025/09/08
[PATCH v3 13/19] python: backport 'avoid creating additional event loops per thread'
John Snow
2025/09/08
Re: [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
Bernd Schubert
2025/09/08
[PATCH v3 02/19] python: backport 'EventListener: add __repr__ method'
John Snow
2025/09/08
[PATCH v3 01/19] python: backport 'Change error classes to have better repr methods'
John Snow
2025/09/08
Re: [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
Brian Song
2025/09/08
[PATCH v3 15/19] iotests: drop compat for old version context manager
John Snow
2025/09/08
[PATCH v3 06/19] python: backport 'Use @asynciocontextmanager'
John Snow
2025/09/08
[PATCH v3 07/19] python: backport 'qmp-shell: add common_parser()'
John Snow
2025/09/08
[PATCH v3 05/19] python: backport 'drop Python3.6 workarounds'
John Snow
2025/09/08
[PATCH v3 10/19] python: backport 'qmp-shell-wrap: handle missing binary gracefully'
John Snow
2025/09/08
[PATCH v3 19/19] iotests/check: always enable all python warnings
John Snow
2025/09/08
[PATCH v3 12/19] python: backport 'Remove deprecated get_event_loop calls'
John Snow
2025/09/08
[PATCH v3 11/19] python: backport 'qmp-tui: Do not crash if optional dependencies are not met'
John Snow
2025/09/08
[PATCH v3 08/19] python: backport 'feat: allow setting read buffer limit'
John Snow
2025/09/08
Re: [PATCH v2 06/18] python: backport 'qmp-shell: add common_parser()'
Daniel P . Berrangé
2025/09/08
Re: [PATCH v4 3/5] hw/nvme: add NVMe Admin Security SPDM support
Stefan Hajnoczi
2025/09/08
Re: [PATCH v2 06/18] python: backport 'qmp-shell: add common_parser()'
John Snow
2025/09/08
Re: [PATCH v2 01/18] python: backport 'Change error classes to have better repr methods'
John Snow
2025/09/08
Re: [PATCH v2 07/18] python: backport 'feat: allow setting read buffer limit'
Daniel P . Berrangé
2025/09/08
Re: [PATCH v2 12/18] python: backport 'avoid creating additional event loops per thread'
Daniel P . Berrangé
2025/09/08
Re: [PATCH v2 08/18] python: backport 'make require() preserve async-ness'
Daniel P . Berrangé
2025/09/08
Re: [PATCH v2 06/18] python: backport 'qmp-shell: add common_parser()'
Daniel P . Berrangé
2025/09/08
Re: [PATCH v2 02/18] python: backport 'EventListener: add __repr__ method'
Daniel P . Berrangé
2025/09/08
Re: [PATCH 07/22] hw/pci-host/raven: Fix AddressSpace exposure timing
Peter Maydell
2025/09/08
Re: [PATCH 2/4] export/fuse: process FUSE-over-io_uring requests
Stefan Hajnoczi
2025/09/08
Re: [PATCH v4 3/5] hw/nvme: add NVMe Admin Security SPDM support
Stefan Hajnoczi
2025/09/08
Re: [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
Stefan Hajnoczi
2025/09/08
Re: [PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
Stefan Hajnoczi
2025/09/08
Re: [PATCH] Use meson's detected python installation
Peter Maydell
2025/09/07
Re: [PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
Jan Kiszka
2025/09/07
[PATCH 15/22] cmd646: Do not delete the subregions
Akihiko Odaki
2025/09/07
[PATCH 06/22] auxbus: Fix AddressSpace exposure timing
Akihiko Odaki
2025/09/07
[PATCH v2 068/281] linux-user/hppa: Create get_elf_platform
Alex Bennée
2025/09/07
[PATCH v2 031/281] tests/functional: Move s390x tests into target-specific folders
Alex Bennée
2025/09/07
[PATCH v2 047/281] rust: move dependencies to rust/Cargo.toml
Alex Bennée
2025/09/07
[PATCH v2 054/281] linux-user: Move hwcap functions to {arm, aarch64}/elfload.c
Alex Bennée
2025/09/07
[PATCH v2 063/281] linux-user: Remove ELF_HWCAP2
Alex Bennée
2025/09/07
Re: [PATCH] Use meson's detected python installation
Paolo Bonzini
2025/09/07
[PATCH 13/22] hw/char/serial-pci-multi: Do not delete the subregion
Akihiko Odaki
2025/09/06
[PATCH v2 088/281] linux-user/hppa: Create init_main_thread
Alex Bennée
2025/09/06
[PATCH 05/22] target/xtensa: Fix AddressSpace exposure timing
Akihiko Odaki
2025/09/06
Re: [PATCH] Use meson's detected python installation
Peter Foley
2025/09/06
Re: [PATCH RFC v2 9/9] tests/qtest: add test for memory region access
Peter Xu
2025/09/06
Re: [PATCH 07/22] hw/pci-host/raven: Fix AddressSpace exposure timing
BALATON Zoltan
2025/09/06
[PATCH 09/22] sun4u: Fix AddressSpace exposure timing
Akihiko Odaki
2025/09/06
[PATCH 19/22] pci: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH 20/22] hw/ppc/spapr_pci: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH 02/22] vfio/pci: Do not unparent in instance_finalize()
Akihiko Odaki
2025/09/05
[PATCH 14/22] secondary-vga: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH 08/22] sun4m: Fix AddressSpace exposure timing
Akihiko Odaki
2025/09/05
[PATCH 07/22] hw/pci-host/raven: Fix AddressSpace exposure timing
Akihiko Odaki
2025/09/05
[PATCH 22/22] hw/usb/hcd-xhci: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH v2 1/3] qom: Do not finalize twice
Akihiko Odaki
2025/09/05
[PATCH v2 2/3] virtio-gpu-virgl: Add virtio-gpu-virgl-hostmem-region type
Akihiko Odaki
2025/09/05
[PATCH 04/22] target/mips: Fix AddressSpace exposure timing
Akihiko Odaki
2025/09/05
[PATCH v2 3/3] memory: Stop piggybacking on memory region owners
Akihiko Odaki
2025/09/05
[PATCH v2 0/3] memory: Stop piggybacking on memory region owners
Akihiko Odaki
2025/09/05
[PATCH 00/22] Fix memory region leaks and use-after-finalization
Akihiko Odaki
2025/09/05
[PATCH 18/22] hw/nvme: Do not delete the subregion
Akihiko Odaki
2025/09/05
[PATCH 21/22] hw/usb/hcd-ehci: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH 16/22] hw/ide/piix: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH 01/22] docs/devel: Do not unparent in instance_finalize()
Akihiko Odaki
2025/09/05
[PATCH 11/22] vfio-user: Do not delete the subregion
Akihiko Odaki
2025/09/05
[PATCH 17/22] hw/ide/via: Do not delete the subregions
Akihiko Odaki
2025/09/05
[PATCH 12/22] hw/char/diva-gsp: Do not delete the subregion
Akihiko Odaki
2025/09/05
[PATCH 03/22] hw/pci-bridge: Do not assume immediate MemoryRegion finalization
Akihiko Odaki
2025/09/05
[PATCH 10/22] qdev: Automatically delete memory subregions
Akihiko Odaki
2025/09/05
Re: [Withdrawn] [RFC PATCH v2 0/9] support unaligned access to xHCI Capability
Peter Xu
2025/09/05
Re: [PATCH] Use meson's detected python installation
Paolo Bonzini
2025/09/04
[PATCH v2 049/281] semihosting: Initialize heap once per process
Alex Bennée
2025/09/04
[PATCH v2 005/281] MAINTAINERS: add a few more files to "Top Level Makefile and configure"
Alex Bennée
2025/09/04
[PATCH v2 010/281] tests/functional/test_aarch64_virt_gpu: Skip test if EGL won't initialize
Alex Bennée
2025/09/04
[PATCH] Use meson's detected python installation
Peter Foley
2025/09/04
[PATCH v2 050/281] linux-user: Create target/elfload.c files
Alex Bennée
2025/09/04
[PATCH v2 012/281] tests/functional: Use more fine-grained locking when looking for free ports
Alex Bennée
2025/09/04
[PATCH v2 004/281] python: mkvenv: fix messages printed by mkvenv
Alex Bennée
2025/09/04
Re: [PATCH 00/10] io: deal with blocking/non-blocking fds
Lei Yang
2025/09/04
Re: [PATCH v2 001/281] target/i386: Add support for save/load of exception error code
Igor Mammedov
2025/09/04
[PATCH v2 041/281] kvm/kvm-all: make kvm_park/unpark_vcpu local to kvm-all.c
Alex Bennée
2025/09/04
[PATCH v2 008/281] hw: add compat machines for 10.2
Alex Bennée
2025/09/04
[PATCH v2 011/281] tests/functional: Fix reverse_debugging asset precaching
Alex Bennée
2025/09/04
[PATCH v2 048/281] semihosting: Retrieve stack top from image_info
Alex Bennée
2025/09/04
[PATCH v2 006/281] Update version for the v10.1.0 release
Alex Bennée
2025/09/04
Re: [RFC PATCH v2 8/9] hw/misc: add test device for memory access
Peter Xu
2025/09/04
Re: [PATCH v4 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv
Jonathan Cameron via
2025/09/04
Re: [PATCH v4 1/5] spdm-socket: add seperate send/recv functions
Jonathan Cameron via
2025/09/04
[PATCH v2 056/281] linux-user: Move hwcap functions to ppc/elfload.c
Alex Bennée
2025/09/04
[PATCH v2 069/281] linux-user: Remove ELF_PLATFORM
Alex Bennée
2025/09/04
[PATCH v2 055/281] linux-user: Move get_elf_hwcap to sparc/elfload.c
Alex Bennée
2025/09/04
[PATCH v2 087/281] linux-user/riscv: Create init_main_thread
Alex Bennée
2025/09/04
[PATCH v2 089/281] linux-user/xtensa: Create init_main_thread
Alex Bennée
2025/09/04
Re: [PATCH v4 4/5] spdm: define SPDM transport enum types
Jonathan Cameron via
2025/09/04
Re: [PATCH v4 3/5] hw/nvme: add NVMe Admin Security SPDM support
Jonathan Cameron via
2025/09/04
[PATCH v2 057/281] linux-user: Move get_elf_hwcap to loongarch64/elfload.c
Alex Bennée
2025/09/04
[PATCH v2 007/281] Open 10.2 development tree
Alex Bennée
2025/09/04
[PATCH v2 016/281] tests/functional/meson.build: Allow tests to reside in subfolders
Alex Bennée
2025/09/04
[PATCH v2 018/281] tests/functional: Move alpha tests into architecture specific folder
Alex Bennée
2025/09/04
[PATCH v2 083/281] linux-user/sh4: Create init_main_thread
Alex Bennée
2025/09/04
[PATCH v2 034/281] tests/functional: Move x86_64 tests into target-specific folder
Alex Bennée
2025/09/04
[PATCH v2 058/281] linux-user: Move get_elf_hwcap to mips/elfload.c
Alex Bennée
2025/09/04
[PATCH v2 021/281] tests/functional: Move hppa tests into architecture specific folder
Alex Bennée
2025/09/04
[PATCH v2 032/281] tests/functional: Move sh4/sh4eb tests into target-specific folders
Alex Bennée
2025/09/04
[PATCH v2 082/281] linux-user/openrisc: Create init_main_thread
Alex Bennée
2025/09/04
[PATCH v2 001/281] target/i386: Add support for save/load of exception error code
Alex Bennée
2025/09/04
[PATCH v2 000/281] arm_load_dtb cleanups
Alex Bennée
2025/09/04
[PATCH v2 024/281] tests/functional: Move m68k tests into architecture specific folder
Alex Bennée
2025/09/04
[PATCH v2 015/281] tests/functional/meson.build: Split timeout settings by target
Alex Bennée
2025/09/04
[PATCH v2 003/281] scripts/minikconf.py: s/Error/KconfigParserError
Alex Bennée
2025/09/04
[PATCH v2 002/281] scripts/minikconf.py: fix invalid attribute access
Alex Bennée
2025/09/03
Re: [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
2025/09/03
[PATCH v4 0/5] NVMe: Add SPDM over the storage transport support
Wilfred Mallawa
2025/09/03
[PATCH v4 2/5] spdm: add spdm storage transport virtual header
Wilfred Mallawa
2025/09/03
[PATCH v4 5/5] hw/nvme: connect SPDM over NVMe Security Send/Recv
Wilfred Mallawa
2025/09/03
[PATCH v4 4/5] spdm: define SPDM transport enum types
Wilfred Mallawa
2025/09/03
[PATCH v4 3/5] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
2025/09/03
[PATCH v4 1/5] spdm-socket: add seperate send/recv functions
Wilfred Mallawa
2025/09/03
Re: [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
2025/09/03
Re: [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
Wilfred Mallawa
2025/09/03
Re: [PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
Brian Song
2025/09/03
Re: [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
Brian Song
2025/09/03
Re: [PATCH 1/4] export/fuse: add opt to enable FUSE-over-io_uring
Stefan Hajnoczi
2025/09/03
[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
Jan Kiszka
2025/09/03
Re: [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
Klaus Jensen
2025/09/03
Re: [PATCH 0/4] export/fuse: Add FUSE-over-io_uring for Storage Exports
Stefan Hajnoczi
2025/09/03
Re: [PATCH 08/10] oslib-posix: add qemu_fds_set_blocking() helper
Vladimir Sementsov-Ogievskiy
2025/09/03
Re: [Withdrawn] [RFC PATCH v2 0/9] support unaligned access to xHCI Capability
Peter Maydell
2025/09/03
Re: [PATCH 10/10] migration/qemu-file: don't make incoming fds blocking again
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 06/10] util: drop qemu_socket_set_block()
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 07/10] use qemu_set_blocking instead of g_unix_set_fd_nonblocking
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 05/10] util: drop qemu_socket_try_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 04/10] util: drop qemu_socket_set_nonblock()
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 00/10] io: deal with blocking/non-blocking fds
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 03/10] util: add qemu_set_blocking() function
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 10/10] migration/qemu-file: don't make incoming fds blocking again
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 09/10] qio_channel_readv_full(): move setting fd blocking to callers
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 01/10] io/channel: document how qio_channel_readv_full() handles fds
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 08/10] oslib-posix: add qemu_fds_set_blocking() helper
Vladimir Sementsov-Ogievskiy
2025/09/03
[PATCH 02/10] char-socket: rework tcp_chr_recv()
Vladimir Sementsov-Ogievskiy
2025/09/03
Re: [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
Klaus Jensen
2025/09/03
Re: [PATCH v3 3/5] hw/nvme: add NVMe Admin Security SPDM support
Stefan Hajnoczi
2025/09/03
Re: [PATCH RFC v2 9/9] tests/qtest: add test for memory region access
Peter Maydell
2025/09/03
Re: [RFC PATCH v2 0/9] support unaligned access to xHCI Capability
Peter Maydell
2025/09/03
Re: [RFC PATCH v2 1/9] doc/devel/memory.rst: additional explanation for unaligned access
Peter Xu
2025/09/03
[PATCH 11/16] pci: Do not delete the subregions
Akihiko Odaki
2025/09/03
[PATCH] hw/sd/sdcard: Fix size check for backing block image, part II
Jan Kiszka
2025/09/03
Re: [PATCH v2 1/8] hw/sd/sdcard: Fix size check for backing block image
Jan Kiszka
2025/09/03
[PATCH 12/19] python: backport '*really* remove get_event_loop'
John Snow
2025/09/03
Re: [PATCH v2 1/8] hw/sd/sdcard: Fix size check for backing block image
Warner Losh
2025/09/03
Re: [RFC PATCH v2 3/9] hw: npcm7xx_fiu and mx_pic change .impl.unaligned = true
Peter Xu
2025/09/03
[PATCH 3/5] vvfat: add a define for SECTOR_SIZE
Clément Chigot
2025/09/03
[PATCH 5/5] vvfat: add support for "size" options
Clément Chigot
2025/09/03
[PATCH 2/5] vvfat: move fat_type check prior to size setup
Clément Chigot
2025/09/03
[PATCH 4/5] vvfat: move size parameters within driver structure
Clément Chigot
2025/09/03
[PATCH 1/5] vvfat: introduce no-mbr option
Clément Chigot
2025/09/03
[PATCH 0/5] block/vvfat: introduce "size" option
Clément Chigot
2025/09/03
[PATCH] block/iscsi: fix crashes on session disconnect and I/O hard timeout
CJ Chen
2025/09/03
Re: [PATCH v2 1/8] hw/sd/sdcard: Fix size check for backing block image
Philippe Mathieu-Daudé
2025/09/03
[PATCH 07/16] cmd646: Do not delete the subregions
Akihiko Odaki
2025/09/03
Re: [PATCH 00/19] python: 3.14 compatibility and python-qemu-qmp synchronization
Daniel P . Berrangé
2025/09/03
Re: [PATCH 00/16] memory: Stop piggybacking on memory region owners
Peter Maydell
2025/09/03
[PATCH 01/16] docs/devel: Do not unparent in instance_finalize
Akihiko Odaki
2025/09/03
[PATCH 05/16] hw/char/serial-pci-multi: Do not delete the subregion
Akihiko Odaki
2025/09/03
[PATCH 13/16] hw/usb/hcd-ehci: Do not delete the subregions
Akihiko Odaki
Earlier messages
Later messages