qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-27 11:27:39 to 2023-09-28 11:11:01 UTC [more...]

[PATCH] chardev/char-pty: Avoid losing bytes when the other side just (re-)connected
 2023-09-28 11:10 UTC  (9+ messages)

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-28 11:08 UTC  (23+ messages)
` [PATCH 08/52] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PATCH 10/52] migration/rdma: Eliminate error_propagate()
` [PATCH 13/52] migration/rdma: Make qemu_rdma_buffer_mergable() return bool
` [PATCH 26/52] migration/rdma: Replace int error_state by bool errored
` [PATCH 39/52] migration/rdma: Convert qemu_rdma_write_one() to Error
` [PATCH 51/52] migration/rdma: Use error_report() & friends instead of stderr

[PATCH v2] target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
 2023-09-28 10:52 UTC  (2+ messages)

[PATCH 0/3] vhost: clean up device reset
 2023-09-28 10:38 UTC  (8+ messages)
` [PATCH 1/3] vhost-user: do not send RESET_OWNER on "
` [PATCH 2/3] vhost-backend: remove vhost_kernel_reset_device()
` [PATCH 3/3] virtio: call ->vhost_reset_device() during reset

[PATCH v7 00/12] NBD 64-bit extensions for qemu
 2023-09-28  9:09 UTC  (7+ messages)
` [PATCH v7 01/12] nbd/server: Support a request payload
` [PATCH v7 06/12] nbd/client: Plumb errp through nbd_receive_replies

[PULL v2 00/21] tricore queue
 2023-09-28  8:53 UTC  (22+ messages)
` [PULL v2 01/21] tests/tcg/tricore: Bump cpu to tc37x
` [PULL v2 02/21] target/tricore: Implement CRCN insn
` [PULL v2 03/21] target/tricore: Correctly handle FPU RM from PSW
` [PULL v2 04/21] target/tricore: Implement FTOU insn
` [PULL v2 05/21] target/tricore: Clarify special case for FTOUZ insn
` [PULL v2 06/21] target/tricore: Implement ftohp insn
` [PULL v2 07/21] target/tricore: Implement hptof insn
` [PULL v2 08/21] target/tricore: Fix RCPW/RRPW_INSERT insns for width = 0
` [PULL v2 09/21] target/tricore: Swap src and dst reg for RCRR_INSERT
` [PULL v2 10/21] target/tricore: Replace cpu_*_code with translator_*
` [PULL v2 11/21] target/tricore: Fix FTOUZ being ISA v1.3.1 up
` [PULL v2 12/21] tests/tcg/tricore: Extended and non-extened regs now match
` [PULL v2 13/21] hw/tricore: Log failing test in testdevice
` [PULL v2 14/21] tests/tcg: Reset result register after each test
` [PULL v2 15/21] tests/tcg/tricore: Add test for all arith insns up to addx
` [PULL v2 16/21] tests/tcg/tricore: Add test from 'and' to 'csub'
` [PULL v2 17/21] tests/tcg/tricore: Add test from 'dextr' to 'lt'
` [PULL v2 18/21] tests/tcg/tricore: Add test from 'max' to 'shas'
` [PULL v2 19/21] tests/tcg/tricore: Add test from 'shuffle' to 'xor.t'
` [PULL v2 20/21] target/tricore: Remove CSFRs from cpu.h
` [PULL v2 21/21] target/tricore: Change effective address (ea) to target_ulong

[PATCH v2 00/13] Cleanup deprecated audio features, take 2
 2023-09-28  8:16 UTC  (16+ messages)
` [PATCH 01/13] ui/vnc: Require audiodev= to enable audio
` [PATCH 02/13] audio: Require AudioState in AUD_add_capture
` [PATCH 03/13] audio: allow returning an error from the driver init
` [PATCH 04/13] audio: return Error ** from audio_state_by_name
` [PATCH 05/13] audio: commonize voice initialization
` [PATCH 06/13] audio: simplify flow in audio_init
` [PATCH 07/13] audio: remove QEMU_AUDIO_* and -audio-help support
` [PATCH 08/13] Introduce machine property "audiodev"
` [PATCH 09/13] hw/arm: Support machine-default audiodev with fallback
` [PATCH 10/13] hw/ppc: "
` [PATCH 11/13] vt82c686: "
` [PATCH 12/13] audio: forbid mixing default audiodev backend and -audiodev
` [PATCH 13/13] audio: forbid default audiodev backend with -nodefaults

[PATCH] crypto: only include tls-cipher-suites in emulators
 2023-09-28  8:13 UTC  (2+ messages)

[PATCH v3 0/6] python/machine: use socketpair() for console socket
 2023-09-28  8:12 UTC  (8+ messages)
