qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-05 10:04:37 to 2021-07-05 21:43:03 UTC [more...]

[PATCH v4 00/22] tests/docker: start using libvirt-ci's "lcitool" for dockerfiles
 2021-07-05 21:41 UTC  (37+ messages)
` [PATCH v4 01/22] hw/usb/ccid: remove references to NSS
` [PATCH v4 03/22] tests/docker: use project specific container registries
` [PATCH v4 04/22] tests/docker: use explicit docker.io registry
` [PATCH v4 05/22] tests/docker: remove FEATURES env var from templates
` [PATCH v4 06/22] tests/docker: fix sorting in package lists
` [PATCH v4 07/22] tests/docker: fix mistakes in centos "
` [PATCH v4 08/22] tests/docker: fix mistakes in fedora package list
` [PATCH v4 09/22] tests/docker: fix mistakes in ubuntu package lists
` [PATCH v4 10/22] tests/docker: remove mingw packages from Fedora
` [PATCH v4 11/22] tests/docker: expand centos8 package list
` [PATCH v4 12/22] tests/docker: expand fedora "
` [PATCH v4 13/22] tests/docker: expand ubuntu1804 "
` [PATCH v4 14/22] tests/docker: expand ubuntu2004 "
` [PATCH v4 15/22] tests/docker: expand opensuse-leap "
` [PATCH v4 16/22] tests/docker: add script for automating container refresh

[PATCH v3] dp8393x: don't force 32-bit register access
 2021-07-05 21:36 UTC  (6+ messages)

[PATCH v4 0/4] avocado-qemu: New SMMUv3 and intel IOMMU tests
 2021-07-05 21:24 UTC  (16+ messages)
` [PATCH v4 2/4] avocado_qemu: Add SMMUv3 tests
` [PATCH v4 3/4] avocado_qemu: Add Intel iommu tests
` [PATCH v4 4/4] avocado_qemu: Fix KNOWN_DISTROS map into the LinuxDistro class

[PATCH v6 0/2] target/s390x: Fix SIGILL and SIGFPE psw.addr reporting
 2021-07-05 21:04 UTC  (3+ messages)
` [PATCH v6 1/2] "
` [PATCH v6 2/2] tests/tcg/s390x: Test SIGILL and SIGSEGV handling

[PATCH v5 0/2] target/s390x: Fix SIGILL/SIGFPE/SIGTRAP psw.addr reporting
 2021-07-05 20:19 UTC  (6+ messages)
` [PATCH v5 1/2] "

[PATCH v2] Set icon for QEMU binary on Mac OS
 2021-07-05 20:07 UTC  (2+ messages)

[PATCH resend] block/replication.c: Properly attach children
 2021-07-05 19:21 UTC  (2+ messages)

[PATCH 1/2 v3] Configure script for Haiku
 2021-07-05 19:21 UTC  (4+ messages)

[PATCH 0/4] ppc/Pegasos2: Firmware replacement using VOF
 2021-07-05 19:17 UTC  (3+ messages)

[PATCH v2 00/10] dp8393x: fixes for MacOS toolbox ROM
 2021-07-05 19:13 UTC  (3+ messages)
` [PATCH v2 09/10] dp8393x: fix CAM descriptor entry index

[PATCH v2 0/3] qapi & doc: deprecate drive-backup
 2021-07-05 19:12 UTC  (6+ messages)
