QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-11 06:09:15 to 2021-06-12 06:39:09 UTC [more...]

Subject: [PATCH] hw/vmxnet3: fix vmxnet3 g_assert_not_reached bug
 2021-06-12  6:03 UTC 

[PATCH v4 0/8] GICv3 LPI and ITS feature implementation
 2021-06-12  6:08 UTC  (6+ messages)
` [PATCH v4 1/8] hw/intc: GICv3 ITS initial framework
` [PATCH v4 2/8] hw/intc: GICv3 ITS register definitions added

[PATCH] linux-user: Set CF_PARALLEL when mapping shared memory
 2021-06-12  6:08 UTC 

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-12  5:28 UTC  (10+ messages)
` [RFC PATCH 4/5] qmp: Added qemu-ebpf-rss-path command

[RFC PATCH V1 0/3] tpm: Eliminate TPM related code if CONFIG_TPM is not set
 2021-06-12  1:21 UTC  (4+ messages)
` [RFC PATCH V1 1/3] acpi: Eliminate all "
` [RFC PATCH V1 2/3] arm: "
` [RFC PATCH V1 3/3] sysemu: Make TPM structures inaccessible if CONFIG_TPM is not defined

[PATCH v2 0/3] hw/nvme: namespace parameter for EUI-64
 2021-06-11 23:46 UTC  (4+ messages)
` [PATCH v2 1/3] hw: virt: consider hw_compat_6_0
` [PATCH v2 2/3] hw/nvme: namespace parameter for EUI-64
` [PATCH v2 3/3] hw/nvme: default for namespace EUI-64

[PULL 00/34] tcg patch queue
 2021-06-11 23:41 UTC  (35+ messages)
` [PULL 01/34] meson: Split out tcg/meson.build
` [PULL 02/34] meson: Split out fpu/meson.build
` [PULL 03/34] tcg: Re-order tcg_region_init vs tcg_prologue_init
` [PULL 04/34] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PULL 05/34] tcg: Split out tcg_region_initial_alloc
` [PULL 06/34] tcg: Split out tcg_region_prologue_set
` [PULL 07/34] tcg: Split out region.c
` [PULL 08/34] accel/tcg: Inline cpu_gen_init
` [PULL 09/34] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PULL 10/34] accel/tcg: Rename tcg_init to tcg_init_machine
` [PULL 11/34] tcg: Create tcg_init
` [PULL 12/34] accel/tcg: Merge tcg_exec_init into tcg_init_machine
` [PULL 13/34] accel/tcg: Use MiB in tcg_init_machine
` [PULL 14/34] accel/tcg: Pass down max_cpus to tcg_init
` [PULL 15/34] tcg: Introduce tcg_max_ctxs
` [PULL 16/34] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PULL 17/34] tcg: Replace region.end with region.total_size
` [PULL 18/34] tcg: Rename region.start to region.after_prologue
` [PULL 19/34] tcg: Tidy tcg_n_regions
` [PULL 20/34] tcg: Tidy split_cross_256mb
` [PULL 21/34] tcg: Move in_code_gen_buffer and tests to region.c
` [PULL 22/34] tcg: Allocate code_gen_buffer into struct tcg_region_state
` [PULL 23/34] tcg: Return the map protection from alloc_code_gen_buffer
` [PULL 24/34] tcg: Sink qemu_madvise call to common code
` [PULL 25/34] util/osdep: Add qemu_mprotect_rw
` [PULL 26/34] tcg: Round the tb_size default from qemu_get_host_physmem
` [PULL 27/34] tcg: Merge buffer protection and guard page protection
` [PULL 28/34] tcg: When allocating for !splitwx, begin with PROT_NONE
` [PULL 29/34] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/
` [PULL 30/34] tcg: Introduce tcg_remove_ops_after
` [PULL 31/34] tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*
` [PULL 32/34] tcg/arm: Fix tcg_out_op function signature
` [PULL 33/34] softfloat: Fix tp init in float32_exp2
` [PULL 34/34] docs/devel: Explain in more detail the TB chaining mechanisms

