qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-13 23:50:44 to 2022-12-15 06:51:10 UTC [more...]

[PATCH 0/4] coroutine: Clean up includes
 2022-12-15  6:49 UTC  (4+ messages)
` [PATCH 4/4] coroutine: Break inclusion loop

[PATCH v2 0/5] Nested virtualization fixes for QEMU
 2022-12-15  3:25 UTC  (7+ messages)
` [PATCH v2 2/5] target/riscv: Update VS timer whenever htimedelta changes

[PATCH] tpm: add backend for mssim
 2022-12-15  2:42 UTC  (18+ messages)

CVMSEG Emulation
 2022-12-15  0:57 UTC 

[ANNOUNCE] QEMU 7.2.0 is now available
 2022-12-14 23:46 UTC 

[PULL 00/51] Block layer patches
 2022-12-14 22:35 UTC  (53+ messages)
` [PULL 01/51] block: Inline bdrv_detach_child()
` [PULL 02/51] block: drop bdrv_remove_filter_or_cow_child
` [PULL 03/51] block: bdrv_refresh_perms(): allow external tran
` [PULL 04/51] block: refactor bdrv_list_refresh_perms to allow any list of nodes
` [PULL 05/51] qed: Don't yield in bdrv_qed_co_drain_begin()
` [PULL 06/51] test-bdrv-drain: Don't yield in .bdrv_co_drained_begin/end()
` [PULL 07/51] block: Revert .bdrv_drained_begin/end to non-coroutine_fn
` [PULL 08/51] block: Remove drained_end_counter
` [PULL 09/51] block: Inline bdrv_drain_invoke()
` [PULL 10/51] block: Fix locking for bdrv_reopen_queue_child()
` [PULL 11/51] block: Drain individual nodes during reopen
` [PULL 12/51] block: Don't use subtree drains in bdrv_drop_intermediate()
` [PULL 13/51] stream: Replace subtree drain with a single node drain
` [PULL 14/51] block: Remove subtree drains
` [PULL 15/51] block: Call drain callbacks only once
` [PULL 16/51] block: Remove ignore_bds_parents parameter from drain_begin/end
` [PULL 17/51] block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()
` [PULL 18/51] block: Don't poll in bdrv_replace_child_noperm()
` [PULL 19/51] block: Remove poll parameter from bdrv_parent_drained_begin_single()
` [PULL 20/51] block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_above callers
` [PULL 21/51] block-copy: add coroutine_fn annotations
` [PULL 22/51] nbd/server.c: "
` [PULL 23/51] block-backend: replace bdrv_*_above with blk_*_above
` [PULL 24/51] block/vmdk: add coroutine_fn annotations
` [PULL 25/51] block: avoid duplicating filename string in bdrv_create
` [PULL 26/51] block: distinguish between bdrv_create running in coroutine and not
` [PULL 27/51] block: bdrv_create_file is a coroutine_fn
` [PULL 28/51] block: rename generated_co_wrapper in co_wrapper_mixed
` [PULL 29/51] block-coroutine-wrapper.py: introduce co_wrapper
` [PULL 30/51] block-coroutine-wrapper.py: support functions without bs arg
` [PULL 31/51] block-coroutine-wrapper.py: support also basic return types
` [PULL 32/51] block: convert bdrv_create to co_wrapper
` [PULL 33/51] block/dirty-bitmap: convert coroutine-only functions "
` [PULL 34/51] block: Factor out bdrv_drain_all_begin_nopoll()
` [PULL 35/51] graph-lock: Introduce a lock to protect block graph operations
` [PULL 36/51] graph-lock: Implement guard macros
` [PULL 37/51] async: Register/unregister aiocontext in graph lock list
` [PULL 38/51] Import clang-tsa.h
` [PULL 39/51] clang-tsa: Add TSA_ASSERT() macro
` [PULL 40/51] clang-tsa: Add macros for shared locks
` [PULL 41/51] configure: Enable -Wthread-safety if present
` [PULL 42/51] test-bdrv-drain: Fix incorrrect drain assumptions
` [PULL 43/51] block: Fix locking in external_snapshot_prepare()
` [PULL 44/51] block: wrlock in bdrv_replace_child_noperm
` [PULL 45/51] block: remove unnecessary assert_bdrv_graph_writable()
` [PULL 46/51] block: assert that graph read and writes are performed correctly
` [PULL 47/51] graph-lock: TSA annotations for lock/unlock functions
` [PULL 48/51] Mark assert_bdrv_graph_readable/writable() GRAPH_RD/WRLOCK
` [PULL 49/51] block-coroutine-wrapper.py: introduce annotations that take the graph rdlock
` [PULL 50/51] block: use co_wrapper_mixed_bdrv_rdlock in functions taking the rdlock
` [PULL 51/51] block: GRAPH_RDLOCK for functions only called by co_wrappers

[RFC v3 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-14 21:38 UTC  (7+ messages)
` [RFC v3 1/3] memory: add depth assert in address_space_to_flatview
` [RFC v3 2/3] virtio: support delay of checks in virtio_load()

[PATCH 0/5] migration: Fix disorder of channel creations
 2022-12-14 21:30 UTC  (6+ messages)
` [PATCH 1/5] io: Add support for MSG_PEEK for socket channel
` [PATCH 2/5] migration: check magic value for deciding the mapping of channels

[PATCH v2] hw/cxl/device: Add Flex Bus Port DVSEC
 2022-12-14 20:54 UTC 

[PATCH 0/2] test
 2022-12-14 20:48 UTC 

[PULL v2 00/30] QAPI patches patches for 2022-12-14
 2022-12-14 19:19 UTC  (3+ messages)
` [PULL v2 10/30] qapi block: Elide redundant has_FOO in generated C
` [PULL v2 18/30] qapi net: "

[PATCH v4 0/4] hw/nvme: fix broken shadow doorbells on some platforms
 2022-12-14 18:34 UTC  (7+ messages)
` [PATCH v4 2/4] hw/nvme: rename shadow doorbell related trace events
` [PATCH v4 3/4] hw/nvme: fix missing endian conversions for doorbell buffers
` [PATCH v4 4/4] hw/nvme: fix missing cq eventidx update

