qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-25 02:39:25 to 2023-09-25 15:56:55 UTC [more...]

[PATCH v4 00/28] bsd-user: Implement freebsd process related system calls
 2023-09-25 15:56 UTC  (19+ messages)
` [PATCH v4 01/28] bsd-user: define TARGET_RFSPAWN for rfork to use vfork(2) semantics, and fix RLIM_INFINITY
` [PATCH v4 06/28] bsd-user: Implement target_to_host_resource conversion function
` [PATCH v4 07/28] bsd-user: Implement target_to_host_rlim and host_to_target_rlim conversion
` [PATCH v4 10/28] bsd-user: Get number of cpus
` [PATCH v4 12/28] bsd-user: Implement umask(2), setlogin(2) and getlogin(2)
` [PATCH v4 13/28] bsd-user: Implement getrusage(2)
` [PATCH v4 14/28] bsd-user: Implement getrlimit(2) and setrlimit(2)
` [PATCH v4 19/28] bsd-user: Implement get_filename_from_fd
` [PATCH v4 21/28] bsd-user: Implement procctl(2) along with necessary conversion functions
` [PATCH v4 23/28] bsd-user: Implement wait4(2) and wait6(2) system calls
` [PATCH v4 24/28] bsd-user: Implement setloginclass(2) and getloginclass(2) "
` [PATCH v4 27/28] bsd-user: Implement rfork(2) system call
` [PATCH v4 28/28] bsd-user: Implement pdfork(2) "

[PATCH] vl: remove shadowed local variables
 2023-09-25 15:47 UTC  (2+ messages)

[PATCH] ui/vnc: fix debug output for invalid audio message
 2023-09-25 15:45 UTC  (2+ messages)

[PATCH] ui/vnc: fix enabling of VNC_FEATURE_XVP
 2023-09-25 15:43 UTC  (2+ messages)

[PATCH] virtio: use shadow_avail_idx while checking number of heads
 2023-09-25 15:38 UTC  (7+ messages)

[PULL 00/30] target-arm queue
 2023-09-25 15:36 UTC  (2+ messages)

[PULL 0/7] qtest and misc patches
 2023-09-25 15:36 UTC  (9+ messages)
` [PULL 1/7] meson.build: Make keyutils independent from keyring
` [PULL 2/7] tests/qtest/netdev-socket: Raise connection timeout to 120 seconds
` [PULL 3/7] tests/qtest/m48t59-test: Silence compiler warning with -Wshadow
` [PULL 4/7] tests/qtest/netdev-socket: Do not test multicast on Darwin
` [PULL 5/7] hw/mips/jazz: Move the NIC init code into a separate function
` [PULL 6/7] hw/mips/jazz: Simplify the NIC setup code
` [PULL 7/7] tests/avocado: fix waiting for vm shutdown in replay_linux

[PULL v2 0/9] i386, audio changes for 2023-09-22
 2023-09-25 15:36 UTC  (2+ messages)

[PATCH 0/4] ui/console: multihead: fix crash, simplify logic
 2023-09-25 15:36 UTC  (3+ messages)

[PATCH v6 00/10] Fix segfault on migration return path
 2023-09-25 15:32 UTC  (10+ messages)
` [PATCH v6 09/10] migration/yank: Keep track of registered yank instances

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-09-25 15:31 UTC  (7+ messages)
` [PATCH 7/7] "

[PATCH 00/31] September maintainer omnibus (tests, gdbstub, plugins)
 2023-09-25 15:25 UTC  (33+ messages)
