qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-02 14:08:00 to 2021-02-02 18:27:13 UTC [more...]

[PULL v2 00/10] Block layer patches
 2021-02-02 17:57 UTC  (12+ messages)
` [PULL v2 01/10] MAINTAINERS: Add Vladimir as co-maintainer for Block Jobs
` [PULL v2 02/10] block: Avoid processing BDS twice in bdrv_set_aio_context_ignore()
` [PULL v2 03/10] block: move blk_exp_close_all() to qemu_cleanup()
` [PULL v2 04/10] iotests/297: pylint: ignore too many statements
` [PULL v2 05/10] iotests: Revert emulator selection to old behaviour
` [PULL v2 06/10] iotests: check: return 1 on failure
` [PULL v2 07/10] iotests: Fix -makecheck output
` [PULL v2 08/10] block/nvme: Properly display doorbell stride length in trace event
` [PULL v2 09/10] block/nvme: Trace NVMe spec version supported by the controller
` [PULL v2 10/10] block: Fix VM size column width in bdrv_snapshot_dump()

[PULL 00/21] target-arm queue
 2021-02-02 17:55 UTC  (22+ messages)
` [PULL 01/21] hw/intc/arm_gic: Allow to use QTest without crashing
` [PULL 02/21] hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabled
` [PULL 03/21] hw/char/exynos4210_uart: Fix missing call to report ready for input
` [PULL 04/21] hw/arm/smmuv3: Fix addr_mask for range-based invalidation
` [PULL 05/21] hw/ssi: imx_spi: Use a macro for number of chip selects supported
` [PULL 06/21] hw/ssi: imx_spi: Remove imx_spi_update_irq() in imx_spi_reset()
` [PULL 07/21] hw/ssi: imx_spi: Remove pointless variable initialization
` [PULL 08/21] hw/ssi: imx_spi: Rework imx_spi_reset() to keep CONREG register value
` [PULL 09/21] hw/ssi: imx_spi: Rework imx_spi_read() to handle block disabled
` [PULL 10/21] hw/ssi: imx_spi: Rework imx_spi_write() "
` [PULL 11/21] hw/ssi: imx_spi: Disable chip selects when controller is disabled
` [PULL 12/21] hw/ssi: imx_spi: Round up the burst length to be multiple of 8
` [PULL 13/21] hw/ssi: imx_spi: Correct the burst length > 32 bit transfer logic
` [PULL 14/21] hw/ssi: imx_spi: Correct tx and rx fifo endianness
` [PULL 15/21] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
` [PULL 16/21] hw/arm/stm32f405_soc: Add missing dependency on OR_IRQ
` [PULL 17/21] hw/arm/exynos4210: "
` [PULL 18/21] hw/arm/xlnx-versal: Versal SoC requires ZDMA
` [PULL 19/21] hw/arm/xlnx-versal: Versal SoC requires ZynqMP peripherals
` [PULL 20/21] hw/net/can: ZynqMP CAN device requires PTIMER
` [PULL 21/21] hw/arm: Display CPU type in machine description

[RFC PATCH 0/4] hw/cxl/ + /hw/pci/: PCI DOE + CXL CDAT emulation
 2021-02-02 17:54 UTC  (5+ messages)
` [RFC PATCH 1/4] include/standard-headers/linux/pci_regs: temp hack to add necessary DOE definitions
` [RFC PATCH 2/4] hw/pci/pcie_doe: Introduce utility functions for PCIe DOE

[PATCH v4 00/14] qapi: static typing conversion, pt2
 2021-02-02 17:46 UTC  (15+ messages)
` [PATCH v4 01/14] qapi/introspect.py: assert schema is not None
` [PATCH v4 02/14] qapi/introspect.py: use _make_tree for features nodes
` [PATCH v4 03/14] qapi/introspect.py: add _gen_features helper
` [PATCH v4 04/14] qapi/introspect.py: guard against ifcond/comment misuse
` [PATCH v4 05/14] qapi/introspect.py: Unify return type of _make_tree()
` [PATCH v4 06/14] qapi/introspect.py: replace 'extra' dict with 'comment' argument
` [PATCH v4 07/14] qapi/introspect.py: Introduce preliminary tree typing
` [PATCH v4 08/14] qapi/introspect.py: create a typed 'Annotated' data strutcure
` [PATCH v4 09/14] qapi/introspect.py: improve _tree_to_qlit error message
` [PATCH v4 10/14] qapi/introspect.py: improve readability of _tree_to_qlit
` [PATCH v4 11/14] qapi/introspect.py: add type hint annotations
` [PATCH v4 12/14] qapi/introspect.py: add introspect.json dummy types
` [PATCH v4 13/14] qapi/introspect.py: Add docstring to _tree_to_qlit
` [PATCH v4 14/14] qapi/introspect.py: Update copyright and authors list

[RFC PATCH v1 00/01] PCIe DOE for PCIe and CXL 2.0
 2021-02-02 17:46 UTC 

[PATCH v10 00/12] migration: bring improved savevm/loadvm/delvm to QMP
 2021-02-02 17:25 UTC  (16+ messages)
` [PATCH v10 01/12] block: push error reporting into bdrv_all_*_snapshot functions
` [PATCH v10 02/12] migration: Make save_snapshot() return bool, not 0/-1
` [PATCH v10 03/12] migration: stop returning errno from load_snapshot()
` [PATCH v10 04/12] block: add ability to specify list of blockdevs during snapshot
` [PATCH v10 05/12] block: allow specifying name of block device for vmstate storage
` [PATCH v10 06/12] block: rename and alter bdrv_all_find_snapshot semantics
` [PATCH v10 07/12] migration: control whether snapshots are ovewritten
` [PATCH v10 08/12] migration: wire up support for snapshot device selection
` [PATCH v10 09/12] migration: introduce a delete_snapshot wrapper
` [PATCH v10 10/12] iotests: add support for capturing and matching QMP events
` [PATCH v10 11/12] iotests: fix loading of common.config from tests/ subdir
` [PATCH v10 12/12] migration: introduce snapshot-{save, load, delete} QMP commands

[PATCH v3 0/6] hw/arm: Misc trivial fixes/cleanups
 2021-02-02 16:48 UTC  (2+ messages)

vnc clipboard support
 2021-02-02 16:36 UTC  (11+ messages)

macOS (Big Sur, Apple Silicon) 'make check' fails in test-crypto-tlscredsx509
 2021-02-02 17:14 UTC  (16+ messages)

[PATCH v7 0/3] MTE support for KVM guest
 2021-02-02 17:12 UTC  (5+ messages)
` [PATCH v7 1/3] arm64: kvm: Save/restore MTE registers
` [PATCH v7 2/3] arm64: kvm: Introduce MTE VCPU feature

[PULL 00/11] Tracing patches
 2021-02-02 16:47 UTC  (10+ messages)
` [PULL 10/11] trace: document how to specify multiple --trace patterns

