qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-29 06:41:12 to 2023-09-29 14:54:16 UTC [more...]

[PATCH 00/22] block: Graph locking part 5 (protect children/parent links)
 2023-09-29 14:51 UTC  (12+ messages)
` [PATCH 02/22] block-coroutine-wrapper: Add no_co_wrapper_bdrv_rdlock functions
` [PATCH 04/22] block: Mark bdrv_first_blk() and bdrv_is_root_node() GRAPH_RDLOCK
` [PATCH 06/22] block: Mark bdrv_parent_cb_resize() and callers GRAPH_RDLOCK
` [PATCH 09/22] block: Mark bdrv_get_xdbg_block_graph() "
` [PATCH 11/22] block: Mark bdrv_primary_child() "
` [PATCH 13/22] block: Mark bdrv_amend_options() "
` [PATCH 16/22] qcow2: Mark check_constraints_on_bitmap() GRAPH_RDLOCK
` [PATCH 17/22] block: Mark bdrv_op_is_blocked() and callers GRAPH_RDLOCK
` [PATCH 19/22] block: Mark bdrv_get_specific_info() "
` [PATCH 21/22] block: Protect bs->children with graph_lock
` [PATCH 22/22] block: Add assertion for bdrv_graph_wrlock()

[RFC PATCH 0/3] migration/multifd: SYNC packet changes
 2023-09-29 14:41 UTC  (4+ messages)
` [RFC PATCH 1/3] migration/multifd: Move channels_ready semaphore

[PATCH 0/9] Add architecture agnostic code to support vCPU Hotplug
 2023-09-29 14:39 UTC  (15+ messages)
` [PATCH 1/9] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH 1/9] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH 2/9] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH 3/9] hw/acpi: Add ACPI CPU hotplug init stub
` [PATCH 4/9] hw/acpi: Init GED framework with cpu hotplug events
` [PATCH 5/9] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change
` [PATCH 6/9] hw/acpi: Update GED _EVT method AML with cpu scan
` [PATCH 7/9] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH 8/9] physmem, gdbstub: Add helper functions to help *unrealize* vCPU object
  ` [PATCH 8/9] physmem,gdbstub: "
` [PATCH 9/9] target/arm/kvm: Write CPU state back to KVM on reset

[PATCH] MAINTAINERS: add standard-headers to Hosts/LINUX
 2023-09-29 14:38 UTC  (2+ messages)

MAINTAINERS still leaves more files uncovered than I'd like
 2023-09-29 14:35 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add some unowned files to the SBSA-REF section
 2023-09-29 14:19 UTC 

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-09-29 14:17 UTC  (28+ messages)
` [PATCH v1 1/9] qapi: golang: Generate qapi's enum types in Go
` [PATCH v1 2/9] qapi: golang: Generate qapi's alternate "
` [PATCH v1 3/9] qapi: golang: Generate qapi's struct "
` [PATCH v1 5/9] qapi: golang: Generate qapi's union "
` [PATCH v1 7/9] qapi: golang: Generate qapi's command "
` [PATCH v1 8/9] qapi: golang: Add CommandResult type to Go
` [PATCH v1 9/9] docs: add notes on Golang code generator

[PATCH v10 00/11] Add VIRTIO sound card
 2023-09-29 14:08 UTC  (12+ messages)
