qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-27 11:16:44 to 2022-10-27 19:28:46 UTC [more...]

[PATCH v2 0/2] python: misc machine.py improvements
 2022-10-27 18:58 UTC  (3+ messages)
` [PATCH v2 1/2] python/machine: Add debug logging to key state changes
` [PATCH v2 2/2] python/machine: Handle termination cases without QMP

[PULL 00/58] Block layer patches
 2022-10-27 18:31 UTC  (49+ messages)
` [PULL 03/58] block: Refactor get_tmp_filename()
` [PULL 04/58] vvfat: allow some writes to bootsector
` [PULL 05/58] vvfat: allow spaces in file names
` [PULL 06/58] block/io_uring: revert "Use io_uring_register_ring_fd() to skip fd operations"
` [PULL 07/58] vhost-user-blk: fix the resize crash
` [PULL 08/58] block: BlockDriver: add .filtered_child_is_backing field
` [PULL 09/58] block: introduce bdrv_open_file_child() helper
` [PULL 10/58] block/blklogwrites: don't care to remove bs->file child on failure
` [PULL 11/58] test-bdrv-graph-mod: update test_parallel_perm_update test case
` [PULL 12/58] tests-bdrv-drain: bdrv_replace_test driver: declare supports_backing
` [PULL 13/58] test-bdrv-graph-mod: fix filters to be filters
` [PULL 14/58] block: document connection between child roles and bs->backing/bs->file
` [PULL 15/58] block/snapshot: stress that we fallback to primary child
` [PULL 16/58] Revert "block: Let replace_child_noperm free children"
` [PULL 18/58] Revert "block: Restructure remove_file_or_backing_child()"
` [PULL 20/58] block: Manipulate bs->file / bs->backing pointers in .attach/.detach
` [PULL 21/58] block/snapshot: drop indirection around bdrv_snapshot_fallback_ptr
` [PULL 22/58] block: refactor bdrv_remove_file_or_backing_child to bdrv_remove_child
` [PULL 23/58] block.c: assert bs->aio_context is written under BQL and drains
` [PULL 24/58] block: use transactions as a replacement of ->{can_}set_aio_context()
` [PULL 25/58] bdrv_change_aio_context: use hash table instead of list of visited nodes
` [PULL 26/58] blockjob: implement .change_aio_ctx in child_job
` [PULL 27/58] block: implement .change_aio_ctx in child_of_bds
` [PULL 28/58] block-backend: implement .change_aio_ctx in child_root
` [PULL 29/58] block: use the new _change_ API instead of _can_set_ and _set_
` [PULL 30/58] block: remove all unused ->can_set_aio_ctx and ->set_aio_ctx callbacks
` [PULL 31/58] block: rename bdrv_child_try_change_aio_context in bdrv_try_change_aio_context
` [PULL 32/58] block: remove bdrv_try_set_aio_context and replace it with bdrv_try_change_aio_context
` [PULL 33/58] block/nfs: Fix 32-bit Windows build
` [PULL 34/58] backup: remove incorrect coroutine_fn annotation
` [PULL 37/58] ssh: add missing "
` [PULL 38/58] block: add missing coroutine_fn annotation to prototypes
` [PULL 39/58] coroutine-lock: "
` [PULL 41/58] block: add missing coroutine_fn annotation to BlockDriverState callbacks
` [PULL 42/58] qcow2: add coroutine_fn annotation for indirect-called functions
` [PULL 43/58] blkdebug: add missing "
` [PULL 44/58] qcow: manually add more coroutine_fn annotations
` [PULL 45/58] qcow2: "
` [PULL 46/58] vmdk: "
` [PULL 47/58] commit: switch to *_co_* functions
` [PULL 49/58] mirror: "
` [PULL 50/58] parallels: "
` [PULL 51/58] qcow: "
` [PULL 52/58] qcow2: "
` [PULL 54/58] vdi: "
` [PULL 55/58] vhdx: "
` [PULL 57/58] monitor: "
` [PULL 58/58] block/block-backend: blk_set_enable_write_cache is IO_CODE

[PATCH v4 00/30] testing/next pre-PR
 2022-10-27 18:36 UTC  (29+ messages)
