qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-09-06 11:21:59 to 2024-09-07 05:44:29 UTC [more...]

[PATCH] hw/audio/virtio-sound: fix heap buffer overflow
 2024-09-07  5:44 UTC  (2+ messages)

[PATCH v5 00/16] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2024-09-07  5:42 UTC  (2+ messages)

[PATCH] adb-mouse: convert to use QemuInputHandler
 2024-09-07  5:40 UTC  (2+ messages)

[PATCH v2 0/3] tests/unit: Slightly expand FIFO8 tests
 2024-09-07  5:17 UTC  (9+ messages)
` [PATCH v2 1/3] tests/unit: Strengthen "
` [PATCH v2 2/3] tests/unit: Expand test_fifo8_peek_buf_wrap() coverage
` [PATCH v2 3/3] tests/unit: Comment FIFO8 tests

[PATCH v3] escc: convert Sun mouse to use QemuInputHandler
 2024-09-07  5:16 UTC  (5+ messages)

[PATCH 0/9] fifo8: add fifo8_peek(), fifo8_peek_buf() and tests
 2024-09-07  4:51 UTC  (8+ messages)
` [PATCH 7/9] fifo8: add fifo8_peek_buf() function
` [PATCH 9/9] tests/unit: add test-fifo unit test

[PATCH 00/14] Convert Avocado tests based on LinuxKernelTest class
 2024-09-07  4:43 UTC  (20+ messages)
` [PATCH 01/14] tests/functional: Add the LinuxKernelTest for testing the Linux boot process
` [PATCH 02/14] tests/functional: Convert the m68k Q800 Avocado test into a functional test
` [PATCH 03/14] tests/functional: Convert mips64el Fuloong2e avocado test (2/2)
` [PATCH 04/14] tests/functional: Convert mips64el I6400 Malta avocado tests
` [PATCH 05/14] tests/functional: Convert mips64el 5KEc "
` [PATCH 06/14] tests/functional: Convert mips32el Malta YAMON avocado test
` [PATCH 07/14] tests/functional: Convert nanomips Malta avocado tests
` [PATCH 08/14] tests/functional: Convert mips32eb 4Kc "
` [PATCH 09/14] tests/functional: Convert ARM Raspi2 "
` [PATCH 10/14] tests/functional: Convert Aarch64 Raspi3 "
` [PATCH 11/14] tests/functional: Convert Aarch64 Raspi4 "
` [PATCH 12/14] tests/functional: Convert the Alpha Clipper Avocado test
` [PATCH 13/14] tests/functional: Convert the m68k MCF5208EVB "
` [PATCH 14/14] tests/functional: Convert the or1k-sim "

[PATCH v2 0/5] tmp105: Improvements and fixes
 2024-09-07  4:12 UTC  (10+ messages)
` [PATCH v2 1/5] hw/sensor/tmp105: Coding style fixes
` [PATCH v2 2/5] hw/sensor/tmp105: Use registerfields API
` [PATCH v2 3/5] hw/sensor/tmp105: Pass 'oneshot' argument to tmp105_alarm_update()
` [PATCH v2 4/5] hw/sensor/tmp105: OS (one-shot) bit in config register always returns 0
` [PATCH v2 5/5] hw/sensor/tmp105: Lower 4 bit of limit registers are always 0

[PATCH] hw/mips/jazz: fix typo in in-built NIC alias
 2024-09-07  4:08 UTC  (2+ messages)

qemu direct kernel boot on LoongArch
 2024-09-07  3:37 UTC  (6+ messages)
` [PATCH] hw/loongarch: virt: support up to 4 serial ports
      ` [PATCH v2] "

[PATCH v5 00/17] bsd-user: Comprehensive RISCV Support
 2024-09-07  3:19 UTC  (18+ messages)
