messages from 2021-10-04 18:27:15 to 2021-10-05 14:37:58 UTC [more...]
[RFC PATCH v2 00/25] block layer: split block APIs in global state and I/O
2021-10-05 14:31 UTC (4+ 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 04/25] include/block/block: split header into I/O and global state API
[PATCH v5] Prevent vhost-user-blk-test hang
2021-10-05 14:31 UTC (5+ messages)
[PATCH 0/3] rSTify SubmitAPatch, TrivialPatches, and SpellCheck wiki pages
2021-10-05 14:24 UTC (4+ 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 00/13] virtiofsd: Support notification queue and
2021-10-05 13:37 UTC (27+ 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 09/13] virtiofsd: Specify size of notification buffer using config space
` [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
[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 v2 0/3] virtio: increase VIRTQUEUE_MAX_SIZE to 32k
2021-10-05 13:15 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
` [PATCH v2 3/3] virtio-9p-device: switch to 32k max. transfer size
[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?
[RFC PATCH 1/1] virtio: write back features before verify
2021-10-05 11:59 UTC (17+ messages)
[PATCH v4 00/11] virtio-iommu: Add ACPI support
2021-10-05 11:57 UTC (13+ 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 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 (17+ messages)
` [PATCH v6 01/10] ACPI ERST: bios-tables-test.c steps 1 and 2
` [PATCH v6 02/10] ACPI ERST: specification for ERST support
` [PATCH v6 05/10] ACPI ERST: support for ACPI ERST feature
` [PATCH v6 09/10] ACPI ERST: bios-tables-test testcase
` [PATCH v6 10/10] ACPI ERST: step 6 of bios-tables-test
[PATCH v2 00/12] macfb: fixes for booting MacOS
2021-10-05 11:38 UTC (16+ messages)
` [PATCH v2 01/12] macfb: handle errors that occur during realize
` [PATCH v2 02/12] macfb: fix invalid object reference in macfb_common_realize()
` [PATCH v2 03/12] macfb: fix overflow of color_palette array
` [PATCH v2 04/12] macfb: use memory_region_init_ram() in macfb_common_realize() for the framebuffer
` [PATCH v2 05/12] macfb: add trace events for reading and writing the control registers
` [PATCH v2 06/12] macfb: implement mode sense to allow display type to be detected
` [PATCH v2 07/12] macfb: add qdev property to specify display type
` [PATCH v2 08/12] macfb: add common monitor modes supported by the MacOS toolbox ROM
` [PATCH v2 09/12] macfb: fix up 1-bit pixel encoding
` [PATCH v2 10/12] macfb: fix 24-bit RGB "
` [PATCH v2 11/12] macfb: add vertical blank interrupt
` [PATCH v2 12/12] q800: wire macfb IRQ to separate video interrupt on VIA2
[PATCH 00/11] qdev: Add JSON -device and fix QMP device_add
2021-10-05 11:09 UTC (5+ messages)
` [PATCH 06/11] qdev: Add Error parameter to qdev_set_id()
[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 (5+ messages)
` [PATCH v4 1/3] docs: remove non-reference uses of single backticks
` [PATCH v4 2/3] docs: (further) "
` [PATCH v4 3/3] docs/sphinx: change default role to "any"
[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 (3+ 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)
[PATCH 0/2] target/ppc: Use tcg_constant_*
2021-10-05 0:46 UTC (3+ messages)
` [PATCH 1/2] target/ppc: Use tcg_constant_i32() in gen_setb()
[PULL 00/26] Linux user for 6.2 patches
2021-10-04 23:27 UTC (2+ messages)
Rust in Qemu BoF followup 2: Rust toolchain availability
2021-10-04 6:01 UTC (3+ messages)
[PATCH 00/15] Switch iotests to using Async QMP
2021-10-04 21:26 UTC (8+ messages)
` [PATCH 12/15] iotests: Disable AQMP logging under non-debug modes
[PATCH 00/13] python/iotests: Run iotest linters during Python CI
2021-10-04 21:05 UTC (14+ messages)
` [PATCH 01/13] iotests/297: Move pylint config into pylintrc
` [PATCH 02/13] iotests/297: Split mypy configuration out into mypy.ini
` [PATCH 03/13] iotests/297: Add get_files() function
` [PATCH 04/13] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH 05/13] iotests/297: Create main() function
` [PATCH 06/13] iotests/297: Separate environment setup from test execution
` [PATCH 07/13] iotests/297: Split run_linters apart into run_pylint and run_mypy
` [PATCH 08/13] iotests/297: refactor run_[mypy|pylint] as generic execution shim
` [PATCH 09/13] iotests: split linters.py out from 297
` [PATCH 10/13] iotests/linters: Add entry point for linting via Python CI
` [PATCH 11/13] iotests/linters: Add workaround for mypy bug #9852
` [PATCH 12/13] python: Add iotest linters to test suite
` [PATCH 13/13] iotests: [RFC] drop iotest 297
Invitation: QAPI Sync meeting @ Thu Oct 7, 2021 9am - 10am (EDT) (qemu-devel@nongnu.org)
2021-10-04 21:01 UTC
virtio 4M limit
2021-10-04 20:10 UTC (6+ messages)
[PATCH 0/4] MAINTAINERS: Sanitize 'MIPS TCG CPUs' section
2021-10-04 20:08 UTC (9+ messages)
` [PATCH 1/4] MAINTAINERS: Add MIPS general architecture support entry
` [PATCH 2/4] MAINTAINERS: Add entries to cover MIPS CPS / GIC hardware
` [PATCH 3/4] MAINTAINERS: Split MIPS TCG frontend vs MIPS machines/hardware
` [PATCH 4/4] MAINTAINERS: Agree to maintain nanoMIPS TCG frontend
[PATCH v3 00/16] python/iotests: Run iotest linters during Python CI
2021-10-04 19:26 UTC (11+ messages)
` [PATCH v3 07/16] iotests/297: Don't rely on distro-specific linter binaries
` [PATCH v3 11/16] iotests/297: return error code from run_linters()
[PATCH 00/12] macfb: fixes for booting MacOS
2021-10-04 18:52 UTC (15+ messages)
` [PATCH 01/12] macfb: handle errors that occur during realize
` [PATCH 03/12] macfb: fix overflow of color_palette array
` [PATCH 07/12] macfb: add qdev property to specify display type
` [PATCH 11/12] macfb: add vertical blank interrupt
[PULL 00/30] testing, gdbstub and semihosting
2021-10-04 18:44 UTC (8+ messages)
` [PULL 21/30] target/arm: use official org.gnu.gdb.aarch64.sve layout for registers
[PATCH v3 00/19] monitor: explicitly permit QMP commands to be added for all use cases
2021-10-04 18:33 UTC (5+ messages)
` [PATCH v3 04/19] docs/devel: add example of command returning unstructured text
` [PATCH v3 05/19] docs/devel: document expectations for HMP commands in the future
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).