qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-04 15:49:26 to 2022-03-04 22:29:12 UTC [more...]

[PATCH v4 00/18] target/arm: Implement LVA, LPA, LPA2 features
 2022-03-04 22:28 UTC  (6+ messages)
` [PATCH v4 18/18] hw/arm/virt: Disable LPA2 for -machine virt-6.2

[PATCH v3 0/5] target/nios2: Shadow register set, EIC and VIC
 2022-03-04 22:25 UTC  (7+ messages)
` [PATCH v3 1/5] target/nios2: Check supervisor on eret
` [PATCH v3 2/5] target/nios2: Shadow register set
` [PATCH v3 3/5] target/nios2: Exteral Interrupt Controller (EIC)

[PULL 00/45] virtio,pc,pci: features, cleanups, fixes
 2022-03-04 22:13 UTC  (2+ messages)

[PATCH v2 0/8] softmmu: move and refactor -runas, -chroot and -daemonize
 2022-03-04 22:11 UTC  (14+ messages)
` [PATCH v2 1/8] softmmu: remove deprecated --enable-fips option
` [PATCH v2 2/8] os-posix: refactor code handling the -runas argument
` [PATCH v2 3/8] os-posix: refactor code handling the -chroot argument
` [PATCH v2 4/8] util: remove use of is_daemonized flag from logging code
` [PATCH v2 5/8] softmmu: refactor use of is_daemonized() method
` [PATCH v2 6/8] chardev: add API to block use of the stdio implementation
` [PATCH v2 7/8] softmmu: move parsing of -runas, -chroot and -daemonize code
` [PATCH v2 8/8] softmmu: remove is_daemonized() method

[PATCH v3 0/9] This patch series contains updates to PMBus in QEMU along with some PMBus device models for Renesas regulators. I have also added myself to MAINTAINERS as this code is in use daily, where I am responsible for it
 2022-03-04 21:43 UTC  (2+ messages)

[PULL 00/19] 9p queue 2022-03-04
 2022-03-04 21:31 UTC  (4+ messages)

[PATCH v2 00/12] nbd: enable use of TLS on non-TCP transports and other TLS improvements
 2022-03-04 21:27 UTC  (16+ messages)
` [PATCH v2 01/12] crypto: mandate a hostname when checking x509 creds on a client
` [PATCH v2 02/12] block: pass desired TLS hostname through from block driver client
` [PATCH v2 03/12] block/nbd: support override of hostname for TLS certificate validation
` [PATCH v2 04/12] qemu-nbd: add --tls-hostname option "
` [PATCH v2 05/12] block/nbd: don't restrict TLS usage to IP sockets
` [PATCH v2 06/12] tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference file
` [PATCH v2 07/12] tests/qemu-iotests: expand _filter_nbd rules
` [PATCH v2 08/12] tests/qemu-iotests: introduce filter for qemu-nbd export list
` [PATCH v2 09/12] tests/qemu-iotests: convert NBD TLS test to use standard filters
` [PATCH v2 10/12] tests/qemu-iotests: validate NBD TLS with hostname mismatch
` [PATCH v2 11/12] tests/qemu-iotests: validate NBD TLS with UNIX sockets
` [PATCH v2 12/12] tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSK

[PULL 00/11] QEMU changes for 2021-03-02
 2022-03-04 21:20 UTC  (8+ messages)

[PATCH v2 0/5] Remove qemu_gettimeofday()
 2022-03-04 21:16 UTC  (6+ messages)