` [PATCH v5 01/17] bsd-user: Implement RISC-V CPU initialization and main loop
` [PATCH v5 02/17] bsd-user: Add RISC-V CPU execution loop and syscall handling
` [PATCH v5 03/17] bsd-user: Implement RISC-V CPU register cloning and reset functions
` [PATCH v5 04/17] bsd-user: Implement RISC-V TLS register setup
` [PATCH v5 05/17] bsd-user: Add RISC-V ELF definitions and hardware capability detection
` [PATCH v5 06/17] bsd-user: Define RISC-V register structures and register copying
` [PATCH v5 07/17] bsd-user: Add RISC-V signal trampoline setup function
` [PATCH v5 08/17] bsd-user: Implement RISC-V sysarch system call emulation
` [PATCH v5 09/17] bsd-user: Add RISC-V thread setup and initialization support
` [PATCH v5 10/17] bsd-user: Define RISC-V VM parameters and helper functions
` [PATCH v5 11/17] bsd-user: Define RISC-V system call structures and constants
` [PATCH v5 12/17] bsd-user: Add generic RISC-V64 target definitions
` [PATCH v5 13/17] bsd-user: Define RISC-V signal handling structures and constants
` [PATCH v5 14/17] bsd-user: Implement RISC-V signal trampoline setup functions
` [PATCH v5 15/17] bsd-user: Implement 'get_mcontext' for RISC-V
` [PATCH v5 16/17] bsd-user: Implement set_mcontext and get_ucontext_sigreturn for RISCV
` [PATCH v5 17/17] bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files

LoongArch without CONFIG_ACPI and CONFIG_EFI
 2024-09-07  2:48 UTC  (4+ messages)

[PATCH] tests/tcg/multiarch: Define _LARGEFILE64_SOURCE
 2024-09-07  2:39 UTC 

[PATCH v7 0/6] plugins: access values during a memory read/write
 2024-09-07  1:49 UTC  (3+ messages)

Build failure due to xen
 2024-09-06 23:59 UTC 

[PATCH 0/2] Fix for multi-process gdbstub breakpoints
 2024-09-06 22:54 UTC  (3+ messages)
` [PATCH 1/2] gdbstub: Fix wrong CPUState pointer in breakpoint functions
` [PATCH 2/2] gdbstub: Apply breakpoints only to the selected PID

[PATCH v5 00/13] WIP: Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2024-09-06 22:29 UTC  (6+ messages)
` [PATCH v5 08/13] migration/multifd: Add new migration option for multifd DSA offloading
        ` [External] "

[PATCH] hw/intc: riscv-imsic: Fix interrupt state updates
 2024-09-06 20:23 UTC 

nested-smmuv3 topic, Sep 2024
 2024-09-06 18:54 UTC  (3+ messages)

[PATCH v2 1/1] m25p80: Add SFDP table for mt35xu01g flash
 2024-09-06 18:41 UTC  (2+ messages)

[PATCH v1 0/3] CAN & Xilinx OSPI maintainer updates
 2024-09-06 18:16 UTC  (4+ messages)
` [PATCH v1 1/3] MAINTAINERS: Remove Vikram Garhwal as maintainer
` [PATCH v1 2/3] MAINTAINERS: Update Xilinx Versal OSPI maintainer's email address
` [PATCH v1 3/3] MAINTAINERS: Add my-self as CAN maintainer

[PATCH 0/2] gitlab-ci: Force 'make check' single-threaded for cross-i686-tci
 2024-09-06 18:07 UTC  (3+ messages)
` [PATCH 1/2] scripts/mtest2make: Honour MESON_TESTTHREADS if it is set
` [PATCH 2/2] .gitlab-ci.d/crossbuilds.yml: Force 'make check' single threaded for cross-i686-tci

[PATCH v7 0/4] migration/multifd: Remove multifd_send_state->pages (leftovers)
 2024-09-06 16:51 UTC  (4+ messages)
` [PATCH v7 2/4] migration/multifd: Fix p->iov leak in multifd-uadk.c

[PATCH] hw/sd/sdcard: Fix handling of disabled boot partitions
 2024-09-06 16:48 UTC 

[PATCH v2 0/7] hw/net/can/xlnx-versal-canfd: Miscellaneous fixes
 2024-09-06 16:35 UTC  (5+ messages)
` [PATCH v2 7/7] hw/net/can/xlnx-versal-canfd: Fix FIFO issues

[PATCH] hw/char/stm32l4x5_usart.c: Fix ACK and min access size
 2024-09-06 16:12 UTC  (2+ messages)

[PATCH] MAINTAINERS: Remove myself from the Meson section
 2024-09-06 15:58 UTC 

[PATCH 0/3] tmp105: Improvements and fixes
 2024-09-06 15:48 UTC  (6+ messages)
` [PATCH 1/3] tmp105: Coding style fixes
` [PATCH 2/3] tmp105: OS (one-shot) bit in configuration register always returns 0
` [PATCH 3/3] tmp105: Lower 4 bit of limit registers are always 0

[RFC PATCH] scripts/ci: update the gitlab-runner playbook
 2024-09-06 15:38 UTC 

[PATCH v5] target/arm/tcg: refine cache descriptions with a wrapper
 2024-09-06 15:33 UTC  (2+ messages)

[PATCH v2 0/3] hvf: arm: Support creating VMs with 64+GB of RAM on macOS 15+
 2024-09-06 15:32 UTC  (8+ messages)
` [PATCH v2 1/3] hw/boards: Add hvf_get_physical_address_range to MachineClass
` [PATCH v2 2/3] hvf: Split up hv_vm_create logic per arch
` [PATCH v2 3/3] hvf: arm: Implement and use hvf_get_physical_address_range