` [PATCH v2 3/3] qapi: "

[PULL 0/8] 9p queue 2021-07-05
 2021-07-05 19:03 UTC  (12+ messages)
` [PULL 8/8] 9pfs: reduce latency of Twalk
` [PULL 7/8] 9pfs: drop root_qid
` [PULL 2/8] 9pfs: simplify v9fs_walk()
` [PULL 4/8] 9pfs: capture root stat
` [PULL 5/8] 9pfs: drop fid_to_qid()
` [PULL 3/8] 9pfs: fix not_same_qid()
` [PULL 1/8] 9pfs: add link to 9p developer docs
` [PULL 6/8] 9pfs: replace not_same_qid() by same_stat_id()

[PATCH v5 00/10] GICv3 LPI and ITS feature implementation
 2021-07-05 18:58 UTC  (19+ messages)
` [PATCH v5 01/10] hw/intc: GICv3 ITS initial framework
` [PATCH v5 04/10] hw/intc: GICv3 ITS Command processing
` [PATCH v5 05/10] hw/intc: GICv3 ITS Feature enablement
` [PATCH v5 06/10] hw/intc: GICv3 redistributor ITS processing
` [PATCH v5 07/10] hw/arm/sbsa-ref: add ITS support in SBSA GIC
` [PATCH v5 10/10] tests/data/acpi/virt: Update IORT files for ITS

[PATCH 00/53] acpi: refactor error prone build_header() and packed structures usage in ACPI tables
 2021-07-05 18:00 UTC  (4+ messages)

[PATCH v2 0/6] More record/replay acceptance tests
 2021-07-05 17:46 UTC  (3+ messages)
` [PATCH v2 2/6] tests/acceptance: add replay kernel test for ppc64

[PATCH] vhost-user: Fix backends without multiqueue support
 2021-07-05 17:14 UTC 

[PATCH 0/2] coverity-scan: Remove lm32/unicore32 and add sysemu component
 2021-07-05 17:09 UTC  (4+ messages)
` [PATCH 1/2] coverity-scan: Remove lm32 / unicore32 targets

[PATCH 0/4] Improvements for the -display option
 2021-07-05 17:06 UTC  (2+ messages)

[PATCH] Makefile: Remove /usr/bin/env wrapper from the SHELL variable
 2021-07-05 16:58 UTC  (2+ messages)

[RFC PATCH 0/8] Derive XSAVE state component offsets from CPUID leaf 0xd where possible
 2021-07-05 16:57 UTC  (10+ messages)
` [RFC PATCH 1/8] target/i386: Declare constants for XSAVE offsets
` [RFC PATCH 2/8] target/i386: Consolidate the X86XSaveArea offset checks
` [RFC PATCH 3/8] target/i386: Clarify the padding requirements of X86XSaveArea
` [RFC PATCH 4/8] target/i386: Pass buffer and length to XSAVE helper
` [RFC PATCH 5/8] target/i386: Make x86_ext_save_areas visible outside cpu.c
` [RFC PATCH 6/8] target/i386: Observe XSAVE state area offsets
` [RFC PATCH 7/8] target/i386: Populate x86_ext_save_areas offsets using cpuid where possible
` [RFC PATCH 8/8] target/i386: Move X86XSaveArea into TCG

[PATCH] Set icon for QEMU binary on Mac OS
 2021-07-05 16:56 UTC  (2+ messages)

[PATCH v5 00/14] target/hexagon: introduce idef-parser
 2021-07-05 16:50 UTC  (7+ messages)
` [PATCH v5 10/14] target/hexagon: import parser for idef-parser
` [PATCH v5 13/14] target/hexagon: import additional tests

[PULL 0/2] Libslirp patches
 2021-07-05 16:47 UTC  (12+ messages)

[PATCH v2 0/2] s390x: improve subchannel error handling (vfio)
 2021-07-05 16:39 UTC  (3+ messages)
` [PATCH v2 1/2] vfio-ccw: forward halt/clear errors
` [PATCH v2 2/2] css: fix actl handling for unit exceptions

[PATCH v2 00/17] convert more library and compiler checks to Meson
 2021-07-05 16:23 UTC  (22+ messages)
` [PATCH 01/17] configure: drop vte-2.90 check
` [PATCH 02/17] configure, meson: convert vte detection to meson
` [PATCH 03/17] configure, meson: convert virgl "
` [PATCH 04/17] configure, meson: convert libdaxctl "
` [PATCH 05/17] configure, meson: convert libpmem "
` [PATCH 06/17] configure, meson: convert liburing "
` [PATCH 07/17] configure, meson: convert libxml2 "
` [PATCH 08/17] meson: sort existing compiler tests
` [PATCH 09/17] meson: store dependency('threads') in a variable
` [PATCH 10/17] configure, meson: move CONFIG_IVSHMEM to meson
` [PATCH 11/17] configure: convert HAVE_BROKEN_SIZE_MAX "
` [PATCH 12/17] configure: convert compiler tests to meson, part 1
` [PATCH 13/17] configure: convert compiler tests to meson, part 2
` [PATCH 14/17] configure: convert compiler tests to meson, part 3
` [PATCH 15/17] configure: convert compiler tests to meson, part 4
` [PATCH 16/17] configure: convert compiler tests to meson, part 5
` [PATCH 17/17] configure: convert compiler tests to meson, part 6

