qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-12-12 16:17:48 to 2022-12-13 15:53:54 UTC [more...]

Single system binary & Dynamic machine model (KVM developers conference call 2022-12-13)
 2022-12-13 15:52 UTC  (11+ messages)

[PATCH v10 0/5] add generic vDPA device support
 2022-12-13 15:49 UTC  (5+ messages)
` [PATCH v10 5/5] docs: Add generic vhost-vdpa device documentation

[PATCH-for-8.0] tests/avocado: Add a quick test to boot Trusted Firmware on SBSA-ref
 2022-12-13 15:50 UTC 

[RFC PATCH-for-8.0 0/3] hw/ppc: Remove tswap() calls
 2022-12-13 15:41 UTC  (11+ messages)
` [RFC PATCH-for-8.0 1/3] hw/ppc: Replace tswap32() by const_le32()
` [RFC PATCH-for-8.0 2/3] hw/ppc/spapr: Replace tswap64(HPTE) by cpu_to_be64(HPTE)
` [RFC PATCH-for-8.0 3/3] hw/net/xilinx_ethlite: Replace tswap32() by be32_to_cpu()

[RFC PATCH-for-8.0 00/10] hw/virtio: Build most objects as target independent units
 2022-12-13 15:41 UTC  (21+ messages)
` [PATCH-for-8.0 01/10] hw/virtio: Add missing "hw/core/cpu.h" include
` [PATCH-for-8.0 02/10] hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
` [PATCH-for-8.0 03/10] hw/virtio: Constify qmp_virtio_feature_map_t[]
` [PATCH-for-8.0 04/10] hw/virtio: Extract config read/write accessors to virtio-config.c
` [PATCH-for-8.0 05/10] hw/virtio: Extract QMP related code virtio-qmp.c
` [RFC PATCH-for-8.0 06/10] hw/virtio: Cache access_is_big_endian value in VirtIODevice state
` [RFC PATCH-for-8.0 07/10] hw/virtio: Directly access cached VirtIODevice::access_is_big_endian
` [PATCH-for-8.0 08/10] hw/virtio: Un-inline virtio_access_is_big_endian()
` [RFC PATCH-for-8.0 09/10] hw/virtio: Extract vhost_user_ram_slots_max() to vhost-user-target.c
` [RFC PATCH-for-8.0 10/10] hw/virtio: Make most of virtio devices target-independent

[PATCH v13 0/7] s390x: CPU Topology
 2022-12-13 15:31 UTC  (16+ messages)
` [PATCH v13 4/7] s390x/cpu_topology: CPU topology migration

[PATCH v2] target/sh4: Fix TB_FLAG_UNALIGN
 2022-12-13 15:19 UTC  (6+ messages)

[PATCH v1 00/24] vfio-user client
 2022-12-13 15:15 UTC  (28+ messages)
` [PATCH v1 02/24] vfio-user: add VFIO base abstract class
` [PATCH v1 06/24] vfio-user: Define type vfio_user_pci_dev_info
` [PATCH v1 07/24] vfio-user: connect vfio proxy to remote server
` [PATCH v1 08/24] vfio-user: define socket receive functions
` [PATCH v1 09/24] vfio-user: define socket send functions
` [PATCH v1 10/24] vfio-user: get device info
` [PATCH v1 11/24] vfio-user: get region info
` [PATCH v1 14/24] vfio-user: get and set IRQs
` [PATCH v1 19/24] vfio-user: secure DMA support

[PATCH v2] qga-win: choose the right libpcre version to include in MSI package
 2022-12-13 15:13 UTC 

-display sdl
 2022-12-13  8:37 UTC 

QEMU function trace
 2022-12-13 12:25 UTC 

