qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-05 13:31:45 to 2021-10-05 22:22:32 UTC [more...]

[RFC PATCH] meson.build: don't include libbpf in the common source set
 2021-10-05 22:21 UTC  (7+ messages)

[PATCH] tests/docker/dockerfiles: Bump fedora-i386-cross to fedora 34
 2021-10-05 22:16 UTC  (2+ messages)

[PATCH v0 0/2] virtio-blk and vhost-user-blk cross-device migration
 2021-10-05 22:06 UTC  (7+ messages)

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-05 21:53 UTC  (22+ messages)
` [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms
  ` Deprecate the ppc405 boards in QEMU? (was: [PATCH v3 4/7] MAINTAINERS: Orphan obscure ppc platforms)
                            ` Deprecate the ppc405 boards in QEMU?

[PULL 00/12] Misc changes for 2021-10-05
 2021-10-05 21:34 UTC  (14+ messages)
` [PULL 01/12] i386: docs: Briefly describe KVM PV features
` [PULL 02/12] sev/i386: Introduce sev_add_kernel_loader_hashes for measured linux boot
` [PULL 03/12] x86/sev: generate SEV kernel loader hashes in x86_load_linux
` [PULL 04/12] hw/misc: applesmc: use host osk as default on macs
` [PULL 05/12] configure, meson: move CPU_CFLAGS out of QEMU_CFLAGS
` [PULL 06/12] migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread
` [PULL 07/12] migration: add missing qemu_mutex_lock_iothread in migration_completion
` [PULL 08/12] meson: bump submodule to 0.59.2
` [PULL 09/12] meson: switch minimum meson version to 0.58.2, minimum recommended "
` [PULL 10/12] hexagon: use env keyword argument to pass PYTHONPATH
` [PULL 11/12] target/xtensa: list cores in a text file
` [PULL 12/12] meson: show library versions in the summary

[PULL 00/57] pc,pci,virtio: features, fixes
 2021-10-05 21:32 UTC  (60+ messages)
` [PULL 01/57] hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
` [PULL 02/57] hw/virtio: Have virtqueue_get_avail_bytes() pass caches arg to callees
` [PULL 03/57] vhost-vdpa: open device fd in net_init_vhost_vdpa()
` [PULL 04/57] vhost-vdpa: classify one time request
` [PULL 05/57] vhost-vdpa: prepare for the multiqueue support
` [PULL 06/57] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PULL 07/57] net: introduce control client
` [PULL 08/57] vhost-net: control virtqueue support
` [PULL 09/57] virtio-net: use "queue_pairs" instead of "queues" when possible
` [PULL 10/57] vhost: record the last virtqueue index for the virtio device
` [PULL 11/57] virtio-net: vhost control virtqueue support
` [PULL 12/57] vhost-vdpa: multiqueue support
` [PULL 13/57] vhost-vsock: fix migration issue when seqpacket is supported
` [PULL 14/57] vhost-vsock: handle common features in vhost-vsock-common
` [PULL 15/57] acpi: add helper routines to initialize ACPI tables
` [PULL 16/57] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PULL 17/57] acpi: build_xsdt: "
` [PULL 18/57] acpi: build_slit: "
` [PULL 19/57] acpi: build_fadt: "
` [PULL 20/57] acpi: build_tpm2: "
` [PULL 21/57] acpi: acpi_build_hest: "
` [PULL 22/57] acpi: build_mcfg: "
` [PULL 23/57] acpi: build_hmat: "
` [PULL 24/57] acpi: nvdimm_build_nfit: "
` [PULL 25/57] acpi: nvdimm_build_ssdt: "
` [PULL 26/57] acpi: vmgenid_build_acpi: "
` [PULL 27/57] acpi: x86: build_dsdt: "
` [PULL 28/57] acpi: build_hpet: "
` [PULL 29/57] acpi: build_tpm_tcpa: "
` [PULL 30/57] acpi: arm/x86: build_srat: "
` [PULL 31/57] acpi: use build_append_int_noprefix() API to compose SRAT table
` [PULL 32/57] acpi: build_dmar_q35: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PULL 33/57] acpi: build_waet: "
` [PULL 34/57] acpi: build_amd_iommu: "
` [PULL 35/57] acpi: madt: arm/x86: "
` [PULL 36/57] acpi: x86: remove dead code
` [PULL 37/57] acpi: x86: set enabled when composing _MAT entries
` [PULL 38/57] acpi: x86: madt: use build_append_int_noprefix() API to compose MADT table
` [PULL 39/57] acpi: arm/virt: "
` [PULL 40/57] acpi: build_dsdt_microvm: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PULL 41/57] acpi: arm: virt: build_dsdt: "
` [PULL 42/57] acpi: arm: virt: build_iort: "
` [PULL 43/57] acpi: arm/virt: convert build_iort() to endian agnostic build_append_FOO() API
` [PULL 44/57] acpi: arm/virt: build_spcr: fix invalid cast
` [PULL 45/57] acpi: arm/virt: build_spcr: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [PULL 46/57] acpi: arm/virt: build_gtdt: "
` [PULL 47/57] acpi: build_facs: use build_append_int_noprefix() API to compose table
` [PULL 48/57] acpi: remove no longer used build_header()
` [PULL 49/57] acpi: AcpiGenericAddress no longer used to map/access fields of MMIO, drop packed attribute
` [PULL 50/57] bios-tables-test: allow changes in DSDT ACPI tables for q35
` [PULL 51/57] hw/i386/acpi: fix conflicting IO address range for acpi pci hotplug in q35
` [PULL 52/57] bios-tables-test: Update ACPI DSDT table golden blobs for q35
` [PULL 53/57] virtio-balloon: Fix page-poison subsection name
` [PULL 54/57] nvdimm: release the correct device list
` [PULL 55/57] hw/i386/amd_iommu: Rename amdviPCI TypeInfo
` [PULL 56/57] hw/i386/amd_iommu: Rename SysBus specific functions as amdvi_sysbus_X()
` [PULL 57/57] hw/i386/amd_iommu: Add description/category to TYPE_AMD_IOMMU_PCI

[PATCH v7 0/8] hmp,qmp: Add commands to introspect virtio devices
 2021-10-05 21:24 UTC  (11+ messages)
` [PATCH v7 1/8] virtio: drop name parameter for virtio_init()
` [PATCH v7 2/8] virtio: add vhost support for virtio devices
` [PATCH v7 3/8] qmp: add QMP command x-debug-query-virtio
` [PATCH v7 4/8] qmp: add QMP command x-debug-virtio-status
` [PATCH v7 5/8] qmp: decode feature & status bits in virtio-status
` [PATCH v7 6/8] qmp: add QMP commands for virtio/vhost queue-status
` [PATCH v7 7/8] qmp: add QMP command x-debug-virtio-queue-element
` [PATCH v7 8/8] hmp: add virtio commands

[PATCH 0/2] user-mode: Avoid processing unnecessary meson rules
 2021-10-05 20:46 UTC  (14+ messages)
` [PATCH 1/2] bsd-user: Only process meson rules on BSD host

