qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-03 16:22:54 to 2022-11-04 15:16:24 UTC [more...]

[RFC PATCH 0/3] KVM: allow listener to stop all vcpus before
 2022-11-04 15:14 UTC  (4+ messages)
` [RFC PATCH 1/3] KVM: keep track of running ioctls
` [RFC PATCH 2/3] KVM: keep track of running vcpu ioctls
` [RFC PATCH 3/3] kvm: Atomic memslot updates

[PATCH] tests/avocado/machine_aspeed.py: Reduce noise on the console for SDK tests
 2022-11-04 15:09 UTC  (3+ messages)

[PATCH v2] tests/qtest: netdev: test stream and dgram backends
 2022-11-04 15:00 UTC 

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-04 14:57 UTC  (20+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties
` [PATCH v11 02/11] s390x/cpu topology: add max_threads machine class attribute
` [PATCH v11 03/11] s390x/cpu topology: core_id sets s390x CPU topology
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest
` [PATCH v11 05/11] s390x/cpu_topology: resetting the Topology-Change-Report
` [PATCH v11 06/11] s390x/cpu_topology: CPU topology migration
` [PATCH v11 07/11] target/s390x: interception of PTF instruction
` [PATCH v11 08/11] s390x/cpu topology: add topology_capable QEMU capability
` [PATCH v11 09/11] s390x/cpu topology: add topology machine property
` [PATCH v11 10/11] s390x/cpu_topology: activating CPU topology
` [PATCH v11 11/11] docs/s390x: document s390x cpu topology

[PULL 00/10] Trivial branch for 7.2 patches
 2022-11-04 14:39 UTC  (4+ messages)
` [PULL 05/10] libvhost-user: Fix format strings
` [PULL 09/10] target/tricore: Rename csfr.def -> csfr.h.inc

[PATCH v2] gitlab-ci: increase clang-user timeout
 2022-11-04 14:08 UTC  (2+ messages)

[PATCH] gitlab-ci: split clang-user to avoid timeout
 2022-11-04 13:33 UTC  (6+ messages)

[PATCH] tests/qtest: netdev: test stream and dgram backends
 2022-11-04 13:24 UTC  (6+ messages)

[PATCH] qom.json: default the prealloc-threads to smp-cpus
 2022-11-04 13:21 UTC  (7+ messages)

[PATCH 0/2] gitlab: improve debuggability of jobs
 2022-11-04 13:19 UTC  (7+ messages)
` [PATCH 1/2] gitlab: remove redundant setting of PKG_CONFIG_PATH
` [PATCH 2/2] gitlab: show configure/make args before running

[PATCH 0/9] Still more coroutine and various fixes in block layer
 2022-11-04 13:16 UTC  (20+ messages)
` [PATCH 1/9] block: call bdrv_co_drain_begin in a coroutine
` [PATCH 2/9] block-copy: add missing coroutine_fn annotations
` [PATCH 3/9] nbd/server.c: "
` [PATCH 6/9] block/vmdk: "
` [PATCH 7/9] block: bdrv_create_file is a coroutine_fn
` [PATCH 8/9] block: bdrv_create is never called in non-coroutine context

[PATCH v2 0/9] Still more coroutine and various fixes in block layer
 2022-11-04 13:16 UTC  (11+ messages)
` [PATCH v2 1/9] block: call bdrv_co_drain_begin in a coroutine
` [PATCH v2 2/9] block-copy: add missing coroutine_fn annotations
` [PATCH v2 3/9] nbd/server.c: "
` [PATCH v2 4/9] block-backend: replace bdrv_*_above with blk_*_above
` [PATCH v2 5/9] block: distinguish between bdrv_create running in coroutine and not
` [PATCH v2 6/9] block/vmdk: add missing coroutine_fn annotations
` [PATCH v2 7/9] block: bdrv_create_file is a coroutine_fn
` [PATCH v2 8/9] block: bdrv_create is never called in non-coroutine context
` [PATCH v2 9/9] block/dirty-bitmap: remove unnecessary qemu_in_coroutine() case

Use of unshare(CLONE_FS) in virtiofsd
 2022-11-04 13:00 UTC  (2+ messages)

[PATCH 0/3] Fix the "-nic help" option
 2022-11-04 12:57 UTC  (4+ messages)
` [PATCH 1/3] net: Move the code to collect available NIC models to a separate function
` [PATCH 2/3] net: Restore printing of the help text with "-nic help"
` [PATCH 3/3] net: Replace "Supported NIC models" with "Available NIC models"

