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

[PATCH v3 00/30] qapi: Elide redundant has_FOO in generated C
 2022-11-04 16:15 UTC  (32+ messages)
` [PATCH v3 01/30] docs/devel/qapi-code-gen: Update example to match current code
` [PATCH v3 02/30] qapi: Tidy up whitespace in generated code
` [PATCH v3 03/30] docs/devel/qapi-code-gen: Extend example for next commit's change
` [PATCH v3 04/30] qapi: Start to elide redundant has_FOO in generated C
` [PATCH v3 05/30] qapi tests: Elide "
` [PATCH v3 06/30] qapi acpi: "
` [PATCH v3 07/30] qapi audio: "
` [PATCH v3 08/30] blockdev: Clean up abuse of DriveBackup member format
` [PATCH v3 09/30] nbd/server: Clean up abuse of BlockExportOptionsNbd member @arg
` [PATCH v3 10/30] qapi block: Elide redundant has_FOO in generated C
` [PATCH v3 11/30] qapi chardev: "
` [PATCH v3 12/30] qapi crypto: "
` [PATCH v3 13/30] qapi dump: "
` [PATCH v3 14/30] qapi job: "
` [PATCH v3 15/30] qapi machine: "
` [PATCH v3 16/30] qapi migration: "
` [PATCH v3 17/30] qapi misc: "
` [PATCH v3 18/30] qapi net: "
` [PATCH v3 19/30] qapi pci: "
` [PATCH v3 20/30] qapi qdev qom: "
` [PATCH v3 21/30] qapi replay: "
` [PATCH v3 22/30] qapi rocker: "
` [PATCH v3 23/30] qapi run-state: "
` [PATCH v3 24/30] qapi stats: "
` [PATCH v3 25/30] qapi tpm: "
` [PATCH v3 26/30] qapi transaction: "
` [PATCH v3 27/30] qapi ui: "
` [PATCH v3 28/30] qapi virtio: "
` [PATCH v3 29/30] qapi qga: "
` [PATCH v3 30/30] qapi: Drop temporary logic to support conversion step by step

[RFC PATCH] virtio: re-order vm_running and use_started checks
 2022-11-04 16:14 UTC  (5+ messages)

[PULL 0/1] VFIO fix for v7.2-rc0
 2022-11-04 16:12 UTC  (2+ messages)
` [PULL 1/1] vfio/migration: Fix wrong enum usage

[PATCH 0/3] s390x/pci: rpcit fixes and enhancements
 2022-11-04 16:08 UTC  (7+ messages)
` [PATCH 1/3] s390x/pci: RPCIT second pass when mappings exhausted
` [PATCH 2/3] s390x/pci: coalesce unmap operations
` [PATCH 3/3] s390x/pci: shrink DMA aperture to be bound by vfio DMA limit

[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  (12+ messages)
` [PATCH v11 01/11] s390x: Register TYPE_S390_CCW_MACHINE properties as class properties
` [PATCH v11 09/11] s390x/cpu topology: add topology machine property
` [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  (2+ messages)

[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  (12+ messages)
` [PATCH 2/9] block-copy: add missing coroutine_fn annotations
` [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  (6+ messages)

[PATCH v9 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-11-04  8:28 UTC  (7+ messages)
` [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  (7+ messages)
` [PATCH v4 10/22] hw/virtio: move vm_running check to virtio_device_started

[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  (16+ 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)


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