qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-17 14:56:54 to 2023-03-20 12:17:50 UTC [more...]

[PATCH 0/3] Fix Spice regression on win32
 2023-03-20 12:17 UTC  (7+ messages)
` [PATCH 1/3] win32: add qemu_close_to_socket()
` [PATCH 2/3] ui/spice: fix SOCKET handling regression
` [PATCH 3/3] ui/dbus: fix passing SOCKET to GSocket API & leak

[PATCH 0/4] block: Split padded I/O vectors exceeding IOV_MAX
 2023-03-20 12:12 UTC  (13+ messages)
` [PATCH 1/4] util/iov: Make qiov_slice() public
` [PATCH 2/4] block: Split padded I/O vectors exceeding IOV_MAX
` [PATCH 3/4] util/iov: Remove qemu_iovec_init_extended()
` [PATCH 4/4] iotests/iov-padding: New test

[PATCH v1] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-03-20 12:08 UTC 

[PATCH v1] hw/pvrdma: Protect against buggy or malicious guest driver
 2023-03-20 12:06 UTC  (2+ messages)

[PATCH] ui/gtk: fix cursor moved to lower-left corner
 2023-03-20 11:47 UTC 

[PATCH v3 00/14] File-based migration support and fixed-ram features
 2023-03-20 11:25 UTC  (9+ messages)
` [PATCH v3 10/14] migration/ram: Introduce 'fixed-ram' migration stream capability

[PATCH] target/s390x/tcg/mem_helper: Remove bad assert() statement
 2023-03-20 11:20 UTC  (2+ messages)

[PATCH v3 0/3] python/qemu/machine: fix potential hang in QMP accept
 2023-03-20 10:56 UTC  (4+ messages)
` [PATCH v3 3/3] python/qemu/machine: use socketpair() for QMP by default

[RFC PATCH v1 00/12] *** Add allwinner R40 device support ***
 2023-03-20 10:55 UTC  (5+ messages)

[PATCH] python: honour message limit when using pre-opened socket
 2023-03-20 10:55 UTC  (2+ messages)

[PATCH v2 0/6] Implement virtio-multitouch and enable GTK3 to use it
 2023-03-20 10:16 UTC  (4+ messages)
` [PATCH v2 6/6] ui/gtk: enable backend to send multi-touch events

[PATCH 00/10] accel/tcg: refactor the cpu-exec loop
 2023-03-20 10:10 UTC  (11+ messages)
` [PATCH 01/10] metadata: add .git-blame-ignore-revs
` [PATCH 02/10] accel/tcg: move cpu_reloading_memory_map into cpu-exec-softmmu
` [PATCH 03/10] accel/tcg: move i386 halt handling to sysemu_ops
` [PATCH 04/10] accel/tcg: don't bother with ifdef for CPU_DUMP_CCOP
` [PATCH 05/10] accel/tcg: remove the fake_user_interrupt guards
` [PATCH 06/10] includes: move irq definitions out of cpu-all.h
` [PATCH 07/10] accel/tcg: use QEMU_IOTHREAD_LOCK_GUARD to cover the exit
` [PATCH 08/10] accel/tcg: push i386 specific hacks into handle_cpu_interrupt callback
` [PATCH 09/10] accel/tcg: re-inline the filtering of virtual IRQs but data driven
` [PATCH 10/10] accel/tcg: remove unused includes

[PATCH] vfio/pci: add support for VF token
 2023-03-20 10:03 UTC  (2+ messages)

[PULL 0/6] Edk2 stable202302 20230320 patches
 2023-03-20  9:38 UTC  (7+ messages)
` [PULL 1/6] acpi: enable tests/data/acpi updates
` [PULL 2/6] bios-tables-test: use 128M numa nodes on aarch64
` [PULL 3/6] acpi: disable tests/data/acpi updates
` [PULL 4/6] edk2: update submodule to edk2-stable202302
` [PULL 5/6] edk2: replace build scripts
` [PULL 6/6] edk2: update firmware binaries

