qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-25 13:10:13 to 2022-04-26 09:51:42 UTC [more...]

[PATCH v2 00/26] Misc cleanups
 2022-04-26  9:27 UTC  (17+ messages)
` [PATCH v2 01/26] Use QEMU_SANITIZE_THREAD
` [PATCH v2 02/26] Use QEMU_SANITIZE_ADDRESS
` [PATCH v2 03/26] include: move qemu_*_exec_dir() to cutils
` [PATCH v2 04/26] util/win32: simplify qemu_get_local_state_dir()
` [PATCH v2 05/26] tests: move libqtest.h back under qtest/
` [PATCH v2 06/26] libqtest: split QMP part in libqmp
` [PATCH v2 07/26] tests: make libqmp buildable for win32
` [PATCH v2 08/26] Use g_unix_set_fd_nonblocking()
` [PATCH v2 09/26] block: move fcntl_setfl()
` [PATCH v2 10/26] Replace qemu_pipe() with g_unix_open_pipe()
` [PATCH v2 11/26] util: replace pipe()+cloexec "
` [PATCH v2 12/26] qga: replace pipe() with g_unix_open_pipe(CLOEXEC)
` [PATCH v2 13/26] tests: "
` [PATCH v2 17/26] Replace fcntl(0_NONBLOCK) with g_unix_set_fd_nonblocking()
` [PATCH v2 19/26] chardev: replace qemu_set_nonblock()
` [PATCH v2 20/26] io: replace qemu_set{_non}block()

[PATCH 00/18] RFC: Remove deprecated audio features
 2022-04-26  8:54 UTC  (32+ messages)
` [PATCH 01/18] hw/audio: Remove -soundhw support
` [PATCH 02/18] hw/input/tsc210x: Extract common init code into new function
` [PATCH 03/18] hw/audio: Simplify hda audio init
` [PATCH 04/18] hw/audio/lm4549: Add errp error reporting to init function
` [PATCH 05/18] tests/qtest: Specify audiodev= and -audiodev
` [PATCH 06/18] ui/vnc: Require audiodev=
` [PATCH 07/18] Introduce machine's default-audiodev property
` [PATCH 13/18] audio: Make AUD_register_card fallible and require audiodev=
` [PATCH 14/18] audio: Require AudioState in AUD_add_capture
` [PATCH 15/18] audio: Be more strict during audio backend initialisation
` [PATCH 16/18] audio: Remove legacy audio environment variables and options
` [PATCH 17/18] audio: Remove unused can_be_default
` [PATCH 18/18] audio/spiceaudio: Fail initialisation when not using spice

[PATCH v2 00/43] Add LoongArch softmmu support
 2022-04-26  9:03 UTC  (14+ messages)
` [PATCH v2 19/43] target/loongarch: Add CSRs definition
` [PATCH v2 20/43] target/loongarch: Add basic vmstate description of CPU
` [PATCH v2 23/43] target/loongarch: Add LoongArch interrupt and exception handle
` [PATCH v2 25/43] target/loongarch: Add LoongArch CSR instruction
` [PATCH v2 29/43] target/loongarch: Add timer related instructions support
` [PATCH v2 34/43] hw/intc: Add LoongArch extioi interrupt controller(EIOINTC)

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-04-26  8:51 UTC  (9+ messages)
` [RFC PATCH v2 1/8] aio_wait_kick: add missing memory barrier
` [RFC PATCH v2 2/8] coroutine-lock: release lock when restarting all coroutines
` [RFC PATCH v2 3/8] block: introduce a lock to protect graph operations
` [RFC PATCH v2 4/8] async: register/unregister aiocontext in graph lock list
` [RFC PATCH v2 5/8] block.c: wrlock in bdrv_replace_child_noperm
` [RFC PATCH v2 6/8] block: assert that graph read and writes are performed correctly
` [RFC PATCH v2 7/8] graph-lock: implement WITH_GRAPH_RDLOCK_GUARD and GRAPH_RDLOCK_GUARD macros
` [RFC PATCH v2 8/8] mirror: protect drains in coroutine with rdlock

[PATCH qemu 0/9] Add mask agnostic behavior for rvv instructions
 2022-04-26  8:47 UTC  (11+ messages)
` [PATCH qemu 1/9] target/riscv: rvv: Add mask agnostic for vv instructions
` [PATCH qemu 2/9] target/riscv: rvv: Add mask agnostic for vector load / store instructions
` [PATCH qemu 3/9] target/riscv: rvv: Add mask agnostic for vx instructions
` [PATCH qemu 4/9] target/riscv: rvv: Add mask agnostic for vector integer shift instructions
` [PATCH qemu 5/9] target/riscv: rvv: Add mask agnostic for vector integer comparison instructions
` [PATCH qemu 6/9] target/riscv: rvv: Add mask agnostic for vector fix-point arithmetic instructions
` [PATCH qemu 7/9] target/riscv: rvv: Add mask agnostic for vector floating-point instructions
` [PATCH qemu 8/9] target/riscv: rvv: Add mask agnostic for vector mask instructions
` [PATCH qemu 9/9] target/riscv: rvv: Add mask agnostic for vector permutation instructions

