qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-17 10:22:06 to 2021-05-17 15:32:43 UTC [more...]

[PATCH v5 0/7] eBPF RSS support for virtio-net
 2021-05-17 15:30 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/7] target/xtensa: group helpers by functionality
 2021-05-17 15:25 UTC  (8+ messages)
` [Qemu-devel] [PATCH 7/7] target/xtensa: move non-HELPER functions to helper.c

[PATCH 0/5] docs: fix references to files converted to rST
 2021-05-17 15:17 UTC  (6+ messages)
` [PATCH 1/5] docs: fix references to docs/devel/tracing.rst
` [PATCH 2/5] docs: fix references to docs/devel/atomics.rst
` [PATCH 3/5] docs: fix references to docs/devel/build-system.rst
` [PATCH 4/5] docs: fix references to docs/specs/tpm.rst
` [PATCH 5/5] docs: fix references to docs/devel/s390-dasd-ipl.rst

[RFC PATCH v3 0/4] hw/arm/virt: Introduce cluster cpu topology support
 2021-05-17 15:17 UTC  (8+ messages)
` [RFC PATCH v3 1/4] vl.c: Add -smp, clusters=* command line support for ARM cpu
` [RFC PATCH v3 4/4] hw/arm/virt: Parse -smp cluster parameter in virt_smp_parse

[Bug 1924912] [NEW] VirtIO drivers don't work on Windows: "GLib: Too many handles to wait for!" crash
 2021-05-17 14:56 UTC  (2+ messages)
` [Bug 1924912] "

[PATCH v2 0/7] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-05-17 15:01 UTC  (8+ messages)
` [PATCH v2 3/7] ACPI ERST: support for ACPI ERST feature

[PATCH 00/14] vl: compound properties for machines and accelerators
 2021-05-17 14:58 UTC  (3+ messages)
` [PATCH 14/14] machine: add smp compound property

[RFC PATCH v3 0/9] hw/arm/virt: Introduce cpu topology support
 2021-05-17 15:00 UTC  (13+ messages)
` [RFC PATCH v3 2/9] device_tree: Add qemu_fdt_add_path
` [RFC PATCH v3 3/9] hw/arm/virt: Add cpu-map to device tree
` [RFC PATCH v3 8/9] hw/arm/virt-acpi-build: Generate PPTT table

[PATCH v3 0/5] blkdebug: fix racing condition when iterating on
 2021-05-17 14:50 UTC  (6+ messages)
` [PATCH v3 1/5] blkdebug: refactor removal of a suspended request
` [PATCH v3 2/5] blkdebug: move post-resume handling to resume_req_by_tag
` [PATCH v3 3/5] blkdebug: track all actions
` [PATCH v3 4/5] blkdebug: do not suspend in the middle of QLIST_FOREACH_SAFE
` [PATCH v3 5/5] blkdebug: protect rules and suspended_reqs with a lock

[PATCH 0/3] virtiofsd: Find original inode ID of mount points
 2021-05-17 14:57 UTC  (3+ messages)
` [PATCH 1/3] "

[PATCH v12 0/8] MTE support for KVM guest
 2021-05-17 14:56 UTC  (11+ messages)
` [PATCH v12 1/8] arm64: mte: Handle race when synchronising tags
` [PATCH v12 2/8] arm64: Handle MTE tags zeroing in __alloc_zeroed_user_highpage()
` [PATCH v12 3/8] arm64: mte: Sync tags for pages where PTE is untagged
` [PATCH v12 4/8] arm64: kvm: Introduce MTE VM feature
` [PATCH v12 5/8] arm64: kvm: Save/restore MTE registers
` [PATCH v12 6/8] arm64: kvm: Expose KVM_ARM_CAP_MTE
` [PATCH v12 7/8] KVM: arm64: ioctl to fetch/store tags in a guest
` [PATCH v12 8/8] KVM: arm64: Document MTE capability and ioctl

[PATCH 0/2] target/i386: Make sure that vsyscall's tb->size != 0
 2021-05-17 14:30 UTC  (4+ messages)
` [PATCH 2/2] tests/tcg/x86_64: add vsyscall smoke test

[PATCH 00/21] block: publish backup-top filter
 2021-05-17 14:33 UTC  (9+ messages)
` [PATCH 01/21] block: introduce bdrv_replace_child_bs()
` [PATCH 02/21] block: introduce blk_replace_bs
` [PATCH 03/21] qdev-properties: PropertyInfo: add realized_set_allowed field

[PATCH v2 00/26] s390x/tcg: Implement Vector enhancements facility and switch to z14
 2021-05-17 14:27 UTC  (27+ messages)
