QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-09 00:21:57 to 2021-06-09 15:59:10 UTC [more...]

[PATCH v6 0/4] GitLab Custom Runners and Jobs (was: QEMU Gating CI)
 2021-06-09 15:53 UTC  (18+ messages)
` [PATCH v6 1/4] Jobs based on custom runners: documentation and configuration placeholder
` [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 v2 0/9] virtiofsd: Allow using file handles instead of O_PATH FDs
 2021-06-09 15:55 UTC  (2+ messages)
` [PATCH v2 1/9] virtiofsd: Add TempFd structure

[PATCH 0/7] vhost-user-blk: Implement reconnection during realize
 2021-06-09 15:46 UTC  (7+ 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 7/7] vhost-user-blk: Implement reconnection during realize

[PATCH v4 0/6] Allow changing bs->file on reopen
 2021-06-09 15:53 UTC  (3+ messages)

[PATCH 00/22] Convert more checks to Meson
 2021-06-09 15:46 UTC  (5+ messages)
` [PATCH 05/26] configure, meson: convert pam detection to meson

[PATCH v4 00/13] [RfC] fix tracing for modules
 2021-06-09 15:21 UTC  (15+ messages)
` [PATCH v4 01/13] qemu-trace-stap: changing SYSTEMTAP_TAPSET considered harmful
` [PATCH v4 07/13] meson: move up hw subdir (specifically before trace subdir)
` [PATCH v4 09/13] trace/stap: build stap files for modules
` [PATCH v4 11/13] virtio-gpu: split trace points
` [PATCH v4 12/13] meson: move virtio trace events to separate file
` [PATCH v4 13/13] meson: move virtio-gl "

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

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

[PATCH] tpm: Return QMP error when TPM is disabled in build
 2021-06-09 15:25 UTC 

[PATCH v3 00/28] tcg: Clean up code_gen_buffer allocation
 2021-06-09 14:59 UTC  (67+ messages)
` [PATCH v3 01/28] meson: Split out tcg/meson.build
` [PATCH v3 02/28] meson: Split out fpu/meson.build
` [PATCH v3 03/28] tcg: Re-order tcg_region_init vs tcg_prologue_init
` [PATCH v3 04/28] tcg: Remove error return from tcg_region_initial_alloc__locked
` [PATCH v3 05/28] tcg: Split out tcg_region_initial_alloc
` [PATCH v3 06/28] tcg: Split out tcg_region_prologue_set
` [PATCH v3 07/28] tcg: Split out region.c
` [PATCH v3 08/28] accel/tcg: Inline cpu_gen_init
` [PATCH v3 09/28] accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
` [PATCH v3 10/28] accel/tcg: Rename tcg_init to tcg_init_machine
` [PATCH v3 11/28] tcg: Create tcg_init
` [PATCH v3 12/28] accel/tcg: Merge tcg_exec_init into tcg_init_machine
` [PATCH v3 13/28] accel/tcg: Pass down max_cpus to tcg_init
` [PATCH v3 14/28] tcg: Introduce tcg_max_ctxs
` [PATCH v3 15/28] tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
` [PATCH v3 16/28] tcg: Replace region.end with region.total_size
` [PATCH v3 17/28] tcg: Rename region.start to region.after_prologue
` [PATCH v3 18/28] tcg: Tidy tcg_n_regions
` [PATCH v3 19/28] tcg: Tidy split_cross_256mb
` [PATCH v3 20/28] tcg: Move in_code_gen_buffer and tests to region.c
` [PATCH v3 21/28] tcg: Allocate code_gen_buffer into struct tcg_region_state
` [PATCH v3 22/28] tcg: Return the map protection from alloc_code_gen_buffer
` [PATCH v3 23/28] tcg: Sink qemu_madvise call to common code
` [PATCH v3 24/28] util/osdep: Add qemu_mprotect_rw
` [PATCH v3 25/28] tcg: Round the tb_size default from qemu_get_host_physmem
` [PATCH v3 26/28] tcg: Merge buffer protection and guard page protection
` [PATCH v3 27/28] tcg: When allocating for !splitwx, begin with PROT_NONE
` [PATCH v3 28/28] tcg: Move tcg_init_ctx and tcg_ctx from accel/tcg/

[PULL 0/9] migration queue
 2021-06-09 14:45 UTC  (10+ messages)