QEMU function trace
 2022-12-14 18:04 UTC  (8+ messages)
  `  "

[PATCH v1 00/24] vfio-user client
 2022-12-14 17:59 UTC  (5+ messages)
` [PATCH v1 15/24] vfio-user: forward msix BAR accesses to server
` [PATCH v1 16/24] vfio-user: proxy container connect/disconnect

[PATCH v2 00/27] target/s390x: pc-relative translation blocks
 2022-12-14 17:22 UTC  (3+ messages)
` [PATCH v2 27/27] target/s390x: Enable TARGET_TB_PCREL

[PULL 00/30] QAPI patches patches for 2022-12-14
 2022-12-14 17:03 UTC  (36+ messages)
` [PULL 01/30] docs/devel/qapi-code-gen: Update example to match current code
` [PATCH 1/2] include/hw/virtio: Break inclusion loop
` [PATCH 2/2] include: Include headers where needed
` [PULL 02/30] qapi: Tidy up whitespace in generated code
` [PULL 03/30] docs/devel/qapi-code-gen: Extend example for next commit's change
` [PULL 04/30] qapi: Start to elide redundant has_FOO in generated C
` [PULL 05/30] qapi tests: Elide "
` [PULL 06/30] qapi acpi: "
` [PULL 07/30] qapi audio: "
` [PULL 08/30] blockdev: Clean up abuse of DriveBackup member format
` [PULL 09/30] nbd/server: Clean up abuse of BlockExportOptionsNbd member @arg
` [PULL 10/30] qapi block: Elide redundant has_FOO in generated C
` [PULL 11/30] qapi chardev: "
` [PULL 12/30] qapi crypto: "
` [PULL 13/30] qapi dump: "
` [PULL 14/30] qapi job: "
` [PULL 15/30] qapi machine: "
` [PULL 16/30] qapi migration: "
` [PULL 17/30] qapi misc: "
` [PULL 18/30] qapi net: "
` [PULL 19/30] qapi pci: "
` [PULL 20/30] qapi qdev qom: "
` [PULL 21/30] qapi replay: "
` [PULL 22/30] qapi rocker: "
` [PULL 23/30] qapi run-state: "
` [PULL 24/30] qapi stats: "
` [PULL 25/30] qapi tpm: "
` [PULL 26/30] qapi transaction: "
` [PULL 27/30] qapi ui: "
` [PULL 28/30] qapi virtio: "
` [PULL 29/30] qapi qga: "
` [PULL 30/30] qapi: Drop temporary logic to support conversion step by step

[PULL 00/14] Miscellaneous patches for 2022-12-14
 2022-12-14 16:46 UTC  (15+ messages)
` [PULL 01/14] Drop more useless casts from void * to pointer
` [PULL 02/14] error: Drop some obviously superfluous error_propagate()
` [PULL 03/14] error: Drop a few superfluous ERRP_GUARD()
` [PULL 04/14] error: Move ERRP_GUARD() to the beginning of the function
` [PULL 05/14] monitor: Simplify monitor_fd_param()'s error handling
` [PULL 06/14] monitor: Use ERRP_GUARD() in monitor_init()
` [PULL 07/14] qemu-config: Make config_parse_qdict() return bool
` [PULL 08/14] qemu-config: Use ERRP_GUARD() where obviously appropriate
` [PULL 09/14] sockets: "
` [PULL 10/14] qapi: Use returned bool to check for failure (again)
` [PULL 11/14] io: Tidy up fat-fingered parameter name
` [PULL 12/14] cleanup: Tweak and re-run return_directly.cocci
` [PULL 13/14] block/vmdk: Simplify vmdk_co_create() to return directly
` [PULL 14/14] ppc4xx_sdram: Simplify sdram_ddr_size() to return