` [PATCH v10 01/11] Add virtio-sound device stub
` [PATCH v10 02/11] Add virtio-sound-pci device
` [PATCH v10 03/11] virtio-sound: handle control messages and streams
` [PATCH v10 04/11] virtio-sound: handle VIRTIO_SND_R_PCM_INFO request
` [PATCH v10 05/11] virtio-sound: handle VIRTIO_SND_R_PCM_{START,STOP}
` [PATCH v10 06/11] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS
` [PATCH v10 07/11] virtio-sound: handle VIRTIO_SND_R_PCM_PREPARE
` [PATCH v10 08/11] virtio-sound: handle VIRTIO_SND_R_PCM_RELEASE
` [PATCH v10 09/11] virtio-sound: implement audio output (TX)
` [PATCH v10 10/11] virtio-sound: implement audio capture (RX)
` [PATCH v10 11/11] docs/system: add basic virtio-snd documentation

[PATCH] MAINTAINERS: Add g364fb and ds1225y to the Jazz section
 2023-09-29 14:09 UTC 

[PATCH v2] mailmap: update email addresses for Luc Michel
 2023-09-29 14:03 UTC 

[PATCH] MAINTAINERS: Add unowned RISC-V related files to the right sections
 2023-09-29 13:55 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add a general architecture section for x86
 2023-09-29 13:45 UTC 

[PATCH 0/6] riscv: RVA22U64 profile support
 2023-09-29 13:32 UTC  (9+ messages)

[PATCH] MAINTAINERS: Add the CI-related doc files to the CI section
 2023-09-29 13:16 UTC 

[PATCH] Makefile: build plugins before running TCG tests
 2023-09-29 12:57 UTC  (2+ messages)

[PATCH v2] target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
 2023-09-29 12:52 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add include folder to the hw/char/ section
 2023-09-29 12:44 UTC 

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

[PATCH v7 00/12] NBD 64-bit extensions for qemu
 2023-09-29 11:54 UTC  (5+ messages)
` [PATCH v7 07/12] nbd/client: Initial support for extended headers
` [PATCH v7 11/12] nbd/server: Prepare for per-request filtering of BLOCK_STATUS

[PATCH] hw/display/ramfb: plug slight guest-triggerable leak on mode setting
 2023-09-29 11:40 UTC  (4+ messages)

[PATCH] ramfb: implement migration support
 2023-09-29 11:38 UTC  (2+ messages)

[PULL 0/2] Firmware/seabios 20230929 patches
 2023-09-29 11:29 UTC  (3+ messages)
` [PULL 1/2] seabios: update submodule to git snapshot
` [PULL 2/2] seabios: update binaries "

[PATCH 0/2] riscv: add extension properties for all cpus
 2023-09-29 10:38 UTC  (3+ messages)
` [PATCH 2/2] target/riscv/tcg-cpu.c: "

[PULL 00/56] -Wshadow=local patches patches for 2023-09-29
 2023-09-29  8:50 UTC  (57+ messages)