[PATCH v4 0/9] memory: assert and define MemoryRegionOps callbacks
 2021-02-02 16:40 UTC  (4+ messages)

[PATCH v4 00/16] 64bit block-layer: part I
 2021-02-02 16:29 UTC  (6+ messages)
  ` iotest failures in head [was: [PATCH v4 00/16] 64bit block-layer: part I]

[PATCH] hw/i386/xen: Remove dead code
 2021-02-02 16:39 UTC  (3+ messages)

[RFC PATCH v3 00/31] CXL 2.0 Support
 2021-02-02 16:20 UTC  (14+ messages)
` [RFC PATCH v3 05/31] hw/cxl/device: Implement basic mailbox (8.2.8.4)
` [RFC PATCH v3 14/31] acpi/pci: Consolidate host bridge setup
` [RFC PATCH v3 16/31] hw/pci: Plumb _UID through host bridges
` [RFC PATCH v3 21/31] hw/cxl/device: Add a memory device (8.2.8.5)

[PATCH] block: Fix VM size column width in bdrv_snapshot_dump()
 2021-02-02 16:26 UTC  (3+ messages)

[PATCH 0/5] target/arm: Restrict v7A TCG cpus to TCG accel
 2021-02-02 16:17 UTC  (9+ messages)
` [PATCH 1/5] hw/arm: Use Kconfig 'default y' syntax instead of default-configs
` [PATCH 3/5] target/arm: Restrict v8M IDAU to TCG
` [PATCH 4/5] target/arm/cpu: Update coding style to make checkpatch.pl happy
` [PATCH 5/5] target/arm: Restrict v7A TCG cpus to TCG accel

[PATCH v9 0/6] Rework iotests/check
 2021-02-02 16:15 UTC  (4+ messages)
` [PATCH v9 6/6] iotests: rename and move 169 and 199 tests