[PATCH 0/2] util/log: Make the per-thread flag immutable
 2022-11-04 12:00 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] util/log: Ignore per-thread flag if global file already there

Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures
 2022-11-04 11:59 UTC  (3+ messages)
  ` Commit 'iomap: add support for dma aligned direct-io' causes qemu/KVM boot failures #forregzbot

[PATCH v9 0/5] improve error handling for module load
 2022-11-04 11:43 UTC  (6+ messages)

[PULL 0/7] target-arm queue
 2022-11-04 11:35 UTC  (8+ messages)
` [PULL 1/7] hw/arm/boot: Set SME and SVE EL3 vector lengths when booting kernel
` [PULL 2/7] hw/arm/boot: Set SCR_EL3.HXEn "
` [PULL 3/7] target/arm: Make TLBIOS and TLBIRANGE ops trap on HCR_EL2.TTLB
` [PULL 4/7] target/arm: Fix Privileged Access Never (PAN) for aarch32
` [PULL 5/7] target/arm: Copy the entire vector in DO_ZIP
` [PULL 6/7] target/arm: Honor HCR_E2H and HCR_TGE in ats_write64()
` [PULL 7/7] target/arm: Two fixes for secure ptw

[PATCH] target/arm: Two fixes for secure ptw
 2022-11-04 10:58 UTC  (4+ messages)

[PATCH v2] qom.json: default the prealloc-threads to smp-cpus
 2022-11-04 10:30 UTC 

[PATCH v3] linux-user: implement execveat
 2022-11-04 10:16 UTC  (7+ messages)

[PULL v2 0/9] loongarch-to-apply queue
 2022-11-04 10:00 UTC  (10+ messages)
` [PULL v2 1/9] hw/intc: Convert the memops to with_attrs in LoongArch extioi
` [PULL v2 2/9] hw/intc: Fix LoongArch extioi coreisr accessing
` [PULL v2 3/9] hw/loongarch: Load FDT table into dram memory space
` [PULL v2 4/9] hw/loongarch: Improve fdt for LoongArch virt machine
` [PULL v2 5/9] hw/loongarch: Add TPM device "
` [PULL v2 6/9] target/loongarch: Add exception subcode
` [PULL v2 7/9] target/loongarch: Fix raise_mmu_exception() set wrong exception_index
` [PULL v2 8/9] target/loongarch: Adjust the layout of hardware flags bit fields
` [PULL v2 9/9] target/loongarch: Fix emulation of float-point disable exception

[PATCH v4] linux-user: implement execveat
 2022-11-04 10:02 UTC  (2+ messages)

[PATCH v6 0/3] ppc/e500: Add support for eSDHC
 2022-11-04  9:47 UTC  (7+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04  8:28 UTC  (12+ messages)
` [PATCH v9 1/8] mm: Introduce memfd_restricted system call to create restricted user memory
` [PATCH v9 4/8] KVM: Use gfn instead of hva for mmu_notifier_retry
` [PATCH v9 5/8] KVM: Register/unregister the guest private memory regions

[PATCH 0/2] vhost-user: Support vhost_dev_start
 2022-11-04  7:58 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v4 for 7.2 00/22] virtio-gpio and various virtio cleanups
 2022-11-04  7:18 UTC  (9+ messages)
` [PATCH v4 10/22] hw/virtio: move vm_running check to virtio_device_started
` [PATCH v4 11/22] hw/virtio: move vhd->started check into helper and add FIXME

[PATCH v14 00/17] qapi: net: add unix socket type support to netdev backend
 2022-11-04  6:54 UTC  (5+ messages)
` [PATCH v14 16/17] tests/qtest: netdev: test stream and dgram backends

[PULL 00/10] virtio,pc,pci: fixes,cleanups,features
 2022-11-04  6:47 UTC  (3+ messages)
` [PULL 02/10] pci-bridge/cxl_downstream: Add a CXL switch downstream port

[PATCH v3 0/4] irqfd, iothread and polling support
 2022-11-04  6:32 UTC  (7+ messages)