[PATCH 00/13] virtiofsd: Support notification queue and
 2021-10-05 20:09 UTC  (19+ messages)
` [PATCH 07/13] virtiofsd: Release file locks using F_UNLCK
  ` [Virtio-fs] "
` [PATCH 10/13] virtiofsd: Custom threadpool for remote blocking posix locks requests
` [PATCH 11/13] virtiofsd: Shutdown notification queue in the end
` [PATCH 12/13] virtiofsd: Implement blocking posix locks
` [PATCH 13/13] virtiofsd, seccomp: Add clock_nanosleep() to allow list
    ` [Virtio-fs] "

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-05 19:41 UTC  (10+ messages)
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device
` [PATCH v4 09/11] tests/acpi: add test cases for VIOT
` [PATCH v4 10/11] tests/acpi: add expected blob for VIOT test on virt machine
` [PATCH v4 11/11] tests/acpi: add expected blobs for VIOT test on q35 machine

[PATCH v3] target/i386: Include 'hw/i386/apic.h' locally
 2021-10-05 19:27 UTC  (4+ messages)

[RFC PATCH 0/4] aio: AIO_CONTEXT_ACQUIRE_GUARD() macro experiment
 2021-10-05 18:58 UTC  (5+ messages)
` [RFC PATCH 1/4] block/aio: Add automatically released aio_context variants
` [RFC PATCH 2/4] hw/scsi/scsi-disk: Use automatic AIO context lock
` [RFC PATCH 3/4] hw/scsi/scsi-generic: "
` [RFC PATCH 4/4] hw/block/virtio-blk: "

[PATCH 1/2] hw/arm/virt: Rename default_bus_bypass_iommu
 2021-10-05 17:37 UTC  (8+ messages)
` [PATCH 2/2] hw/i386: "

[PATCH v3 6/6] tests/qapi-schema: Test cases for aliases
 2021-10-05 17:05 UTC  (13+ messages)

[PATCH 0/2] block: avoid integer overflow of `max-workers` and assert `max_busy_tasks`
 2021-10-05 16:38 UTC  (6+ messages)
` [PATCH 1/2] block/backup: avoid integer overflow of `max-workers`
` [PATCH 2/2] block/aio_task: assert `max_busy_tasks` is greater than 0

[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
 2021-10-05 17:33 UTC  (7+ messages)
` [PATCH 09/11] qdev: Avoid QemuOpts in "