` [PATCH v2 1/5] m68k/nios2-semi: fix gettimeofday() result check
` [PATCH v2 2/5] qtest: replace gettimeofday with GTimer
` [PATCH v2 3/5] qga: replace qemu_gettimeofday() with g_get_real_time()
` [PATCH v2 4/5] Replace "
` [PATCH v2 5/5] oslib: drop qemu_gettimeofday()

[PATCH 0/4] RFC: remove qemu_gettimeofday()
 2022-03-04 21:12 UTC  (19+ messages)
` [PATCH 1/4] m68k/nios2-semi: fix gettimeofday() result check
` [PATCH 2/4] qtest: replace gettimeofday with GTimer
` [PATCH 3/4] Replace qemu_gettimeofday() with g_get_real_time()
` [PATCH 4/4] oslib: drop qemu_gettimeofday()

[PATCH v2 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-04 20:23 UTC  (7+ messages)
` [PATCH v2 1/5] python/utils: add add_visual_margin() text decoration utility
` [PATCH v2 2/5] python/utils: add VerboseProcessError
` [PATCH v2 3/5] iotests: Remove explicit checks for qemu_img() == 0
` [PATCH v2 4/5] iotests: make qemu_img raise on non-zero rc by default
` [PATCH v2 5/5] iotests: fortify compare_images() against crashes

[PATCH v2 0/9] Cleanup of qemu_oom_check() and qemu_memalign()
 2022-03-04 20:20 UTC  (5+ messages)
` [PATCH v2 4/9] util: Return valid allocation for qemu_try_memalign() with zero size
` [PATCH v2 6/9] util: Share qemu_try_memalign() implementation between POSIX and Windows

[PATCH v3] i386/sev: Ensure attestation report length is valid before retrieving
 2022-03-04 20:11 UTC 

[PATCH v5 0/2] target/arm: Enable LPA2
 2022-03-04 20:03 UTC  (3+ messages)
` [PATCH v5 1/2] target/arm: Provide cpu property for controling FEAT_LPA2
` [PATCH v5 2/2] hw/core: Disable LPA2 for -machine virt-6.2

[PATCH] hw/block: m25p80: Add support for w25q01jvq
 2022-03-04 19:47 UTC  (3+ messages)

[PATCH v2] i386/sev: Ensure attestation report length is valid before retrieving
 2022-03-04 19:37 UTC 

[PATCH 00/12] nbd: enable use of TLS on non-TCP transports and other TLS improvements
 2022-03-04 19:32 UTC  (21+ messages)
` [PATCH 02/12] block: pass desired TLS hostname through from block driver client
` [PATCH 05/12] block/nbd: don't restrict TLS usage to IP sockets
` [PATCH 06/12] tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference file
` [PATCH 07/12] tests/qemu-iotests: expand _filter_nbd rules
` [PATCH 08/12] tests/qemu-iotests: introduce filter for qemu-nbd export list
` [PATCH 09/12] tests/qemu-iotests: convert NBD TLS test to use standard filters
` [PATCH 10/12] tests/qemu-iotests: validate NBD TLS with hostname mismatch
` [PATCH 11/12] tests/qemu-iotests: validate NBD TLS with UNIX sockets
` [PATCH 12/12] tests/qemu-iotests: validate NBD TLS with UNIX sockets and PSK

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-03-04 19:24 UTC  (8+ messages)
` [PATCH v4 01/12] mm/shmem: Introduce F_SEAL_INACCESSIBLE

[PULL v2 00/21] tcg patch queue
 2022-03-04 19:09 UTC 

[PATCH] i386/sev: Ensure attestation report length is valid before retrieving
 2022-03-04 19:05 UTC  (2+ messages)

[PATCH 00/10] Python: Fix qmp race condition on accept()
 2022-03-04 18:28 UTC  (24+ messages)
` [PATCH 01/10] python/aqmp: add _session_guard()
` [PATCH 02/10] python/aqmp: rename 'accept()' to 'start_server_and_accept()'
` [PATCH 03/10] python/aqmp: remove _new_session and _establish_connection
` [PATCH 04/10] python/aqmp: split _client_connected_cb() out as _incoming()
` [PATCH 05/10] python/aqmp: squelch pylint warning for too many lines
` [PATCH 06/10] python/aqmp: refactor _do_accept() into two distinct steps
` [PATCH 07/10] python/aqmp: stop the server during disconnect()
` [PATCH 08/10] python/aqmp: add start_server() and accept() methods
` [PATCH 09/10] python/aqmp: fix race condition in legacy.py
` [PATCH 10/10] python/aqmp: drop _bind_hack()