` [PATCH 01/31] tests/avocado: update firmware to enable sbsa-ref/neoverse-v1
` [PATCH 02/31] tests/lcitool: add swtpm to the package list
` [PATCH 03/31] gitlab: shuffle some targets and reduce avocado noise
` [PATCH 04/31] docs: mark CRIS support as deprecated
` [PATCH 05/31] tests/docker: make docker engine choice entirely configure driven
` [PATCH 06/31] configure: allow user to override docker engine
` [PATCH 07/31] configure: remove gcc version suffixes
` [PATCH 08/31] configure: ensure dependency for cross-compile setup
` [PATCH 09/31] gdbstub: Fix target_xml initialization
` [PATCH 10/31] gdbstub: Fix target.xml response
` [PATCH 11/31] plugins: Check if vCPU is realized
` [PATCH 12/31] contrib/plugins: Use GRWLock in execlog
` [PATCH 13/31] gdbstub: Introduce GDBFeature structure
` [PATCH 14/31] target/arm: Move the reference to arm-core.xml
` [PATCH 15/31] hw/core/cpu: Return static value with gdb_arch_name()
` [PATCH 16/31] gdbstub: Use g_markup_printf_escaped()
` [PATCH 17/31] target/arm: Remove references to gdb_has_xml
` [PATCH 18/31] target/ppc: "
` [PATCH 19/31] gdbstub: Remove gdb_has_xml variable
` [PATCH 20/31] gdbstub: Replace gdb_regs with an array
` [PATCH 21/31] accel/tcg: Add plugin_enabled to DisasContextBase
` [PATCH 22/31] target/sh4: Disable decode_gusa when plugins enabled
` [PATCH 23/31] plugins: Set final instruction count in plugin_gen_tb_end
` [PATCH 24/31] contrib/plugins: fix coverity warning in cache
` [PATCH 25/31] contrib/plugins: fix coverity warning in lockstep
` [PATCH 26/31] contrib/plugins: fix coverity warning in hotblocks
` [RFC PATCH 27/31] sysemu: add set_virtual_time to accel ops
` [RFC PATCH 28/31] qtest: use cpu interface in qtest_clock_warp
` [RFC PATCH 29/31] sysemu: generalise qtest_warp_clock as qemu_clock_advance_virtual_time
` [RFC PATCH 30/31] plugins: add time control API
` [RFC PATCH 31/31] contrib/plugins: add iops plugin example for cost modelling

[PATCH] hw/cxl: Fix local variable shadowing of cap_hdrs
 2023-09-25 15:22 UTC 

[PATCH] hw/i386: changes towards enabling -Wshadow=local
 2023-09-25 15:12 UTC  (3+ messages)

[PATCH 0/5] linux-user: clean up local variable shadowing
 2023-09-25 15:10 UTC  (6+ messages)
` [PATCH 1/5] linux-user/flatload: "
` [PATCH 2/5] linux-user/mmap.c: "
` [PATCH 3/5] linux-user/syscall.c: clean up local variable shadowing in do_ioctl_dm()
` [PATCH 4/5] linux-user/syscall.c: clean up local variable shadowing in TARGET_NR_getcpu
` [PATCH 5/5] linux-user/syscall.c: clean up local variable shadowing in xattr syscalls

[PATCH] m48t59-test: remove shadowed variables and cleanup
 2023-09-25 15:09 UTC  (2+ messages)

qemu-gtk clipboard crash fixes
 2023-09-25 13:03 UTC 

[PATCH] target/i386/seg_helper: introduce tss_set_busy
 2023-09-25 14:48 UTC 

[PATCH] target/i386/cpu: avoid shadowed local variables
 2023-09-25 14:47 UTC 

[PATCH] user-exec-stub: remove unused variable
 2023-09-25 14:49 UTC 

[PATCH v1 0/4] vfio: report NUMA nodes for device memory
 2023-09-25 14:53 UTC  (11+ messages)
` [PATCH v1 1/4] vfio: new command line params for device memory NUMA nodes
` [PATCH v1 3/4] hw/arm/virt-acpi-build: patch guest SRAT for "

[PATCH] ui/vnc: fix enabling of VNC_FEATURE_XVP
 2023-09-25 14:50 UTC 

[PATCH] target/i386/svm_helper: eliminate duplicate local variable
 2023-09-25 14:48 UTC 

[PATCH] target/i386/kvm: eliminate shadowed local variables
 2023-09-25 14:47 UTC 

[PATCH] target/i386/seg_helper: remove shadowed variable
 2023-09-25 14:49 UTC 

[PATCH] mptsas: avoid shadowed local variables
 2023-09-25 14:47 UTC 

[PATCH] pm_smbus: rename variable to avoid shadowing
 2023-09-25 14:47 UTC 

[PATCH] target/i386/translate: avoid shadowed local variables
 2023-09-25 14:47 UTC 

[PATCH] virtio: remove unnecessary thread fence while reading next descriptor
 2023-09-25 14:32 UTC  (3+ messages)

[PATCH 1/3] hw/pci: Add all Data Object Types
 2023-09-25 14:24 UTC  (7+ messages)
` [PATCH 2/3] backends: Initial support for SPDM socket support

[PATCH v2] virtio: don't zero out memory region cache for indirect descriptors
 2023-09-25 14:17 UTC  (3+ messages)

[PATCH v2] qcow2: keep reference on zeroize with discard-no-unref enabled
 2023-09-25 14:17 UTC  (4+ messages)

[PATCH] MAINTAINERS: Add entry for rdma migration
 2023-09-25 13:55 UTC  (2+ messages)

[PATCH v4 0/4] Add full zoned storage emulation to qcow2 driver
 2023-09-25 13:21 UTC  (4+ messages)
` [PATCH v4 2/4] qcow2: add configurations for zoned format extension

[PATCH v3 0/4] qapi/migration: Dedup migration parameter objects and fix tls-authz crash
 2023-09-25 12:59 UTC  (2+ messages)

[PATCH 0/8] SPARC VIS fixes
 2023-09-25  5:03 UTC  (9+ 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] target/i386/kvm: Refine VMX controls setting for backward compatibility
 2023-09-25  7:14 UTC 

[RFC PATCH 0/8] i386/sev: Use C API of Rust SEV library
 2023-09-25 12:53 UTC  (5+ messages)

[PATCH v6 0/2] tpm: add mssim backend
 2023-09-25 12:25 UTC  (9+ messages)