[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-05 16:40 UTC  (6+ messages)
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-05 16:29 UTC  (27+ messages)
` [RFC PATCH v2 01/25] main-loop.h: introduce qemu_in_main_thread()
` [RFC PATCH v2 02/25] include/sysemu/block-backend: split header into I/O and global state (GS) API
` [RFC PATCH v2 03/25] block/block-backend.c: assertions for block-backend
` [RFC PATCH v2 04/25] include/block/block: split header into I/O and global state API
` [RFC PATCH v2 05/25] assertions for block "
` [RFC PATCH v2 06/25] include/block/block_int: split header into I/O and "
` [RFC PATCH v2 07/25] assertions for block_int "
` [RFC PATCH v2 08/25] block: introduce assert_bdrv_graph_writable
` [RFC PATCH v2 09/25] include/block/blockjob_int.h: split header into I/O and GS API
` [RFC PATCH v2 10/25] assertions for blockjob_int.h
` [RFC PATCH v2 11/25] include/block/blockjob.h: global state API
` [RFC PATCH v2 12/25] assertions for blockob.h "
` [RFC PATCH v2 13/25] include/systemu/blockdev.h: "
` [RFC PATCH v2 14/25] assertions for blockdev.h "
` [RFC PATCH v2 15/25] include/block/snapshot: global state API + assertions
` [RFC PATCH v2 16/25] block/backup-top.h: "
` [RFC PATCH v2 17/25] include/block/transactions: "
` [RFC PATCH v2 18/25] block/coroutines: I/O API
` [RFC PATCH v2 19/25] block_int-common.h: split function pointers in BlockDriver
` [RFC PATCH v2 20/25] block_int-common.h: assertion in the callers of BlockDriver function pointers
` [RFC PATCH v2 21/25] block_int-common.h: split function pointers in BdrvChildClass
` [RFC PATCH v2 22/25] block_int-common.h: assertions in the callers of BdrvChildClass function pointers
` [RFC PATCH v2 23/25] block-backend-common.h: split function pointers in BlockDevOps
` [RFC PATCH v2 24/25] job.h: split function pointers in JobDriver
` [RFC PATCH v2 25/25] job.h: assertions in the callers of JobDriver funcion pointers

[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
 2021-10-05 16:32 UTC  (6+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable

[PATCH 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages
 2021-10-05 16:06 UTC  (9+ messages)
          ` In-tree docs vs. Wiki [Was: Re: [PATCH 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages]

[PATCH v3] failover: fix unplug pending detection
 2021-10-05 16:01 UTC  (3+ messages)

[PATCH v2 00/12] macfb: fixes for booting MacOS
 2021-10-05 15:34 UTC  (8+ messages)
` [PATCH v2 01/12] macfb: handle errors that occur during realize
` [PATCH v2 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM

[PATCH v4 0/3] virtio: Add vhost-user based RNG
 2021-10-05 15:24 UTC  (3+ messages)
` [PATCH v4 3/3] docs: Add documentation for vhost based RNG implementation

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-05 15:25 UTC  (5+ messages)

[virtio-dev] Re: [RFC PATCH 1/1] virtio: write back features before verify
 2021-10-05 15:20 UTC 

[PATCH v3 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-05 15:08 UTC  (2+ messages)

[PATCH 00/15] Switch iotests to using Async QMP
 2021-10-05 15:12 UTC  (8+ messages)
` [PATCH 12/15] iotests: Disable AQMP logging under non-debug modes

[PULL 00/12] jobs: mirror: Handle errors after READY cancel
 2021-10-05 15:03 UTC  (7+ messages)

[PATCH 0/2] Improve vhost-user VQ notifier unmap
 2021-10-05 14:40 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] vhost-user: fix VirtQ notifier cleanup

[PATCH v5] Prevent vhost-user-blk-test hang
 2021-10-05 14:31 UTC  (5+ messages)

NFS client deadlock while doing nested virtualization tests on my systems
 2021-10-05 14:08 UTC 

[PATCH v2 0/3] vdpa: Check iova range on memory regions ops
 2021-10-05 13:48 UTC  (4+ messages)
` [PATCH v2 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH v2 2/3] vdpa: Add vhost_vdpa_section_end
` [PATCH v2 3/3] vdpa: Check for iova range at mappings changes

[PATCH v2] hw/usb/vt82c686-uhci-pci: Use ISA instead of PCI interrupts
 2021-10-05 13:12 UTC 

Moving QEMU downloads to GitLab Releases?
 2021-10-05 13:29 UTC  (5+ 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).