qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-28 13:30:39 to 2023-09-29 08:55:47 UTC [more...]

[PATCH 0/3] Record/replay patches
 2023-09-29  8:51 UTC  (2+ messages)
` [PATCH 3/3] replay: fix for loading non-replay snapshots

[PULL 00/56] -Wshadow=local patches patches for 2023-09-29
 2023-09-29  8:50 UTC  (24+ 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 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 12/56] target/m68k: "
` [PULL 15/56] hw/arm/virt: "
` [PULL 17/56] hw/m68k: "
` [PULL 18/56] hw/microblaze: "
` [PULL 19/56] hw/nios2: "
` [PULL 24/56] sysemu/device_tree: "
` [PULL 25/56] softmmu/memory: "
` [PULL 28/56] hw/intc/openpic: "
` [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 37/56] test-throttle: don't shadow 'index' variable in do_test_accounting()
` [PULL 39/56] hw/intc/arm_gicv3_its: Avoid shadowing variable in do_process_its_cmd()
` [PULL 47/56] intel_iommu: Fix shadow local variables on "size"
` [PULL 49/56] seccomp: avoid shadowing of 'action' variable

[PATCH v3 00/14] Cleanup deprecated audio features, take 2
 2023-09-29  8:51 UTC  (9+ messages)
` [PATCH v3 01/14] ui/vnc: Require audiodev= to enable audio
` [PATCH v3 03/14] audio: allow returning an error from the driver init
` [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 09/14] hw/arm: Support machine-default audiodev with fallback
` [PATCH v3 10/14] hw/ppc: "
` [PATCH v3 13/14] audio: forbid default audiodev backend with -nodefaults

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

[PATCH v2] target/ppc: Rename variables to avoid local variable shadowing in VUPKPX
 2023-09-29  8:31 UTC 

[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  (7+ messages)
` [PATCH v2 11/22] hw/ide/ahci: Clean up local variable shadowing
` [PATCH v2 20/22] sysemu/device_tree: "

[PULL v2 00/21] tricore queue
 2023-09-29  6:38 UTC  (3+ messages)

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

[PATCH 0/8] ppc: Clean up local variable shadowing
 2023-09-29  6:18 UTC  (19+ messages)
` [PATCH 2/8] pnv/psi: "
` [PATCH 6/8] spapr/drc: Clean up local variable shadowing in rtas_ibm_configure_connector()
` [PATCH 8/8] spapr/drc: Clean up local variable shadowing in prop_get_fdt()

[PATCH 0/4] arm: fix some -Wshadow warnings
 2023-09-29  6:16 UTC  (2+ messages)

[PATCH v3 0/7] Steps towards enabling -Wshadow=local
 2023-09-29  5:56 UTC  (2+ messages)

[PATCH] test-throttle: don't shadow 'index' variable in do_test_accounting()
 2023-09-29  5:40 UTC  (2+ messages)

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

[PATCH 0/3] (few more) Steps towards enabling -Wshadow [3 more]
 2023-09-29  5:15 UTC  (2+ messages)

[PATCH v2 0/6] riscv: query-cpu-model-expansion API
 2023-09-29  5:10 UTC  (3+ messages)
` [PATCH v2 1/6] target/riscv/kvm/kvm-cpu.c: add missing property getters()

[PATCH RFC V2 00/37] Support of Virtual CPU Hotplug for ARMv8 Arch
 2023-09-29  4:23 UTC  (22+ messages)
` [PATCH RFC V2 18/37] arm/virt: Make ARM vCPU *present* status ACPI *persistent*
` [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES, ENA} Bits to Guest
  ` [PATCH RFC V2 19/37] hw/acpi: ACPI/AML Changes to reflect the correct _STA.{PRES,ENA} "