[PATCH 0/8] configure: Change to -std=gnu11
 2021-06-11 23:36 UTC  (10+ messages)
` [PATCH 1/8] configure: Use -std=gnu11
` [PATCH 2/8] softfloat: Use _Generic instead of QEMU_GENERIC
` [PATCH 3/8] util: Use real functions for thread-posix QemuRecMutex
` [PATCH 4/8] util: Pass file+line to qemu_rec_mutex_unlock_impl
` [PATCH 5/8] util: Use unique type for QemuRecMutex in thread-posix.h
` [PATCH 6/8] include/qemu/lockable: Use _Generic instead of QEMU_GENERIC
` [PATCH 7/8] qemu/compiler: Remove QEMU_GENERIC
` [PATCH 8/8] configure: Remove probe for _Static_assert

[RFC PATCH 0/2] New NBD metacontext
 2021-06-11 23:39 UTC  (3+ messages)
` [PATCH 2/2] nbd: Add new qemu:joint-allocation metadata context

[RFC] EventListener design for Python Async QMP library
 2021-06-11 23:16 UTC 

[PATCH] qemu-{img,nbd}: Don't report zeroed cluster as a hole
 2021-06-11 21:41 UTC  (18+ messages)

[PATCH 00/11] python: move /scripts/qmp/gemu-ga-client.py to qemu.qmp package
 2021-06-11 20:58 UTC  (2+ messages)

[PATCH v2] s390x/css: Selectively copy sense data to IRB
 2021-06-11 20:21 UTC 

[PATCH 0/7] vhost-user-blk: Implement reconnection during realize
 2021-06-11 20:15 UTC  (15+ messages)
` [PATCH 1/7] vhost: Add Error parameter to vhost_dev_init()
` [PATCH 2/7] vhost: Distinguish errors in vhost_backend_init()
` [PATCH 3/7] vhost: Return 0/-errno in vhost_dev_init()
` [PATCH 4/7] vhost-user-blk: Add Error parameter to vhost_user_blk_start()
` [PATCH 5/7] vhost: Distinguish errors in vhost_dev_get_config()
` [PATCH 6/7] vhost-user-blk: Factor out vhost_user_blk_realize_connect()
` [PATCH 7/7] vhost-user-blk: Implement reconnection during realize