` [PULL 01/56] migration/rdma: Fix save_page method to fail on polling error
` [PULL 02/56] migration: Clean up local variable shadowing
` [PULL 03/56] ui: "
` [PULL 04/56] block/dirty-bitmap: "
` [PULL 05/56] block/vdi: "
` [PULL 06/56] block: "
` [PULL 07/56] qobject atomics osdep: Make a few macros more hygienic
` [PULL 08/56] tcg: Clean up local variable shadowing
` [PULL 09/56] target/arm/tcg: "
` [PULL 10/56] target/arm/hvf: "
` [PULL 11/56] target/mips: "
` [PULL 12/56] target/m68k: "
` [PULL 13/56] target/tricore: "
` [PULL 14/56] hw/arm/armv7m: "
` [PULL 15/56] hw/arm/virt: "
` [PULL 16/56] hw/arm/allwinner: "
` [PULL 17/56] hw/m68k: "
` [PULL 18/56] hw/microblaze: "
` [PULL 19/56] hw/nios2: "
` [PULL 20/56] net/eth: "
` [PULL 21/56] crypto/cipher-gnutls.c: "
` [PULL 22/56] util/vhost-user-server: "
` [PULL 23/56] linux-user/strace: "
` [PULL 24/56] sysemu/device_tree: "
` [PULL 25/56] softmmu/memory: "
` [PULL 26/56] softmmu/physmem: "
` [PULL 27/56] hw/core/machine: "
` [PULL 28/56] hw/intc/openpic: "
` [PULL 29/56] hw/ppc: Clean up local variable shadowing in _FDT helper routine
` [PULL 30/56] pnv/psi: Clean up local variable shadowing
` [PULL 31/56] spapr: Clean up local variable shadowing in spapr_dt_cpus()
` [PULL 32/56] spapr: Clean up local variable shadowing in spapr_init_cpus()
` [PULL 33/56] spapr: Clean up local variable shadowing in spapr_get_fw_dev_path()
` [PULL 34/56] spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector()
` [PULL 35/56] spapr/pci: Clean up local variable shadowing in spapr_phb_realize()
` [PULL 36/56] spapr/drc: Clean up local variable shadowing in prop_get_fdt()
` [PULL 37/56] test-throttle: don't shadow 'index' variable in do_test_accounting()
` [PULL 38/56] hw/acpi: changes towards enabling -Wshadow=local
` [PULL 39/56] hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()
` [PULL 40/56] hw/misc/arm_sysctl.c: Avoid shadowing local variable
` [PULL 41/56] hw/arm/smmuv3.c: Avoid shadowing variable
` [PULL 42/56] hw/arm/smmuv3-internal.h: Don't use locals in statement macros
` [PULL 43/56] aspeed/i2c: Clean up local variable shadowing
` [PULL 44/56] aspeed: "
` [PULL 45/56] aspeed/i3c: Rename variable shadowing a local
` [PULL 46/56] aspeed/timer: Clean up local variable shadowing
` [PULL 47/56] intel_iommu: Fix shadow local variables on "size"
` [PULL 48/56] crypto: remove shadowed 'ret' variable
` [PULL 49/56] seccomp: avoid shadowing of 'action' variable
` [PULL 50/56] qemu-nbd: changes towards enabling -Wshadow=local
` [PULL 51/56] hw/riscv: opentitan: Fixup local variables shadowing
` [PULL 52/56] target/riscv: cpu: "
` [PULL 53/56] target/riscv: vector_helper: "
` [PULL 54/56] softmmu/device_tree: "
` [PULL 55/56] hw/nvme: Clean up local variable shadowing in nvme_ns_init()
` [PULL 56/56] disas/m68k: clean up local variable shadowing

[PATCH 0/3] Record/replay patches
 2023-09-29  8:51 UTC  (4+ messages)
` [PATCH 1/3] replay: improve determinism of virtio-net
` [PATCH 2/3] virtio-net: added replay blocker for guest_announce
` [PATCH 3/3] replay: fix for loading non-replay snapshots

[PATCH] hw/acpi: changes towards enabling -Wshadow=local
 2023-09-29  8:46 UTC  (8+ messages)

[PATCH] target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
 2023-09-29  8:28 UTC  (5+ messages)

[PATCH 0/4] ui/console: multihead: fix crash, simplify logic
 2023-09-29  7:57 UTC  (5+ messages)

[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
 2023-09-29  7:50 UTC  (4+ messages)

Qemu-devel Digest, Vol 232, Issue 306
 2023-09-29  7:30 UTC 

[PATCH 0/5] linux-user: clean up local variable shadowing
 2023-09-29  7:03 UTC  (2+ messages)

[PATCH] disas/m68k: clean up local variable shadowing
 2023-09-29  6:58 UTC  (2+ messages)

[PATCH] hw/nvme: Clean up local variable shadowing in nvme_ns_init()
 2023-09-29  6:57 UTC  (2+ messages)

[PATCH 0/4] RISC-V: Work towards enabling -Wshadow=local
 2023-09-29  6:56 UTC  (3+ messages)

[PATCH] qemu-nbd: changes towards enabling -Wshadow=local
 2023-09-29  6:50 UTC  (2+ messages)

[PATCH 0/2] remove some variable shadowing
 2023-09-29  6:49 UTC  (4+ messages)
` [PATCH 2/2] seccomp: avoid shadowing of 'action' variable

[PATCH] intel_iommu: Fix shadow local variables on "size"
 2023-09-29  6:47 UTC  (2+ messages)

[PATCH 0/4] aspeed: Clean up local variable shadowing
 2023-09-29  6:46 UTC  (2+ messages)

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

[PATCH v2 00/22] (few more) Steps towards enabling -Wshadow
 2023-09-29  6:42 UTC  (3+ 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).