public inbox for qemu-trivial@nongnu.org
 help / color / mirror / Atom feed
[PATCH] thread-pool: signal condition variable while holding lock
 2026-04-10 16:20 UTC  (5+ messages)

[PATCH] qemu-keymap: fix altgr modifier lookup for newer xkeyboard-config
 2026-04-09 10:08 UTC  (2+ messages)

[PULL 0/3] Trivial build-system patches for 2026-04-08
 2026-04-08 18:15 UTC  (5+ messages)
` [PULL 1/3] util/meson.build: do not add cpuinfo-$arch to util_ss for 32bit CPUs
` [PULL 2/3] Allow building qemu tools on 32-bit hosts
` [PULL 3/3] util: fix missing aio_wait sym in qemu guest agent only build

[PATCH trivial] util/meson.build: do not add cpuinfo-$arch to util_ss for 32bit CPUs
 2026-04-03 15:30 UTC  (3+ messages)

[PATCH] target: convert TABS indentation to spaces for consistency
 2026-04-01  9:20 UTC 

[PATCH] meson.build: Add --enable-use-pdb option
 2026-03-30 16:49 UTC  (9+ messages)
    ` [PATCH v2 1/1] meson.build: Add --enable-pdb option

[PATCH] hw/display/vga: Fix debug message
 2026-03-30 16:10 UTC  (3+ messages)

[PULL v2 0/4] Trivial patches for 2026-03-23
 2026-03-24 12:03 UTC  (2+ messages)

[PATCH] meson.build: Add --enable-pdb option
 2026-03-23 22:02 UTC 

[PATCH for-11.0.0] Fix include statement for u2f-emu.h
 2026-03-23 21:10 UTC  (4+ messages)

[PULL 0/4] Trivial patches for 2026-03-23
 2026-03-23 16:49 UTC  (6+ messages)
` [PULL 1/4] tests: fix typo in char unit test comment
` [PULL 2/4] Fix include statement for u2f-emu.h
` [PULL 3/4] docs: Update GitHub URL of libu2f-emu
` [PULL 4/4] Fix several typos in documentation (found by codespell)

[PATCH for-11.0] Fix several typos in documentation (found by codespell)
 2026-03-22 11:47 UTC  (7+ messages)

[PATCH] configure: Remove unused variable default_cflags
 2026-03-19 21:27 UTC  (3+ messages)

[PATCH for-11.0] docs: Update GitHub URL of libu2f-emu
 2026-03-19 16:07 UTC 

[PATCH] tests: fix typo in char unit test comment
 2026-03-19  8:07 UTC 

[PATCH] hw/sparc64/sun4u_iommu: Fix crash when introspecting sun4u-iommu from the CLI
 2026-03-19 11:21 UTC  (2+ messages)

[PATCH] hw/sparc/sun4m_iommu: Fix crash when introspecting sun4m-iommu from the CLI
 2026-03-19 11:21 UTC  (2+ messages)

[PATCH] hw/pci-host/raven: Fix crash when introspecting raven-pcihost from the CLI
 2026-03-19 11:20 UTC  (2+ messages)

[PATCH] hw/display/cg3: Fix crash when introspecting cgthree from the CLI
 2026-03-19 11:20 UTC  (2+ messages)

[PATCH RFC] net/slirp: allow hostfwd socket paths with dashes
 2026-03-17 13:33 UTC  (2+ messages)

[PULL v2 00/13] Trivial patches for 2026-03-16
 2026-03-16 14:24 UTC  (2+ messages)

[PULL 00/14] Trivial patches for 2026-03-16
 2026-03-16 10:54 UTC  (17+ messages)
` [PULL 01/14] net/slirp: allow hostfwd socket paths with dashes
` [PULL 02/14] migration/savevm.c: reorder usage and assertion of mis->from_src_file
` [PULL 03/14] dump/dump.c: reorder usage and assertion of block
` [PULL 04/14] system/physmem.c: remove useless "
` [PULL 05/14] hw/usb/core.c: reorder usage and assertion of p->ep
` [PULL 06/14] target/i386: fix NULL pointer dereference in legacy-cache=off handling
` [PULL 07/14] docs: Move xbzrle.txt into the migration folder and convert to rst
` [PULL 08/14] linux-user/syscall.c: assume splice is always present
` [PULL 09/14] meson.build: stop checking for splice()
` [PULL 10/14] linux-user: assume inotify sycalls are always present
` [PULL 11/14] meson.build: stop checking for inotify_init()
` [PULL 12/14] linux-user: assume epoll is always present
` [PULL 13/14] meson.build: do not check for epoll.h (CONFIG_EPOLL)
` [PULL 14/14] rename CONFIG_EPOLL_CREATE1 to CONFIG_EPOLL, and stop checking for epoll in meson.build

[PATCH v3 2/2] disas/sparc: Convert malloc/free to g_malloc/g_free
 2026-03-16  7:08 UTC  (2+ messages)

[PATCH] hw/audio/fmopl: Convert malloc/free to g_malloc/g_free
 2026-03-15 19:04 UTC  (2+ messages)

[PATCH v3 1/2] disas/sparc: Fix integer overflow in compare_opcodes
 2026-03-15  4:28 UTC 

[PATCH v1] disas/sparc: Fix integer overflow and convert to g_malloc
 2026-03-15 12:16 UTC 

[PATCH v2] disas/sparc: Fix integer overflow and convert to g_malloc
 2026-03-15 12:39 UTC 

[PATCH v3] hw/audio/fmopl: Convert malloc/free to g_malloc/g_free
 2026-03-15  5:30 UTC 

[PATCH trivial v3] plugins: add missing docstrings to qemu-plugin.h
 2026-03-12 17:23 UTC  (3+ messages)

