messages from 2022-12-14 09:10:36 to 2022-12-15 10:27:42 UTC [more...]
[PATCH] target/i386/hax: Add XCR0 support
2022-12-15 10:26 UTC (4+ messages)
[PULL v2 00/30] QAPI patches patches for 2022-12-14
2022-12-15 10:13 UTC (4+ messages)
` [PULL v2 10/30] qapi block: Elide redundant has_FOO in generated C
` [PULL v2 18/30] qapi net: "
[PATCH-for-8.0] tests/vm: Update get_default_jobs() to work on non-x86_64 non-KVM hosts
2022-12-15 10:12 UTC (2+ messages)
[PATCH] tests/tcg/multiarch: remove unused variable in linux-test
2022-12-15 9:58 UTC
[PATCH v2] hostmem: Honor multiple preferred nodes if possible
2022-12-15 9:55 UTC
[PULL 00/51] Block layer patches
2022-12-15 9:44 UTC (54+ 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
[PULL 00/19] Next 8.0 patches
2022-12-15 9:38 UTC (20+ messages)
` [PULL 01/19] multifd: Create page_size fields into both MultiFD{Recv, Send}Params
` [PULL 02/19] multifd: Create page_count "
` [PULL 03/19] migration: Export ram_transferred_ram()
` [PULL 04/19] migration: Export ram_release_page()
` [PULL 05/19] migration: Take bitmap mutex when completing ram migration
` [PULL 06/19] migration: Add postcopy_preempt_active()
` [PULL 07/19] migration: Cleanup xbzrle zero page cache update logic
` [PULL 08/19] migration: Trivial cleanup save_page_header() on same block check
` [PULL 09/19] migration: Remove RAMState.f references in compression code
` [PULL 10/19] migration: Yield bitmap_mutex properly when sending/sleeping
` [PULL 11/19] migration: Use atomic ops properly for page accountings
` [PULL 12/19] migration: Teach PSS about host page
` [PULL 13/19] migration: Introduce pss_channel
` [PULL 14/19] migration: Add pss_init()
` [PULL 15/19] migration: Make PageSearchStatus part of RAMState
` [PULL 16/19] migration: Move last_sent_block into PageSearchStatus
` [PULL 17/19] migration: Send requested page directly in rp-return thread
` [PULL 18/19] migration: Remove old preempt code around state maintainance
` [PULL 19/19] migration: Drop rs->f
[PATCH 0/5] migration: Fix disorder of channel creations
2022-12-15 9:40 UTC (7+ 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 v1 0/2] Add irq number property for loongarch pch interrupt controller
2022-12-15 8:30 UTC (5+ messages)
` [PATCH v1 1/2] hw/intc/loongarch_pch_msi: add irq number property
` [PATCH v1 2/2] hw/intc/loongarch_pch_pic: "
[PATCH] linux-user: Add translation for argument of msync()
2022-12-15 8:15 UTC (3+ messages)
[PULL for 7.2-rc4 0/1] loongarch for 7.2-rc4 patch
2022-12-15 8:12 UTC (3+ messages)
[PULL 0/1] loongarch-to-apply queue
2022-12-15 8:09 UTC (2+ messages)
` [PULL 1/1] hw/loongarch/virt: Add cfi01 pflash device
[PATCH 0/8] tcg/loongarch64: Reorg goto_tb and cleanups
2022-12-15 7:53 UTC (6+ messages)
` [PATCH 1/8] target/loongarch: Enable the disassembler for host tcg
` [PATCH 3/8] tcg/loongarch64: Update tcg-insn-defs.c.inc
qemu no sound
2022-12-15 7:36 UTC
[PATCH 0/5] include/hw/pci include/hw/cxl: Clean up includes
2022-12-15 7:34 UTC (8+ messages)
` [PATCH 1/5] include/hw/pci: Clean up superfluous inclusion of pci*/*.h cxl/*.h
` [PATCH 6/5] include/hw/cxl: Break inclusion loop
[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
[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 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
[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 (2+ messages)
[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 (4+ 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 (2+ 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)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).