qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-27 16:12:49 to 2023-09-28 13:30:39 UTC [more...]

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-09-28 13:20 UTC  (49+ messages)
` [PATCH v2 01/53] migration/rdma: Clean up qemu_rdma_poll()'s return type
` [PATCH v2 02/53] migration/rdma: Clean up qemu_rdma_data_init()'s "
` [PATCH v2 03/53] migration/rdma: Clean up rdma_delete_block()'s "
` [PATCH v2 04/53] migration/rdma: Drop fragile wr_id formatting
` [PATCH v2 05/53] migration/rdma: Consistently use uint64_t for work request IDs
` [PATCH v2 06/53] migration/rdma: Fix unwanted integer truncation
` [PATCH v2 07/53] migration/rdma: Clean up two more harmless signed vs. unsigned issues
` [PATCH v2 08/53] migration/rdma: Give qio_channel_rdma_source_funcs internal linkage
` [PATCH v2 09/53] migration/rdma: Fix qemu_rdma_accept() to return failure on errors
` [PATCH v2 10/53] migration/rdma: Put @errp parameter last
` [PATCH v2 11/53] migration/rdma: Eliminate error_propagate()
` [PATCH v2 12/53] migration/rdma: Drop rdma_add_block() error handling
` [PATCH v2 13/53] migration/rdma: Drop qemu_rdma_search_ram_block() "
` [PATCH v2 14/53] migration/rdma: Make qemu_rdma_buffer_mergeable() return bool
` [PATCH v2 15/53] migration/rdma: Use bool for two RDMAContext flags
` [PATCH v2 16/53] migration/rdma: Fix or document problematic uses of errno
` [PATCH v2 17/53] migration/rdma: Ditch useless numeric error codes in error messages
` [PATCH v2 18/53] migration/rdma: Fix io_writev(), io_readv() methods to obey contract
` [PATCH v2 19/53] migration/rdma: Replace dangerous macro CHECK_ERROR_STATE()
` [PATCH v2 20/53] migration/rdma: Fix qemu_rdma_broken_ipv6_kernel() to set error
` [PATCH v2 21/53] migration/rdma: Fix qemu_get_cm_event_timeout() to always "
` [PATCH v2 22/53] migration/rdma: Drop dead qemu_rdma_data_init() code for !@host_port
` [PATCH v2 23/53] migration/rdma: Fix QEMUFileHooks method return values
` [PATCH v2 24/53] migration/rdma: Fix rdma_getaddrinfo() error checking
` [PATCH v2 25/53] migration/rdma: Return -1 instead of negative errno code
` [PATCH v2 26/53] migration/rdma: Dumb down remaining int error values to -1
` [PATCH v2 27/53] migration/rdma: Replace int error_state by bool errored
` [PATCH v2 28/53] migration/rdma: Drop superfluous assignments to @ret
` [PATCH v2 29/53] migration/rdma: Check negative error values the same way everywhere
` [PATCH v2 30/53] migration/rdma: Plug a memory leak and improve a message
` [PATCH v2 31/53] migration/rdma: Delete inappropriate error_report() in macro ERROR()
` [PATCH v2 32/53] migration/rdma: Retire "
` [PATCH v2 33/53] migration/rdma: Fix error handling around rdma_getaddrinfo()
` [PATCH v2 34/53] migration/rdma: Drop "@errp is clear" guards around error_setg()
` [PATCH v2 35/53] migration/rdma: Convert qemu_rdma_exchange_recv() to Error
` [PATCH v2 36/53] migration/rdma: Convert qemu_rdma_exchange_send() "
` [PATCH v2 38/53] migration/rdma: Convert qemu_rdma_reg_whole_ram_blocks() "
` [PATCH v2 39/53] migration/rdma: Convert qemu_rdma_write_flush() "
` [PATCH v2 40/53] migration/rdma: Convert qemu_rdma_write_one() "
` [PATCH v2 41/53] migration/rdma: Convert qemu_rdma_write() "
` [PATCH v2 42/53] migration/rdma: Convert qemu_rdma_post_send_control() "
` [PATCH v2 43/53] migration/rdma: Convert qemu_rdma_post_recv_control() "
` [PATCH v2 44/53] migration/rdma: Convert qemu_rdma_alloc_pd_cq() "
` [PATCH v2 45/53] migration/rdma: Silence qemu_rdma_resolve_host()
` [PATCH v2 46/53] migration/rdma: Silence qemu_rdma_connect()
` [PATCH v2 48/53] migration/rdma: Don't report received completion events as error
` [PATCH v2 50/53] migration/rdma: Silence qemu_rdma_register_and_get_keys()
` [PATCH v2 52/53] migration/rdma: Use error_report() & friends instead of stderr