` [PULL 1/9] yank: Unregister function when using TLS migration
` [PULL 2/9] migration/rdma: Fix cm event use after free
` [PULL 3/9] channel-socket: Only set CLOEXEC if we have space for fds
` [PULL 4/9] io/net-listener: Call the notifier during finalize
` [PULL 5/9] migration: Add cleanup hook for inwards migration
` [PULL 6/9] migration/socket: Close the listener at the end
` [PULL 7/9] sockets: Support multipath TCP
` [PULL 8/9] migration/dirtyrate: make sample page count configurable
` [PULL 9/9] hmp: Add "calc_dirty_rate" and "info dirty_rate" cmds

[PATCH 1/1] hw/nvme: namespace parameter for EUI64
 2021-06-09 14:39 UTC  (7+ messages)

[RFC QEMU PATCH] ui: Make the DisplayType enum entries conditional
 2021-06-09 14:36 UTC  (10+ messages)

[PATCH 00/55] target/arm: First slice of MVE implementation
 2021-06-09 14:33 UTC  (17+ messages)
` [PATCH 11/55] target/arm: Implement MVE VLDR/VSTR (non-widening forms)
` [PATCH 20/55] target/arm: Implement MVE VDUP
` [PATCH 29/55] target/arm: Implement MVE VMLALDAV
` [PATCH 30/55] target/arm: Implement MVE VMLSLDAV
` [PATCH 31/55] include/qemu/int128.h: Add function to create Int128 from int64_t
` [PATCH 32/55] target/arm: Implement MVE VRMLALDAVH, VRMLSLDAVH

[PATCH v1 0/5] virtio-gpu: Add implicit (and default) sync mechanism for blobs
 2021-06-09 14:28 UTC  (2+ messages)

[PULL 00/12] Machine and OS X changes for 2021-06-08
 2021-06-09 14:25 UTC  (2+ messages)

[RFC PATCH 0/4] target/ppc: mmu cleanup
 2021-06-09 14:13 UTC  (2+ messages)

[PATCH v3 0/7] support dirtyrate at the granualrity of vcpu
 2021-06-09 14:12 UTC  (2+ messages)

[RFC PATCH v2 0/2] cputlb: implement load_helper_unaligned() for unaligned loads
 2021-06-09 14:10 UTC  (3+ messages)
` [PATCH v2 1/2] accel/tcg/cputlb: Extract load_helper_unaligned() from load_helper()
` [RFC PATCH v2 2/2] cputlb: implement load_helper_unaligned() for unaligned loads

[RFC v3 00/29] vDPA software assisted live migration
 2021-06-09 14:06 UTC  (8+ messages)
` [RFC v3 04/29] vhost: Add x-vhost-enable-shadow-vq qmp

[PATCH] configure: map x32 to cpu_family x86_64 for meson
 2021-06-09 13:48 UTC  (5+ messages)

[PATCH v4 0/2] cocoa: keyboard quality of life
 2021-06-09 13:27 UTC  (5+ messages)
` [PATCH v4 1/2] ui/cocoa: capture all keys and combos when mouse is grabbed

[PATCH] tests/unit/test-char.c: Fix error handling issues
 2021-06-09 13:19 UTC  (5+ messages)

[PATCH] qemu-config: use qemu_opts_from_qdict
 2021-06-09 13:18 UTC  (2+ messages)

[PATCH] configure: Check whether we can compile the s390-ccw bios with -msoft-float
 2021-06-09 12:46 UTC  (2+ messages)

[PATCH v4 0/3] vl: add -object support back into -readconfig
 2021-06-09 12:40 UTC  (5+ messages)
` [PATCH v4 1/3] qemu-config: parse configuration files to a QDict

[PATCH v3 0/5] block-copy: protect block-copy internal structures
 2021-06-09 12:25 UTC  (10+ messages)
` [PATCH v3 1/5] block-copy: streamline choice of copy_range vs. read/write
` [PATCH v3 2/5] block-copy: improve comments of BlockCopyTask and BlockCopyState types and functions
` [PATCH v3 4/5] block-copy: add a CoMutex

[PATCH] vnc: avoid deprecation warnings for SASL on OS X
 2021-06-09 12:24 UTC  (2+ messages)

[PATCH] async: the main AioContext is only "current" if under the BQL
 2021-06-09 12:20 UTC  (4+ messages)

[PATCH v3 00/33] block/nbd: rework client connection
 2021-06-09 12:17 UTC  (9+ messages)
` [PATCH v3 06/33] util/async: aio_co_schedule(): support reschedule in same ctx

