qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-30 08:54:26 to 2023-08-30 14:23:00 UTC [more...]

[PATCH 0/6] vfio/migration: Block VFIO migration with postcopy and background snapshot
 2023-08-30 14:22 UTC  (12+ messages)
` [PATCH 5/6] vfio/migration: Block VFIO migration with postcopy migration

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-08-30 14:22 UTC  (7+ messages)
` [PATCH v5 01/20] tests/docker: Update docker-loongarch-cross toolchain
` [PATCH v5 08/20] linux-user: Load vdso image if available
` [PATCH v5 19/20] linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD

[PATCH v4 00/48] Add LoongArch LASX instructions
 2023-08-30 14:20 UTC  (7+ messages)
` [PATCH v4 04/48] target/loongarch: Add avail_LASX to check "
` [PATCH v4 24/48] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v4 37/48] target/loongarch: Implement xvfrstp
` [PATCH v4 42/48] target/loongarch: Implement xvbitsel xvset
` [PATCH v4 48/48] target/loongarch: CPUCFG support LASX

[PATCH V4 0/2] migration file URI
 2023-08-30 14:15 UTC  (7+ messages)
` [PATCH V4 1/2] migration: "

[PATCH v2 0/2] riscv: fix --enable-debug in riscv-to-apply.next
 2023-08-30 14:15 UTC  (5+ messages)
` [PATCH v2 1/2] hw/riscv/virt.c: fix non-KVM --enable-debug build
` [PATCH v2 2/2] hw/intc/riscv_aplic.c "

[PATCH v2] target/i386: raise FERR interrupt with iothread locked
 2023-08-30 14:07 UTC  (3+ messages)

[PATCH 0/2] riscv: fix --enable-debug in riscv-to-apply.next
 2023-08-30 13:49 UTC  (9+ messages)
` [PATCH 2/2] hw/riscv/virt.c: fix non-KVM --enable-debug build