` [PATCH v3 1/6] python/machine: move socket setup out of _base_args property
` [PATCH v3 2/6] python/machine: close sock_pair in cleanup path
` [PATCH v3 3/6] python/console_socket: accept existing FD in initializer
` [PATCH v3 4/6] python/machine: use socketpair() for console connections
` [PATCH v3 5/6] python/machine: use socketpair() for qtest connection
` [PATCH v3 6/6] python/machine: remove unused sock_dir argument

deadlock when using iothread during backup_clean()
 2023-09-28  8:06 UTC  (3+ messages)

[PATCH] Makefile: build plugins before running TCG tests
 2023-09-28  7:56 UTC 

[PATCH] meson: clean up static_library keyword arguments
 2023-09-28  7:52 UTC 

[PATCH] target/arm: Fix CNTPCT_EL0 trapping from EL0 when HCR_EL2.E2H is 0
 2023-09-28  7:26 UTC  (3+ messages)

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-09-28  6:56 UTC  (5+ messages)
` [PATCH v3 1/4] migration/qmp: Fix crash on setting tls-authz with null

[PATCH v7 0/2] tpm: add mssim backend
 2023-09-28  5:29 UTC  (6+ messages)
` [PATCH v7 1/2] tpm: convert tpmdev options processing to new visitor format
` [PATCH v7 2/2] tpm: add backend for mssim

[PATCH] hw/rdma: Deprecate the pvrdma device and the rdma subsystem
 2023-09-28  5:28 UTC  (3+ messages)

[PATCH] qtest/migration: Add a test for the analyze-migration script
 2023-09-28  5:07 UTC  (3+ messages)

[PATCH] tests/qtest: Fix npcm7xx_timer-test.c flaky test
 2023-09-28  4:44 UTC  (2+ messages)

[PATCH v2] hw/i386: changes towards enabling -Wshadow=local
 2023-09-28  3:44 UTC  (3+ messages)

[PATCH v2 00/12] Prerequisite change for IOMMUFD support
 2023-09-28  2:55 UTC  (26+ messages)
` [PATCH v2 04/12] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v2 06/12] vfio/pci: Introduce vfio_[attach/detach]_device
` [PATCH v2 08/12] vfio/ap: Use vfio_[attach/detach]_device
` [PATCH v2 09/12] vfio/ccw: "
` [PATCH v2 11/12] vfio/common: Introduce two kinds of VFIO device lists

[PATCH 0/5] migration: Downtime observability improvements
 2023-09-28  1:55 UTC  (3+ messages)
` [PATCH 1/5] migration: Store downtime timestamps in an array

[PATCH v3 0/7] *** Adds CPU hot-plug support to Loongarch ***
 2023-09-28  1:36 UTC  (18+ messages)
` [PATCH v3 1/7] Update ACPI GED framework to support vcpu hot-(un)plug
` [PATCH v3 2/7] Update CPUs AML with cpu-(ctrl)dev change

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-09-28  1:36 UTC  (21+ messages)
` [PATCH RFC V2 07/37] arm/virt, gicv3: Changes to pre-size GIC with possible vcpus @machine init
` [PATCH RFC V2 09/37] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH RFC V2 10/37] arm/acpi: Enable ACPI support for vcpu hotplug
` [PATCH RFC V2 11/37] hw/acpi: Add ACPI CPU hotplug init stub
` [PATCH RFC V2 12/37] hw/acpi: Use qemu_present_cpu() API in ACPI CPU hotplug init
` [PATCH RFC V2 13/37] hw/acpi: Init GED framework with cpu hotplug events
` [PATCH RFC V2 14/37] arm/virt: Add cpu hotplug events to GED during creation
` [PATCH RFC V2 15/37] arm/virt: Create GED dev before *disabled* CPU Objs are destroyed
` [PATCH RFC V2 16/37] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH RFC V2 17/37] arm/virt/acpi: Build CPUs AML with CPU Hotplug support

[PATCH 00/19] QEMU: CXL mailbox rework and features
 2023-09-27 22:58 UTC  (7+ messages)
` [PATCH 12/19] hw/cxl: Implement Physical Ports status retrieval
  ` [PATCH 01/19] hw/cxl/mbox: Pull the payload out of struct cxl_cmd and make instances constant
  ` [PATCH 02/19] hw/cxl/mbox: Split mailbox command payload into separate input and output

[PATCH] misc/pca9552: Let external devices set pca9552 inputs
 2023-09-27 22:56 UTC 

[PATCH v4 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-27 20:48 UTC  (3+ messages)
` [PATCH v4 1/4] docs/qcow2: add the zoned format feature