[PATCH v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-11 20:04 UTC  (4+ messages)
` [PATCH v2 7/9] virtiofsd: Add inodes_by_handle hash table
  ` [Virtio-fs] "

QEMU | USB Ethernet device (RNDIS) does not work on several tested operating systems (#198)
 2021-06-11 19:48 UTC  (2+ messages)

[PATCH V3 00/22] Live Update
 2021-06-11 19:43 UTC  (6+ messages)
` [PATCH V3 12/22] vfio-pci: cpr part 1

[PATCH] target/arm: Implement MTE3
 2021-06-11 19:06 UTC 

[PATCH v2] qemu-img: Make unallocated part of backing chain obvious in map
 2021-06-11 19:03 UTC  (5+ messages)
` [PATCH v2 2/1] qemu-img: Add "backing":true to unallocated map segments

[PATCH] docs: Add '-device intel-iommu' entry
 2021-06-11 18:55 UTC 

[PATCH v4 0/6] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-06-11 18:31 UTC  (7+ messages)
` [PATCH v4 1/6] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v4 2/6] ACPI ERST: header file for ERST
` [PATCH v4 3/6] ACPI ERST: support for ACPI ERST feature
` [PATCH v4 4/6] ACPI ERST: create ACPI ERST table for pc/x86 machines
` [PATCH v4 5/6] ACPI ERST: qtest for ERST
` [PATCH v4 6/6] ACPI ERST: step 6 of bios-tables-test.c

[PATCH v3 0/7] tests/acceptance: Handle tests with "cpu" tag
 2021-06-11 18:30 UTC  (2+ messages)

tb_flush() calls causing long Windows XP boot times
 2021-06-11 18:22 UTC  (7+ messages)

[PATCH v4 00/32] block/nbd: rework client connection
 2021-06-11 17:23 UTC  (24+ messages)
` [PATCH v4 05/32] qemu-sockets: introduce socket_address_parse_named_fd()
` [PATCH v4 06/32] block/nbd: call socket_address_parse_named_fd() in advance
` [PATCH v4 10/32] block/nbd: simplify waking of nbd_co_establish_connection()
` [PATCH v4 11/32] block/nbd: drop thr->state
` [PATCH v4 16/32] block/nbd: introduce nbd_client_connection_release()
` [PATCH v4 18/32] nbd/client-connection: use QEMU_LOCK_GUARD
` [PATCH v4 19/32] nbd/client-connection: add possibility of negotiation
` [PATCH v4 20/32] nbd/client-connection: implement connection retry
` [PATCH v4 21/32] nbd/client-connection: shutdown connection on release
` [PATCH v4 28/32] block/nbd: split nbd_co_do_establish_connection out of nbd_reconnect_attempt

[PATCH 0/6] qapi: static typing conversion, pt5b
 2021-06-11 17:21 UTC  (8+ messages)
` [PATCH 2/6] qapi/parser: Allow empty QAPIDoc Sections

[PATCH 0/4] modules: add support for target-specific modules
 2021-06-11 17:14 UTC  (9+ messages)

[PATCH v2] Test comment for git-publish
 2021-06-11 17:11 UTC  (2+ messages)

[PATCH] configure: map x32 to cpu_family x86_64 for meson
 2021-06-11 17:09 UTC  (2+ messages)

[PATCH v2] semihosting/arm-compat: remove heuristic softmmu SYS_HEAPINFO
 2021-06-11 17:01 UTC  (5+ messages)

[PATCH v3] docs/devel: Explain in more detail the TB chaining mechanisms
 2021-06-11 16:45 UTC  (2+ messages)

[PATCH v2] virtiofsd: use GDateTime for formatting timestamp for debug messages
 2021-06-11 16:43 UTC 

[PATCH 0/7] replace all use of strftime() with g_date_time_format()
 2021-06-11 16:29 UTC  (5+ messages)
` [PATCH 3/7] net/rocker: use GDateTime for formatting timestamp in debug messages
` [PATCH 5/7] io: use GDateTime for formatting timestamp for websock headers

[PATCH] tcg/arm: Fix tcg_out_op function signature
 2021-06-11 16:29 UTC  (2+ messages)

[PATCH] Test comment for git-publish
 2021-06-11 16:23 UTC  (2+ messages)

[RFC PATCH 0/7] Support protection keys in an AMD EPYC-Milan VM
 2021-06-11 16:01 UTC  (2+ messages)

[PATCH v2] async: the main AioContext is only "current" if under the BQL
 2021-06-11 15:58 UTC  (6+ messages)

[PATCH] docs: describe the security considerations with virtiofsd xattr mapping
 2021-06-11 15:42 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH RFC 0/1] linux-user/s390x: save/restore condition code state during signal handling
 2021-06-11 15:18 UTC  (3+ messages)
` [PATCH RFC 1/1] "

[PATCH v3 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-11 15:15 UTC  (7+ messages)
` [PATCH v3 7/7] migration/dirtyrate: implement dirty-ring dirtyrate calculation

[PATCH 0/1] vfio-ccw: Fix garbage sense data on I/O error
 2021-06-11 14:37 UTC  (7+ messages)
` [PATCH 1/1] vfio-ccw: Keep passthrough sense data intact

[PATCH v7 1/2] target/i386: Trivial code motion and code style fix
 2021-06-11 14:32 UTC  (6+ messages)
` [PATCH v7 2/2] target/i386: Correct implementation for FCS, FIP, FDS and FDP

Fwd: GSoC Intro - TUI interface for QMP
 2021-06-11 14:06 UTC  (4+ messages)
    `  "

[PATCH 0/4] AIA local interrupt CSR support
 2021-06-11 14:04 UTC  (8+ messages)
` [PATCH 3/4] target/riscv: Implement AIA local interrupt CSRs

[PATCH v8 00/15] RAM_NORESERVE, MAP_NORESERVE and hostmem "reserve" property
 2021-06-11 13:35 UTC  (3+ messages)

[PATCH v2 0/2] tpm: Return QMP error when TPM is disabled in build
 2021-06-11 12:32 UTC  (9+ messages)
` [RFC PATCH v2 1/2] qapi: Inline qmp_marshal_output() functions

[PATCH v2 0/2] DEVICE_UNPLUG_ERROR QAPI event
 2021-06-11 12:18 UTC  (5+ messages)
` [PATCH v2 1/2] qapi/machine.json: add "
` [PATCH v2 2/2] spapr: use DEVICE_UNPLUG_ERROR to report unplug errors

[PULL 00/12] Net patches
 2021-06-11 12:02 UTC  (3+ messages)
` [PULL 11/12] Add the function of colo_compare_cleanup

[PATCH] esp: store lun coming from the MESSAGE OUT phase
 2021-06-11 11:57 UTC 

[PATCH v2 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer
 2021-06-11 11:52 UTC  (5+ messages)
` [PATCH v2 2/3] hw/timer: Initial commit of Ibex Timer

[PATCH 0/5] esp: fixes for MacOS toolbox ROM
 2021-06-11 11:52 UTC  (6+ messages)
` [PATCH 4/5] esp: revert 75ef849696 "esp: correctly fill bus id with requested lun"

[PATCH] block/nvme: Fix VFIO_MAP_DMA failed: No space left on device
 2021-06-11 11:46 UTC 

[PATCH] softfloat: Fix tp init in float32_exp2
 2021-06-11 11:45 UTC  (2+ messages)

[PATCH] tcg: Fix documentation for tcg_constant_* vs tcg_temp_free_*
 2021-06-11 11:17 UTC  (2+ messages)

[PATCH] accel/tcg: Use MiB in tcg_init_machine
 2021-06-11 11:16 UTC  (2+ messages)

[PATCH] util/oslib-win32: Fix fatal assertion in qemu_try_memalign
 2021-06-11 11:12 UTC  (3+ messages)

[PATCH v6 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-06-11 11:00 UTC  (11+ messages)
` [PATCH v6 2/4] Jobs based on custom runners: build environment docs and playbook
` [PATCH v6 4/4] Jobs based on custom runners: add job definitions for QEMU's machines

[PATCH v8 00/12] qtests: Check accelerator available at runtime via QMP 'query-accels'
 2021-06-11  9:51 UTC  (3+ messages)
` [PATCH v8 02/12] accel: Introduce 'query-accels' QMP command

[PATCH V7 0/6] Passthrough specific network traffic in COLO
 2021-06-11  9:36 UTC  (5+ messages)
` [PATCH V7 1/6] qapi/net: Add IPFlowSpec and QMP command for COLO passthrough

[RFC PATCH 00/11] RISC-V: support clic v0.9 specification
 2021-06-11  9:26 UTC  (8+ messages)
` [RFC PATCH 08/11] target/riscv: Update CSR xnxti in CLIC mode

iotest 233 failing
 2021-06-11  9:17 UTC  (4+ messages)

[PATCH v4 6/8] hw/intc: GICv3 redistributor ITS processing
 2021-06-11  8:30 UTC  (3+ messages)

[PATCH] qemu-img: Use "depth":-1 to make backing probes obvious
 2021-06-11  8:16 UTC  (3+ messages)

[PATCH 1/1] hw: virt: consider hw_compat_6_0
 2021-06-11  7:32 UTC  (2+ messages)

[PATCH 1/3] qga-win: Increase VSS freeze timeout to 60 secs instead of 10
 2021-06-11  6:56 UTC  (2+ messages)

[Bug 391880] Re: migrate exec hangs for several minutes if the pipe is closed before all its data is written
 2021-06-11  6:12 UTC 


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 read-only IMAP folder(s) and NNTP newsgroup(s).