[RFC v3 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-13 13:35 UTC  (4+ messages)
` [RFC v3 1/3] memory: add depth assert in address_space_to_flatview
` [RFC v3 2/3] virtio: support delay of checks in virtio_load()
` [RFC v3 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH-for-8.0 0/4] ppc: Clean up few headers to make them target agnostic
 2022-12-13 12:35 UTC  (5+ messages)
` [PATCH-for-8.0 1/4] target/ppc/kvm: Add missing "cpu.h" and "exec/hwaddr.h"
` [PATCH-for-8.0 2/4] hw/ppc/vof: Do not include the full "cpu.h"
` [PATCH-for-8.0 3/4] hw/ppc/spapr: Reduce "vof.h" inclusion
` [PATCH-for-8.0 4/4] hw/ppc/spapr_ovec: Avoid target_ulong spapr_ovec_parse_vector()

[PATCH-for-8.0] hw/acpi: Rename tco.c -> ich9_tco.c
 2022-12-13 12:34 UTC  (2+ messages)

[RFC v2 0/3] migration: reduce time of loading non-iterable vmstate
 2022-12-13 12:21 UTC  (8+ messages)
` [RFC v2 1/3] memory: add depth assert in address_space_to_flatview
` [RFC v2 2/3] virtio: support delay of checks in virtio_load()
` [RFC v2 3/3] migration: reduce time of loading non-iterable vmstate

[PATCH v3 0/8] Make Intel PT configurable
 2022-12-13 12:15 UTC  (7+ messages)
` [PATCH v3 4/8] target/i386/intel-pt: print special message for INTEL_PT_ADDR_RANGES_NUM
` [PATCH v3 6/8] target/i386/intel-pt: Enable host pass through of Intel PT

[PATCH v10 0/9] KVM: mm: fd-based approach for supporting KVM
 2022-12-13 12:04 UTC  (5+ messages)
` [PATCH v10 3/9] KVM: Extend the memslot to support fd-based private memory

[PATCH-for-8.0 v2 0/6] hw/virtio: Split ioconfig / qmp code from virtio.c
 2022-12-13 11:17 UTC  (7+ messages)
` [PATCH-for-8.0 v2 1/6] hw/virtio: Add missing "hw/core/cpu.h" include
` [PATCH-for-8.0 v2 2/6] hw/virtio: Rename virtio_ss[] -> specific_virtio_ss[]
` [PATCH-for-8.0 v2 3/6] hw/virtio: Guard and restrict scope of qmp_virtio_feature_map_t[]
` [PATCH-for-8.0 v2 4/6] hw/virtio: Constify qmp_virtio_feature_map_t[]
` [PATCH-for-8.0 v2 5/6] hw/virtio: Extract config read/write accessors to virtio-config-io.c
` [PATCH-for-8.0 v2 6/6] hw/virtio: Extract QMP related code virtio-qmp.c

[PATCH v12 0/1] vhost-vdpa: add support for vIOMMU
 2022-12-13 11:17 UTC  (4+ messages)
` [PATCH v12 1/1] "

[PATCH] docs/interop: Change the vnc-ledstate-Pseudo-encoding doc into .rst
 2022-12-13 10:18 UTC 

[PATCH] hw: Include the VMWare devices only in the x86 targets
 2022-12-13 10:15 UTC  (5+ messages)

[RFC PATCH v2 00/22] Xen HVM support under KVM
 2022-12-13  9:47 UTC  (40+ messages)
` [RFC PATCH v2 02/22] xen: add CONFIG_XENFV_MACHINE and CONFIG_XEN_EMU options for Xen emulation
` [RFC PATCH v2 03/22] i386/xen: Add xen-version machine property and init KVM Xen support
` [RFC PATCH v2 04/22] i386/kvm: handle Xen HVM cpuid leaves
` [RFC PATCH v2 05/22] xen-platform-pci: allow its creation with XEN_EMULATE mode
` [RFC PATCH v2 10/22] i386/xen: handle guest hypercalls
` [RFC PATCH v2 11/22] i386/xen: implement HYPERCALL_xen_version
` [RFC PATCH v2 12/22] hw/xen: Add xen_overlay device for emulating shared xenheap pages
` [RFC PATCH v2 13/22] i386/xen: implement HYPERVISOR_memory_op
` [RFC PATCH v2 15/22] i386/xen: implement HYPERVISOR_vcpu_op
` [RFC PATCH v2 16/22] i386/xen: handle VCPUOP_register_vcpu_info
` [RFC PATCH v2 20/22] i386/xen: HVMOP_set_param / HVM_PARAM_CALLBACK_IRQ
` [RFC PATCH v2 21/22] i386/xen: implement HYPERVISOR_event_channel_op
` [RFC PATCH v2 22/22] i386/xen: implement HYPERVISOR_sched_op

[PATCH 00/14] block: Move more functions to coroutines
 2022-12-13  8:53 UTC  (15+ messages)
` [PATCH 01/14] block-coroutine-wrapper: support void functions
` [PATCH 02/14] block: Convert bdrv_io_plug() to co_wrapper
` [PATCH 03/14] block: Convert bdrv_io_unplug() "
` [PATCH 04/14] block: Rename refresh_total_sectors to bdrv_refresh_total_sectors
` [PATCH 05/14] block: Convert bdrv_refresh_total_sectors() to co_wrapper_mixed
` [PATCH 06/14] block-backend: use bdrv_getlength instead of blk_getlength
` [PATCH 07/14] block: use bdrv_co_refresh_total_sectors when possible
` [PATCH 08/14] block: Convert bdrv_get_allocated_file_size() to co_wrapper
` [PATCH 09/14] block: Convert bdrv_get_info() to co_wrapper_mixed
` [PATCH 10/14] block: Convert bdrv_is_inserted() to co_wrapper
` [PATCH 11/14] block: Convert bdrv_eject() "
` [PATCH 12/14] block: convert bdrv_lock_medium in co_wrapper
` [PATCH 13/14] block: Convert bdrv_debug_event to co_wrapper_mixed
` [PATCH 14/14] block: Rename newly converted BlockDriver IO coroutine functions

[Qemu-devel] [Bug 1523246] [NEW] Cannot TRIM with VirtIO
 2022-12-13  8:14 UTC  (2+ messages)
` [Bug 1523246] Re: Virtio-blk does not support TRIM

[PATCH v4 0/2] Add OCP extended log to nvme QEMU
 2022-12-13  8:11 UTC  (2+ messages)

[PATCH 0/4] coroutine: Clean up includes
 2022-12-13  0:34 UTC  (3+ messages)
` [PATCH 4/4] coroutine: Break inclusion loop

[PATCH v4 00/27] tcg/s390x: misc patches
 2022-12-12 22:57 UTC  (23+ messages)
` [PATCH v4 03/27] tcg/s390x: Always set TCG_TARGET_HAS_direct_jump
` [PATCH v4 04/27] tcg/s390x: Remove USE_LONG_BRANCHES
` [PATCH v4 05/27] tcg/s390x: Check for long-displacement facility at startup
` [PATCH v4 06/27] tcg/s390x: Check for extended-immediate "
` [PATCH v4 07/27] tcg/s390x: Check for general-instruction-extension "
` [PATCH v4 08/27] tcg/s390x: Check for load-on-condition "
` [PATCH v4 09/27] tcg/s390x: Remove FAST_BCR_SER facility check
` [PATCH v4 10/27] tcg/s390x: Remove DISTINCT_OPERANDS "
` [PATCH v4 16/27] tcg/s390x: Issue XILF directly for xor_i32
` [PATCH v4 17/27] tcg/s390x: Tighten constraints for or_i64 and xor_i64
` [PATCH v4 18/27] tcg/s390x: Tighten constraints for and_i64

[PATCH] tpm: add backend for mssim
 2022-12-12 22:43 UTC  (14+ messages)

[PATCH 0/3] block: Clean up includes
 2022-12-12 22:19 UTC  (3+ messages)
` [PATCH 1/3] include/block: Untangle inclusion loops

[PATCH v3 0/2] hw/usb: add configuration flags for emulated and passthru usb smartcard
 2022-12-12 22:13 UTC  (4+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] hw/usb: add configuration flag for Common Access Card library code

[PATCH] linux-user: Add emulation for MADV_WIPEONFORK and MADV_KEEPONFORK in madvise()
 2022-12-12 22:12 UTC  (4+ messages)

[PATCH] target/tricore: Fix gdbstub write to address registers
 2022-12-12 21:57 UTC  (2+ messages)

[PATCH] include: Don't include qemu/osdep.h
 2022-12-12 21:54 UTC  (4+ messages)

[PATCH RESEND v3 00/10] migration: introduce dirtylimit capability
 2022-12-12 21:48 UTC  (3+ messages)
` [PATCH RESEND v3 07/10] migration: Refactor auto-converge capability logic

[PATCH for-8.0 00/30] Meson changes for QEMU 8.0
 2022-12-12 21:36 UTC  (10+ messages)
` [PATCH 21/30] build: move sanitizer tests to meson
` [PATCH 30/30] meson: always log qemu-iotests verbosely

[PATCH-for-8.0 0/7] hw/mips: Make gt64xxx_pci.c endian-agnostic
 2022-12-12 20:11 UTC  (5+ messages)
` [PATCH-for-8.0 1/7] hw/mips/Kconfig: Introduce CONFIG_GT64120 to select gt64xxx_pci.c

[PATCH v3 0/8] accel/tcg: Rewrite user-only vma tracking
 2022-12-12 18:19 UTC  (5+ messages)
` [PATCH v3 7/8] accel/tcg: Move PageDesc tree into tb-maint.c for system

[PATCH] MAINTAINERS: Add MIPS-related docs and configs to the MIPS architecture section
 2022-12-12 18:16 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add documentation files to the corresponding sections
 2022-12-12 18:16 UTC  (2+ messages)

[PATCH v2] linux-user: Enhance strace output for various syscalls
 2022-12-12 18:01 UTC 

[PATCH 1/2] linux-user: Implement SOL_ALG encryption support
 2022-12-12 17:34 UTC  (2+ messages)
` [PATCH 2/2] linux-user: Allow sendmsg() without IOV

[PATCH v2 00/15] block: Simplify drain
 2022-12-12 17:31 UTC  (5+ messages)
` [PATCH v2 14/15] block: Don't poll in bdrv_replace_child_noperm()

[PATCH 00/18] block: Introduce a block graph rwlock
 2022-12-12 17:14 UTC  (3+ messages)

[PATCH 0/3] audio: make audiodev introspectable by mgmt apps
 2022-12-12 16:53 UTC  (3+ messages)
` [PATCH 2/3] qapi, audio: respect build time conditions in audio schema

[PATCH v3] hw/rtc/mc146818rtc: Make this rtc device target independent
 2022-12-12 16:26 UTC  (4+ messages)

[PATCH for-8.0 v2 0/2] compat machines for 8.0
 2022-12-12 16:24 UTC  (3+ messages)
` [PATCH for-8.0 v2 2/2] pc: clean up compat machines

[PATCH-for-8.0] target/arm: Restrict arm_cpu_exec_interrupt() to TCG accelerator
 2022-12-12 16:23 UTC  (2+ messages)

[PATCH v2 0/3] Add gdbstub support to HVF
 2022-12-12 16:16 UTC  (3+ messages)
` [PATCH v2 2/3] hvf: implement guest debugging on Apple Silicon hosts


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