[PATCH v24 00/21] s390x: CPU Topology
 2023-09-28 13:29 UTC  (7+ messages)
` [PATCH v24 02/21] CPU topology: extend with s390 specifics
` [PATCH v24 04/21] target/s390x/cpu topology: handle STSI(15) and build the SYSIB
` [PATCH v24 09/21] qapi/s390x/cpu topology: set-cpu-topology qmp command

[PATCH] hyperv: add check for NULL for msg
 2023-09-28 13:25 UTC 

[PATCH v3 0/6] python/machine: use socketpair() for console socket
 2023-09-28 13:23 UTC  (9+ 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

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-09-28 13:22 UTC  (3+ messages)
` [PATCH v1 9/9] docs: add notes on Golang code generator

[PATCH 00/13] Cleanup deprecated audio features, take 2
 2023-09-28 13:01 UTC  (5+ messages)
` [PATCH 02/13] audio: Require AudioState in AUD_add_capture

[PATCH] Fix compilation when UFFDIO_REGISTER is not set
 2023-09-28 12:56 UTC 

[PATCH v2 00/16] tests: Add CPU topology related smbios test cases
 2023-09-28 12:59 UTC  (17+ messages)
` [PATCH v2 01/16] tests: test-smp-parse: Add the test for cores/threads per socket helpers
` [PATCH v2 02/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 count test
` [PATCH v2 03/16] tests: bios-tables-test: Add test for smbios type4 count
` [PATCH v2 04/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 count test
` [PATCH v2 05/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core "
` [PATCH v2 06/16] tests: bios-tables-test: Add test for smbios type4 core count
` [PATCH v2 07/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 core count test
` [PATCH v2 08/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 core count2 test
` [PATCH v2 09/16] tests: bios-tables-test: Extend smbios core count2 test to cover general topology
` [PATCH v2 10/16] tests: bios-tables-test: Update ACPI table binaries for smbios core count2 test
` [PATCH v2 11/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count test
` [PATCH v2 12/16] tests: bios-tables-test: Add test for smbios type4 thread count
` [PATCH v2 13/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count test
` [PATCH v2 14/16] tests: bios-tables-test: Prepare the ACPI table change for smbios type4 thread count2 test
` [PATCH v2 15/16] tests: bios-tables-test: Add test for smbios type4 thread count2
` [PATCH v2 16/16] tests: bios-tables-test: Add ACPI table binaries for smbios type4 thread count2 test

[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
 2023-09-28 12:22 UTC  (3+ messages)

[PATCH v2 00/13] Cleanup deprecated audio features, take 2
 2023-09-28 11:46 UTC  (17+ 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 0/1] CVE-2023-5088
 2023-09-28 11:23 UTC  (6+ messages)
` [PATCH 1/1] hw/ide/core: terminate in-flight DMA on IDE bus reset

[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  (20+ 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 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  (5+ messages)
` [PATCH v7 01/12] nbd/server: Support a request payload

[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] crypto: only include tls-cipher-suites in emulators
 2023-09-28  8:13 UTC  (2+ messages)

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  (9+ messages)
` [PATCH v2 09/12] vfio/ccw: Use vfio_[attach/detach]_device
` [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  (10+ messages)
` [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  (5+ messages)
  ` [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  (3+ 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 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  (14+ messages)

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


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