[PATCH v4 0/5] plugins: New TCG plugin for cache modelling
 2021-07-05 16:11 UTC  (2+ messages)

[RFC PATCH 0/9] hw/sd: Allow card size not power of 2 again
 2021-07-05 15:32 UTC  (11+ messages)
` [PATCH 3/9] tests/acceptance: Tag NetBSD tests as 'os:netbsd'
` [PATCH 4/9] tests/acceptance: Extract image_expand() helper
` [PATCH 5/9] tests/acceptance: Use image_expand() in test_arm_orangepi_uboot_netbsd9
` [RFC PATCH 6/9] tests/acceptance: Use image_expand() in test_arm_orangepi_bionic_20_08
` [PATCH 8/9] tests/acceptance: Remove now unused pow2ceil()

[PATCH v3 0/2] execlog TCG plugin to log instructions
 2021-07-05 15:29 UTC  (2+ messages)

[PATCH] tests/vm: update openbsd to release 6.9
 2021-07-05 15:07 UTC  (2+ messages)

[PATCH] tests/vm: update NetBSD to 9.2
 2021-07-05 15:05 UTC  (2+ messages)

[PATCH v2] hw/display: fail early when multiple virgl devices are requested
 2021-07-05 14:53 UTC  (5+ messages)

[PATCH 0/2] usb-host: windows support
 2021-07-05 14:50 UTC  (3+ messages)
` [PATCH 2/2] ci: add libusb for windows builds

[PATCH 0/3] [RfC] build windows installers in ci
 2021-07-05 14:47 UTC  (5+ messages)
` [PATCH 1/3] ci: build & store windows installer
` [PATCH 3/3] ci: build & store guest agent msi

[PATCH 0/3] docs: document cubieboard, emcraft-sf2, highbank, midway
 2021-07-05 14:41 UTC  (6+ messages)
` [PATCH 1/3] docs: Add skeletal documentation of cubieboard
` [PATCH 2/3] docs: Add skeletal documentation of the emcraft-sf2
` [PATCH 3/3] docs: Add skeletal documentation of highbank and midway

[PATCH v4 0/3] Clean up MMU translation
 2021-07-05 14:31 UTC  (4+ messages)
` [PATCH v4 2/3] target/ppc: change ppc_hash32_xlate to use mmu_idx

[PULL v2 00/19] migration queue
 2021-07-05 13:56 UTC  (21+ messages)
` [PULL 01/19] tests: migration-test: Add dirty ring test
` [PULL 02/19] migration: fix the memory overwriting risk in add_to_iovec
` [PULL 03/19] migration: Move yank outside qemu_start_incoming_migration()
` [PULL 04/19] migration: Allow reset of postcopy_recover_triggered when failed
` [PULL 05/19] migration: move wait-unplug loop to its own function
` [PULL 06/19] migration: failover: continue to wait card unplug on error
` [PULL 07/19] virtiofsd: use GDateTime for formatting timestamp for debug messages
` [PULL 08/19] docs: describe the security considerations with virtiofsd xattr mapping
` [PULL 09/19] virtiofsd: Don't allow file creation with FUSE_OPEN
` [PULL 10/19] virtiofsd: Fix fuse setxattr() API change issue
` [PULL 11/19] virtiofsd: Fix xattr operations overwriting errno
` [PULL 12/19] virtiofsd: Add support for extended setxattr
` [PULL 13/19] virtiofsd: Add umask to seccom allow list
` [PULL 14/19] virtiofsd: Add capability to change/restore umask
` [PULL 15/19] virtiofsd: Switch creds, drop FSETID for system.posix_acl_access xattr
` [PULL 16/19] virtiofsd: Add an option to enable/disable posix acls
` [PULL 17/19] tests/migration: parse the thread-id key of CpuInfoFast
` [PULL 18/19] tests/migration: fix "downtime_limit" type when "migrate-set-parameters"
` [PULL 19/19] migration/rdma: Use error_report to suppress errno message

[RFC PATCH 0/5] ebpf: Added ebpf helper for libvirtd
 2021-07-05 13:50 UTC  (5+ messages)
` [RFC PATCH 4/5] qmp: Added qemu-ebpf-rss-path command