` [PATCH v4 01/30] tests/docker: update fedora-win[32|64]-cross with lcitool
` [PATCH v4 02/30] tests/docker: update test-mingw to run single build
` [PATCH v4 03/30] tests/docker: Add flex/bison to `debian-all-test`
` [PATCH v4 04/30] configure: don't enable cross compilers unless in target_list
` [PATCH v4 05/30] configure: fix the --enable-static --disable-pie case
` [PATCH v4 06/30] tests/avocado: extend the timeout for x86_64 tcg tests
` [PATCH v4 07/30] tests/docker: Add flex/bison to `debian-hexagon-cross`
` [PATCH v4 09/30] tests/tcg/nios2: Tweak 10m50-ghrd.ld
` [PATCH v4 10/30] semihosting/arm-compat-semi: Avoid using hardcoded /tmp
` [PATCH v4 11/30] tcg: "
` [PATCH v4 12/30] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PATCH v4 13/30] block/vvfat: Unify the mkdir() call
` [PATCH v4 14/30] hw/usb: dev-mtp: Use g_mkdir()
` [PATCH v4 15/30] MAINTAINERS: add entries for the key build bits
` [PATCH v4 16/30] MAINTAINERS: add features_to_c.sh to gdbstub files
` [PATCH v4 17/30] MAINTAINERS: fix-up for check-tcg Makefile changes
` [PATCH v4 18/30] tests/avocado: set -machine none for userfwd and vnc tests
` [PATCH v4 19/30] tests/avocado: raspi2_initrd: Wait for guest shutdown message before stopping
` [PATCH v4 20/30] tests/avocado: disable sh4 rd2 tests on Gitlab
` [PATCH v4 21/30] tests/tcg: re-enable linux-test for sh4
` [PATCH v4 22/30] tests/tcg: re-enable threadcount "
` [PATCH v4 23/30] target/s390x: don't use ld_code2 to probe next pc
` [PATCH v4 25/30] target/s390x: fake instruction loading when handling 'ex'
` [PATCH v4 26/30] tests/tcg: include CONFIG_PLUGIN in config-host.mak
` [PATCH v4 27/30] contrib/plugins: enable debug on CONFIG_DEBUG_TCG
` [PATCH v4 28/30] contrib/plugins: protect execlog's last_exec expansion
` [PATCH v4 29/30] tests/unit: cleanups for test-io-channel-command
` [PATCH v4 30/30] tests/vm: use -o IdentitiesOnly=yes for ssh

[PATCH v9 0/5] improve error handling for module load
 2022-10-27 18:34 UTC  (4+ messages)

[PATCH] block/block-backend: blk_set_enable_write_cache is IO_CODE
 2022-10-27 18:29 UTC  (4+ messages)

[PATCH 00/24] accel/tcg: Rewrite user-only vma tracking
 2022-10-27 15:59 UTC  (5+ messages)
` [PATCH 22/24] accel/tcg: Use interval tree for user-only page tracking

[PATCH 0/4 v3] Multi-Region and Volatile Memory support for CXL Type-3 Devices
 2022-10-27 18:10 UTC  (6+ messages)

[PATCH v3 0/2] hw/nvme: Support for Namespaces Management from guest OS
 2022-10-27 18:00 UTC  (3+ messages)
` [PATCH v3 1/2] hw/nvme: Support for Namespaces Management from guest OS - create-ns
` [PATCH v3 2/2] hw/nvme: Support for Namespaces Management from guest OS - delete-ns

[PULL 00/20] Crypto and I/O patches
 2022-10-27 17:31 UTC  (21+ messages)