` [PATCH v2 01/26] s390x/tcg: Fix FP CONVERT TO (LOGICAL) FIXED NaN handling
` [PATCH v2 02/26] s390x/tcg: Fix instruction name for VECTOR FP LOAD (LENGTHENED|ROUNDED)
` [PATCH v2 03/26] s390x/tcg: Simplify vop64_3() handling
` [PATCH v2 04/26] s390x/tcg: Simplify vop64_2() handling
` [PATCH v2 05/26] s390x/tcg: Simplify vfc64() handling
` [PATCH v2 06/26] s390x/tcg: Simplify vftci64() handling
` [PATCH v2 07/26] s390x/tcg: Simplify vfma64() handling
` [PATCH v2 08/26] s390x/tcg: Simplify vfll32() handling
` [PATCH v2 09/26] s390x/tcg: Simplify vflr64() handling
` [PATCH v2 10/26] s390x/tcg: Simplify wfc64() handling
` [PATCH v2 11/26] s390x/tcg: Implement VECTOR BIT PERMUTE
` [PATCH v2 12/26] s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL
` [PATCH v2 13/26] s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT)
` [PATCH v2 14/26] s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT)
` [PATCH v2 15/26] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE *
` [PATCH v2 16/26] s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALAR
` [PATCH v2 17/26] s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENED
` [PATCH v2 18/26] s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDED
` [PATCH v2 19/26] s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATION
` [PATCH v2 20/26] s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE
` [PATCH v2 21/26] s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT)
` [PATCH v2 22/26] s390x/tcg: Implement VECTOR FP NEGATIVE "
` [PATCH v2 23/26] softfloat: Implement float128_(min|minnum|minnummag|max|maxnum|maxnummag)
` [PATCH v2 24/26] s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM)
` [PATCH v2 25/26] s390x/tcg: We support Vector enhancements facility
` [PATCH v2 26/26] s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2

[PATCH v1] softmmu/vl: make default prealloc-threads work w/o -mem-prealloc
 2021-05-17 14:33 UTC  (2+ messages)

[ANNOUNCE] libblkio v0.1.0 preview release
 2021-05-17 14:09 UTC  (11+ messages)

[PATCH v1] softfloat: Silence signaling NaN when converting to/from float128
 2021-05-17 13:57 UTC  (2+ messages)

[PATCH qemu v19] spapr: Implement Open Firmware client interface
 2021-05-17 13:45 UTC  (8+ messages)

[PATCH v1 0/7] plugins/next (windows, leaks, tcg tracing)
 2021-05-17 13:44 UTC  (8+ messages)
` [PATCH v1 5/7] docs: mark intention to deprecate TCG tracing functionality

[PATCH] include/qemu/bswap.h: using atomic memory load/store for word access
 2021-05-17 13:40 UTC  (3+ messages)

[PATCH] Signed-off-by: Dmitry Voronetskiy <vda1999@yandex.ru>
 2021-05-17  8:40 UTC 

[PATCH v2 0/4] virtio: Improve boot time of virtio-scsi-pci and virtio-blk-pci
 2021-05-17 13:37 UTC  (4+ messages)

[PATCH] replication: move include out of root directory
 2021-05-17 13:33 UTC  (2+ messages)

[PATCH] virtio: Clarify MR transaction optimization
 2021-05-17 13:26 UTC 

[PATCH 00/72] Convert floatx80 and float128 to FloatParts
 2021-05-17 13:14 UTC  (3+ messages)
` [PATCH 50/72] softfloat: Move minmax_flags to softfloat-parts.c.inc

[PATCH] 9pfs: simplify v9fs_walk()
 2021-05-17 13:14 UTC  (3+ messages)
` [SPAM] "

[PATCH v2] vhost-vdpa: Remove redundant declaration of address_space_memory
 2021-05-17 13:11 UTC  (2+ messages)

[PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()
 2021-05-17 13:08 UTC  (6+ messages)
` [PATCH 7/7] virtiofsd: Set req->reply_sent right after sending reply
  ` [Virtio-fs] "
` [Virtio-fs] [PATCH 0/7] virtiofsd: Few cleanups in virtio_send_data_iov()

[PATCH] replay: fix event queue flush for qemu shutdown
 2021-05-17 13:05 UTC 

[PATCH] virtio: disable ioeventfd for record/replay
 2021-05-17 13:06 UTC 

[PATCH] replay: improve determinism of virtio-net
 2021-05-17 13:04 UTC 

[PULL 00/19] Block patches
 2021-05-17 12:56 UTC  (2+ messages)

Qemu block filter insertion/removal API
 2021-05-17 12:44 UTC 

[PATCH] Add missing coroutine_fn function signature to functions
 2021-05-17 12:38 UTC  (4+ messages)

[PULL 00/20] Misc patches for 2020-05-17
 2021-05-17 12:15 UTC  (22+ messages)