[PATCH v4 0/4] Fix a few minor issues reported by Coverity
 2026-03-12 11:43 UTC  (8+ messages)
` [PATCH v4 1/4] migration/savevm.c: reorder usage and assertion of mis->from_src_file
` [PATCH v4 2/4] dump/dump.c: reorder usage and assertion of block
` [PATCH v4 3/4] system/physmem.c: remove useless "
` [PATCH v4 4/4] hw/usb/core.c: reorder usage and assertion of p->ep

[PATCH trivial v2 0/7] a few cleanups for linux-user: splice, inotify, epoll
 2026-03-11 20:54 UTC  (8+ messages)
` [PATCH trivial v2 1/7] linux-user/syscall.c: assume splice is always present
` [PATCH trivial v2 2/7] meson.build: stop checking for splice()
` [PATCH trivial v2 3/7] linux-user: assume inotify sycalls are always present
` [PATCH trivial v2 4/7] meson.build: stop checking for inotify_init()
` [PATCH trivial v2 5/7] linux-user: assume epoll is always present
` [PATCH trivial v2 6/7] meson.build: do not check for epoll.h (CONFIG_EPOLL)
` [PATCH trivial v2 7/7] rename CONFIG_EPOLL_CREATE1 to CONFIG_EPOLL, and stop checking for epoll in meson.build

[PATCH trivial] plugins: add missing docstrings to qemu-plugin.h
 2026-03-11 16:56 UTC  (8+ messages)

[PATCH v3 0/4] Fix a few minor issues reported by Coverity
 2026-03-11 13:43 UTC  (12+ messages)
` [PATCH v3 1/4] migration/savevm.c: reorder usage and assertion of mis->from_src_file
` [PATCH v3 2/4] dump/dump.c: reorder usage and assertion of block
` [PATCH v3 3/4] system/physmem.c: remove useless "
` [PATCH v3 4/4] hw/usb/core.c: reorder usage and assertion of p->ep

[PATCH] hw/i386/pc: Add a proper owner for the ioport memory regions
 2026-03-11 13:04 UTC  (3+ messages)

[PATCH] target/i386: fix NULL pointer dereference in legacy-cache=off handling
 2026-03-11 11:58 UTC  (5+ messages)

[PATCH trivial v2] plugins: add missing docstrings to qemu-plugin.h
 2026-03-11 10:21 UTC  (3+ messages)

[PATCH] docs: Move xbzrle.txt into the migration folder and convert to rst
 2026-03-10 16:33 UTC  (2+ messages)

[PATCH 0/5] Trivial cleanup
 2026-03-10 10:00 UTC  (10+ messages)
` [PATCH 1/5] hw/arm/fsl-imx8mp: Do not create redundant unimplemented devices
` [PATCH 2/5] hw/arm/fsl-imx8mp: Fix parent of ocram memory region
` [PATCH 3/5] hw/arm/imx8mp-evk: Fix reference count of SoC object
` [PATCH 4/5] system/vl: Fix reference count of machine object
` [PATCH 5/5] Revert "sysbus: add irq_routing_notifier"

[PATCH trivial] plugins: add missing callbacks to version history
 2026-03-06 17:44 UTC  (3+ messages)

[PATCH] MAINTAINERS: Replace @tuxfamily.org address
 2026-03-04  1:41 UTC  (2+ messages)

[PATCH] rtl8139: Remove ineffective parameter
 2026-02-23 23:38 UTC  (2+ messages)

[PATCH] hw: copy paste bug
 2026-02-23 13:47 UTC 

[PATCH] net/slirp: allow hostfwd socket paths with dashes
 2026-02-14  7:02 UTC  (2+ messages)

[PATCH 2/7] python/wheel: remove meson-1.9.0
 2026-02-11 10:47 UTC 

[PATCH v2 0/4] Fix a few minor issues reported by Coverity
 2026-02-08 10:03 UTC  (5+ messages)
` [PATCH 1/4] migration/savevm.c: reorder usage and assertion of mis->from_src_file
` [PATCH 2/4] dump/dump.c: reorder usage and assertion of block
` [PATCH 3/4] system/physmem.c: remove useless "
` [PATCH 4/4] hw/usb/core.c: reorder usage and assertion of p->ep

[PATCH 0/4] Fix a few minor issues reported by Coverity
 2026-02-08  9:53 UTC  (16+ messages)
` [PATCH 1/4] migration/savevm.c: reorder usage and assertion of mis->from_src_file
` [PATCH 2/4] dump/dump.c: reorder usage and assertion of block
` [PATCH 3/4] system/physmem.c: "
` [PATCH 4/4] hw/usb/core.c: reorder usage and assertion of p->ep

[PATCH] tests/.../reverse_debugging: Remove unsatisfiable condition
 2026-02-03 18:25 UTC  (2+ messages)

[PATCH trivial v2 0/7] assume some linux syscalls are always present: epoll, splice, inotify
 2026-02-03 10:02 UTC  (4+ messages)
` [PATCH trivial v2 7/7] rename CONFIG_EPOLL_CREATE1 to CONFIG_EPOLL, and stop checking for epoll in meson.build

[PATCH] configure: Remove duplicated entry of --gdb in the help text
 2026-02-02 17:42 UTC  (5+ messages)

[PATCH] hw/ide, scsi-disk: Fix typo on the rotation_rate documentation
 2026-02-01 14:17 UTC  (2+ messages)

[PATCH] Replace CONFIG_WIN32 with CONFIG_WIN64
 2026-01-22 10:20 UTC  (8+ messages)

[PULL v2 00/10] Trivial patches for 2026-01-20
 2026-01-21  4:44 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox