qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-20 12:11:24 to 2022-04-20 17:02:58 UTC [more...]

[PATCH 0/2] docs: build-platforms: Fix and clarify
 2022-04-20 16:18 UTC  (6+ messages)
` [PATCH 1/2] docs: build-platforms: Fix spelling for Homebrew
` [PATCH 2/2] docs: build-platforms: Clarify stance on minor releases and backports

[PATCH 00/34] Misc meson conversions for QEMU 7.1
 2022-04-20 16:40 UTC  (48+ messages)
` [PATCH 01/34] meson: show final set of compiler flags
` [PATCH 02/34] configure: remove dead code
` [PATCH 03/34] qga: wixl: get path to sysroot from pkg-config as intended
` [PATCH 04/34] configure: pc-bios/qemu-icon.bmp does not exist
` [PATCH 05/34] configure: gcov should not exclude fortify-source
` [PATCH 06/34] configure: move --enable/--disable-debug-info to second option parsing pass
` [PATCH 07/34] configure, meson: move OpenGL check to meson
` [PATCH 08/34] meson, configure: move RDMA options "
` [PATCH 09/34] meson, configure: move keyctl test "
` [PATCH 10/34] meson, configure: move usbfs "
` [PATCH 11/34] meson, configure: move libgio "
` [PATCH 12/34] meson: move CONFIG_XEN_PCI_PASSTHROUGH to config-host.h
` [PATCH 13/34] meson, configure: move --enable-module-upgrades to meson
` [PATCH 14/34] meson, configure: move Xen detection "
` [PATCH 15/34] meson-buildoptions: add support for string options
` [PATCH 16/34] configure, meson: move iasl detection to meson
` [PATCH 17/34] configure: move Windows flags "
` [PATCH 18/34] configure: switch string options to automatic parsing
` [PATCH 19/34] meson, configure: move --tls-priority to meson
` [PATCH 20/34] meson, configure: move bdrv whitelists "
` [PATCH 21/34] meson, configure: move --with-pkgversion, CONFIG_STAMP "
` [PATCH 22/34] meson, configure: move --interp-prefix "
` [PATCH 23/34] meson: always combine directories with prefix
` [PATCH 24/34] configure: switch directory options to automatic parsing
` [PATCH 25/34] meson: pass more options directly as -D
` [PATCH 26/34] configure: omit options with default values from meson command line
` [PATCH 27/34] meson, virtio: place all virtio-pci devices under virtio_pci_ss
` [PATCH 28/34] configure: simplify vhost-net-{user, vdpa} configuration
` [PATCH 29/34] build: move vhost-vsock configuration to Kconfig
` [PATCH 30/34] build: move vhost-scsi "
` [PATCH 31/34] build: move vhost-user-fs "
` [PATCH 32/34] meson: create have_vhost_* variables
` [PATCH 33/34] meson: use have_vhost_* variables to pick sources
` [PATCH 34/34] configure, meson: move vhost options to Meson

[PATCH 00/41] Misc cleanups
 2022-04-20 16:13 UTC  (103+ messages)
` [PATCH 01/41] qga: use fixed-length for usecs formatting
` [PATCH 02/41] glib-compat: isolate g_date_time_format_iso8601 version-bypass
` [PATCH 03/41] scripts/analyze-inclusions: drop qemu-common.h from analysis
` [PATCH 04/41] Simplify softmmu/main.c
` [PATCH 05/41] hw/hyperv: remove needless qemu-common.h include
` [PATCH 06/41] include: rename qemu-common.h qemu/copyright.h
` [PATCH 07/41] build-sys: remove MSI's QEMU_GA_MSI_MINGW_DLL_PATH
` [PATCH 08/41] build-sys: simplify MSI's QEMU_GA_MANUFACTURER
` [PATCH 09/41] build-sys: simplify MSI's QEMU_GA_VERSION
` [PATCH 10/41] build-sys: drop MSI's QEMU_GA_DISTRO
` [PATCH 11/41] qga: replace usleep() with g_usleep()
` [PATCH 12/41] docs: trace-events-all is installed without renaming
` [PATCH 13/41] arm/digic: replace snprintf() with g_strdup_printf()
` [PATCH 14/41] arm/allwinner-a10: "
` [PATCH 15/41] intc/exynos4210_gic: "
` [PATCH 16/41] doc/style: CLang -> Clang
` [PATCH 17/41] doc/build-platforms: document supported compilers
` [PATCH 18/41] osdep.h: move qemu_build_not_reached()
` [PATCH 19/41] compiler.h: replace QEMU_NORETURN with G_NORETURN
` [PATCH 20/41] include: move qemu_msync() to osdep
` [PATCH 21/41] include: move qemu_fdatasync() "
` [PATCH 22/41] include: move qemu_*_exec_dir() to cutils
` [PATCH 23/41] include: add qemu/keyval.h
` [PATCH 24/41] include: move qdict_{crumple,flatten} declarations
` [PATCH 25/41] tests: remove block/qdict checks from check-qobject.c
` [PATCH 26/41] compiler.h: add QEMU_SANITIZE_{ADDRESS,THREAD}
` [PATCH 27/41] Use QEMU_SANITIZE_THREAD
` [PATCH 28/41] Use QEMU_SANITIZE_ADDRESS
` [PATCH 29/41] tests: run-time skip test-qga if TSAN is enabled
` [PATCH 30/41] Move error_printf_unless_qmp() with monitor unit
` [PATCH 31/41] qga: move qga_get_host_name()
` [PATCH 32/41] qtest: simplify socket_send()
` [PATCH 33/41] tests: move libqtest.c under libqos/
` [PATCH 34/41] libqtest: split QMP part in libqmp
` [PATCH 35/41] util: simplify write in signal handler
` [PATCH 36/41] util: use qemu_write_full() in qemu_write_pidfile()
` [PATCH 37/41] util: use qemu_create() "
` [PATCH 38/41] util: replace qemu_get_local_state_pathname()
` [PATCH 39/41] qga: remove need for QEMU atomic.h
` [PATCH 40/41] migration/ram: fix clang warning
` [PATCH 41/41] tests/fuzz: fix warning

[PULL 0/7] Misc patches
 2022-04-20 16:38 UTC  (2+ messages)

[PATCH 0/3] qapi: Random small fixes
 2022-04-20 15:41 UTC  (5+ messages)
` [PATCH 1/3] docs: qapi: Remove outdated reference to simple unions
` [PATCH 2/3] qapi: Fix documentation for query-xen-replication-status
` [PATCH 3/3] qapi: Fix typo

[PATCH] softmmu/memory: Skip translation size instead of fixed granularity if translate() successfully
 2022-04-20 15:25 UTC  (3+ messages)

[PATCH v7 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-04-20 14:56 UTC  (3+ messages)
` [PATCH v7 4/4] hw/acpi/aml-build: Use existing CPU topology to build PPTT table

[PATCH v5 0/9] s390x/pci: zPCI interpretation support
 2022-04-20 15:12 UTC  (4+ messages)
` [PATCH v5 5/9] s390x/pci: enable for load/store intepretation

[PATCH v1 for 7.1 00/25] testing, docs and gdbstub pre-PR
 2022-04-20 14:59 UTC  (7+ messages)
` [PATCH v1 22/25] tests/tcg: add float_convd test
` [PATCH v1 23/25] tests/tcg: add missing reference files for float_convs

[PATCH v7 00/12] hw/nvme: SR-IOV with Virtualization Enhancements
 2022-04-20 14:50 UTC  (4+ messages)

[PATCH v6 0/4] hw/arm/virt: Fix CPU's default NUMA node ID
 2022-04-20 14:50 UTC  (7+ messages)
` [PATCH v6 2/4] hw/arm/virt: Consider SMP configuration in CPU topology

[PATCH 00/19] block: fix coroutine_fn annotations
 2022-04-20 14:08 UTC  (7+ messages)
` [PATCH 03/26] nbd: remove incorrect "
` [PATCH 07/26] block: add missing "

[PATCH] target/ppc: Fix BookE debug interrupt generation
 2022-04-20 14:43 UTC  (4+ messages)

[PATCH 0/3] AVX guest implementation
 2022-04-20 14:19 UTC  (5+ messages)
` [PATCH 2/4] TCG support for AVX

introducing vrc :)
 2022-04-20 14:06 UTC  (2+ messages)

Portable inline asm to get address of TLS variable
 2022-04-20 14:12 UTC  (9+ messages)

[PATCH v2 0/9] VDIV/VMOD Implementation
 2022-04-20 13:43 UTC  (4+ messages)
` [PATCH v2 2/9] target/ppc: Implemented vector divide instructions

[PATCH v4 0/4] dump: add 32-bit guest Windows support
 2022-04-20 13:12 UTC  (2+ messages)

[PATCH] hw/nvme: add new command abort case
 2022-04-20 12:48 UTC  (7+ messages)

[PULL 0/8] Block patches
 2022-04-20 12:41 UTC  (9+ messages)
` [PULL 1/8] tests/qemu-iotests/meson.build: Improve the indentation
` [PULL 2/8] tests/qemu-iotests: Move the bash and sanitizer checks to meson.build
` [PULL 3/8] iotests.py: Add supports_qcow2_zstd_compression()
` [PULL 4/8] iotests/065: Check for zstd support
` [PULL 5/8] iotests/303: "
` [PULL 6/8] qcow2: Improve refcount structure rebuilding
` [PULL 7/8] iotests/108: Test new refcount rebuild algorithm
` [PULL 8/8] qcow2: Add errp to rebuild_refcount_structure()

[PATCH v4 0/3] aspeed/hace: Support AST2600 HACE
 2022-04-20 12:53 UTC  (3+ messages)
` [PATCH v4 2/3] "

[PATCH 0/5] 9pfs: macOS host fixes
 2022-04-20 12:41 UTC  (7+ messages)
` [PATCH 2/5] 9pfs: fix qemu_mknodat(S_IFSOCK) on macOS

[PATCH] qga/vss-win32: enable qga-vss.tlb generation with widl
 2022-04-20 12:27 UTC  (4+ messages)

[PATCH v7 00/13] s390x: CPU Topology
 2022-04-20 11:57 UTC  (3+ messages)
` [PATCH v7 05/13] s390x: topology: Adding books to CPU topology
` [PATCH v7 12/13] s390x: CPU topology: CPU topology migration


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