messages from 2022-11-24 13:47:48 to 2022-11-25 21:10:34 UTC [more...]
[PATCH v6 00/14] Still more coroutine and various fixes in block layer
2022-11-25 21:09 UTC (29+ messages)
` [PATCH v6 01/14] block-io: introduce coroutine_fn duplicates for bdrv_common_block_status_above callers
` [PATCH v6 02/14] block-copy: add missing coroutine_fn annotations
` [PATCH v6 03/14] nbd/server.c: "
` [PATCH v6 04/14] block-backend: replace bdrv_*_above with blk_*_above
` [PATCH v6 05/14] block/vmdk: add missing coroutine_fn annotations
` [PATCH v6 06/14] block: avoid duplicating filename string in bdrv_create
` [PATCH v6 07/14] block: distinguish between bdrv_create running in coroutine and not
` [PATCH v6 08/14] block: bdrv_create_file is a coroutine_fn
` [PATCH v6 09/14] block: rename generated_co_wrapper in co_wrapper_mixed
` [PATCH v6 10/14] block-coroutine-wrapper.py: introduce co_wrapper
` [PATCH v6 11/14] block-coroutine-wrapper.py: default to main loop aiocontext if function does not have a BlockDriverState parameter
` [PATCH v6 12/14] block-coroutine-wrapper.py: support also basic return types
` [PATCH v6 13/14] block: convert bdrv_create to co_wrapper
` [PATCH v6 14/14] block/dirty-bitmap: convert coroutine-only functions "
[PATCH] virtiofsd: Add `sigreturn` to the seccomp whitelist
2022-11-25 20:50 UTC (3+ messages)
` [Virtio-fs] "
[PATCH for 7.2-rc? v2 0/5] continuing efforts to fix vhost-user issues
2022-11-25 20:08 UTC (9+ messages)
` [PATCH v2 1/5] include/hw: attempt to document VirtIO feature variables
` [PATCH v2 2/5] include/hw: VM state takes precedence in virtio_device_should_start
` [PATCH v2 3/5] tests/qtests: override "force-legacy" for gpio virtio-mmio tests
` [PATCH v2 4/5] hw/virtio: ensure a valid host_feature set for virtio-user-gpio
` [PATCH v2 5/5] vhost: enable vrings in vhost_dev_start() for vhost-user devices
[RFC PATCH 0/3] MIPS VirtIO Machine
2022-11-25 18:06 UTC (9+ messages)
` [RFC PATCH 1/3] hw/intc: Add missing include for goldfish_pic.h
` [RFC PATCH 2/3] hw/misc: Add MIPS Trickbox device
` [RFC PATCH 3/3] hw/mips: Add MIPS VirtIO board
[PATCH-for-8.0] coroutine: Add missing <qemu/atomic.h> include
2022-11-25 17:55 UTC
[PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
2022-11-25 17:53 UTC
[RFC PATCH-for-7.2 0/4] hw/display/qxl: Avoid buffer overrun in qxl_phys2virt()
2022-11-25 17:34 UTC (7+ messages)
` [RFC PATCH-for-7.2 1/4] hw/display/qxl: Have qxl_log_command Return early if no log_cmd handler
` [RFC PATCH-for-7.2 2/4] hw/display/qxl: Document qxl_phys2virt()
` [RFC PATCH-for-7.2 3/4] hw/display/qxl: Pass requested buffer size to qxl_phys2virt()
` [RFC PATCH-for-7.2 4/4] hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)
[PATCH] tests/qtest/vhost-user-blk-test: don't abort all qtests on missing envar
2022-11-25 15:58 UTC
[PATCH] hw/display/next-fb: Fix comment typo
2022-11-25 16:16 UTC (2+ messages)
[PATCH v2 00/15] block: Simplify drain
2022-11-25 16:08 UTC (16+ messages)
` [PATCH v2 06/15] block: Fix locking for bdrv_reopen_queue_child()
` [PATCH v2 07/15] block: Drain invidual nodes during reopen
` [PATCH v2 11/15] block: Call drain callbacks only once
` [PATCH v2 12/15] block: Remove ignore_bds_parents parameter from drain_begin/end
` [PATCH v2 13/15] block: Drop out of coroutine in bdrv_do_drained_begin_quiesce()
` [PATCH v2 14/15] block: Don't poll in bdrv_replace_child_noperm()
` [PATCH v2 15/15] block: Remove poll parameter from bdrv_parent_drained_begin_single()
[PATCH v2] e1000e: Configure ResettableClass
2022-11-25 15:26 UTC (2+ messages)
[PATCH for 7.2-rc3 v1 0/2] virtio fixes
2022-11-25 15:14 UTC (10+ messages)
[PATCH] hw/intc/arm_gicv3: Fix GICD_TYPER ITLinesNumber advertisement
2022-11-25 14:55 UTC (3+ messages)
[RFC PATCH 0/3] VIRTIO_NET_F_CTRL_GUEST_OFFLOADS vDPA Shadow VirtQueue implementation
2022-11-25 14:38 UTC (4+ messages)
` [RFC PATCH 1/3] virtio_net: export virtio_net_guest_offloads_by_features
` [RFC PATCH 2/3] vdpa: load guest offloads at device start
` [RFC PATCH 3/3] vdpa: add VIRTIO_NET_F_CTRL_GUEST_OFFLOADS to SVQ features
[PATCH v2] e1000: Configure ResettableClass
2022-11-25 14:35 UTC (2+ messages)
[PATCH v2] e1000e: Remove pending interrupt flags
2022-11-25 14:26 UTC
[PATCH] e1000e: Configure ResettableClass
2022-11-25 14:19 UTC (2+ messages)
[PATCH] e1000: Configure ResettableClass
2022-11-25 14:17 UTC (2+ messages)
[PATCH] docs/devel/reset.rst: Correct function names
2022-11-25 14:12 UTC (3+ messages)
[PATCH] e1000e: Remove pending interrupt flags
2022-11-25 14:08 UTC (2+ messages)
[PATCH] e1000e: Use memcpy to intialize registers
2022-11-25 14:01 UTC
[PATCH v2] e1000: Use hw/net/mii.h
2022-11-25 13:52 UTC
[PATCH for-8.0 0/7] virtio, pci, xics: 3-phase reset conversions
2022-11-25 13:48 UTC (14+ messages)
` [PATCH for-8.0 1/7] hw/virtio: Convert TYPE_VIRTIO_PCI to 3-phase reset
` [PATCH for-8.0 2/7] hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE "
` [PATCH for-8.0 3/7] pci: Convert TYPE_PCIE_ROOT_PORT "
` [PATCH for-8.0 4/7] pci: Convert child classes of "
` [PATCH for-8.0 5/7] hw/intc/xics: Reset TYPE_ICS objects with device_cold_reset()
` [PATCH for-8.0 6/7] hw/intc/xics: Convert TYPE_ICS to 3-phase reset
` [PATCH for-8.0 7/7] hw/pci-host/pnv_phb3_msi: Convert TYPE_PHB3_MSI "
[PATCH] target/i386/hax: Add XCR0 support
2022-11-25 13:37 UTC (2+ messages)
[PATCH v2 1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages
2022-11-25 13:22 UTC (6+ messages)
` [PATCH v2 2/4] .gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent
` [PATCH v2 3/4] .gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for now
` [PATCH v2 4/4] tests/qtest: Enable qtest build on Windows
[PATCH 1/4] .gitlab-ci.d/windows.yml: Unify the prerequisite packages
2022-11-25 13:21 UTC (7+ messages)
` [PATCH 2/4] .gitlab-ci.d/windows.yml: Keep 64-bit and 32-bit build scripts consistent
` [PATCH 3/4] .gitlab-ci.d/windows.yml: Exclude qTests from 64-bit CI job for now
` [PATCH 4/4] tests/qtest: Enable qtest build on Windows
guest Linux Kernel hangs and reports CPU lockup/stuck gitlab bug
2022-11-25 12:29 UTC (4+ messages)
[PATCH v2] riscv: Add RISCVCPUConfig.satp_mode to set sv48, sv57, etc
2022-11-25 10:59 UTC
[PULL 0/4] Fixes 20221124 patches
2022-11-25 10:56 UTC (4+ messages)
[PATCH v6 00/11] tests/qtest: Enable running qtest on Windows
2022-11-25 10:04 UTC (4+ messages)
` [PATCH v6 11/11] tests/qtest: Enable qtest build "
[PATCH v4 0/2] Add OCP extended log to nvme QEMU
2022-11-25 9:48 UTC (3+ messages)
` [PATCH v4 1/2] nvme: Move adjustment of data_units{read,written}
` [PATCH v4 2/2] nvme: Add physical writes/reads from OCP log
[PATCH] tests/qtest/migration-test: Fix unlink error and memory leaks
2022-11-25 8:45 UTC (2+ messages)
[PATCH for-7.2] vhost: enable vrings in vhost_dev_start() for vhost-user devices
2022-11-25 8:12 UTC (7+ messages)
[RFC 0/5] Protection information pass-through for block devices
2022-11-25 7:44 UTC (7+ messages)
` [RFC 1/5] docs/nvme: add new feature summary
` [RFC 2/5] block: add transfer of protection information
` [RFC 3/5] hw/nvme: add protection information pass parameter
` [RFC 4/5] hw/nvme: implement pi pass read/write/wrz commands
` [RFC 5/5] hw/nvme: extend pi pass capable commands
[PATCH v2] target/riscv: Add some comments for sstatus CSR in riscv_cpu_dump_state()
2022-11-25 5:49 UTC (3+ messages)
[PATCH 0/2] target/ppc: Implement Dynamic Execution Control Registers
2022-11-25 5:48 UTC (2+ messages)
[PATCH] target/riscv: support cache-related PMU events in virtual mode
2022-11-25 5:10 UTC (3+ messages)
[PATCH v2] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
2022-11-25 4:41 UTC
[PATCH] target/riscv: Dump sstatus CSR in riscv_cpu_dump_state()
2022-11-25 4:32 UTC (6+ messages)
[PATCH v3] hw/riscv: virt: Remove the redundant ipi-id property
2022-11-25 4:05 UTC (3+ messages)
[PATCH] SecurityPkg: check return value of GetEfiGlobalVariable2() in DxeImageVerificationHandler()
2022-11-25 2:51 UTC (2+ messages)
[PATCH v2 0/2] cleanup: Tweak and re-run return_directly.cocci
2022-11-24 18:41 UTC (6+ messages)
` [PATCH v2 1/2] "
[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
2022-11-24 18:00 UTC (2+ messages)
[PATCH v2 0/4] Guest announce feature emulation using Shadow VirtQueue
2022-11-24 17:33 UTC (5+ messages)
` [PATCH v2 1/4] virtio_net: Modify virtio_net_get_config to early return
` [PATCH v2 2/4] virtio_net: copy VIRTIO_NET_S_ANNOUNCE if device model has it
` [PATCH v2 3/4] vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
` [PATCH v2 4/4] vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
[RFC PATCH] migration: reduce time of loading non-iterable vmstate
2022-11-24 16:40 UTC (2+ messages)
[PATCH v1 1/1] migration: Fix yank on postcopy multifd crashing guest after migration
2022-11-24 16:04 UTC (2+ messages)
[PATCH] 9pfs: Fix some return statements in the synth backend
2022-11-24 15:58 UTC
[PATCH for 8.0 v8 00/12] ASID support in vhost-vdpa net
2022-11-24 15:51 UTC (13+ messages)
` [PATCH for 8.0 v8 01/12] vdpa: use v->shadow_vqs_enabled in vhost_vdpa_svqs_start & stop
` [PATCH for 8.0 v8 02/12] vhost: set SVQ device call handler at SVQ start
` [PATCH for 8.0 v8 03/12] vhost: allocate SVQ device file descriptors at device start
` [PATCH for 8.0 v8 04/12] vhost: move iova_tree set to vhost_svq_start
` [PATCH for 8.0 v8 05/12] vdpa: add vhost_vdpa_net_valid_svq_features
` [PATCH for 8.0 v8 06/12] vdpa: extract vhost_vdpa_svq_allocate_iova_tree
` [PATCH for 8.0 v8 07/12] vdpa: move SVQ vring features check to net/
` [PATCH for 8.0 v8 08/12] vdpa: allocate SVQ array unconditionally
` [PATCH for 8.0 v8 09/12] vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
` [PATCH for 8.0 v8 10/12] vdpa: store x-svq parameter in VhostVDPAState
` [PATCH for 8.0 v8 11/12] vdpa: add shadow_data to vhost_vdpa
` [PATCH for 8.0 v8 12/12] vdpa: always start CVQ in SVQ mode if possible
[PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset
2022-11-24 15:18 UTC (11+ messages)
` [PATCH for-8.0 02/19] target/arm: Convert "
` [PATCH for-8.0 04/19] target/cris: "
` [PATCH for-8.0 09/19] target/microblaze: "
` [PATCH for-8.0 13/19] target/ppc: "
[PATCH] acpi/tests/avocado/bits: add SPDX license identifiers for bios bits tests
2022-11-24 15:18 UTC (4+ messages)
arm: gdb-stub is broken by FEAT_HAFDBS
2022-11-24 6:35 UTC (3+ messages)
[PATCH v3 00/17] vfio/migration: Implement VFIO migration protocol v2
2022-11-24 14:07 UTC (6+ messages)
` [PATCH v3 12/17] "
[PATCH] gdbstub: move update guest debug to accel ops
2022-11-24 13:59 UTC (3+ 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).