` [PULL 01/20] crypto/luks: Support creating LUKS image on Darwin
` [PULL 02/20] util/qemu-sockets: Use g_get_tmp_dir() to get the directory for temporary files
` [PULL 03/20] io/channel-watch: Drop a superfluous '#ifdef WIN32'
` [PULL 04/20] io/channel-watch: Drop the unnecessary cast
` [PULL 05/20] io/channel-watch: Fix socket watch on Windows
` [PULL 06/20] seccomp: Get actual errno value from failed seccomp functions
` [PULL 07/20] scripts: check if .git exists before checking submodule status
` [PULL 08/20] crypto: check for and report errors setting PSK credentials
` [PULL 09/20] tests: avoid DOS line endings in PSK file
` [PULL 10/20] crypto: sanity check that LUKS header strings are NUL-terminated
` [PULL 11/20] crypto: enforce that LUKS stripes is always a fixed value
` [PULL 12/20] crypto: enforce that key material doesn't overlap with LUKS header
` [PULL 13/20] crypto: validate that LUKS payload doesn't overlap with header
` [PULL 14/20] crypto: strengthen the check for key slots overlapping with LUKS header
` [PULL 15/20] crypto: check that LUKS PBKDF2 iterations count is non-zero
` [PULL 16/20] crypto: split LUKS header definitions off into file
` [PULL 17/20] crypto: split off helpers for converting LUKS header endianess
` [PULL 18/20] crypto: quote algorithm names in error messages
` [PULL 19/20] crypto: ensure LUKS tests run with GNUTLS crypto provider
` [PULL 20/20] crypto: add test cases for many malformed LUKS header scenarios

[PULL 00/23] 9p queue 2022-10-24
 2022-10-27 17:37 UTC  (4+ messages)

[PATCH 000/114] target/arm: Rewrite sve feature tests
 2022-10-27 17:29 UTC  (3+ messages)
` [PATCH 057/114] target/arm: Move sve zip high_ofs into simd_data

[PATCH 0/3] target: Rename headers using .def extension to .h.inc
 2022-10-27 17:24 UTC  (7+ messages)

[PATCH v3 00/26] testing/next (docker, avocado, s390x, MAINTAINERS)
 2022-10-27 17:16 UTC  (9+ messages)
` [PATCH v3 15/26] MAINTAINERS: add entries for the key build bits
` [PATCH v3 19/26] tests/avocado: raspi2_initrd: Wait for guest shutdown message before stopping
` [PATCH v3 26/26] tests/tcg: include CONFIG_PLUGIN in config-host.mak

[PATCH 00/24] More coroutine_fn fixes
 2022-10-27 17:15 UTC  (6+ messages)
` [PATCH 19/24] qcow2: switch to *_co_* functions
` [PATCH 23/24] vmdk: "

[PATCH v2] target/hppa: Fix fid instruction emulation
 2022-10-27 17:03 UTC 

[PATCH 0/5] Nested virtualization fixes for QEMU
 2022-10-27 16:47 UTC  (6+ messages)
` [PATCH 1/5] target/riscv: Typo fix in sstc() predicate
` [PATCH 2/5] target/riscv: Update VS timer whenever htimedelta changes
` [PATCH 3/5] target/riscv: Don't clear mask in riscv_cpu_update_mip() for VSTIP
` [PATCH 4/5] target/riscv: No need to re-start QEMU timer when timecmp == UINT64_MAX
` [PATCH 5/5] target/riscv: Ensure opcode is saved for all relevant instructions

[PATCH 00/16] hw/9pfs: Add 9pfs support for Windows
 2022-10-27 16:30 UTC  (3+ messages)

[PATCH v5 0/4] Add zone append write for zoned device
 2022-10-27 15:52 UTC  (5+ messages)
` [PATCH v5 1/4] file-posix: add tracking of the zone write pointers
` [PATCH v5 2/4] block: introduce zone append write for zoned devices
` [PATCH v5 3/4] qemu-iotests: test zone append operation
` [PATCH v5 4/4] block: add some trace events for zone append

[PATCH v13 0/8] Add support for zoned device
 2022-10-27 15:45 UTC  (9+ messages)
` [PATCH v13 1/8] include: add zoned device structs
` [PATCH v13 2/8] file-posix: introduce helper functions for sysfs attributes
` [PATCH v13 3/8] block: add block layer APIs resembling Linux ZonedBlockDevice ioctls
` [PATCH v13 4/8] raw-format: add zone operations to pass through requests
` [PATCH v13 5/8] config: add check to block layer
` [PATCH v13 6/8] qemu-iotests: test new zone operations
` [PATCH v13 7/8] block: add some trace events for new block layer APIs
` [PATCH v13 8/8] docs/zoned-storage: add zoned device documentation

[PATCH] tests/vm: use -o IdentitiesOnly=yes for ssh
 2022-10-27 15:48 UTC  (3+ messages)

[PATCH] bios-tables-test: do not ignore allowed diff list
 2022-10-27 15:31 UTC  (2+ messages)

[PATCH v4 0/2] vhost-vdpa: add support for vIOMMU
 2022-10-27 15:30 UTC  (3+ messages)
` [PATCH v4 1/2] vfio: move the function vfio_get_xlat_addr() to memory.c