[RFC 0/2] vhost-user-fs: Stateful migration
 2023-03-20  9:33 UTC  (9+ messages)
` [RFC 1/2] vhost-user: Add interface for virtio-fs migration
    ` [Virtio-fs] "
` [RFC 2/2] vhost-user-fs: Implement stateful migration
    ` [Virtio-fs] "

About the instance_finalize callback in VFIO PCI
 2023-03-20  9:31 UTC 

[PATCH v3 0/2] Use f-strings and black code style
 2023-03-20  9:25 UTC  (3+ messages)
` [PATCH v3 1/2] Use f-strings in python scripts
` [PATCH v3 2/2] Use black code style for "

[PATCH] replace TABs with spaces
 2023-03-20  9:29 UTC  (2+ messages)

[PATCH v1 1/1] util/async-teardown: wire up query-command-line-options
 2023-03-20  9:13 UTC  (3+ messages)

[PATCH for 8.0] qemu/osdep: Switch position of "extern" and "G_NORETURN"
 2023-03-20  8:35 UTC  (4+ messages)

[PATCH] qtests: avoid printing comments before g_test_init()
 2023-03-20  8:01 UTC  (4+ messages)

Audio playback speed issue on sam460ex and pegasos2
 2023-03-20  7:03 UTC  (16+ messages)

[PATCH v8] audio/pwaudio.c: Add Pipewire audio backend for QEMU
 2023-03-20  6:30 UTC  (3+ messages)

[PATCH] xen: Fix host pci for stubdom
 2023-03-20  0:05 UTC 

Using QEMU how to redirect serial /dev/ttyS2 output of guest machine to host machine
 2023-03-19 17:57 UTC  (6+ messages)

[PATCH v2 0/2] fix for #285
 2023-03-19 14:15 UTC  (3+ messages)

[PATCH v2 0/7] plugin: fix clearing of plugin_mem_cbs on TB exit
 2023-03-19 14:06 UTC  (2+ messages)

[PATCH for-8.0] Revert "ui: set cursor position upon listener registration"
 2023-03-19 12:24 UTC  (3+ messages)

[PATCH] ui: return the default console cursor when con == NULL
 2023-03-19 11:10 UTC 

[RFC PATCH v2 00/11] Add stage-2 translation for SMMUv3
 2023-03-19  8:38 UTC  (8+ messages)
` [RFC PATCH v2 02/11] hw/arm/smmuv3: Update translation config to hold stage-2
` [RFC PATCH v2 03/11] hw/arm/smmuv3: Refactor stage-1 PTW

[PATCH] doc: do not recommend -blockdev
 2023-03-19  6:43 UTC  (3+ messages)

[PATCH for-8.1 v3 00/26] target/riscv: rework CPU extensions validation
 2023-03-18 20:04 UTC  (27+ messages)
` [PATCH for-8.1 v3 01/26] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PATCH for-8.1 v3 02/26] target/riscv/cpu.c: remove set_vext_version()
` [PATCH for-8.1 v3 03/26] target/riscv/cpu.c: remove set_priv_version()
` [PATCH for-8.1 v3 04/26] target/riscv: add PRIV_VERSION_LATEST
` [PATCH for-8.1 v3 05/26] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PATCH for-8.1 v3 06/26] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PATCH for-8.1 v3 07/26] target/riscv: move pmp and epmp validations to validate_set_extensions()
` [PATCH for-8.1 v3 08/26] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PATCH for-8.1 v3 09/26] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PATCH for-8.1 v3 10/26] target/riscv/cpu.c: avoid set_misa() in validate_set_extensions()
` [PATCH for-8.1 v3 11/26] target/riscv/cpu.c: set cpu config in set_misa()
` [PATCH for-8.1 v3 12/26] target/riscv/cpu.c: redesign register_cpu_props()
` [PATCH for-8.1 v3 13/26] target/riscv: put env->misa_ext <-> cpu->cfg code into helpers
` [PATCH for-8.1 v3 14/26] target/riscv: add RVG
` [PATCH for-8.1 v3 15/26] target/riscv/cpu.c: split RVG code from validate_set_extensions()
` [PATCH for-8.1 v3 16/26] target/riscv/cpu.c: add riscv_cpu_validate_misa_ext()
` [PATCH for-8.1 v3 17/26] target/riscv: move riscv_cpu_validate_v() to validate_misa_ext()
` [PATCH for-8.1 v3 18/26] target/riscv: error out on priv failure for RVH
` [PATCH for-8.1 v3 19/26] target/riscv: write env->misa_ext* in register_generic_cpu_props()
` [PATCH for-8.1 v3 20/26] target/riscv: make validate_misa_ext() use a misa_ext val
` [PATCH for-8.1 v3 21/26] target/riscv: split riscv_cpu_validate_set_extensions()
` [PATCH for-8.1 v3 22/26] target/riscv: use misa_ext val in riscv_cpu_validate_extensions()
` [PATCH for-8.1 v3 23/26] target/riscv: rework write_misa()
` [PATCH for-8.1 v3 24/26] target/riscv: update cpu->cfg misa bits in commit_cpu_cfg()
` [PATCH for-8.1 v3 25/26] target/riscv: allow write_misa() to enable RVG
` [PATCH for-8.1 v3 26/26] target/riscv: allow write_misa() to enable RVV

Should I record QEMU developers fortnightly call?
 2023-03-18 18:10 UTC 

KVM call for agenda for 2023-03-21
 2023-03-18 17:59 UTC 

[RFC PATCH] metadata: add .git-blame-ignore-revs
 2023-03-18 11:56 UTC 

[PULL 00/31] various fixes (testing, plugins, gitdm)
 2023-03-18 11:46 UTC  (12+ messages)
` [PULL 01/31] tests/avocado: update AArch64 tests to Alpine 3.17.2
` [PULL 02/31] tests/docker: all add DOCKER_BUILDKIT to RUNC environment
` [PULL 03/31] scripts/ci: add libslirp-devel to build-environment
` [PULL 04/31] scripts/ci: update gitlab-runner playbook to handle CentOS
` [PULL 05/31] gitlab: update centos-8-stream job
` [PULL 06/31] include/qemu: add documentation for memory callbacks
` [PULL 07/31] tests/tcg: add some help output for running individual tests
` [PULL 08/31] tests/avocado: don't use tags to define drive
` [PULL 09/31] tcg: Clear plugin_mem_cbs on TB exit
` [PULL 10/31] tcg: Drop plugin_gen_disable_mem_helpers from tcg_gen_exit_tb
` [PULL 11/31] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT

Question about TCG liveness_pass_1
 2023-03-18 10:10 UTC  (3+ messages)

[PATCH for 8.0 v3] memory: Prevent recursive memory access
 2023-03-18  6:10 UTC  (5+ messages)

[PATCH v3 0/9] virtio-gpu: Support Venus Vulkan driver
 2023-03-17 21:40 UTC  (7+ messages)

[RFC QEMU PATCH 00/18] Add VirtIO GPU and Passthrough GPU support on Xen
 2023-03-18  0:38 UTC  (5+ messages)
` [RFC QEMU PATCH 12/18] softmmu: Fix the size to map cache with xen for host virtual address
` [RFC QEMU PATCH 13/18] hw/i386/xen/xen-hvm: Introduce xen_ram_block_check function

[PATCH] Revert "docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation"
 2023-03-17 23:24 UTC  (2+ messages)

[PATCH] scsi/lsi53c895a: restrict DMA engine to memory regions (CVE-2023-0330)
 2023-03-17 21:59 UTC  (3+ messages)

[PATCH] hw/usb/imx: Fix out of bounds access in imx_usbphy_read()
 2023-03-17 21:50 UTC  (2+ messages)

Call failed: MCTP Endpoint did not respond: Qemu CXL switch with mctp-1.0
 2023-03-17 20:02 UTC  (4+ messages)

[PATCH v3 1/1] vhost-user-fs: add migration type property
 2023-03-17 19:02 UTC  (22+ messages)

[PULL v2 00/18] Display patches
 2023-03-17 17:34 UTC  (3+ messages)
` [PULL v2 08/18] ui: keep current cursor with QemuConsole

[PULL 0/3] Trivial branch for 8.0 patches
 2023-03-17 17:28 UTC  (2+ messages)

[PULL 0/2] target/xtensa TCG test updates
 2023-03-17 17:27 UTC  (2+ messages)

[PATCH for-8.0] target/arm: Don't advertise aarch64-pauth.xml to gdb
 2023-03-17 17:26 UTC  (3+ messages)

[PATCH 00/11] tweaks and fixes for 8.0-rc1 (tests, plugins, docs)
 2023-03-17 17:16 UTC  (13+ messages)
` [PATCH 09/11] tests/tcg: disable pauth for aarch64 gdb tests

[RFC PATCH 0/4] hw/i386: Factor out PXB parts of DSDT into an SSDT table
 2023-03-17 16:54 UTC  (5+ messages)
` [RFC PATCH 1/4] hw/acpi: Make Aml and / or crs_range_set optional in build_crs
` [RFC PATCH 2/4] tests/acpi: Allow changes to DSDT.cxl/viot and SSDT.cxl/viot
` [RFC PATCH 3/4] hw/i386/acpi: Separate PXB related parts of DSDT into an SSDT table
` [RFC PATCH 4/4] tests/acpi: Updated DSDT and SSDT due to move of PXB info to SSDT

[PATCH v2 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-17 15:54 UTC  (10+ messages)
` [PATCH v2 1/9] linux-user: Diagnose misaligned -R size
` [PATCH v2 2/9] linux-user: Rename max_reserved_va in main
` [PATCH v2 3/9] include/exec: Replace reserved_va with max_reserved_va
` [PATCH v2 4/9] accel/tcg: Pass last not end to page_set_flags
` [PATCH v2 5/9] accel/tcg: Pass last not end to page_reset_target_data
` [PATCH v2 6/9] accel/tcg: Pass last not end to PAGE_FOR_EACH_TB
` [PATCH v2 7/9] accel/tcg: Pass last not end to page_collection_lock
` [PATCH v2 8/9] accel/tcg: Pass last not end to tb_invalidate_phys_page_range__locked
` [PATCH v2 9/9] accel/tcg: Pass last not end to tb_invalidate_phys_range

[PATCH v2 0/3] qapi: allow unions to contain further unions
 2023-03-17 15:55 UTC  (4+ messages)
` [PATCH v2 3/3] "

[PATCH for 8.0] igb: Save more Tx states
 2023-03-17 15:26 UTC  (4+ messages)

[PATCH v2 0/3] contrib/elf2dmp: Windows Server 2022 support
 2023-03-17 15:21 UTC  (4+ messages)
    `  "

[PATCH 0/9] accel/tcg: Fix page_set_flags and related [#1528]
 2023-03-17 15:05 UTC  (9+ messages)
` [PATCH 1/9] linux-user: Diagnose incorrect -R size

[RFC PATCH for 8.1 0/6] Move ASID test to vhost-vdpa net initialization
 2023-03-17 14:55 UTC  (5+ messages)
` [RFC PATCH for 8.1 1/6] vdpa: Remove status in reset tracing
` [RFC PATCH for 8.1 4/6] vdpa: return errno in vhost_vdpa_get_vring_group error
` [RFC PATCH for 8.1 5/6] vdpa: move CVQ isolation check to net_init_vhost_vdpa
` [RFC PATCH for 8.1 6/6] vdpa: Cache cvq group in VhostVDPAState


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