` [PULL 01/20] configure: Only clone softfloat-3 repositories if TCG is enabled
` [PULL 02/20] configure: check for submodules if --with-git-submodules=ignore
` [PULL 03/20] configure: simplify assignment to GIT_SUBMODULES
` [PULL 04/20] hw/mem/nvdimm: Use Kconfig 'imply' instead of 'depends on'
` [PULL 05/20] backends/tpm: Replace qemu_mutex_lock calls with QEMU_LOCK_GUARD
` [PULL 06/20] i386/cpu: Expose AVX_VNNI instruction to guest
` [PULL 07/20] meson: bump submodule to 0.57.2
` [PULL 08/20] object: add more commands to preconfig mode
` [PULL 09/20] qtest: add a QOM object for qtest
` [PULL 10/20] KVM: do not allow setting properties at runtime
` [PULL 11/20] memory: Introduce log_sync_global() to memory listener
` [PULL 12/20] KVM: Use a big lock to replace per-kml slots_lock
` [PULL 13/20] KVM: Create the KVMSlot dirty bitmap on flag changes
` [PULL 14/20] KVM: Provide helper to get kvm dirty log
` [PULL 15/20] KVM: Provide helper to sync dirty bitmap from slot to ramblock
` [PULL 16/20] KVM: Simplify dirty log sync in kvm_set_phys_mem
` [PULL 17/20] KVM: Cache kvm slot dirty bitmap size
` [PULL 18/20] KVM: Add dirty-ring-size property
` [PULL 19/20] KVM: Disable manual dirty log when dirty ring enabled
` [PULL 20/20] KVM: Dirty ring support

RFC: Qemu backup interface plans
 2021-05-17 12:07 UTC 

[RFC PATCH 00/15] softmmu: Make various objects target agnostic
 2021-05-17 11:55 UTC  (16+ messages)
` [RFC PATCH 01/15] accel/kvm: Add more stubs
` [RFC PATCH 02/15] accel/whpx: Simplify #ifdef'ry
` [RFC PATCH 03/15] accel/hax: "
` [RFC PATCH 04/15] accel: Only use TCG when building user-mode emulation
` [RFC PATCH 05/15] accel/kvm: Simplify user-mode #ifdef'ry
` [RFC PATCH 06/15] hw/acpi/memory_hotplug: Remove unused 'hw/acpi/pc-hotplug.h' header
` [RFC PATCH 07/15] softmmu/globals: Remove unused 'hw/i386/*' headers
` [RFC PATCH 08/15] softmmu/cpu-timers: Remove unused 'exec/exec-all.h' header
` [RFC PATCH 09/15] softmmu/runstate: Clean headers
` [RFC PATCH 10/15] exec/gdbstub: Make gdb_exit() / gdb_set_stop_cpu() target agnostic
` [RFC PATCH 11/15] exec/cpu: Make address_space_init/reloading_memory_map "
` [RFC PATCH 12/15] sysemu/kvm: Make kvm_on_sigbus() / kvm_on_sigbus_vcpu() "
` [RFC PATCH 13/15] sysemu/memory_mapping: Become target-agnostic
` [RFC PATCH 14/15] softmmu/cpus: Extract QMP command handlers to cpus-qmp.c
` [RFC PATCH 15/15] softmmu: Build target-agnostic objects once

[PATCH] remove qemu-options* from root directory
 2021-05-17 12:27 UTC  (2+ messages)

[PATCH V3 00/22] Live Update
 2021-05-17 11:40 UTC  (6+ messages)

[PATCH] target/riscv: Remove obsolete 'CPU unmigratable' comment
 2021-05-17 12:09 UTC  (2+ messages)

[PATCH] fdc: check drive block device before usage (CVE-2021-20196)
 2021-05-17 11:12 UTC  (5+ messages)

[PATCH] meson: Set implicit_include_directories to false
 2021-05-17 11:41 UTC  (4+ messages)

[PATCH 00/11] exec: Restrict various system emulation specific headers (to sysemu)
 2021-05-17 11:11 UTC  (12+ messages)
` [PATCH 01/11] NOTFORMERGE target/arm: Restrict KVM files to softmmu
` [PATCH 02/11] exec: Restrict hwaddr.h to sysemu/
` [PATCH 03/11] exec: Restrict cputlb.h "
` [PATCH 04/11] exec: Restrict memory.h "
` [PATCH 05/11] exec: Restrict memory-internal.h "
` [PATCH 06/11] exec: Restrict address-spaces.h "
` [PATCH 07/11] exec: Extract CPU I/O instructions to "cpu-io.h"
` [PATCH 08/11] exec: Restrict ioport.h to sysemu/
` [PATCH 09/11] exec: Restrict ram_addr.h "
` [PATCH 10/11] exec: Restrict ramblock.h "
` [PATCH 11/11] exec: Restrict confidential-guest-support.h "

