qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-05 16:29:38 to 2021-10-06 13:06:24 UTC [more...]

[PATCH 0/2] pylint: fix new errors and warnings
 2021-10-06 13:01 UTC  (3+ messages)
` [PATCH 1/2] pylint: fix errors and warnings from qemu-tests test 297
` [PATCH 2/2] qemu-iotests: fix image-fleecing pylint errors

[PATCH 0/3] virtio-iommu: Support VIRTIO_IOMMU_F_BYPASS_CONFIG
 2021-10-06 13:04 UTC  (3+ messages)
` [PATCH 2/3] virtio-iommu: Default to bypass during boot

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

[PATCH v2 00/12] macfb: fixes for booting MacOS
 2021-10-06 12:24 UTC  (7+ messages)
` [PATCH v2 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM

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

[RFC PATCH 1/1] virtio: write back features before verify
 2021-10-06 12:15 UTC  (8+ messages)

[PATCH] generic-loader: remove the ram_size limit when a loading binary file
 2021-10-06 11:58 UTC  (3+ messages)

[PATCH 0/2] hw/arm/virt: Fix qemu booting failure on device-tree
 2021-10-06 11:56 UTC  (7+ messages)
` [PATCH 1/2] numa: Set default distance map if needed
` [PATCH 2/2] hw/arm/virt: Don't create device-tree node for empty NUMA node

[PATCH 0/2] build: fix "make check" without earlier "make"
 2021-10-06 11:14 UTC  (4+ messages)
` [PATCH 1/2] tests: add missing dependency for check-block
` [PATCH 2/2] build: fix "make check" without earlier "make"

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

[PATCH v3 0/7] Reduce load on ppc target maintainers
 2021-10-06 11:03 UTC  (27+ 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/13] Block layer patches
 2021-10-06 10:59 UTC  (14+ messages)
` [PULL 01/13] include/block.h: remove outdated comment
` [PULL 02/13] qemu-storage-daemon: Only display FUSE help when FUSE is built-in
` [PULL 03/13] block: implement bdrv_new_open_driver_opts()
` [PULL 04/13] block: bdrv_insert_node(): fix and improve error handling
` [PULL 05/13] block: bdrv_insert_node(): doc and style
` [PULL 06/13] block: bdrv_insert_node(): don't use bdrv_open()
` [PULL 07/13] iotests/image-fleecing: declare requirement of copy-before-write
` [PULL 08/13] block: introduce max_hw_iov for use in scsi-generic
` [PULL 09/13] iotests: add 'qemu' package location to PYTHONPATH in testenv
` [PULL 10/13] iotests/linters: check mypy files all at once
` [PULL 11/13] iotests/mirror-top-perms: Adjust imports
` [PULL 12/13] iotests/migrate-bitmaps-test: delint
` [PULL 13/13] iotests: Update for pylint 2.11.1

[PATCH 00/13] virtiofsd: Support notification queue and
 2021-10-06 10:27 UTC  (13+ messages)
` [PATCH 09/13] virtiofsd: Specify size of notification buffer using config space
  ` [Virtio-fs] "
` [PATCH 10/13] virtiofsd: Custom threadpool for remote blocking posix locks requests
` [PATCH 13/13] virtiofsd, seccomp: Add clock_nanosleep() to allow list
    ` [Virtio-fs] "

[PATCH v2 00/17] Switch iotests to using Async QMP
 2021-10-06 10:14 UTC  (4+ messages)
` [PATCH v2 15/17] python/aqmp: Create sync QMP wrapper for iotests

[PATCH v3 0/3] hw/arm/virt_acpi_build: Generate DBG2 table
 2021-10-06  9:57 UTC  (5+ messages)
` [PATCH v3 2/3] "

[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
 2021-10-06  9:36 UTC  (4+ messages)
` [RFC PATCH v2 03/25] block/block-backend.c: assertions for block-backend

[PATCH] qemu-iotests: flush after every test
 2021-10-06  9:27 UTC 

[PATCH] s390x/ipl: check kernel command line size
 2021-10-06  9:26 UTC 

[PATCH 0/2] failover: don't allow to migrate a paused VM that needs PCI unplug
 2021-10-06  9:22 UTC  (2+ messages)

Please help me understand VIRTIO_F_IOMMU_PLATFORM
 2021-10-06  8:26 UTC  (4+ messages)

[PATCH v4 00/11] virtio-iommu: Add ACPI support
 2021-10-06  8:14 UTC  (19+ messages)
` [PATCH v4 01/11] hw/acpi: Add VIOT table
` [PATCH v4 04/11] hw/arm/virt: Reject instantiation of multiple IOMMUs
` [PATCH v4 05/11] hw/arm/virt: Use object_property_set instead of qdev_prop_set
` [PATCH v4 07/11] pc: Allow instantiating a virtio-iommu device
` [PATCH v4 08/11] tests/acpi: allow updates of VIOT expected data files
` [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] hw/ppc: Fix iothread locking in the 405 code
 2021-10-06  8:15 UTC  (2+ messages)

[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
 2021-10-06  8:12 UTC  (10+ messages)
` [PATCH v6 02/10] ACPI ERST: specification for ERST support
  ` [PATCH] "
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature

[PATCH 0/2] user-mode: Avoid processing unnecessary meson rules
 2021-10-06  6:02 UTC  (15+ messages)
` [PATCH 1/2] bsd-user: Only process meson rules on BSD host

[PATCH v3] failover: fix unplug pending detection
 2021-10-06  5:53 UTC  (4+ messages)

[PATCH] tests/docker/dockerfiles: Bump fedora-i386-cross to fedora 34
 2021-10-06  1:25 UTC  (3+ messages)

[PATCH v2] target/ppc: Fix the test raising the decrementer exception
 2021-10-05  8:46 UTC  (2+ messages)

[PATCH] ide: Cap LBA28 capacity announcement to 2^28-1
 2021-10-05 23:57 UTC  (2+ messages)

[PATCH] net/slirp: Use newer slirp_*_hostxfwd API
 2021-10-05 23:56 UTC  (3+ messages)

[PULL 00/57] pc,pci,virtio: features, fixes
 2021-10-05 23:36 UTC  (46+ messages)
` [PULL 01/57] hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
` [PULL 06/57] vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *
` [PULL 10/57] vhost: record the last virtqueue index for the virtio device
` [PULL 13/57] vhost-vsock: fix migration issue when seqpacket is supported
` [PULL 16/57] acpi: build_rsdt: use acpi_table_begin()/acpi_table_end() instead of build_header()
` [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 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

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

[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

[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 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  (11+ 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 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages
 2021-10-05 16:06 UTC  (8+ messages)
          ` In-tree docs vs. Wiki [Was: Re: [PATCH 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages]


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