` [PATCH RFC V2 20/37] hw/acpi: Update GED _EVT method AML with cpu scan
` [PATCH RFC V2 21/37] hw/arm: MADT Tbl change to size the guest with possible vCPUs
` [PATCH RFC V2 22/37] hw/acpi: Make _MAT method optional
` [PATCH RFC V2 23/37] arm/virt: Release objects for *disabled* possible vCPUs after init
` [PATCH RFC V2 25/37] arm/virt: Add/update basic hot-(un)plug framework
` [PATCH RFC V2 29/37] arm/virt: Update the guest(via GED) about CPU hot-(un)plug events
` [PATCH RFC V2 32/37] target/arm: Add support of *unrealize* ARMCPU during vCPU Hot-unplug
  ` [PATCH RFC V2 34/37] target/arm/kvm, tcg: Register/Handle SMCCC hypercall exits to VMM/Qemu
    ` [PATCH RFC V2 34/37] target/arm/kvm,tcg: "
  ` [PATCH RFC V2 35/37] hw/arm: Support hotplug capability check using _OSC method

[PATCH v2 00/33] linux-user: Improve host and guest page size handling
 2023-09-29  1:05 UTC  (2+ messages)

[PATCH 0/8] SPARC VIS fixes
 2023-09-29  1:04 UTC  (22+ messages)
` [PATCH 1/8] target/sparc: Fix VIS fmul8x16 input register
` [PATCH 2/8] target/sparc: Fix VIS fmul8x16au instruction
` [PATCH 3/8] target/sparc: Fix VIS fmul8x16al instruction
` [PATCH 4/8] target/sparc: Fix VIS fmuld8sux16 instruction
` [PATCH 5/8] target/sparc: Fix VIS fmuld8ulx16 instruction
` [PATCH 6/8] target/sparc: Fix VIS fpmerge input registers
` [PATCH 7/8] target/sparc: Fix VIS fexpand input register
` [PATCH 8/8] target/sparc: Fix VIS subtraction instructions

[PATCH] vhost-user-scsi: support reconnect to backend
 2023-09-29  0:55 UTC  (11+ messages)
` [PATCH v6 0/5] Implement reconnect for vhost-user-scsi
  ` [PATCH v6 1/5] vhost-user-common: send get_inflight_fd once
  ` [PATCH v6 3/5] vhost-user-scsi: support reconnect to backend
  ` [PATCH v6 4/5] vhost-user-scsi: start vhost when guest kicks
  ` [PATCH v6 5/5] vhost-user: fix lost reconnect

[PATCH] tests/qtest: Fix npcm7xx_timer-test.c flaky test
 2023-09-29  0:06 UTC  (3+ messages)

[PATCH 0/4] tcg: Optimize loads and stores to env
 2023-09-28 22:45 UTC  (2+ messages)

[PATCH v7 00/12] NBD 64-bit extensions for qemu
 2023-09-28 20:52 UTC  (7+ messages)
` [PATCH v7 01/12] nbd/server: Support a request payload

[PATCH] target/arm: Permit T32 LDM with single register
 2023-09-28 20:49 UTC  (2+ messages)

[PATCH v2 00/20] q800: add support for booting MacOS Classic - part 2
 2023-09-28 20:47 UTC  (10+ messages)
` [PATCH v2 08/20] asc: generate silence if FIFO empty but engine still running
` [PATCH v2 12/20] swim: split into separate IWM and ISM register blocks
` [PATCH v2 15/20] mac_via: workaround NetBSD ADB bus enumeration issue

[PATCH] target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
 2023-09-28 20:26 UTC  (2+ messages)

[PATCH] mips: fix abort on integer overflow
 2023-09-28 19:55 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH] target/arm/common-semi-target.h: Remove unnecessary boot.h include
 2023-09-28 19:47 UTC  (2+ messages)

[PULL 0/6] tcg patch queue
 2023-09-28 19:41 UTC  (7+ messages)
` [PULL 1/6] accel/tcg: Avoid load of icount_decr if unused
` [PULL 2/6] accel/tcg: Hoist CF_MEMI_ONLY check outside translation loop
` [PULL 3/6] accel/tcg: Track current value of can_do_io in the TB
` [PULL 4/6] accel/tcg: Improve setting of can_do_io at start of TB
` [PULL 5/6] accel/tcg: Always set CF_LAST_IO with CF_NOIRQ
` [PULL 6/6] accel/tcg: Always require can_do_io

[PATCH] target/arm: Implement FEAT_HPMN0
 2023-09-28 19:22 UTC  (2+ messages)

[PATCH v4 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-28 19:17 UTC  (5+ messages)
` [PATCH v4 2/4] qcow2: add configurations for zoned format extension
` [PATCH v4 3/4] qcow2: add zoned emulation capability

[PATCH 00/19] QEMU: CXL mailbox rework and features
 2023-09-28 18:26 UTC  (8+ messages)
` [PATCH 03/19] hw/cxl/mbox: Pull the CCI definition out of the CXLDeviceState
` [PATCH 04/19] hw/cxl/mbox: Generalize the CCI command processing
` [PATCH 05/19] hw/pci-bridge/cxl_upstream: Move defintion of device to header