[RFC 00/18] vfio: Adopt iommufd
 2022-04-26  8:39 UTC  (17+ messages)

[qemu.qmp PATCH 00/12] python: fork qemu.qmp python lib into independent repo
 2022-04-26  8:16 UTC  (16+ messages)
` [qemu.qmp PATCH 01/12] fork qemu.qmp from qemu.git
` [qemu.qmp PATCH 02/12] update maintainer metadata
` [qemu.qmp PATCH 04/12] update project URLs
` [qemu.qmp PATCH 06/12] move README.rst to FILES.rst and update
` [qemu.qmp PATCH 11/12] remove sub-dependency pins from Pipfile

[PATCH v9 0/7] MSG_ZEROCOPY + multifd
 2022-04-26  8:10 UTC  (10+ messages)
` [PATCH v9 1/7] QIOChannel: Add flags on io_writev and introduce io_flush callback
` [PATCH v9 2/7] QIOChannelSocket: Implement io_writev zero copy flag & io_flush for CONFIG_LINUX
` [PATCH v9 3/7] migration: Add zero-copy-send parameter for QMP/HMP for Linux
` [PATCH v9 4/7] migration: Add migrate_use_tls() helper
` [PATCH v9 5/7] multifd: multifd_send_sync_main now returns negative on error
` [PATCH v9 6/7] multifd: Send header packet without flags if zero-copy-send is enabled
` [PATCH v9 7/7] multifd: Implement zero copy write in multifd migration (multifd-zero-copy)

[PULL 0/6] Kraxel 20220425 patches
 2022-04-26  7:57 UTC  (5+ messages)

[PATCH v2] error-report: fix g_date_time_format assertion
 2022-04-26  7:46 UTC  (2+ messages)

[PATCH] error-report: Fix GDateTime usage
 2022-04-26  6:41 UTC  (2+ messages)

[PATCH v2 0/5] 9pfs: macOS host fixes
 2022-04-26  3:57 UTC  (5+ messages)
` [PATCH v2 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS

[PATCH v6 0/3] aspeed/hace: Support AST2600 HACE
 2022-04-26  2:11 UTC  (4+ messages)
` [PATCH v6 1/3] aspeed/hace: Support HMAC Key Buffer register
` [PATCH v6 2/3] aspeed/hace: Support AST2600 HACE
` [PATCH v6 3/3] tests/qtest: Add test for Aspeed HACE accumulative mode

Backtrace stopped: previous frame identical to this frame (corrupt stack?) , even with fresh qemu and linux build
 2022-04-26  1:46 UTC  (3+ messages)

[PATCH v5 0/3] aspeed/hace: Support AST2600 HACE
 2022-04-26  1:42 UTC  (4+ messages)