[PATCH v2] hw/arm/virt: Fix gic-version=max when CONFIG_ARM_GIC_TCG is unset
 2022-03-04 18:36 UTC  (2+ messages)

[PULL 00/30] tcg patch queue
 2022-03-04 18:47 UTC  (3+ messages)

[PATCH 0/7] target/ppc: Vector/VSX instruction batch fixes
 2022-03-04 17:51 UTC  (8+ messages)
` [PATCH 1/7] target/ppc: Fix vmul[eo]* instructions marked 2.07
` [PATCH 2/7] target/ppc: use ext32u and deposit in do_vx_vmulhw_i64
` [PATCH 3/7] target/ppc: use extract/extract2 to create vrlqnm mask
` [PATCH 4/7] target/ppc: use andc in vrlqmi
` [PATCH 5/7] target/ppc: split XXGENPCV macros for readability
` [PATCH 6/7] target/ppc: Add missing helper_reset_fpstatus to VSX_MAX_MINC
` [PATCH 7/7] target/ppc: Add missing helper_reset_fpstatus to helper_XVCVSPBF16

[PATCH 0/4] softmmu: move and refactor -runas, -chroot and -daemonize
 2022-03-04 17:21 UTC  (8+ messages)
` [PATCH 1/4] softmmu: remove deprecated --enable-fips option
` [PATCH 2/4] os-posix: refactor code handling the -runas argument
` [PATCH 4/4] softmmu: move parsing of -runas, -chroot and -daemonize code

[PATCH v3 0/5] tests/tcg/ppc64le: fix the build of TCG tests with Clang
 2022-03-04 16:54 UTC  (6+ messages)