[PATCH] docs/system/cpu-hotplug: Update example's socket-id/core-id
 2024-09-06 15:13 UTC  (2+ messages)

[PATCH for-9.2 0/7] docs/devel: Convert txt files to rST
 2024-09-06 15:12 UTC  (2+ messages)

[PATCH for-9.2 0/2] accel/kvm: Fix two minor Coverity nits
 2024-09-06 15:10 UTC  (2+ messages)

[PATCH RFC V3 00/29] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-09-06 15:06 UTC  (7+ messages)

[PATCH] aspeed: Add support for IBM Bonnell
 2024-09-06 14:57 UTC  (3+ messages)

[PATCH v6 0/8] AWS Nitro Enclave emulation support
 2024-09-06 14:48 UTC  (6+ messages)
` [PATCH v6 3/8] crypto: Introduce x509 utils

[RFC PATCH 0/2] qtest: Log verbosity changes
 2024-09-06 14:42 UTC  (5+ messages)

[PATCH v2 00/11] s390: Convert virtio-ccw, cpu to three-phase reset, and followup cleanup
 2024-09-06 14:38 UTC  (2+ messages)

[PATCH v4 0/5] gdbstub: Add support for MTE in system mode
 2024-09-06 14:33 UTC  (6+ messages)
` [PATCH v4 1/5] gdbstub: Use specific MMU index when probing MTE addresses
` [PATCH v4 2/5] gdbstub: Add support for MTE in system mode
` [PATCH v4 3/5] tests/guest-debug: Support passing arguments to the GDB test script
` [PATCH v4 4/5] tests/tcg/aarch64: Improve linker script organization
` [PATCH v4 5/5] tests/tcg/aarch64: Extend MTE gdbstub tests to system mode

[PATCH 0/2] tests/qtest: Fix problems running with make vm-build-openbsd
 2024-09-06 14:28 UTC  (2+ messages)

[PULL 00/25] target-arm queue
 2024-09-06 14:24 UTC  (2+ messages)

[PATCH v2 0/4] i386/cpu: Add support for perfmon-v2, RAS bits and EPYC-Turin CPU model
 2024-09-06 14:10 UTC  (2+ messages)

[PATCH] gitlab: fix logic for changing docker tag on stable branches
 2024-09-06 14:09 UTC 

[PATCH v3 0/4] gdbstub: Add support for MTE in system mode
 2024-09-06 13:49 UTC  (3+ messages)
` [PATCH v3 3/4] tests/guest-debug: Support passing arguments to the GDB test script

[PATCH 0/3] tests/unit: Slightly expand FIFO8 tests
 2024-09-06 13:29 UTC  (6+ messages)
` [PATCH 1/3] tests/unit: Strengthen "
` [PATCH 2/3] tests/unit: Expand test_fifo8_peek_buf_wrap() coverage
` [PATCH 3/3] tests/unit: Comment FIFO8 tests

[RFC PATCH v2 0/5] vhost-user: Add SHMEM_MAP/UNMAP requests
 2024-09-06 13:15 UTC  (12+ messages)

[PULL 00/34] Migration patches for 2024-09-04
 2024-09-06 12:57 UTC  (2+ messages)

[PATCH] hw/intc/arm_gic: fix spurious level triggered interrupts
 2024-09-06 12:50 UTC  (2+ messages)

[PATCH] target/hexagon: relicense GPL files to BSD-3
 2024-09-06 12:40 UTC  (2+ messages)

[PATCH v2 0/4] KVM: Dynamic sized memslots array
 2024-09-06 12:30 UTC  (6+ messages)
` [PATCH v2 1/4] KVM: Dynamic sized kvm "

[RFC PATCH 0/8] usb/uhci: Add UHCI sysbus support, and enable for AST machines
 2024-09-06 12:25 UTC  (9+ messages)
` [RFC PATCH 1/8] usb/uhci: checkpatch cleanup
` [RFC PATCH 2/8] usb/uhci: Introduce and use register defines
` [RFC PATCH 3/8] usb/uhci: Move PCI-related code into a separate file
` [RFC PATCH 4/8] usb/uhci: enlarge uhci memory space
` [RFC PATCH 5/8] usb/uhci: Add support for usb-uhci-sysbus
` [RFC PATCH 6/8] usb/uhci: Add aspeed specific read and write functions
` [RFC PATCH 7/8] aspeed: Add uhci support for ast2600
` [RFC PATCH 8/8] aspeed: Add uhci support for ast2400 and ast2500

[RFC PATCH v3 00/24] NXP i.MX RT595
 2024-09-06 11:53 UTC  (3+ messages)
` [RFC PATCH v3 01/24] fifo32: add peek function