[PATCH] migration: Move bitmap_mutex out of migration_bitmap_clear_dirty()
 2021-07-05 13:41 UTC  (8+ messages)

Help with patch
 2021-07-05 13:34 UTC  (2+ messages)

[PATCH] hw/intc/arm_gicv3_cpuif: Fix virtual irq number check in icv_[dir|eoir]_write
 2021-07-05 13:32 UTC  (2+ messages)

[PATCH 0/2] Auto exit source QEMU process after a successful migration
 2021-07-05 13:22 UTC  (5+ messages)
` [PATCH 1/2] qapi/run-state: Add a new shutdown cause 'migration-completed'
` [PATCH 2/2] qapi/migration: Add a new migration capability 'auto-quit'

[PATCH 00/20] python: introduce Asynchronous QMP package
 2021-07-05 13:19 UTC  (2+ messages)

[PATCH] virtiofsd: Add missing newline in error message
 2021-07-05 13:06 UTC  (2+ messages)

[PATCH v5 1/3] block/file-posix: Optimize for macOS
 2021-07-05 13:04 UTC  (3+ messages)
` [PATCH v5 2/3] block: Add backend_defaults property
` [PATCH v5 3/3] block/io: Merge discard request alignments

[PATCH v3 0/6] hw: Let the DMA API take a MemTxAttrs argument
 2021-07-05 13:05 UTC  (2+ messages)

[PATCH v3 0/4] STM32VLDISCOVERY Machine Model
 2021-07-05 13:00 UTC  (2+ messages)

[PATCH] target/arm: Correct the encoding of MDCCSR_EL0
 2021-07-05 12:51 UTC  (6+ messages)

[PATCH] input/adb: Only include where needed
 2021-07-05 11:54 UTC 

[PATCH 0/3] ci: use cirrus-run to utilize Cirrus CI from GitLab CI
 2021-07-05 12:06 UTC  (8+ messages)
` [PATCH 1/3] build: validate that system capstone works before using it
` [PATCH 2/3] gitlab: support for FreeBSD 12, 13 and macOS 11 via cirrus-run

[PULL V2 0/3] PVRDMA queue
 2021-07-05 11:44 UTC  (2+ messages)

[RFC] block/mirror: fix file-system went to read-only after block-mirror
 2021-07-05 11:36 UTC  (2+ messages)

[PATCH v1] s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL
 2021-07-05 11:20 UTC  (2+ messages)

[PATCH 00/14] iotests: support zstd
 2021-07-05 11:02 UTC  (3+ messages)
` [PATCH 06/14] iotest 302: use img_info_log() helper

[PATCH 0/2] util/async: print leaked BH name when AioContext finalizes
 2021-07-05 10:55 UTC  (2+ messages)

[PATCH 1/2] hw/display: report an error if virgl initialization failed
 2021-07-05 10:42 UTC  (4+ messages)
` [PATCH 2/2] hw/display: fail early when multiple virgl devices are requested

[v5 1/3] block/file-posix: Optimize for macOS
 2021-07-05 10:39 UTC  (2+ messages)

[PATCH 0/7] docs: State QEMU version and license in all HTML footers
 2021-07-05 10:31 UTC  (17+ messages)
` [PATCH 1/7] docs: Fix documentation Copyright date
` [PATCH 2/7] docs: Stop calling the top level subsections of our manual 'manuals'
` [PATCH 3/7] docs: Remove "Contents:" lines from top-level subsections
` [PATCH 4/7] docs: Move deprecation, build and license info out of system/
` [PATCH 5/7] docs: Add some actual About text to about/index.rst
` [PATCH 6/7] docs: Add license note to the HTML page footer
` [PATCH 7/7] docs: Add QEMU version information to HTML footer


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