` [PATCH v5 2/3] "

[PATCH 0/9] 9pfs: Add 9pfs support for Windows host
 2022-04-26  1:41 UTC  (11+ messages)
` [PATCH 1/9] hw/9pfs: Compile 9p-local.c and 9p-proxy.c for Linux and macOS
` [PATCH 2/9] qemu/xatth.h: Update for Windows build
` [PATCH 3/9] hw/9pfs: Extract common stuff to 9p-local.h
` [PATCH 4/9] fsdev: Add missing definitions for Windows in file-op-9p.h
` [PATCH 5/9] hw/9pfs: Add a 'local' file system backend driver for Windows
` [PATCH 6/9] hw/9pfs: Update 9p-synth.c for Windows build
` [PATCH 7/9] fsdev: Enable 'local' file system driver backend for Windows
` [PATCH 8/9] meson.build: Turn on virtfs for Windows host
` [PATCH 9/9] hw/9p: win32: Translate Windows error number to Linux value

[PATCH qemu v7 00/14] Add tail agnostic behavior for rvv instructions
 2022-04-26  0:19 UTC  (3+ messages)
` [PATCH qemu v7 03/14] target/riscv: rvv: Early exit when vstart >= vl

[EXT] Re: [PATCH v2] target/riscv: Fix incorrect PTE merge in walk_pte
 2022-04-26  0:16 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v5 00/21] migration: Postcopy Preemption
 2022-04-25 23:38 UTC  (22+ messages)
` [PATCH v5 01/21] tests: fix encoding of IP addresses in x509 certs
` [PATCH v5 02/21] tests: add more helper macros for creating TLS "
` [PATCH v5 03/21] tests: add migration tests of TLS with PSK credentials
` [PATCH v5 04/21] tests: add migration tests of TLS with x509 credentials
` [PATCH v5 05/21] tests: convert XBZRLE migration test to use common helper
` [PATCH v5 06/21] tests: convert multifd migration tests "
` [PATCH v5 07/21] tests: add multifd migration tests of TLS with PSK credentials
` [PATCH v5 08/21] tests: add multifd migration tests of TLS with x509 credentials
` [PATCH v5 09/21] tests: ensure migration status isn't reported as failed
` [PATCH v5 10/21] migration: Add postcopy-preempt capability
` [PATCH v5 11/21] migration: Postcopy preemption preparation on channel creation
` [PATCH v5 12/21] migration: Postcopy preemption enablement
` [PATCH v5 13/21] migration: Postcopy recover with preempt enabled
` [PATCH v5 14/21] migration: Create the postcopy preempt channel asynchronously
` [PATCH v5 15/21] migration: Parameter x-postcopy-preempt-break-huge
` [PATCH v5 16/21] migration: Add helpers to detect TLS capability
` [PATCH v5 17/21] migration: Export tls-[creds|hostname|authz] params to cmdline too
` [PATCH v5 18/21] migration: Enable TLS for preempt channel
` [PATCH v5 19/21] tests: Add postcopy tls migration test
` [PATCH v5 20/21] tests: Add postcopy tls recovery "
` [PATCH v5 21/21] tests: Add postcopy preempt tests

Live Migration ToDo
 2022-04-25 23:33 UTC  (6+ messages)

[PULL 00/14] Block patches
 2022-04-25 23:32 UTC  (16+ messages)
` [PULL 01/14] block: add 'force' parameter to 'blockdev-change-medium' command
` [PULL 02/14] iotests: replace calls to log(qemu_io(...)) with qemu_io_log()
` [PULL 03/14] iotests/163: Fix broken qemu-io invocation
` [PULL 04/14] iotests: Don't check qemu_io() output for specific error strings
` [PULL 05/14] iotests/040: Don't check image pattern on zero-length image
` [PULL 06/14] iotests/040: Fix TestCommitWithFilters test
` [PULL 07/14] iotests: create generic qemu_tool() function
` [PULL 08/14] iotests: rebase qemu_io() on top of qemu_tool()
` [PULL 09/14] iotests/migration-permissions: use assertRaises() for qemu_io() negative test
` [PULL 10/14] iotests/image-fleecing: switch to qemu_io()
` [PULL 11/14] iotests: remove qemu_io_pipe_and_status()
` [PULL 12/14] iotests: remove qemu_io_silent() and qemu_io_silent_check()
` [PULL 13/14] iotests: make qemu_io_log() check return codes by default
` [PULL 14/14] iotests/108: Fix when missing user_allow_other