` [PATCH v6 2/2] tpm: add backend for mssim

[PATCH] win32: avoid discarding the exception handler
 2023-09-25 11:56 UTC  (2+ messages)

[PATCH v7 0/7] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-09-25 11:49 UTC  (5+ messages)
` [PATCH v7 5/7] qapi: Add query-memory-devices support to hv-balloon
` [PATCH v7 6/7] qapi: Add HV_BALLOON_STATUS_REPORT event and its QMP query command

Help wanted for enabling -Wshadow=local
 2023-09-25 11:47 UTC  (2+ messages)

[PATCH 0/9] Replace remaining target_ulong in system-mode accel
 2023-09-25 11:41 UTC  (5+ messages)

[PATCH] target/arm/common-semi-target.h: Remove unnecessary boot.h include
 2023-09-25 11:22 UTC 

[PATCH v2] target/riscv: pmp: Ignore writes when RW=01
 2023-09-25 11:10 UTC 

[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
 2023-09-25 11:09 UTC 

[PATCH] Add epmp to extensions list and rename it to smepmp
 2023-09-25 11:07 UTC 

[PATCH v2 00/15] hw: Use QOM alias properties and few QOM/QDev cleanups
 2023-09-25 11:05 UTC  (24+ messages)
` [PATCH v2 01/15] hw/pci/pcie_sriov: Replace fprintf(error_pretty) -> warn_reportf_err()
` [PATCH v2 02/15] hw/qdev: Introduce qdev_unrealize_and_unref()
` [PATCH v2 03/15] linux-user/syscall: Do not open-code qdev_unrealize_and_unref()
` [PATCH v2 04/15] hw/pci/pcie_sriov: "
` [PATCH v2 09/15] hw/usb/hcd-ohci: Include missing 'sysbus.h' header
` [PATCH v2 10/15] hw/display/sm501: Embed OHCI QOM child in chipset
` [PATCH v2 11/15] hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
` [PATCH v2 12/15] hw/display/sm501: Unify common QOM properties
` [PATCH v2 13/15] hw/qdev: Remove DEFINE_PROP_DMAADDR() and 'hw/qdev-dma.h'

[PATCH] target/arm/kvm64.c: Remove unused include
 2023-09-25 11:04 UTC 

[PATCH v3 00/19] riscv: split TCG/KVM accelerators from cpu.c
 2023-09-25 10:33 UTC  (6+ messages)
` [PATCH v3 02/19] target/riscv: move riscv_cpu_realize_tcg() to TCG::cpu_realizefn()

[PATCH v9 00/12] Add VIRTIO sound card
 2023-09-25 10:09 UTC  (5+ messages)

[PATCH] hw/scsi/scsi-disk: Disallow block sizes smaller than 512 [CVE-2023-42467]
 2023-09-25  9:55 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/19] aspeed: machine extensions and fixes
 2023-09-25  9:20 UTC  (5+ messages)
` [Qemu-devel] [PATCH 08/19] aspeed/timer: Fix behaviour running Linux

[PATCH 0/4] RISC-V: Work towards enabling -Wshadow=local
 2023-09-25  9:11 UTC  (10+ messages)
` [PATCH 1/4] hw/riscv: opentitan: Fixup local variables shadowing
` [PATCH 2/4] target/riscv: cpu: "
` [PATCH 3/4] target/riscv: vector_helper: "
` [PATCH 4/4] softmmu/device_tree: "

[PATCH 00/13] Cleanup deprecated audio features, take 2
 2023-09-25  9:05 UTC  (3+ messages)
` [PATCH 01/13] ui/vnc: Require audiodev= to enable audio

[PATCH 1/2] migration: Fix rdma migration failed
 2023-09-25  8:59 UTC  (3+ messages)

[PATCH] qemu-nbd: changes towards enabling -Wshadow=local
 2023-09-25  8:53 UTC  (2+ messages)

[PATCH] disas/m68k: clean up local variable shadowing
 2023-09-25  8:44 UTC 

[PATCH 00/52] migration/rdma: Error handling fixes
 2023-09-25  8:06 UTC  (32+ messages)
` [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 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] MAINTAINERS: aspeed: Update Andrew's email address
 2023-09-25  8:00 UTC  (3+ messages)

[PATCH] target/riscv: pmp: Ignore writes when RW=01
 2023-09-25  7:47 UTC  (3+ messages)

[PATCH] target/riscv: pmp: Clear pmp/smepmp bits on reset
 2023-09-25  7:45 UTC  (3+ messages)

[PATCH 0/4] aspeed: Clean up local variable shadowing
 2023-09-25  6:29 UTC  (4+ messages)
` [PATCH 3/4] aspeed/i3c: Rename variable shadowing a local

[PATCH v2 0/4] Support dynamic MSI-X allocation
 2023-09-25  6:10 UTC  (6+ messages)
` [PATCH v2 2/4] vfio/pci: enable vector on "

[PATCH] hw/nvme: Clean up local variable shadowing in nvme_ns_init()
 2023-09-25  6:05 UTC 


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