[PATCH v2 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-08-30 13:40 UTC  (8+ messages)
` [PATCH v2 1/7] vhost-user: strip superfluous whitespace
` [PATCH v2 2/7] vhost-user: tighten "reply_supported" scope in "set_vring_addr"
` [PATCH v2 3/7] vhost-user: factor out "vhost_user_write_sync"
` [PATCH v2 4/7] vhost-user: flatten "enforce_reply" into "vhost_user_write_sync"
` [PATCH v2 5/7] vhost-user: hoist "write_sync", "get_features", "get_u64"
` [PATCH v2 6/7] vhost-user: allow "vhost_set_vring" to wait for a reply
` [PATCH v2 7/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously

[PATCH v8 00/12] Add VIRTIO sound card
 2023-08-30 13:40 UTC  (6+ messages)
` [PATCH v8 10/12] virtio-sound: implement audio output (TX)
` [PATCH v8 11/12] virtio-sound: implement audio capture (RX)

[PULL 0/1] Quick fix patches
 2023-08-30 13:37 UTC  (5+ messages)

[PATCH v3 0/6] hw/virtio: Build vhost-vdpa.o once for all targets
 2023-08-30 13:35 UTC  (2+ messages)

[PATCH 0/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously
 2023-08-30 13:30 UTC  (15+ messages)
` [PATCH 3/7] vhost-user: factor out "vhost_user_write_msg"
` [PATCH 7/7] vhost-user: call VHOST_USER_SET_VRING_ENABLE synchronously

[PATCH v6 0/5] eBPF RSS through QMP support
 2023-08-30 13:26 UTC  (11+ messages)
` [PATCH v6 1/5] ebpf: Added eBPF map update through mmap
` [PATCH v6 2/5] ebpf: Added eBPF initialization by fds
` [PATCH v6 3/5] virtio-net: Added property to load eBPF RSS with fds
` [PATCH v6 4/5] qmp: Added new command to retrieve eBPF blob
` [PATCH v6 5/5] ebpf: Updated eBPF program and skeleton

[PATCH v4 0/3] hw/{i2c,nvme}: mctp endpoint, nvme management interface model
 2023-08-30 13:04 UTC  (3+ messages)
` [PATCH v4 1/3] hw/i2c: add smbus pec utility function

[PATCH] target/i386: Add support for AMX-COMPLEX in CPUID enumeration
 2023-08-30 12:43 UTC  (3+ messages)

[PATCH 00/67] Make pixman an optional dependency
 2023-08-30 12:44 UTC  (92+ messages)
` [PATCH 01/67] ui: remove qemu_pixman_color() helper
` [PATCH 02/67] ui: remove qemu_pixman_linebuf_copy()
` [PATCH 03/67] ui/qmp: move screendump to ui-qmp-cmds.c
` [PATCH 04/67] ui/vc: replace vc_chr_write() with generic qemu_chr_write()
` [PATCH 05/67] ui/vc: drop have_text
` [PATCH 06/67] ui/console: console_select() regardless of have_gfx
` [PATCH 07/67] ui/console: call dpy_gfx_update() "
` [PATCH 08/67] ui/console: drop have_gfx
` [PATCH 09/67] ui/console: get the DisplayState from new_console()
` [PATCH 10/67] ui/console: new_console() cannot fail
` [PATCH 11/67] ui/vc: VC always has a DisplayState now
` [PATCH 12/67] ui/vc: move VCChardev declaration at the top
` [PATCH 13/67] ui/vc: replace variable with static text attributes default
` [PATCH 14/67] ui/vc: fold text_update_xy()
` [PATCH 15/67] ui/vc: pass VCCharDev to VC-specific functions
` [PATCH 16/67] ui/vc: move VCCharDev specific fields out of QemuConsole
` [PATCH 17/67] ui/console: use OBJECT_DEFINE_TYPE for QemuConsole
` [PATCH 18/67] ui/console: change new_console() to use object initialization
` [PATCH 19/67] ui/console: introduce different console objects
` [PATCH 20/67] ui/console: instantiate a specific console type
` [PATCH 21/67] ui/console: register the console from qemu_console_init()
` [PATCH 22/67] ui/console: remove new_console()
` [PATCH 23/67] ui/console: specialize console_lookup_unused()
` [PATCH 24/67] ui/console: update the head from unused QemuConsole
` [PATCH 25/67] ui/console: allocate ui_timer in QemuConsole
` [PATCH 26/67] ui/vc: move cursor_timer initialization to QemuTextConsole class
` [PATCH 27/67] ui/console: free more QemuConsole resources
` [PATCH 28/67] ui/vc: move text fields to QemuTextConsole
` [PATCH 29/67] ui/console: move graphic fields to QemuGraphicConsole
` [PATCH 30/67] ui/vc: fold text_console_do_init() in vc_chr_open()
` [PATCH 31/67] ui/vc: move some text console initialization to qom handlers
` [PATCH 32/67] ui/console: simplify getting active_console size
` [PATCH 33/67] ui/console: remove need for g_width/g_height
` [PATCH 34/67] ui/vc: use common text console surface creation
` [PATCH 35/67] ui/console: declare console types in console.h
` [PATCH 36/67] ui/console: use QEMU_PIXMAN_COLOR helpers
` [PATCH 37/67] ui/console: rename vga_ functions → qemu_console_
` [PATCH 38/67] ui/console: assert(surface) where appropriate
` [PATCH 39/67] ui/console: fold text_console_update_cursor_timer
` [PATCH 40/67] ui/vc: skip text console resize when possible
` [PATCH 41/67] ui/console: minor stylistic changes
` [PATCH 42/67] ui/vc: move text console invalidate in helper
` [PATCH 43/67] ui/vc: do not parse VC-specific options in Spice and GTK
` [PATCH 44/67] ui/vc: change the argument for QemuTextConsole
` [PATCH 45/67] ui/vc: remove kby_put_keysym() and update function calls
` [PATCH 46/67] ui/vc: rename kbd_put → qemu_text_console functions
` [PATCH 47/67] ui/console: remove redundant format field
` [PATCH 48/67] ui/vc: preliminary QemuTextConsole changes before split
` [PATCH 49/67] ui/vc: split off the VC part from console.c
` [PATCH 50/67] ui/console: move DisplaySurface to its own header
` [PATCH 51/67] build-sys: add optional "pixman" feature
` [PATCH 52/67] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH 53/67] ui: add pixman-compat.h
` [PATCH 54/67] ui/vc: console-vc requires PIXMAN
` [PATCH 55/67] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH 56/67] virtio-gpu: replace PIXMAN for region/rect test
` [PATCH 57/67] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [PATCH 58/67] vhost-user-gpu: skip VHOST_USER_GPU_UPDATE when !PIXMAN
` [PATCH 59/67] ui/gl: opengl doesn't require PIXMAN
` [PATCH 60/67] ui/vnc: VNC requires PIXMAN
` [PATCH 61/67] ui/spice: SPICE/QXL "
` [PATCH 62/67] ui/gtk: -display gtk "
` [PATCH 63/67] ui/dbus: do not require PIXMAN
` [PATCH 64/67] arm/kconfig: XLNX_ZYNQMP_ARM depends on PIXMAN
` [PATCH 65/67] ppc/kconfig: make SAM460EX depend on PPC & PIXMAN
` [PATCH 66/67] sh4/kconfig: make R2D depend on SH4 "
` [PATCH 67/67] display/kconfig: make SM501 depend on PIXMAN

[Qemu PATCH v2 0/9] Enabling DCD emulation support in Qemu
 2023-08-30 12:08 UTC  (3+ messages)
  ` [Qemu PATCH v2 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[PULL v3 0/5] Block patches
 2023-08-30 11:49 UTC  (6+ messages)
` [PULL v3 1/5] block-migration: Ensure we don't crash during migration cleanup
` [PULL v3 2/5] block: add subcluster_size field to BlockDriverInfo
` [PULL v3 3/5] block/io: align requests to subcluster_size
` [PULL v3 4/5] tests/qemu-iotests/197: add testcase for CoR with subclusters
` [PULL v3 5/5] aio-posix: zero out io_uring sqe user_data

[PATCH 00/21] -display dbus: add win32 support
 2023-08-30 11:49 UTC  (5+ messages)
` [PATCH 17/21] virtio-gpu-virgl: teach it to get the QEMU EGL display

[PATCH v3] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-30 11:48 UTC 

[PATCH v9 0/4] hw/ufs: Add Universal Flash Storage (UFS) support
 2023-08-30 11:38 UTC  (3+ messages)

[PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE
 2023-08-30 11:29 UTC  (3+ messages)

[PULL 00/10] Misc fixes for 2023-07-25
 2023-08-30 11:15 UTC  (3+ messages)
` [PULL 01/10] hw/sd/sdhci: Do not force sdhci_mmio_*_ops onto all SD controllers

[PATCH v1 00/22] vfio: Adopt iommufd
 2023-08-30 10:37 UTC  (23+ messages)
` [PATCH v1 01/22] scripts/update-linux-headers: Add iommufd.h
` [PATCH v1 02/22] Update linux-header to support iommufd cdev and hwpt alloc
` [PATCH v1 03/22] vfio/common: Move IOMMU agnostic helpers to a separate file
` [PATCH v1 04/22] vfio/common: Introduce vfio_container_add|del_section_window()
` [PATCH v1 05/22] vfio/common: Extract out vfio_kvm_device_[add/del]_fd
` [PATCH v1 06/22] vfio/common: Add a vfio device iterator
` [PATCH v1 07/22] vfio/common: Refactor vfio_viommu_preset() to be group agnostic
` [PATCH v1 08/22] vfio/common: Move legacy VFIO backend code into separate container.c
` [PATCH v1 09/22] vfio/container: Introduce vfio_[attach/detach]_device
` [PATCH v1 10/22] vfio/platform: Use vfio_[attach/detach]_device
` [PATCH v1 11/22] vfio/ap: "
` [PATCH v1 12/22] vfio/ccw: "
` [PATCH v1 13/22] vfio: Add base container
` [PATCH v1 14/22] vfio/common: Simplify vfio_viommu_preset()
` [PATCH v1 15/22] Add iommufd configure option
` [PATCH v1 16/22] backends/iommufd: Introduce the iommufd object
` [PATCH v1 17/22] util/char_dev: Add open_cdev()
` [PATCH v1 18/22] vfio/iommufd: Implement the iommufd backend
` [PATCH v1 19/22] vfio/iommufd: Add vfio device iterator callback for iommufd
` [PATCH v1 20/22] vfio/pci: Adapt vfio pci hot reset support with iommufd BE
` [PATCH v1 21/22] vfio/pci: Allow the selection of a given iommu backend
` [PATCH v1 22/22] vfio/pci: Make vfio cdev pre-openable by passing a file handle

[PATCH v1 0/4] Support dynamic MSI-X allocation
 2023-08-30 10:48 UTC  (5+ messages)
` [PATCH v1 3/4] vfio/pci: use an invalid fd to enable MSI-X

PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
 2023-08-30 10:45 UTC  (11+ messages)

[PATCH] meson: test for CONFIG_TCG in config_all
 2023-08-30 10:42 UTC  (3+ messages)

[PATCH 0/2] igb: Add FLR support
 2023-08-30 10:12 UTC  (5+ messages)
` [PATCH 1/2] igb: Add a VF reset handler
` [PATCH 2/2] igb: Add Function Level Reset to PF and VF

[PATCH v2 0/4] io: follow coroutine AioContext in qio_channel_yield()
 2023-08-30  9:40 UTC  (5+ messages)
` [PATCH v2 1/4] nbd: drop unused nbd_receive_negotiate() aio_context argument
` [PATCH v2 2/4] nbd: drop unused nbd_start_negotiate() "

[Qemu-devel] [PATCH] acpi: Add emulated sleep button
 2023-08-30  9:22 UTC  (8+ messages)

[PATCH 0/2] Fix vhost reconnect issues
 2023-08-30  8:51 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 2/2] vhost: Add Error parameter to vhost_scsi_common_start()


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