[PATCH] misc/pca9552: Fix inverted input status
 2023-09-27 20:32 UTC 

[PATCH v3 0/5] vhost-user: Back-end state migration
 2023-09-27 20:19 UTC  (7+ messages)
  ` [Virtio-fs] "

[PATCH 0/8] migration fixes
 2023-09-27 20:14 UTC  (5+ messages)

[PULL 00/19] Misc patches for 2023-09-26
 2023-09-27 20:13 UTC  (2+ messages)

[PATCH] analyze-migration: ignore RAM_SAVE_FLAG_MULTIFD_FLUSH
 2023-09-27 19:58 UTC  (2+ messages)

[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
 2023-09-27 19:13 UTC  (2+ messages)

[PATCH 0/1] linux-user: Add drm ioctls for userland graphics drivers
 2023-09-27 17:52 UTC  (2+ messages)
` [PATCH 1/1] linux-user: Add drm ioctls for "

[PULL 00/21] tricore queue
 2023-09-27 17:40 UTC  (2+ messages)

[PATCH v1 0/4] vfio: report NUMA nodes for device memory
 2023-09-27 16:37 UTC  (18+ messages)
` [PATCH v1 4/4] acpi/gpex: patch guest DSDT for dev mem information

[PATCH] MAINTAINERS: Add myself as a migration reviewer
 2023-09-27 16:26 UTC  (2+ messages)

[PATCH] virtio: remove unnecessary thread fence while reading next descriptor
 2023-09-27 15:47 UTC  (6+ messages)

[PATCH] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
 2023-09-27 15:45 UTC  (2+ messages)

[PATCH v2 0/2] virtio: clean up of virtqueue_split_read_next_desc()
 2023-09-27 15:38 UTC  (4+ messages)
` [PATCH v2 1/2] virtio: remove unnecessary thread fence while reading next descriptor
` [PATCH v2 2/2] virtio: remove unused next argument from virtqueue_split_read_next_desc()

[PATCH V4 0/2] migration file URI
 2023-09-27 15:15 UTC  (10+ messages)
        ` migration maintenance, governance [Was: Re: [PATCH V4 0/2] migration file URI]

[PATCH 0/8] docs/specs: Convert txt files to rST
 2023-09-27 15:12 UTC  (9+ messages)
` [PATCH 1/8] docs/specs/vmw_pvscsi-spec: Convert "
` [PATCH 2/8] docs/specs/edu: "
` [PATCH 3/8] docs/specs/ivshmem-spec: "
` [PATCH 4/8] docs/specs/pvpanic: "
` [PATCH 5/8] docs/specs/standard-vga: "
` [PATCH 6/8] docs/specs/virt-ctlr: "
` [PATCH 7/8] docs/specs/vmcoreinfo: "
` [PATCH 8/8] docs/specs/vmgenid: "

[PATCH v2 0/3] Another attempt at mailmap patches
 2023-09-27 14:55 UTC  (6+ messages)
` [PATCH v2 1/3] mailmap: Fix Andrey Drobyshev author email
` [PATCH v2 2/3] maint: Tweak comments in mailmap regarding SPF
` [PATCH v2 3/3] mailmap: Fix BALATON Zoltan author email

[PATCH v2] virtio: use shadow_avail_idx while checking number of heads
 2023-09-27 14:45 UTC  (2+ messages)

[PATCH] maint: Tweak comment in mailmap to sound friendlier
 2023-09-27 14:06 UTC  (3+ messages)

[PATCH] virtio: use shadow_avail_idx while checking number of heads
 2023-09-27 14:01 UTC  (11+ messages)

[PATCH] mailmap: Fix Andrey Drobyshev author email
 2023-09-27 13:35 UTC  (6+ messages)

[PATCH v11 0/9] rutabaga_gfx + gfxstream
 2023-09-27 12:33 UTC  (9+ messages)
` [PATCH v11 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH v13 0/9] rutabaga_gfx + gfxstream
 2023-09-27 12:26 UTC  (5+ messages)
` [PATCH v13 6/9] gfxstream + rutabaga: add initial support for gfxstream

[PATCH v2 0/1] tests/avocado: update firmware to enable OpenBSD test on sbsa-ref
 2023-09-27 12:00 UTC  (2+ messages)
` [PATCH v2 1/1] "

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-09-27 11:38 UTC  (6+ messages)
` [PATCH v1 1/9] qapi: golang: Generate qapi's enum types in Go
` [PATCH v1 5/9] qapi: golang: Generate qapi's union "
` [PATCH v1 6/9] qapi: golang: Generate qapi's event "
` [PATCH v1 8/9] qapi: golang: Add CommandResult type to Go


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