[PULL 00/20] tcg patch queue
 2022-10-27 14:44 UTC  (4+ messages)
` [PULL 15/20] include/hw/core: Create struct CPUJumpCache

[PATCH] util/log: Close per-thread log file on thread termination
 2022-10-27 14:36 UTC  (3+ messages)

[PATCH V4 0/4] PASID support for Intel IOMMU
 2022-10-27 14:35 UTC  (6+ messages)
` [PATCH V4 1/4] intel-iommu: don't warn guest errors when getting rid2pasid entry
` [PATCH V4 3/4] intel-iommu: convert VTD_PE_GET_FPD_ERR() to be a function

[PATCH] tests: Create fifo for test-io-channel-command
 2022-10-27 14:26 UTC  (7+ messages)

[PATCH 00/11] x86: clean up ACPI PCI code part 2
 2022-10-27 14:18 UTC  (3+ messages)

[RFC PATCH] tests/unit: cleanups for test-io-channel-command
 2022-10-27 14:18 UTC 

type mismatch in SSDT
 2022-10-27 14:15 UTC  (3+ messages)

[PATCH v3 0/5] hw/smbios: add core_count2 to smbios table type 4
 2022-10-27 14:11 UTC  (4+ messages)
` [PATCH v3 5/5] tests/acpi: update tables for new core count test

[PATCH 0/2] hw/arm/boot.c: Set EL3 HXen, vector lengths when direct booting kernel
 2022-10-27 14:02 UTC  (3+ messages)
` [PATCH 1/2] hw/arm/boot: Set SME and SVE EL3 vector lengths when "
` [PATCH 2/2] hw/arm/boot: Set SCR_EL3.HXEn "

[PATCH] target/i386: Expand eflags updates inline
 2022-10-27 14:00 UTC  (2+ messages)

[PATCH v2] seccomp: Get actual errno value from failed seccomp functions
 2022-10-27 13:14 UTC  (4+ messages)

QEMU Summit Minutes
 2022-10-27 13:13 UTC  (2+ messages)

[PULL v2 00/31] target-arm queue
 2022-10-27 12:57 UTC 

[PATCH v2 0/6] tcg: Fix x86 TARGET_TB_PCREL (#1269)
 2022-10-27 12:22 UTC  (7+ messages)
` [PATCH v2 1/6] accel/tcg: Introduce cpu_unwind_state_data
` [PATCH v2 2/6] target/i386: Use cpu_unwind_state_data for tpr access

[PATCH v4 00/19] Misc ppc/mac machines clean up
 2022-10-27 12:22 UTC  (3+ messages)

[PATCH] vl: change PID file path resolve error to warning
 2022-10-27 12:17 UTC  (3+ messages)

[PATCH v2 0/2] linux-user: handle /proc/self/exe with execve() syscall
 2022-10-27 12:09 UTC  (4+ messages)

[PATCH 00/11] crypto: improve robustness of LUKS metadata validation
 2022-10-27 11:59 UTC  (4+ messages)
` [PATCH 06/11] crypto: check that LUKS PBKDF2 iterations count is non-zero

[PATCH v10 0/9] s390x: CPU Topology
 2022-10-27 11:28 UTC  (12+ messages)
` [PATCH v10 2/9] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v10 3/9] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v10 7/9] s390x/cpu topology: add max_threads machine class attribute

[PATCH 0/9] target/s390x: Use Int128 for float128 and retxl
 2022-10-27 11:31 UTC  (4+ messages)
` [PATCH 8/9] target/s390x: Use Int128 for returning float128

[PATCH] target/arm: Fixed Privileged Access Never (PAN) for aarch32
 2022-10-27 11:26 UTC 

[PATCH v2 0/7] accel/tcg: Rewrite user-only vma tracking
 2022-10-27 11:12 UTC  (3+ messages)
` [PATCH v2 5/7] accel/tcg: Use interval tree for user-only page tracking
` [PATCH v2 7/7] accel/tcg: Move remainder of page locking to tb-maint.c


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).