[PATCH] gdbstub: Have syscall_complete/[gs]et_reg to target agnostic typedefs
 2022-12-14 16:09 UTC  (4+ messages)

[PATCH] docs/acpi/bits: document BITS_DEBUG environment variable
 2022-12-14 15:55 UTC  (3+ messages)

[PATCH v2] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
 2022-12-14 15:54 UTC  (7+ messages)

[PATCH] acpi/tests/avocado/bits: add mformat as one of the dependencies
 2022-12-14 15:53 UTC  (2+ messages)

[PATCH v3] virtio-rng: return available data with O_NONBLOCK
 2022-12-14 15:36 UTC  (11+ messages)

[PATCH 0/6] target/arm: general cleanups
 2022-12-14 14:30 UTC  (3+ messages)

[PATCH] gdbstub: move update guest debug to accel ops
 2022-12-14 14:16 UTC  (4+ messages)

[PATCH-for-8.0] coroutine: Add missing <qemu/atomic.h> include
 2022-12-14 14:11 UTC  (5+ messages)

[PATCH] hw/cxl/device: Add Flex Bus Port DVSEC
 2022-12-14 14:01 UTC  (3+ messages)

[PATCH] configure: Fix check-tcg not executing any tests
 2022-12-14 13:30 UTC  (4+ messages)

[PATCH v2 for-8.0 0/2] pci: drop redundant PCIDeviceClass::is_bridge field
 2022-12-14 11:39 UTC  (3+ messages)

[PATCH 0/3] audio: make audiodev introspectable by mgmt apps
 2022-12-14 11:28 UTC  (4+ messages)
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema

[RFC PATCH v2 00/22] Xen HVM support under KVM
 2022-12-14 11:04 UTC  (6+ messages)
` [RFC PATCH v2 16/22] i386/xen: handle VCPUOP_register_vcpu_info

[PATCH] hostmem: Honour multiple preferred nodes if possible
 2022-12-14 10:54 UTC  (2+ messages)

[PATCH] tests/vm: Update haiku test vm to R1/Beta3
 2022-12-14 10:47 UTC  (2+ messages)

[PATCH v13 0/7] s390x: CPU Topology
 2022-12-14 10:39 UTC  (9+ messages)

[PULL 00/23] First batch of s390x, qtest, CI and misc patches for 8.0
 2022-12-14 10:09 UTC  (24+ messages)
` [PULL 01/23] s390x/pci: coalesce unmap operations
` [PULL 02/23] s390x/pci: shrink DMA aperture to be bound by vfio DMA limit
` [PULL 03/23] s390x/pci: reset ISM passthrough devices on shutdown and system reset
` [PULL 04/23] target/s390x/tcg/mem_helper: Test the right bits in psw_key_valid()
` [PULL 05/23] target/s390x: The MVCP and MVCS instructions are not privileged
` [PULL 06/23] monitor/misc: Remove superfluous include statements
` [PULL 07/23] scripts/make-release: Add a simple help text for the script
` [PULL 08/23] scripts/make-release: Only clone single branches to speed up "
` [PULL 09/23] util/qemu-config: Fix "query-command-line-options" to provide the right values
` [PULL 10/23] util/oslib-win32: Remove obsolete reference to g_poll code
` [PULL 11/23] MAINTAINERS: Add documentation files to the corresponding sections
` [PULL 12/23] hw: Include the VMWare devices only in the x86 targets
` [PULL 13/23] tests/qtest/libqos/e1000e: Remove "other" interrupts
` [PULL 14/23] tests/qtest/e1000e-test: De-duplicate constants
` [PULL 15/23] tests/qtest/libqos/e1000e: Correctly group register accesses
` [PULL 16/23] .gitlab-ci.d/windows.yml: Unify the prerequisite packages
` [PULL 17/23] .gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent
` [PULL 18/23] .gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for now
` [PULL 19/23] tests/qtest: Enable qtest build on Windows
` [PULL 20/23] FreeBSD: Upgrade to 12.4 release
` [PULL 21/23] gitlab-ci: Check building ppc64 without TCG
` [PULL 22/23] .gitlab/issue_templates: Move suggestions into comments
` [PULL 23/23] tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar

[PATCH v2] hw/net/vmxnet3: allow VMXNET3_MAX_MTU itself as a value
 2022-12-14  9:43 UTC  (2+ messages)

[PATCH] target/i386/hax: Add XCR0 support
 2022-12-14  9:39 UTC  (2+ messages)

[PATCH v4 3/3] vhost-user: Fix the virtio features negotiation flaw
 2022-12-14  8:23 UTC  (3+ messages)

[PATCH 0/3] block: Clean up includes
 2022-12-14  7:59 UTC  (4+ messages)
` [PATCH 1/3] include/block: Untangle inclusion loops

[PATCH v3 0/8] Make Intel PT configurable
 2022-12-14  1:48 UTC  (5+ messages)
` [PATCH v3 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-13 23:51 UTC  (5+ messages)
` [PATCH v10 1/9] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v10 6/9] KVM: Unmap existing mappings when change the memory attributes


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