` [PATCH v3 1/5] tests/tcg/ppc64le: use inline asm instead of __builtin_mtfsf
` [PATCH v3 2/5] target/ppc: change xs[n]madd[am]sp to use float64r32_muladd
` [PATCH v3 3/5] tests/tcg/ppc64le: drop __int128 usage in bcdsub
` [PATCH v3 4/5] tests/tcg/ppc64le: emit bcdsub with .long when needed
` [PATCH v3 5/5] tests/tcg/ppc64le: Use Altivec register names in clobber list

[PULL 00/50] Block layer patches
 2022-03-04 16:47 UTC  (51+ messages)
` [PULL 01/50] crypto: perform permission checks under BQL
` [PULL 02/50] crypto: distinguish between main loop and I/O in block_crypto_amend_options_generic_luks
` [PULL 03/50] block: introduce bdrv_activate
` [PULL 04/50] block: rename bdrv_invalidate_cache_all, blk_invalidate_cache and test_sync_op_invalidate_cache
` [PULL 05/50] block: move BQL logic of bdrv_co_invalidate_cache in bdrv_activate
` [PULL 06/50] tls: add macros for coroutine-safe TLS variables
` [PULL 07/50] util/async: replace __thread with QEMU TLS macros
` [PULL 08/50] rcu: use coroutine "
` [PULL 09/50] cpus: use coroutine TLS macros for iothread_locked
` [PULL 10/50] os-posix: Add os_set_daemonize()
` [PULL 11/50] qsd: Add pre-init argument parsing pass
` [PULL 12/50] qsd: Add --daemonize
` [PULL 13/50] iotests/185: Add post-READY quit tests
` [PULL 14/50] main-loop.h: introduce qemu_in_main_thread()
` [PULL 15/50] main loop: macros to mark GS and I/O functions
` [PULL 16/50] include/block/block: split header into I/O and global state API
` [PULL 17/50] assertions for block "
` [PULL 18/50] IO_CODE and IO_OR_GS_CODE for block I/O API
` [PULL 19/50] block/export/fuse.c: allow writable exports to take RESIZE permission
` [PULL 20/50] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [PULL 21/50] block/block-backend.c: assertions for block-backend
` [PULL 22/50] IO_CODE and IO_OR_GS_CODE for block-backend I/O API
` [PULL 23/50] block.c: assertions to the block layer permissions API
` [PULL 24/50] include/block/block_int: split header into I/O and global state API
` [PULL 25/50] assertions for block_int "
` [PULL 26/50] IO_CODE and IO_OR_GS_CODE for block_int I/O API
` [PULL 27/50] block: introduce assert_bdrv_graph_writable
` [PULL 28/50] include/block/blockjob_int.h: split header into I/O and GS API
` [PULL 29/50] GS and IO CODE macros for blockjob_int.h
` [PULL 30/50] block.c: add assertions to static functions
` [PULL 31/50] include/block/blockjob.h: global state API
` [PULL 32/50] assertions for blockjob.h "
` [PULL 33/50] include/sysemu/blockdev.h: "
` [PULL 34/50] assertions for blockdev.h "
` [PULL 35/50] include/block/snapshot: global state API + assertions
` [PULL 36/50] block/copy-before-write.h: "
` [PULL 37/50] block/coroutines: I/O and "I/O or GS" API
` [PULL 38/50] block_int-common.h: split function pointers in BlockDriver
` [PULL 39/50] block_int-common.h: assertions in the callers of BlockDriver function pointers
` [PULL 40/50] block_int-common.h: split function pointers in BdrvChildClass
` [PULL 41/50] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [PULL 42/50] block-backend-common.h: split function pointers in BlockDevOps
` [PULL 43/50] job.h: split function pointers in JobDriver
` [PULL 44/50] job.h: assertions in the callers of JobDriver function pointers
` [PULL 45/50] block: Make bdrv_refresh_limits() non-recursive
` [PULL 46/50] iotests: Allow using QMP with the QSD
` [PULL 47/50] iotests/graph-changes-while-io: New test
` [PULL 48/50] tests/qemu-iotests: Rework the checks and spots using GNU sed
` [PULL 49/50] block/amend: Always call .bdrv_amend_clean()
` [PULL 50/50] block/amend: Keep strong reference to BDS

What is the correct way to handle the VirtIO config space in vhost-user?, What is the correct way to handle the VirtIO config space in vhost-user?
 2022-03-04 16:49 UTC  (5+ messages)
  `  "

[PATCH v6 00/43] CXl 2.0 emulation Support
 2022-03-04 17:13 UTC  (5+ messages)
` [PATCH v6 27/43] hw/cxl/host: Add support for CXL Fixed Memory Windows

[PATCH] Revert "check-block: replace -makecheck with TAP output"
 2022-03-04 16:57 UTC  (2+ messages)

[PATCH] target/arm: Fix handling of LPAE block descriptors
 2022-03-04 16:56 UTC 

[PULL 0/6] hw/nvme updates
 2022-03-04 16:47 UTC  (2+ messages)

[PATCH v2 1/1] virtio: fix feature negotiation for ACCESS_PLATFORM
 2022-03-04 16:23 UTC 

[PATCH 0/5] iotests: add enhanced debugging info to qemu-img failures
 2022-03-04 16:21 UTC  (4+ messages)
` [PATCH 1/5] python/utils: add add_visual_margin() text decoration utility

MacOS cocoa/OpenGL
 2022-03-04 15:34 UTC 

[PATCH 0/5] block/amend: Fix failures seen in iotest 296
 2022-03-04 16:16 UTC  (3+ messages)
` [PATCH 5/5] iotests/296: Accept early failure

[PATCH v7 0/4] hw/acpi: add indication for i8042 in IA-PC boot flags of the FADT table
 2022-03-04 15:40 UTC  (2+ messages)
` [PATCH v7 4/4] hw/acpi/microvm: turn on 8042 bit in FADT boot architecture flags if present


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