[PATCH 0/3] hw/sh4: Remove the deprecated SHIX machine
 2024-09-06 11:40 UTC  (2+ messages)

[PULL 00/42] Introduce new functional test framework
 2024-09-06 11:32 UTC  (2+ messages)

[Stable-9.0.3 00/69] Patch Round-up for stable 9.0.3, freeze on 2024-09-16
 2024-09-06 11:13 UTC  (39+ messages)
` [Stable-9.0.3 14/69] target/i386: do not crash if microvm guest uses SGX CPUID leaves
` [Stable-9.0.3 15/69] chardev/char-win-stdio.c: restore old console mode
` [Stable-9.0.3 19/69] util/async.c: Forbid negative min/max in aio_context_set_thread_pool_params()
` [Stable-9.0.3 24/69] hw/misc/bcm2835_property: Fix handling of FRAMEBUFFER_SET_PALETTE
` [Stable-9.0.3 26/69] target/arm: Fix UMOPA/UMOPS of 16-bit values
` [Stable-9.0.3 27/69] target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()
` [Stable-9.0.3 28/69] target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabled
` [Stable-9.0.3 33/69] virtio-net: Ensure queue index fits with RSS
` [Stable-9.0.3 35/69] net: Reinstate '-net nic, model=help' output as documented in man page
` [Stable-9.0.3 36/69] migration/multifd: Fix multifd_send_setup cleanup when channel creation fails
` [Stable-9.0.3 37/69] linux-user/elfload: Fix pr_pid values in core files
` [Stable-9.0.3 38/69] target/i386: Fix VSIB decode
` [Stable-9.0.3 39/69] tcg/ppc: Sync tcg_out_test and constraints
` [Stable-9.0.3 41/69] vvfat: Fix bug in writing to middle of file
` [Stable-9.0.3 42/69] vvfat: Fix usage of `info.file.offset`
` [Stable-9.0.3 43/69] vvfat: Fix wrong checks for cluster mappings invariant
` [Stable-9.0.3 46/69] nbd/server: Plumb in new args to nbd_client_add()
` [Stable-9.0.3 47/69] nbd/server: CVE-2024-7409: Cap default max-connections to 100
` [Stable-9.0.3 49/69] nbd/server: CVE-2024-7409: Close stray clients at server-stop
` [Stable-9.0.3 50/69] nbd/server: CVE-2024-7409: Avoid use-after-free when closing server
` [Stable-9.0.3 51/69] net: Fix '-net nic, model=' for non-help arguments
` [Stable-9.0.3 52/69] hw/core/ptimer: fix timer zero period condition for freq > 1GHz
` [Stable-9.0.3 53/69] block/blkio: use FUA flag on write zeroes only if supported
` [Stable-9.0.3 54/69] target/i386: Do not apply REX to MMX operands
` [Stable-9.0.3 55/69] target/arm: Clear high SVE elements in handle_vec_simd_wshli
` [Stable-9.0.3 56/69] target/arm: Update translation regime comment for new features
` [Stable-9.0.3 57/69] target/arm: Fix usage of MMU indexes when EL3 is AArch32
` [Stable-9.0.3 58/69] module: Prevent crash by resetting local_err in module_load_qom_all()
` [Stable-9.0.3 59/69] target/hexagon: don't look for static glib
` [Stable-9.0.3 60/69] linux-user: Preserve NULL hit in target_mmap subroutines
` [Stable-9.0.3 61/69] target/sparc: Restrict STQF to sparcv9
` [Stable-9.0.3 63/69] hw/nvme: fix leak of uninitialized memory in io_mgmt_recv
` [Stable-9.0.3 64/69] virtio-pci: Fix the use of an uninitialized irqfd
` [Stable-9.0.3 65/69] migration/multifd: Free MultiFDRecvParams::data
` [Stable-9.0.3 66/69] linux-user: Handle short reads in mmap_h_gt_g
` [Stable-9.0.3 67/69] Revert "replay: stop us hanging in rr_wait_io_event"
` [Stable-9.0.3 68/69] hw/audio/virtio-snd: fix invalid param check
` [Stable-9.0.3 69/69] target/hppa: Fix PSW V-bit packaging in cpu_hppa_get for hppa64


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