[RFC PATCH 00/11] target/ppc: add support to disable-tcg
 2021-05-17 11:07 UTC  (6+ messages)
` [PATCH 09/11] include/exec: added functions to the stubs in exec-all.h

[PATCH v3 0/9] qapi: untie 'if' conditions from C preprocessor
 2021-05-17 11:20 UTC  (20+ messages)
` [PATCH v3 1/9] qapi: replace List[str] by QAPISchemaIfCond
` [PATCH v3 2/9] qapi: move gen_if/gen_endif to QAPISchemaIfCond
` [PATCH v3 3/9] qapi: start building an 'if' predicate tree
` [PATCH v3 4/9] qapi: introduce IfPredicateList and IfAny
` [PATCH v3 6/9] qapi: normalize 'if' condition to IfPredicate tree
` [PATCH v3 7/9] qapi: convert 'if' C-expressions to the new syntax tree

[PULL v9 00/13] Cgs patches
 2021-05-17 10:58 UTC  (2+ messages)

[PATCH v7 00/23] cpu: Introduce SysemuCPUOps structure
 2021-05-17 10:51 UTC  (24+ messages)
` [PATCH v7 01/23] NOTFORMERGE target/arm: Restrict MTE code to softmmu
` [PATCH v7 02/23] cpu: Restrict target cpu_do_transaction_failed() handlers to sysemu
` [PATCH v7 03/23] cpu: Restrict target cpu_do_unaligned_access() "
` [PATCH v7 04/23] cpu: Remove duplicated 'sysemu/hw_accel.h' header
` [PATCH v7 05/23] cpu: Split as cpu-common / cpu-sysemu
` [PATCH v7 06/23] cpu: Un-inline cpu_get_phys_page_debug and cpu_asidx_from_attrs
` [PATCH v7 07/23] cpu: Introduce cpu_virtio_is_big_endian()
` [PATCH v7 08/23] cpu: Directly use cpu_write_elf*() fallback handlers in place
` [PATCH v7 09/23] cpu: Directly use get_paging_enabled() "
` [PATCH v7 10/23] cpu: Directly use get_memory_mapping() "
` [PATCH v7 11/23] cpu: Assert DeviceClass::vmsd is NULL on user emulation
` [PATCH v7 12/23] cpu: Rename CPUClass vmsd -> legacy_vmsd
` [PATCH v7 13/23] cpu: Move AVR target vmsd field from CPUClass to DeviceClass
` [PATCH v7 14/23] cpu: Introduce SysemuCPUOps structure
` [PATCH v7 15/23] cpu: Move CPUClass::vmsd to SysemuCPUOps
` [PATCH v7 16/23] cpu: Move CPUClass::virtio_is_big_endian "
` [PATCH v7 17/23] cpu: Move CPUClass::get_crash_info "
` [PATCH v7 18/23] cpu: Move CPUClass::write_elf* "
` [PATCH v7 19/23] cpu: Move CPUClass::asidx_from_attrs "
` [PATCH v7 20/23] cpu: Move CPUClass::get_phys_page_debug "
` [PATCH v7 21/23] cpu: Move CPUClass::get_memory_mapping "
` [PATCH v7 22/23] cpu: Move CPUClass::get_paging_enabled "
` [PATCH v7 23/23] cpu: Restrict "hw/core/sysemu-cpu-ops.h" to target/cpu.c

[PULL 00/14] Block layer patches
 2021-05-17 10:29 UTC  (3+ messages)

[PATCH 0/3] adding ctrl list (cns 0x13) support and random fixes
 2021-05-17 10:07 UTC  (4+ messages)
    ` [PATCH 1/3] hw/nvme/ctrl: add controller list cns 0x13
    ` [PATCH 2/3] hw/nvme/ctrl: fix endian conversion for nsid in ctrl list
    ` [PATCH 3/3] hw/nvme/ctrl: documentation fix

[PATCH] target/hppa: Remove unused 'memory.h' header
 2021-05-17 10:15 UTC 

[PATCH v2 0/6] coroutine: new sleep/wake API
 2021-05-17 10:05 UTC  (3+ messages)
` [PATCH v2 3/6] coroutine-sleep: allow qemu_co_sleep_wake that wakes nothing
` [PATCH v2 6/6] coroutine-sleep: introduce qemu_co_sleep

[PATCH v2 00/25] linux-user/sparc: Implement rt signals
 2021-05-17 10:21 UTC  (3+ messages)
` [PATCH v2 07/25] linux-user/sparc: Merge sparc64 target_syscall.h

latest GOOD state of series i386 cleanup, arm cleanup, s390 cleanup
 2021-05-17 10:11 UTC  (3+ messages)


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