[PATCH v2] Only advertise aio=io_uring if support is actually available
 2022-04-25 22:04 UTC  (5+ messages)

[PATCH 0/3] AVX guest implementation
 2022-04-25 21:33 UTC  (17+ messages)
` [PATCH v2 01/42] i386: pcmpestr 64-bit sign extension bug
` [PATCH v2 02/42] i386: DPPS rounding fix
` [PATCH v2 03/42] Add AVX_EN hflag
` [PATCH v2 06/42] i386: Add CHECK_NO_VEX
` [PATCH v2 07/42] Enforce VEX encoding restrictions
` [PATCH v2 08/42] i386: Add ZMM_OFFSET macro
` [PATCH v2 10/42] i386: Rewrite vector shift helper

[PULL 0/3] Block patches
 2022-04-25 20:35 UTC  (2+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 20:30 UTC  (13+ messages)

[PATCH v3 for-7.1] vfio/common: remove spurious tpm-crb-cmd misalignment warning
 2022-04-25 19:58 UTC  (2+ messages)

[PATCH 00/10] Misc cleanups
 2022-04-25 19:39 UTC  (5+ messages)
` [PATCH 04/10] tests: move libqtest.h back under qtest/
` [PATCH 05/10] libqtest: split QMP part in libqmp

[PATCH] Hexagon (tests/tcg/hexagon) reference file for float_convd
 2022-04-25 18:32 UTC 

[PATCH v8 00/17] vfio-user server in QEMU
 2022-04-25 17:40 UTC  (18+ messages)
` [PATCH v8 12/17] vfio-user: IOMMU support for remote device
` [PATCH v8 13/17] vfio-user: handle DMA mappings
` [PATCH v8 14/17] vfio-user: handle PCI BAR accesses
` [PATCH v8 15/17] vfio-user: handle device interrupts

[PATCH] nvme: fix bit buckets
 2022-04-25 14:33 UTC  (2+ messages)

Signing QEMU up for GitLab for Open Source?
 2022-04-25 14:22 UTC  (3+ messages)

[PATCH v2] target/ppc: Fix BookE debug interrupt generation
 2022-04-25 14:47 UTC  (3+ messages)

[PATCH] hw/crypto: add Allwinner sun4i-ss crypto device
 2022-04-25 14:29 UTC  (6+ messages)

[PATCH] target/xtensa: import core lx106
 2022-04-25 14:08 UTC  (6+ messages)

[PATCH v5 00/13] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-04-25 14:07 UTC  (10+ messages)
` [PATCH v5 04/13] mm/shmem: Restrict MFD_INACCESSIBLE memory against RLIMIT_MEMLOCK

[PATCH 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
 2022-04-25 13:56 UTC  (3+ messages)

[PATCH v2 0/3] i386: firmware parsing and sev setup for -bios loaded firmware
 2022-04-25 13:50 UTC  (4+ messages)
` [PATCH v2 1/3] i386: move bios load error message
` [PATCH v2 2/3] i386: factor out x86_firmware_configure()
` [PATCH v2 3/3] i386: firmware parsing and sev setup for -bios loaded firmware

[PATCH v2] target/xtensa: import core lx106
 2022-04-25  5:23 UTC  (3+ messages)

[PATCH v3 0/6] 9pfs: macOS host fixes
 2022-04-25 13:16 UTC  (3+ messages)
` [PATCH v3 6/6] 9pfs: fix qemu_mknodat() to always return -1 on error on macOS host


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).