messages from 2021-10-05 01:49:18 to 2021-10-05 16:40:02 UTC [more...]
[PULL 00/57] pc,pci,virtio: features, fixes
2021-10-05 16:02 UTC (26+ messages)
` [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 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 21/57] acpi: acpi_build_hest: "
` [PULL 24/57] acpi: nvdimm_build_nfit: "
` [PULL 25/57] acpi: nvdimm_build_ssdt: "
` [PULL 26/57] acpi: vmgenid_build_acpi: "
` [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
[PATCH v3] failover: fix unplug pending detection
2021-10-05 16:01 UTC (3+ messages)
[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
2021-10-05 15:52 UTC (10+ messages)
` [PATCH 06/11] qdev: Add Error parameter to qdev_set_id()
` [PATCH 09/11] qdev: Avoid QemuOpts in QMP device_add
[PATCH 00/13] virtiofsd: Support notification queue and
2021-10-05 15:50 UTC (29+ messages)
` [PATCH 06/13] vhost-user-fs: Use helpers to create/cleanup virtqueue
` [PATCH 07/13] virtiofsd: Release file locks using F_UNLCK
` [Virtio-fs] "
` [PATCH 08/13] virtiofsd: Create a notification queue
` [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 v2 00/12] macfb: fixes for booting MacOS
2021-10-05 15:34 UTC (10+ messages)
` [PATCH v2 01/12] macfb: handle errors that occur during realize
` [PATCH v2 03/12] macfb: fix overflow of color_palette array
` [PATCH v2 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
[PATCH v4 00/11] virtio-iommu: Add ACPI support
2021-10-05 15:45 UTC (14+ messages)
` [PATCH v4 03/11] hw/arm/virt: Remove device tree restriction for virtio-iommu
` [PATCH v4 05/11] hw/arm/virt: Use object_property_set instead of qdev_prop_set
` [PATCH v4 06/11] hw/i386: Move vIOMMU uniqueness check into pc.c
` [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 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages
2021-10-05 15:37 UTC (7+ messages)
[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 (14+ 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 v3] target/i386: Include 'hw/i386/apic.h' locally
2021-10-05 14:57 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
[PATCH v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
2021-10-05 15:10 UTC (16+ messages)
` [PATCH v2 1/3] virtio: turn VIRTQUEUE_MAX_SIZE into a variable
` [PATCH v2 2/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
2021-10-05 14:32 UTC (26+ 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
[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 v0 0/2] virtio-blk and vhost-user-blk cross-device migration
2021-10-05 14:01 UTC (5+ messages)
[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 v3 6/6] tests/qapi-schema: Test cases for aliases
2021-10-05 13:49 UTC (12+ messages)
[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)
[PATCH] monitor: Tidy up find_device_state()
2021-10-05 13:19 UTC (2+ messages)
[PATCH] docs: Add spec of OVMF GUIDed table for SEV guests
2021-10-05 13:19 UTC
[PATCH 0/3] vdpa: Check iova range on memory regions ops
2021-10-05 13:14 UTC (11+ messages)
` [PATCH 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH 2/3] vdpa: Add vhost_vdpa_section_end
` [PATCH 3/3] vdpa: Check for iova range at mappings changes
[PATCH v3 0/9] optimize the downtime for vfio migration
2021-10-05 13:10 UTC (4+ messages)
` [PATCH v3 9/9] vfio: defer to commit kvm irq routing when enable msi/msix
[PATCH v3 0/7] Reduce load on ppc target maintainers
2021-10-05 12:35 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?
[PATCH v3 0/3] hw/virtio: Minor housekeeping patches
2021-10-05 11:42 UTC (5+ messages)
` [PATCH v3 2/3] hw/virtio: Acquire RCU read lock in virtqueue_packed_drop_all()
[PATCH v6 00/10] acpi: Error Record Serialization Table, ERST, support for QEMU
2021-10-05 11:39 UTC (5+ messages)
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature
[PATCH v1 0/2] Migration: fix missing iothread locking
2021-10-05 10:12 UTC (4+ messages)
` [PATCH v1 1/2] migration: block-dirty-bitmap: add missing qemu_mutex_lock_iothread
` [PATCH v1 2/2] migration: add missing qemu_mutex_lock_iothread in migration_completion
[PATCH] ui/gtk: Update the refresh rate for gl-area too
2021-10-05 10:11 UTC
[PATCH] virtiofsd: xattr mapping add a new type "unsupported"
2021-10-05 9:43 UTC (2+ messages)
[Bug 1884169] [NEW] There is no option group 'fsdev' for OSX
2021-10-05 9:20 UTC (2+ messages)
` [Bug 1884169] "
[PATCH 0/4] aspeed/smc: Improve support for the alternate boot function
2021-10-05 9:16 UTC (5+ messages)
` [PATCH 1/4] aspeed/wdt: Add trace events
` [PATCH 2/4] aspeed/smc: Dump address offset in "
[RFC v2 0/2] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
2021-10-05 8:53 UTC (3+ messages)
` [RFC v2 1/2] hw/pci-host/gpex: Allow to generate preserve boot config DSM #5
` [RFC v2 2/2] hw/arm/virt-acpi-build: Add IORT RMR regions to handle MSI nested binding
[PATCH v2 0/3] hw/arm/virt_acpi_build: Upgrate the IORT table up to revision E.b
2021-10-05 8:38 UTC (4+ messages)
` [PATCH v2 1/3] tests/acpi: Get prepared for IORT E.b revision upgrade
` [PATCH v2 2/3] hw/arm/virt-acpi-build: IORT upgrade up to revision E.b
` [PATCH v2 3/3] tests/acpi: Generate reference blob for IORT rev E.b
[PATCH] gitlab: Escape git-describe match pattern on Windows hosts
2021-10-05 8:43 UTC (11+ messages)
[PATCH V3] block/rbd: implement bdrv_co_block_status
2021-10-05 8:38 UTC (5+ messages)
[PATCH] qapi: Make some ObjectTypes depend on the build settings
2021-10-05 8:24 UTC (6+ messages)
[PATCH v4 0/3] docs/sphinx: change default `role` to "any"
2021-10-05 8:22 UTC (3+ messages)
` [PATCH v4 2/3] docs: (further) remove non-reference uses of single backticks
[PATCH] MAINTAINERS: Split HPPA TCG vs HPPA machines/hardware
2021-10-05 8:06 UTC (3+ messages)
Strange qemu6 regression cauing disabled usb controller
2021-10-05 7:46 UTC (3+ messages)
[PATCH v2 0/2] hw/adc: Add basic Aspeed ADC model
2021-10-05 7:33 UTC (5+ messages)
` [PATCH v2 1/2] "
[PATCH] spapr/xive: Add source status helpers
2021-10-05 6:49 UTC (2+ messages)
[PATCH v2] target/ppc: Fix the test raising the decrementer exception
2021-10-05 6:44 UTC (2+ messages)
[PATCH v3 0/2] hw/adc: Add basic Aspeed ADC model
2021-10-05 5:26 UTC (3+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] hw/arm: Integrate ADC model into Aspeed SoC
[PATCH] target/ppc: Fix test the decrementer exception
2021-10-05 5:26 UTC (3+ messages)
[PATCH v2 1/2] tcg: add dup_const_tl wrapper
2021-10-05 2:22 UTC (2+ messages)
[PATCH 0/2] tests/docker: Fix fedora-i386-cross
2021-10-05 2:11 UTC (2+ messages)
[PULL 0/5] Trivial branch for 6.2 patches
2021-10-05 1:48 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).