messages from 2021-02-02 05:47:11 to 2021-02-02 15:09:07 UTC [more...]
[PATCH v4 00/23] target-arm: Implement ARMv8.5-MemTag, user mode
2021-02-02 14:49 UTC (31+ 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 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 20/23] linux-user/aarch64: Signal SEGV_MTEAERR for async tag check error
` [PATCH v4 22/23] target/arm: Enable MTE for user-only
` [PATCH v4 23/23] tests/tcg/aarch64: Add mte smoke tests
[PATCH 0/2] block/nvme: Minor tracing improvements
2021-02-02 14:44 UTC (2+ messages)
[PATCH] iotests: Revert emulator selection to old behaviour
2021-02-02 14:41 UTC (3+ messages)
[PATCH v3 0/5] Fix some style problems in contrib
2021-02-02 14:40 UTC (3+ messages)
[PATCH 0/2] migration blocker information
2021-02-02 14:38 UTC (5+ messages)
` [PATCH 1/2] migration: Add "
` [PATCH 2/2] migration: Display the migration blockers
[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 00/20] Various vhost-user-gpu & UI fixes
2021-02-02 14:26 UTC (21+ 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] 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 (8+ messages)
` [RFC PATCH 2/2] "
[RFC PATCH v3 00/31] CXL 2.0 Support
2021-02-02 14:26 UTC (15+ messages)
` [RFC PATCH v3 02/31] hw/cxl/component: Introduce CXL components (8.1.x, 8.2.5)
` [RFC PATCH v3 03/31] hw/cxl/device: Introduce a CXL device (8.2.8)
` [RFC PATCH v3 04/31] hw/cxl/device: Implement the CAP array (8.2.8.1-2)
` [RFC PATCH v3 07/31] hw/cxl/device: Add cheap EVENTS implementation (8.2.9.1)
` [RFC PATCH v3 10/31] hw/pxb: Use a type for realizing expanders
` [RFC PATCH v3 14/31] acpi/pci: Consolidate host bridge setup
` [RFC PATCH v3 21/31] hw/cxl/device: Add a memory device (8.2.8.5)
[PATCH v1 00/15] testing/gdbstub/docs pre-PR
2021-02-02 14:24 UTC (20+ messages)
` [PATCH v1 01/15] tests/docker: Fix _get_so_libs() for docker-binfmt-image
` [PATCH v1 02/15] tests/docker: Fix typo in help message
` [PATCH v1 03/15] tests/docker: make _copy_with_mkdir accept missing files
` [PATCH v1 04/15] tests/docker: preserve original name when copying libs
` [PATCH v1 05/15] tests/docker: alias docker-help target for consistency
` [PATCH v1 06/15] tests/docker: add a docker-exec-copy-test
` [PATCH v1 07/15] configure: make version_ge more tolerant of shady version input
` [PATCH v1 08/15] configure: bump the minimum gdb version for check-tcg to 9.1
` [PATCH v1 09/15] tests/tcg: don't silently skip the gdb tests
` [PATCH v1 10/15] gdbstub: Fix handle_query_xfer_auxv
` [PATCH v1 11/15] tests/tcg: Replace /bin/true by true (required on macOS)
` [PATCH v1 12/15] scripts/mtest2make.py: export all-%s-targets variable and use it
` [PATCH v1 13/15] tests/Makefile.include: don't use TARGET_DIRS for check-tcg
` [PATCH v1 14/15] docs/system: document an example vexpress-a15 invocation
` [PATCH v1 15/15] docs/system: document an example booting the versatilepb machine
macOS (Big Sur, Apple Silicon) 'make check' fails in test-crypto-tlscredsx509
2021-02-02 14:19 UTC (4+ messages)
[PATCH v2 0/4] migration: Fixes and cleanups aroung migrate-set-parameters
2021-02-02 14:23 UTC (6+ 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 v2] dbus-vmstate: Increase the size of input stream buffer used during load
2021-02-02 13:54 UTC
[PULL v3 00/38] Misc patches (buildsys, i386, fuzzing) for 2021-01-29
2021-02-02 13:56 UTC (2+ messages)
[PATCH 0/6] qapi: Add support for aliases
2021-02-02 13:51 UTC (5+ messages)
` [PATCH 1/6] qapi: Add interfaces for alias support to Visitor
[PULL 0/2] block: Fix iotests to respect configured Python binary
2021-02-02 13:44 UTC (6+ messages)
[Bug 1914236] Re: QEMU: scsi: use-after-free in mptsas_process_scsi_io_request() of mptsas1068 emulator
2021-02-02 13:40 UTC (2+ messages)
[PATCH] Set icon for QEMU binary on Mac OS
2021-02-02 13:44 UTC
[PATCH v15 00/23] i386 cleanup PART 2
2021-02-02 13:46 UTC (3+ messages)
` [PATCH v15 01/23] cpu: Introduce TCGCpuOperations struct
vnc clipboard support
2021-02-02 13:35 UTC (18+ messages)
[PATCH v21 00/20] Initial support for multi-process Qemu
2021-02-02 13:33 UTC (3+ messages)
` [PATCH v21 08/20] io: add qio_channel_readv_full_all_eof & qio_channel_readv_full_all helpers
[PATCH] configure: Escape non-numbers in version_ge()
2021-02-02 13:25 UTC (3+ messages)
[PATCH] scsi: mptsas: dequeue request object in case of an error (CVE-2021-3392)
2021-02-02 13:21 UTC
[PULL 00/11] Tracing patches
2021-02-02 13:12 UTC (12+ messages)
` [PULL 10/11] trace: document how to specify multiple --trace patterns
[PATCH 0/1] Allow to build virtiofsd without the entire tools
2021-02-02 12:58 UTC (6+ messages)
` [PATCH 1/1] virtiofsd: Allow to build it without the tools
[PATCH] dbus-vmstate: Increase the size of input stream buffer used during load
2021-02-02 13:11 UTC (2+ messages)
[Bug 1912777] Re: KVM_EXIT_MMIO has increased in Qemu4.0.0 when compared to Qemu 2.11.0
2021-02-02 12:57 UTC (2+ messages)
[PATCH v7 00/14] block: deal with errp: part I
2021-02-02 12:49 UTC (15+ messages)
` [PATCH v7 01/14] block: return status from bdrv_append and friends
` [PATCH v7 02/14] block: use return status of bdrv_append()
` [PATCH v7 03/14] block: check return value of bdrv_open_child and drop error propagation
` [PATCH v7 04/14] blockdev: fix drive_backup_prepare() missed error
` [PATCH v7 05/14] block: drop extra error propagation for bdrv_set_backing_hd
` [PATCH v7 06/14] block/mirror: drop extra error propagation in commit_active_start()
` [PATCH v7 07/14] blockjob: return status from block_job_set_speed()
` [PATCH v7 08/14] block/qcow2: qcow2_get_specific_info(): drop error propagation
` [PATCH v7 09/14] block/qcow2-bitmap: improve qcow2_load_dirty_bitmaps() interface
` [PATCH v7 10/14] block/qcow2-bitmap: return status from qcow2_store_persistent_dirty_bitmaps
` [PATCH v7 11/14] block/qcow2: read_cache_sizes: return status value
` [PATCH v7 12/14] block/qcow2: simplify qcow2_co_invalidate_cache()
` [PATCH v7 13/14] block/qed: bdrv_qed_do_open: deal with errp
` [PATCH v7 14/14] block/qcow2: refactor qcow2_update_options_prepare error paths
[PATCH RFC 0/4] target/i386/cpu: introduce new CPU models for x86-64 ABI levels
2021-02-02 12:54 UTC (14+ messages)
` [PATCH RFC 1/4] docs: add a table showing x86-64 ABI compatibility levels
` [PATCH RFC 2/4] target/i386: define CPU models to model x86-64 ABI levels
Makefile has local changes that will be overwritten
2021-02-02 12:47 UTC (6+ messages)
[PATCH] migration: Provide a test for migratability
2021-02-02 12:36 UTC (3+ messages)
[PULL 0/6] Block layer patches
2021-02-02 12:34 UTC (2+ messages)
[PATCH] hw/intc/arm_gic: Fix interrupt ID in GICD_SGIR register
2021-02-02 12:21 UTC (5+ messages)
` [QEMU-SECURITY] "
[Bug 1913916] [NEW] aarch64-virt: heap-buffer-overflow in address_space_lookup_region
2021-02-02 12:11 UTC (2+ messages)
` [Bug 1913916] "
[Bug 1913917] [NEW] aarch64-virt: heap-use-after-free in gic_dist_writeb
2021-02-02 12:06 UTC (2+ messages)
` [Bug 1913917] "
[PATCH] docs/system: document an example booting the versatilepb machine
2021-02-02 12:11 UTC (3+ messages)
[PATCH v5 0/2] System Generation ID driver and VMGENID backend
2021-02-02 12:08 UTC (5+ messages)
` [PATCH v5 1/2] drivers/misc: sysgenid: add system generation id driver
[PATCH] docs/system: document an example vexpress-a15 invocation
2021-02-02 11:38 UTC (5+ messages)
[PATCH v9 00/10] hw/ssi: imx_spi: Fix various bugs in the imx_spi model
2021-02-02 11:39 UTC (2+ messages)
[PATCH v2] hw/arm/smmuv3: Fix addr_mask for range-based invalidation
2021-02-02 11:30 UTC (2+ messages)
[PATCH 0/1] target/arm: Fix SCR_EL3 migration issue
2021-02-02 11:29 UTC (3+ messages)
` [PATCH 1/1] target/arm: Add raw_writefn to SCR_EL3 register
[PATCH] hw/char/exynos4210_uart: Fix buffer size reporting with FIFO disabled
2021-02-02 11:07 UTC (2+ messages)
[PATCH] hw/char/exynos4210_uart: Fix missing call to report ready for input
2021-02-02 11:07 UTC (2+ messages)
[PATCH v2 0/2] pci: add romsize property
2021-02-02 11:03 UTC (6+ messages)
` [PATCH v2 1/2] pci: reject too large ROMs
` [PATCH v2 2/2] pci: add romsize property
[PATCH] target/i386: Add bus lock debug exception support
2021-02-02 11:03 UTC (2+ messages)
[RFC PATCH 0/4] hw/intc: enable GICv4 memory layout for GICv3 driver
2021-02-02 10:39 UTC (10+ messages)
` [RFC PATCH 1/4] hw/intc: don't bail out gicv3 model init for revision 4
` [RFC PATCH 2/4] hw/intc: add helper function to determine gicv3 redistributor size
` [RFC PATCH 3/4] hw/intc: set GICD_TYPER.DVIS for GICv4
` [RFC PATCH 4/4] hw/intc: make gicv3_idreg() distinguish between gicv3/gicv4
[PATCH v14 00/22] i386 cleanup PART 2
2021-02-02 10:27 UTC (5+ messages)
` [PATCH v14 15/22] cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
[PATCH] qemu-img: add seek and -n option to dd command
2021-02-02 10:20 UTC (2+ messages)
[RFC 00/10] vDPA shadow virtqueue - notifications forwarding
2021-02-02 10:17 UTC (9+ messages)
` [RFC 05/10] vhost: Add vhost_dev_from_virtio
` [RFC 09/10] vhost: Route guest->host notification through shadow virtqueue
[Bug 1911351] [NEW] x86-64 MTTCG Does not update page table entries atomically
2021-02-02 9:52 UTC (4+ messages)
` [Bug 1911351] "
[PATCH RFC 0/1] QOM type names and QAPI
2021-02-02 9:28 UTC (9+ messages)
` [PATCH RFC 1/1] hw: Replace anti-social QOM type names
[PATCH v4 00/16] qapi: static typing conversion, pt1.5
2021-02-02 9:17 UTC (6+ messages)
` [PATCH v4 05/16] qapi: centralize is_[user|system|builtin]_module methods
` [PATCH v4 07/16] qapi: use explicitly internal module names
[PATCH v3] tcg: Fix execution on Apple Silicon
2021-02-02 8:54 UTC (6+ messages)
[Bug 1912224] [NEW] qemu may freeze during drive-mirroring on fragmented FS
2021-02-02 8:36 UTC (2+ messages)
` [Bug 1912224] "
[PATCH] Fix SPDX-License-Identifier typos
2021-02-02 8:38 UTC (2+ messages)
[PATCH 0/3] i386: Ensure feature names are always defined
2021-02-02 7:54 UTC (7+ messages)
` [PATCH 1/3] i386: Add missing "vmx-ept-wb" feature name
[PATCH 0/3] Maximize QMP availability for OOB commands
2021-02-02 7:38 UTC (4+ messages)
` [PATCH 3/3] qmp: Resume OOB-enabled monitor before processing the request
[PATCH] char: don't fail when client is not connected
2021-02-02 7:33 UTC (3+ messages)
[Bug 1914117] [NEW] Short files returned via FTP on Qemu with various architectures and OSes
2021-02-02 6:59 UTC (4+ messages)
` [Bug 1914117] "
` [Bug 1914117] "
[PATCH v4 00/16] 64bit block-layer: part I
2021-02-02 6:50 UTC (3+ messages)
macOS (Big Sur, Apple Silicon) 'make check' fails in test-crypto-tlscredsx509
2021-02-02 5:46 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).