qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-18 09:46:22 to 2023-09-18 15:31:19 UTC [more...]

[PATCH 0/8] ppc: Clean up local variable shadowing
 2023-09-18 15:30 UTC  (11+ messages)
` [PATCH 1/8] hw/ppc: Clean up local variable shadowing in _FDT helper routine
` [PATCH 2/8] pnv/psi: Clean up local variable shadowing
` [PATCH 3/8] spapr: Clean up local variable shadowing in spapr_dt_cpus()
` [PATCH 4/8] spapr: Clean up local variable shadowing in spapr_init_cpus()
` [PATCH 5/8] spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()
` [PATCH 6/8] spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector()
` [PATCH 7/8] spapr/pci: Clean up local variable shadowing in spapr_phb_realize()
` [PATCH 8/8] spapr/drc: Clean up local variable shadowing in prop_get_fdt()

[PATCH] hw/i386/pc: fix max_used_gpa for 32-bit systems
 2023-09-18 15:29 UTC  (5+ messages)

[PULL 0/9] testing updates (back to green!)
 2023-09-18 15:23 UTC  (3+ messages)

[PATCH 0/2] qdev: Ensure devices are fully realized when calling DeviceReset handler
 2023-09-18 15:22 UTC  (5+ messages)
` [PATCH 1/2] hw/sd/omap_mmc: Do not reset SDCard until being fully realized
` [PATCH 2/2] qdev: Ensure devices are fully realized when calling DeviceReset handler

[PATCH 00/21] implement discard operation for Parallels images
 2023-09-18 15:21 UTC  (28+ messages)
` [PATCH 03/21] parallels: invent parallels_opts_prealloc() helper to parse prealloc opts
` [PATCH 11/21] parallels: collect bitmap of used clusters at open
` [PATCH 12/21] tests: fix broken deduplication check in parallels format test
` [PATCH 13/21] tests: test self-cure of parallels image with duplicated clusters
` [PATCH 14/21] parallels: accept multiple clusters in mark_used()
` [PATCH 15/21] parallels: update used bitmap in allocate_cluster
` [PATCH 16/21] parallels: naive implementation of allocate_clusters with used bitmap
` [PATCH 17/21] parallels: improve readability of allocate_clusters
` [PATCH 18/21] parallels: naive implementation of parallels_co_pdiscard
` [PATCH 19/21] tests: extend test 131 to cover availability of the discard operation
` [PATCH 20/21] parallels: naive implementation of parallels_co_pwrite_zeroes
` [PATCH 21/21] tests: extend test 131 to cover availability of the write-zeroes

[PATCH 0/3] qga: Add optional stream-output argument to guest-exec
 2023-09-18 15:14 UTC  (6+ messages)
` [PATCH 1/3] qga: Fix memory leak when output stream is unused
` [PATCH 2/3] qga: Add optional stream-output argument to guest-exec
` [PATCH 3/3] qga: test: Add test for guest-exec stream-output

[PATCH 0/3] hw/cxl: Misc small fixes
 2023-09-18 15:02 UTC  (4+ messages)
` [PATCH 1/3] hw/cxl: Fix out of bound array access
` [PATCH 2/3] hw/mem/cxl_type3: Add missing copyright and license notice
` [PATCH 3/3] docs/cxl: Cleanout some more aarch64 examples

[PULL 00/28] Block layer patches
 2023-09-18 15:03 UTC  (2+ messages)

A confusion about CXL in arm virt machine
 2023-09-18 15:03 UTC  (5+ messages)

[PATCH v3 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-18 14:52 UTC  (6+ messages)
` [PATCH v3 2/4] qcow2: add configurations for zoned format extension

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

[PATCH 0/7] Steps towards enabling -Wshadow=local
 2023-09-18 14:49 UTC  (7+ messages)
` [PATCH 5/7] block/vdi: Clean up local variable shadowing
` [PATCH 6/7] block: "

QEMU migration-test CI intermittent failure
 2023-09-18 14:15 UTC  (12+ messages)

[PATCH v4 00/10] linux-user: Detect and report host crashes
 2023-09-18 14:05 UTC  (5+ messages)

[PATCH v2 00/18] Make Pixman an optional dependency
 2023-09-18 13:52 UTC  (19+ messages)
` [PATCH v2 01/18] build-sys: add a "pixman" feature
` [PATCH v2 02/18] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH v2 03/18] ui: add pixman-compat.h
` [PATCH v2 04/18] ui/console: allow to override the default VC
` [PATCH v2 05/18] ui/vc: console-vc requires PIXMAN
` [PATCH v2 06/18] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH v2 07/18] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH v2 08/18] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH v2 09/18] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH v2 10/18] ui/gl: opengl doesn't require PIXMAN
` [PATCH v2 11/18] ui/vnc: VNC requires PIXMAN
` [PATCH v2 12/18] ui/spice: SPICE/QXL "
` [PATCH v2 13/18] ui/gtk: -display gtk "
` [PATCH v2 14/18] ui/dbus: do not require PIXMAN
` [PATCH v2 15/18] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PATCH v2 16/18] hw/sm501: allow compiling without PIXMAN
` [PATCH v2 17/18] hw/display: make ATI_VGA depend on PIXMAN
` [PATCH v2 18/18] build-sys: make pixman actually optional

[PULL 0/3] Firmware/seabios 20230912 patches
 2023-09-18 13:40 UTC  (9+ messages)
` [PULL 2/3] seabios: turn off CONFIG_APMBIOS for 128k build

