qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-29 23:28:24 to 2023-08-30 09:46:18 UTC [more...]

[PATCH 00/67] Make pixman an optional dependency
 2023-08-30  9:38 UTC  (61+ 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 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 49/67] ui/vc: split off the VC part from console.c
` [PATCH 50/67] ui/console: move DisplaySurface to its own header
` [PATCH 52/67] ui: compile out some qemu-pixman functions when !PIXMAN
` [PATCH 53/67] ui: add pixman-compat.h
` [PATCH 55/67] qmp/hmp: disable screendump if PIXMAN is missing
` [PATCH 57/67] ui/console: when PIXMAN is unavailable, don't draw placeholder msg
` [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 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

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

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

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

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

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

[PATCH v4 00/48] Add LoongArch LASX instructions
 2023-08-30  8:49 UTC  (49+ messages)
` [PATCH v4 01/48] target/loongarch: Add LASX data support
` [PATCH v4 02/48] target/loongarch: meson.build support build LASX
` [PATCH v4 03/48] target/loongarch: Add CHECK_ASXE maccro for check LASX enable
` [PATCH v4 04/48] target/loongarch: Add avail_LASX to check LASX instructions
` [PATCH v4 05/48] target/loongarch: Implement xvadd/xvsub
` [PATCH v4 06/48] target/loongarch: Implement xvreplgr2vr
` [PATCH v4 07/48] target/loongarch: Implement xvaddi/xvsubi
` [PATCH v4 08/48] target/loongarch: Implement xvneg
` [PATCH v4 09/48] target/loongarch: Implement xvsadd/xvssub
` [PATCH v4 10/48] target/loongarch: rename lsx_helper.c to vec_helper.c
` [PATCH v4 11/48] target/loongarch: Implement xvhaddw/xvhsubw
` [PATCH v4 12/48] target/loongarch: Implement xvaddw/xvsubw
` [PATCH v4 13/48] target/loongarch: Implement xavg/xvagr
` [PATCH v4 14/48] target/loongarch: Implement xvabsd
` [PATCH v4 15/48] target/loongarch: Implement xvadda
` [PATCH v4 16/48] target/loongarch: Implement xvmax/xvmin
` [PATCH v4 17/48] target/loongarch: Implement xvmul/xvmuh/xvmulw{ev/od}
` [PATCH v4 18/48] target/loongarch: Implement xvmadd/xvmsub/xvmaddw{ev/od}
` [PATCH v4 19/48] target/loongarch; Implement xvdiv/xvmod
` [PATCH v4 20/48] target/loongarch: Implement xvsat
` [PATCH v4 21/48] target/loongarch: Implement xvexth
` [PATCH v4 22/48] target/loongarch: Implement vext2xv
` [PATCH v4 23/48] target/loongarch: Implement xvsigncov
` [PATCH v4 24/48] target/loongarch: Implement xvmskltz/xvmskgez/xvmsknz
` [PATCH v4 25/48] target/loognarch: Implement xvldi
` [PATCH v4 26/48] target/loongarch: Implement LASX logic instructions
` [PATCH v4 27/48] target/loongarch: Implement xvsll xvsrl xvsra xvrotr
` [PATCH v4 28/48] target/loongarch: Implement xvsllwil xvextl
` [PATCH v4 29/48] target/loongarch: Implement xvsrlr xvsrar
` [PATCH v4 30/48] target/loongarch: Implement xvsrln xvsran
` [PATCH v4 31/48] target/loongarch: Implement xvsrlrn xvsrarn
` [PATCH v4 32/48] target/loongarch: Implement xvssrln xvssran
` [PATCH v4 33/48] target/loongarch: Implement xvssrlrn xvssrarn
` [PATCH v4 34/48] target/loongarch: Implement xvclo xvclz
` [PATCH v4 35/48] target/loongarch: Implement xvpcnt
` [PATCH v4 36/48] target/loongarch: Implement xvbitclr xvbitset xvbitrev
` [PATCH v4 37/48] target/loongarch: Implement xvfrstp
` [PATCH v4 38/48] target/loongarch: Implement LASX fpu arith instructions
` [PATCH v4 39/48] target/loongarch: Implement LASX fpu fcvt instructions
` [PATCH v4 40/48] target/loongarch: Implement xvseq xvsle xvslt
` [PATCH v4 41/48] target/loongarch: Implement xvfcmp
` [PATCH v4 42/48] target/loongarch: Implement xvbitsel xvset
` [PATCH v4 43/48] target/loongarch: Implement xvinsgr2vr xvpickve2gr
` [PATCH v4 44/48] target/loongarch: Implement xvreplve xvinsve0 xvpickve xvb{sll/srl}v
` [PATCH v4 45/48] target/loongarch: Implement xvpack xvpick xvilv{l/h}
` [PATCH v4 46/48] target/loongarch: Implement xvshuf xvperm{i} xvshuf4i xvextrins
` [PATCH v4 47/48] target/loongarch: Implement xvld xvst
` [PATCH v4 48/48] target/loongarch: CPUCFG support LASX

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

[PATCH for-8.2 0/3] arm: Use correct number of MPU regions on mps2-tz boards
 2023-08-30  8:33 UTC  (3+ messages)
` [PATCH for-8.2 3/3] hw/arm: Set number of MPU regions correctly for an505, an521, an524

PCIe: SLT attribute mismatch: 0xFF020100 instead of 0x20100
 2023-08-30  8:22 UTC  (12+ messages)

[PATCH v2 00/58] TDX QEMU support
 2023-08-30  7:48 UTC  (20+ messages)
` [PATCH v2 13/58] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v2 36/58] memory: Introduce memory_region_init_ram_gmem()
` [PATCH v2 41/58] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v2 47/58] i386/tdx: Wire REPORT_FATAL_ERROR with GuestPanic facility

[PATCH] target/i386: Add support for AMX-COMPLEX in CPUID enumeration
 2023-08-30  7:43 UTC 

[PATCH v2 0/8] machine: Unified CPU type check
 2023-08-30  7:34 UTC  (10+ messages)
` [PATCH v2 3/8] machine: Print supported CPU models instead of typenames

[PATCH v1 0/4] Support dynamic MSI-X allocation
 2023-08-30  7:21 UTC  (4+ messages)
` [PATCH v1 1/4] vfio/pci: detect the support of "

[PATCH v3 0/8] Introduce model for IBM's FSI
 2023-08-30  7:13 UTC  (11+ messages)
` [PATCH v3 1/8] hw/fsi: Introduce IBM's Local bus
` [PATCH v3 2/8] hw/fsi: Introduce IBM's scratchpad
` [PATCH v3 3/8] hw/fsi: Introduce IBM's cfam,fsi-slave
` [PATCH v3 4/8] hw/fsi: Introduce IBM's FSI
` [PATCH v3 5/8] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v3 6/8] hw/fsi: Aspeed APB2OPB interface
` [PATCH v3 7/8] hw/arm: Hook up FSI module in AST2600
` [PATCH v3 8/8] hw/fsi: Documentation and testing

[qemu]: How to use qemu to emulate MCTP Over SMBus devices?
 2023-08-30  7:00 UTC  (2+ messages)

[PATCH] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h
 2023-08-30  6:58 UTC  (2+ messages)

[PATCH] kconfig: Add NVME to s390x machines
 2023-08-30  6:56 UTC  (2+ messages)

[RFC 0/1] virtio-net: add support for SR-IOV emulation
 2023-08-30  5:28 UTC  (5+ messages)

[QEMU][PATCH v4 0/2] Add Virtio support to Xenpvh machine for arm
 2023-08-30  4:35 UTC  (3+ messages)
` [QEMU][PATCH v4 1/2] xen_arm: Create virtio-mmio devices during initialization
` [QEMU][PATCH v4 2/2] xen_arm: Initialize RAM and add hi/low memory regions

[PATCH v2, 1/1] memory: avoid updating ioeventfds for some address_space
 2023-08-30  3:29 UTC 

[PATCH v1 0/7] Introduce model for IBM's FSP
 2023-08-30  2:31 UTC  (8+ messages)
` [PATCH v1 3/7] hw/fsi: Introduce IBM's cfam,fsi-slave

[PULL 0/1] Quick fix patches
 2023-08-30  2:22 UTC  (2+ messages)
` [PULL 1/1] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h

[PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
 2023-08-30  2:14 UTC  (5+ messages)

[PATCH 0/2] igb: Add FLR support
 2023-08-30  0:36 UTC  (3+ messages)
` [PATCH 1/2] igb: Add a VF reset handler

[PATCH v2] linux-user: Move PRAGMA_DISABLE_PACKED_WARNING to compiler.h
 2023-08-29 23:58 UTC  (4+ messages)

[PATCH v2 0/5] tcg patch queue
 2023-08-29 23:37 UTC  (2+ messages)
` [PULL "

[PATCH 00/32] bsd-user: Implement freebsd process related system calls
 2023-08-29 21:34 UTC  (15+ messages)
` [PATCH 11/32] bsd-user: Get number of cpus
` [PATCH 12/32] bsd-user: Implement getgroups(2) and setgroups(2) system calls
` [PATCH 22/32] bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve
` [PATCH 23/32] bsd-user: Implement t2h procctl control request commands and h2t reaper status struct conversion
` [PATCH 25/32] bsd-user: Implement procctl(2) system call
` [PATCH 28/32] bsd-user: Implement setloginclass(2) and getloginclass(2) system calls

[PATCH v5 00/20] linux-user: Implement VDSOs
 2023-08-29 22:02 UTC  (3+ messages)
` [PATCH v5 12/20] linux-user/x86_64: Add vdso
` [PATCH v5 19/20] linux-user/s390x: Rename __SIGNAL_FRAMESIZE to STACK_FRAME_OVERHEAD

[PATCH 0/3] linux-user/aarch64: Add ESR signal frame record
 2023-08-29 21:03 UTC  (4+ messages)
` [PATCH 1/3] linux-user/aarch64: Add ESR signal frame for SIGSEGV, SIGBUS

[PATCH v5 00/12] Implement Most ARMv8.3 Pointer Authentication Features
 2023-08-29 23:23 UTC  (6+ messages)
` [PATCH v5 01/12] tests/tcg/aarch64: Adjust pauth tests for FEAT_FPAC
` [PATCH v5 06/12] target/arm: Implement FEAT_EPAC
` [PATCH v5 07/12] target/arm: Implement FEAT_Pauth2
` [PATCH v5 11/12] linux-user/aarch64: Fix normal SIGILL si_code
` [PATCH v5 12/12] linux-user/aarch64: Add ESR signal frame for PACFAIL

[PATCH v8 00/12] Add VIRTIO sound card
 2023-08-29 19:33 UTC  (3+ messages)
` [PATCH v8 07/12] virtio-sound: handle VIRTIO_SND_R_PCM_SET_PARAMS

[PATCH V4 00/11] fix migration of suspended runstate
 2023-08-29 18:18 UTC  (2+ messages)
` [PATCH V4 10/11] tests/qtest: postcopy migration with suspend


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