[PATCH v4 00/16] qapi: static typing conversion, pt1.5
 2021-02-02 16:06 UTC  (7+ messages)
` [PATCH v4 05/16] qapi: centralize is_[user|system|builtin]_module methods
` [PATCH v4 07/16] qapi: use explicitly internal module names

[PATCH 0/3] i386: Ensure feature names are always defined
 2021-02-02 16:02 UTC  (10+ messages)
` [PATCH 1/3] i386: Add missing "vmx-ept-wb" feature name
` [PATCH 2/3] i386: Move asserts to separate x86_cpudef_validate() function

[PATCH] MAINTAINERS: Cover docs/igd-assign.txt in VFIO section
 2021-02-02 15:56 UTC 

[PATCH 0/2] migration blocker information
 2021-02-02 15:53 UTC  (7+ messages)
` [PATCH 1/2] migration: Add "
` [PATCH 2/2] migration: Display the migration blockers

[PATCH] qemu-img: add seek and -n option to dd command
 2021-02-02 15:51 UTC  (2+ messages)

[PATCH] iotests: Revert emulator selection to old behaviour
 2021-02-02 15:48 UTC  (10+ messages)

[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
 2021-02-02 15:38 UTC  (3+ messages)
` [RFC 08/10] vhost: Add x-vhost-enable-shadow-vq qmp

[PULL v3 00/38] Misc patches (buildsys, i386, fuzzing) for 2021-01-29
 2021-02-02 15:30 UTC  (3+ messages)

[PULL 0/9] pc,virtio: fixes, features
 2021-02-02 15:12 UTC  (10+ messages)
` [PULL 1/9] virtio: move 'use-disabled-flag' property to hw_compat_4_2
` [PULL 2/9] virtio-mmio: fix guest kernel crash with SHM regions
` [PULL 3/9] virtio: Add corresponding memory_listener_unregister to unrealize
` [PULL 4/9] tests/acpi: allow updates for expected data files
` [PULL 5/9] acpi: Permit OEM ID and OEM table ID fields to be changed
` [PULL 6/9] tests/acpi: add OEM ID and OEM TABLE ID test
` [PULL 7/9] tests/acpi: update expected data files
` [PULL 9/9] virtio-pmem: add trace events
` [PULL 8/9] tests/acpi: disallow updates for expected data files

[PATCH v4 00/23] target-arm: Implement ARMv8.5-MemTag, user mode
 2021-02-02 15:31 UTC  (39+ messages)
` [PATCH v4 01/23] tcg: Introduce target-specific page data for user-only
` [PATCH v4 03/23] exec: Use uintptr_t for guest_base
` [PATCH v4 04/23] exec: Use uintptr_t in cpu_ldst.h
` [PATCH v4 05/23] exec: Improve types for guest_addr_valid
` [PATCH v4 09/23] linux-user: Do not use guest_addr_valid for h2g_valid
` [PATCH v4 10/23] linux-user: Fix guest_addr_valid vs reserved_va
` [PATCH v4 11/23] exec: Add support for TARGET_TAGGED_ADDRESSES
` [PATCH v4 12/23] linux-user/aarch64: Implement PR_TAGGED_ADDR_ENABLE
` [PATCH v4 13/23] target/arm: Improve gen_top_byte_ignore
` [PATCH v4 14/23] target/arm: Use the proper TBI settings for linux-user
` [PATCH v4 15/23] linux-user/aarch64: Implement PR_MTE_TCF and PR_MTE_TAG
` [PATCH v4 17/23] target/arm: Split out syndrome.h from internals.h
` [PATCH v4 18/23] linux-user/aarch64: Pass syndrome to EXC_*_ABORT
` [PATCH v4 19/23] linux-user/aarch64: Signal SEGV_MTESERR for sync tag check fault
` [PATCH v4 20/23] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v4 21/23] target/arm: Add allocation tag storage for user mode
` [PATCH v4 22/23] target/arm: Enable MTE for user-only
` [PATCH v4 23/23] tests/tcg/aarch64: Add mte smoke tests

[PATCH v2 0/4] migration: Fixes and cleanups aroung migrate-set-parameters
 2021-02-02 15:37 UTC  (8+ messages)
` [PATCH v2 1/4] migration: Fix migrate-set-parameters argument validation
` [PATCH v2 2/4] migration: Clean up signed vs. unsigned XBZRLE cache-size
` [PATCH v2 3/4] migration: Fix cache_init()'s "Failed to allocate" error messages
` [PATCH v2 4/4] migration: Fix a few absurdly defective "

[PATCH 00/20] Various vhost-user-gpu & UI fixes
 2021-02-02 14:57 UTC  (22+ messages)
` [PATCH 01/20] vhost-user-gpu: check backend for EDID support
` [PATCH 02/20] vhost-user-gpu: handle vhost-user-gpu features in a callback
` [PATCH 03/20] vhost-user-gpu: use an extandable state enum for commands
` [PATCH 04/20] vhost-user-gpu: handle display-info in a callback
` [PATCH 05/20] ui: remove extra #ifdef CONFIG_OPENGL
` [PATCH 06/20] ui: remove gl_ctx_get_current
` [PATCH 07/20] ui: add gd_gl_area_scanout_disable
` [PATCH 08/20] ui: annotate DCLOps callback requirements
` [PATCH 09/20] ui: remove console_has_gl_dmabuf()
` [PATCH 10/20] vhost-user-gpu: add a configuration flag for dmabuf usage
` [PATCH 11/20] ui: add an optional get_flags callback to GraphicHwOps
` [PATCH 12/20] ui: add a DCLOps callback to check dmabuf support
` [PATCH 13/20] ui: check hw requirements during DCL registration
` [PATCH 14/20] ui: add qemu_egl_has_dmabuf helper
` [PATCH 15/20] ui: check gtk-egl dmabuf support
` [PATCH 16/20] ui: add egl dmabuf import to gtkglarea
` [PATCH 17/20] virtio-gpu: avoid re-entering cmdq processing
` [PATCH 18/20] display/ui: add a callback to indicate GL state is flushed
` [PATCH 19/20] chardev: check if the chardev is registered for yanking
` [PATCH 20/20] RFC: tests: add some virtio-gpu & vhost-user-gpu acceptance test

[PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
 2021-02-02 15:10 UTC  (6+ messages)
      ` [QEMU-SECURITY] "

[PATCH] virtio-pmem: add trace events
 2021-02-02 14:54 UTC  (3+ messages)

[PATCH 0/2] block/nvme: Minor tracing improvements
 2021-02-02 14:44 UTC  (2+ messages)

[PATCH v3 0/5] Fix some style problems in contrib
 2021-02-02 14:40 UTC  (3+ messages)

[PATCH v4 0/2] System Generation ID driver and VMGENID backend
 2021-02-02 14:34 UTC  (9+ messages)
` [PATCH v4 1/2] drivers/misc: sysgenid: add system generation id driver

[PATCH] docs/interop/qmp-spec: Document the request queue limit
 2021-02-02 14:29 UTC  (2+ messages)

[RFC PATCH 0/2] hw/arm/raspi: Restrict BCM2835 / BCM2836 SoC to TCG
 2021-02-02 14:26 UTC  (7+ messages)
` [RFC PATCH 2/2] "

[PATCH v1 00/15] testing/gdbstub/docs pre-PR
 2021-02-02 14:24 UTC  (8+ messages)
` [PATCH v1 05/15] tests/docker: alias docker-help target for consistency
` [PATCH v1 07/15] configure: make version_ge more tolerant of shady version input
` [PATCH v1 11/15] tests/tcg: Replace /bin/true by true (required on macOS)


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