` [PATCH v3 4/4] hw/nvme: add "

[RFC v4 0/3] Add zoned storage emulation to virtio-blk driver
 2022-11-04  1:22 UTC  (7+ messages)
` [RFC v4 2/3] virtio-blk: add zoned storage emulation for zoned devices
` [RFC v4 3/3] virtio-blk: add some trace events for zoned emulation

[PATCH v3 0/2] target/loongarch: Fix emulation of float-point disable exception
 2022-11-04  4:05 UTC  (3+ messages)
` [PATCH v3 1/2] target/loongarch: Adjust the layout of hardware flags bit fields
` [PATCH v3 2/2] target/loongarch: Fix emulation of float-point disable exception

[PULL v2 00/82] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-04  3:07 UTC  (19+ messages)

[PATCH 00/26] target/s390x: pc-relative translation blocks
 2022-11-03 23:05 UTC  (4+ messages)
` [PATCH 04/26] target/s390x: Use tcg_constant_* in translate_vx.c.inc

[PULL v2 00/82] pci,pc,virtio: features, tests, fixes, cleanups
 2022-11-03 21:59 UTC  (5+ messages)

[PATCH] meson: avoid unused arguments of main() in compiler tests
 2022-11-03 21:27 UTC  (3+ messages)

[PULL 0/4] Linux user for 7.2 patches
 2022-11-03 21:27 UTC  (2+ messages)

[PULL 0/5] Misc patches for QEMU 7.2 soft freeze
 2022-11-03 21:27 UTC  (2+ messages)

[PULL 0/2] hw/nvme fixes
 2022-11-03 21:26 UTC  (2+ messages)

[PATCH v2] target/loongarch: Fix emulation of float-point disable exception
 2022-11-03 21:11 UTC  (2+ messages)

[PATCH RFC] target/loongarch: Fix emulation of float-point disable exception
 2022-11-03 20:47 UTC  (2+ messages)

[PATCH] migration: check magic value for deciding the mapping of channels
 2022-11-03 18:54 UTC  (13+ messages)

[PATCH] Add missing include statement for global xml_builtin
 2022-11-03 18:40 UTC  (2+ messages)

[PATCH v3] target/i386: Fix calculation of LOCK NEG eflags
 2022-11-03 18:40 UTC  (3+ messages)

[PATCH] gdb-xml: Fix size of EFER register on i386 architecture when debugged by GDB
 2022-11-03 18:38 UTC  (2+ messages)

[PATCH v2 0/2] file-posix: alignment probing improvements
 2022-11-03 18:36 UTC  (3+ messages)
` [PATCH v2 1/2] file-posix: fix Linux alignment probing when EIO is returned
` [PATCH v2 2/2] file-posix: add statx(STATX_DIOALIGN) support

[PULL 0/7] loongarch-to-apply queue
 2022-11-03 18:31 UTC  (2+ messages)

[PATCH v2 1/2] hw/i386/postcard.c: New ISA POST card device
 2022-11-03 18:13 UTC  (2+ messages)

[PATCH 1/2] hw/cxl: set cxl-type3 device type to PCI_CLASS_MEMORY_CXL
 2022-11-03 18:12 UTC  (6+ messages)

[PATCH 0/2] file-posix: alignment probing improvements
 2022-11-03 17:54 UTC  (8+ messages)
` [PATCH 1/2] file-posix: fix Linux alignment probing when EIO is returned

[PATCH for 7.2] Fix broken configure with -Wunused-parameter
 2022-11-03 17:22 UTC  (4+ messages)

[PATCH v2] linux-user: implement execveat
 2022-11-03 17:11 UTC  (2+ messages)

[PATCH] virtio-blk: simplify virtio_blk_dma_restart_cb()
 2022-11-03 16:35 UTC  (2+ messages)

[RFC PATCH] virtio: re-order vm_running and use_started checks
 2022-11-03 16:31 UTC  (2+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-03 16:27 UTC  (7+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH v3 00/17] vfio/migration: Implement VFIO migration protocol v2
 2022-11-03 16:16 UTC  (6+ messages)
` [PATCH v3 08/17] migration/qemu-file: Add qemu_file_get_to_fd()
` [PATCH v3 11/17] vfio/migration: Rename functions/structs related to v1 protocol
` [PATCH v3 13/17] vfio/migration: Remove VFIO migration protocol v1
` [PATCH v3 14/17] vfio/migration: Reset device if setting recover state fails
` [PATCH v3 16/17] docs/devel: Align vfio-migration docs to VFIO migration v2


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