[PATCH] vl: Fix an assert failure in error path
 2021-06-10  8:47 UTC  (4+ messages)

[PATCH 0/2] esp: minor fixes for older Linux versions
 2021-06-09 12:13 UTC  (2+ messages)

[PATCH 0/3] Acceptance Tests: support choosing specific distro and version
 2021-06-09 12:11 UTC  (2+ messages)

Fwd: GSoC Intro - TUI interface for QMP
 2021-06-09 12:07 UTC  (9+ messages)
      `  "

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

[PATCH v14 0/8] MTE support for KVM guest
 2021-06-09 11:19 UTC  (11+ messages)
` [PATCH v14 1/8] arm64: mte: Handle race when synchronising tags
` [PATCH v14 2/8] arm64: Handle MTE tags zeroing in __alloc_zeroed_user_highpage()
` [PATCH v14 8/8] KVM: arm64: Document MTE capability and ioctl

[RFC PATCH] cputlb: implement load_helper_unaligned() for unaligned loads
 2021-06-09 11:17 UTC  (3+ messages)

[PATCH 0/2] hw/misc: DPS310 temp and pressure sensor model
 2021-06-09 10:58 UTC  (3+ messages)
` [PATCH 1/2] hw/misc: Add Infineon DPS310 "
` [PATCH 2/2] arm/aspeed: Add DPS310 to Witherspoon and Rainier

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-06-09 10:49 UTC  (5+ messages)
` [PATCH v2 3/3] qapi: "

[RFC PATCH 0/5] ppc/Pegasos2 VOF
 2021-06-09 10:28 UTC  (3+ messages)

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-06-09 10:19 UTC  (14+ messages)

A bug of Monitor Chardev ?
 2021-06-09 10:13 UTC  (5+ messages)

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-06-09 10:04 UTC  (6+ messages)
` [RFC PATCH 1/5] ebpf: Added eBPF initialization by fds
` [RFC PATCH 2/5] virtio-net: Added property to load eBPF RSS with fds
` [RFC PATCH 3/5] ebpf_rss_helper: Added helper for eBPF RSS
` [RFC PATCH 4/5] qmp: Added qemu-ebpf-rss-path command
` [RFC PATCH 5/5] meson: libbpf dependency now exclusively for Linux

[PATCH 0/3] virtio-pci: Checks for virtio device presence on the bus
 2021-06-09  9:58 UTC  (4+ messages)
` [PATCH 1/3] virtio-pci: Added check for virtio device presence in mm callbacks
` [PATCH 2/3] virtio-pci: Added check for virtio device in PCI config cbs
` [PATCH 3/3] virtio-pci: Changed return values for "notify", "device" and "isr" read

QEmu ARC port - decoder implementation feedback
 2021-06-09  9:58 UTC 

[PATCH v4 00/26] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-06-09  9:09 UTC  (2+ messages)

Prevent compiler warning on block.c
 2021-06-09  9:04 UTC  (4+ messages)

[PATCH v2 0/3] hw/riscv: OpenTitan: Add support for the RISC-V timer
 2021-06-09  7:57 UTC  (6+ messages)
` [PATCH v2 2/3] hw/timer: Initial commit of Ibex Timer
` [PATCH v2 3/3] hw/riscv: OpenTitan: Connect the mtime and mtimecmp timer

[PATCH] KVM: Fix dirty ring mmap incorrect size due to renaming accident
 2021-06-09  7:51 UTC  (2+ messages)

[PATCH 0/4] Jobs based on custom runners: add CentOS Stream 8
 2021-06-09  7:08 UTC  (3+ messages)
` [PATCH 1/4] block.c: fix compilation error on possible unitialized variable

[PATCH qemu v20] spapr: Implement Open Firmware client interface
 2021-06-09  6:13 UTC  (6+ messages)

[RESEND] Multiple SMMUv3 instances on PCI Bus and PCI Host Bridge
 2021-06-09  5:24 UTC  (3+ messages)

[PATCH 0/4] With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards
 2021-06-09  5:23 UTC  (7+ messages)
` [PATCH 4/4] aspeed: sonorapass: enable pca954x muxes

[PATCH v2 0/3] With the pca954x i2c mux available, enable it on aspeed and nuvoton BMC boards
 2021-06-09  4:51 UTC  (3+ messages)
` [PATCH v2 3/3] hw/arm: quanta-q71l add pca954x muxes

[PATCH v1 2/5] ui: Add a helper to wait on a dmabuf sync
 2021-06-09  2:55 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).