[PULL 00/39] tcg patch queue
 2023-09-18 12:19 UTC  (6+ messages)
` [PULL 01/39] accel/tcg: mttcg remove false-negative halted assertion

[PULL 0/8] Firmware/edk2 20230918 patches
 2023-09-18 13:33 UTC  (8+ messages)
` [PULL 1/8] tests/acpi: allow virt/SSDT.memhp updates
` [PULL 2/8] edk2: update build script
` [PULL 3/8] edk2: update build config
` [PULL 4/8] edk2: workaround edk-stable202308 bug
` [PULL 5/8] edk2: update submodule to edk2-stable202308
` [PULL 7/8] tests/acpi: update virt/SSDT.memhp
` [PULL 8/8] tests/acpi: disallow virt/SSDT.memhp updates

[PATCH] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
 2023-09-18  9:26 UTC 

[PULL 0/3] ppc queue
 2023-09-18 13:29 UTC  (4+ messages)
` [PULL 1/3] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
` [PULL 2/3] ppc/xive: Fix uint32_t overflow
` [PULL 3/3] spapr: Remove support for NVIDIA V100 GPU with NVLink2

target/sparc: What is CPU_FEATURE_FLOAT128 for?
 2023-09-18 12:31 UTC 

[PATCH v3 00/16] virtio-mem: Expose device memory through multiple memslots
 2023-09-18 12:33 UTC  (4+ messages)
` [PATCH v3 12/16] memory-device, vhost: Support automatic decision on the number of memslots

[PATCH v2 0/5] elf2dmp: improve Win2022, Win11 and large dumps
 2023-09-18 12:30 UTC  (3+ messages)

[PATCH 0/4] hw/cxl: Line length reduction and related
 2023-09-18 12:29 UTC  (4+ messages)
` [PATCH 2/4] hw/cxl: Use available size parameter to index into register arrays

[risu PATCH v3 0/7] Add support for s390x to RISU
 2023-09-18 12:27 UTC  (2+ messages)

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-09-18 12:23 UTC  (4+ messages)

[PATCH v2 qemu 0/3] Allow dump-guest-memory to output standard kdump format
 2023-09-18 12:10 UTC  (7+ messages)
` [PATCH v2 qemu 2/3] dump: Allow directly outputting reassembled kdumps
` [PATCH v2 qemu 3/3] dump: Add qmp argument "reassembled"

[PATCH 0/3] accel: Factor tcg_cpu_reset_hold() out of cpu-common.c
 2023-09-18 11:42 UTC  (5+ messages)
` [PATCH 1/3] accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
` [PATCH 2/3] accel: Introduce cpu_exec_reset_hold()
` [PATCH 3/3] accel/tcg: Factor tcg_cpu_reset_hold() out

[PATCH] MAINTAINERS: Nick Piggin PPC maintainer, other PPC changes
 2023-09-18 11:38 UTC  (5+ messages)

[PATCH 0/8] hw/audio/es1370: bug fix
 2023-09-18 11:19 UTC  (2+ messages)

[PATCH] ui/gtk: fix UI info precondition
 2023-09-18 11:06 UTC  (3+ messages)

[PATCH] mem/x86: add processor address space check for VM memory
 2023-09-18 11:04 UTC  (25+ messages)

[PATCH 0/1] sbsa-ref: add non-secure EL2 virtual timer
 2023-09-18 10:50 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH v1 0/3] Refactor PPI logic/definitions for virt/sbsa-ref
 2023-09-18 10:46 UTC  (7+ messages)
` [PATCH v1 1/3] {include/}hw/arm: refactor virt PPI logic
` [PATCH v1 2/3] include/hw/arm: move BSA definitions to bsa.h
` [PATCH v1 3/3] hw/arm/sbsa-ref: use bsa.h for PPI definitions

[PATCH] tests/qtest/netdev-socket: Do not test multicast on Darwin
 2023-09-18 10:43 UTC  (3+ messages)

[PATCH v3 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
 2023-09-18 10:42 UTC  (4+ messages)

[PATCH v3] spapr: Remove support for NVIDIA V100 GPU with NVLink2
 2023-09-18 10:32 UTC  (2+ messages)

[PATCH v2] ppc/xive: Fix uint32_t overflow
 2023-09-18 10:32 UTC  (2+ messages)

[PATCH 1/3] hw/pci: Add all Data Object Types
 2023-09-18 10:28 UTC  (5+ messages)
` [PATCH 2/3] backends: Initial support for SPDM socket support

[PULL SUBSYSTEM qemu-pseries] pseries: Update SLOF firmware image
 2023-09-18 10:09 UTC 

[PATCH v4 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-18  9:53 UTC  (5+ messages)
` [PATCH v4 1/4] docs/qcow2: add the zoned format feature
` [PATCH v4 2/4] qcow2: add configurations for zoned format extension
` [PATCH v4 3/4] qcow2: add zoned emulation capability
` [PATCH v4 4/4] iotests: test the zoned format feature for qcow2 file

[PATCH v2 0/4] Support dynamic MSI-X allocation
 2023-09-18  9:45 UTC  (4+ messages)
` [PATCH v2 1/4] vfio/pci: detect the support of "
` [PATCH v2 2/4] vfio/pci: enable vector on "
` [PATCH v2 3/4] vfio/pci: use an invalid fd to enable MSI-X


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