[PATCH v4 00/18] virtio-mem: Expose device memory through multiple memslots
 2023-09-28 17:41 UTC  (3+ messages)
` [PATCH v4 14/18] virtio-mem: Pass non-const VirtIOMEM via virtio_mem_range_cb

stable-8.1.1: which bug do we keep?
 2023-09-28 17:31 UTC  (5+ messages)

[PATCH] hyperv: add check for NULL for msg
 2023-09-28 17:23 UTC  (4+ messages)

confirming the patch is a solution
 2023-09-28 17:01 UTC 

[PATCH v7 0/2] tpm: add mssim backend
 2023-09-28 16:59 UTC  (5+ messages)
` [PATCH v7 2/2] tpm: add backend for mssim

[PATCH] target/sh4: fix crashes on signal delivery
 2023-09-28 16:42 UTC 

[PATCH v1 0/4] vfio: report NUMA nodes for device memory
 2023-09-28 16:29 UTC  (18+ messages)

[PATCH v1 0/9] qapi-go: add generator for Golang interface
 2023-09-28 15:03 UTC  (17+ 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 v24 00/21] s390x: CPU Topology
 2023-09-28 14:55 UTC  (5+ messages)
` [PATCH v24 15/21] tests/avocado: s390x cpu topology core
` [PATCH v24 17/21] tests/avocado: s390x cpu topology entitlement tests

[PATCH v2 00/53] migration/rdma: Error handling fixes
 2023-09-28 14:20 UTC  (9+ messages)
` [PATCH v2 06/53] migration/rdma: Fix unwanted integer truncation
` [PATCH v2 37/53] migration/rdma: Convert qemu_rdma_exchange_get_response() to Error
` [PATCH v2 47/53] migration/rdma: Silence qemu_rdma_reg_control()
` [PATCH v2 48/53] migration/rdma: Don't report received completion events as error
` [PATCH v2 49/53] migration/rdma: Silence qemu_rdma_block_for_wrid()
` [PATCH v2 51/53] migration/rdma: Downgrade qemu_rdma_cleanup() errors to warnings
` [PATCH v2 53/53] migration/rdma: Replace flawed device detail dump by tracing

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

[PULL 00/14] Tracing patches
 2023-09-28 13:44 UTC  (15+ messages)
` [PULL 01/14] simpletrace: add __all__ to define public interface
` [PULL 02/14] simpletrace: annotate magic constants from QEMU code
` [PULL 03/14] simpletrace: improve parsing of sys.argv; fix files never closed
` [PULL 04/14] simpletrace: changed naming of edict and idtoname to improve readability
` [PULL 05/14] simpletrace: update code for Python 3.11
` [PULL 06/14] simpletrace: improved error handling on struct unpack
` [PULL 07/14] simpletrace: define exception and add handling
` [PULL 08/14] simpletrace: made Analyzer into context-manager
` [PULL 09/14] simpletrace: refactor to separate responsibilities
` [PULL 10/14] simpletrace: move logic of process into internal function
` [PULL 11/14] simpletrace: move event processing to Analyzer class
` [PULL 12/14] simpletrace: added simplified Analyzer2 class
` [PULL 13/14] MAINTAINERS: add maintainer of simpletrace.py
` [PULL 14/14] scripts/analyse-locks-simpletrace.py: changed iteritems() to items()

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


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