qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-11-24 18:42:14 to 2022-11-28 06:20:08 UTC [more...]

[PATCH] virtiofsd: Add `sigreturn` to the seccomp whitelist
 2022-11-28  6:18 UTC  (4+ messages)
` [Virtio-fs] "

[PATCH v2] riscv: Add RISCVCPUConfig.satp_mode to set sv48, sv57, etc
 2022-11-28  6:08 UTC  (2+ messages)

[PATCH for-8.0 00/19] Convert most CPU classes to 3-phase reset
 2022-11-27 22:30 UTC  (8+ messages)
` [PATCH for-8.0 01/19] hw/core/cpu-common: Convert TYPE_CPU class "
` [PATCH for-8.0 02/19] target/arm: Convert "
` [PATCH for-8.0 14/19] target/riscv: "

[PATCH] hw/cxl/cxl-host: Fix an error message typo
 2022-11-27 21:00 UTC  (2+ messages)

[PATCH v3 for-7.2 0/6] Add format attributes and fix format strings
 2022-11-27 18:40 UTC  (15+ messages)
` [PATCH v3 for-7.2 1/6] libvhost-user: Fix wrong type of argument to formatting function (reported by LGTM)
` [PATCH v3 for-7.2 2/6] libvhost-user: Fix format strings
` [PATCH v3 for-7.2 3/6] libvhost-user: Fix two more "
` [PATCH v3 for-7.2 4/6] libvhost-user: Add format attribute to local function vu_panic
` [PATCH v3 for-7.2 5/6] MAINTAINERS: Add subprojects/libvhost-user to section "vhost"
` [PATCH v3 for-7.2 6/6] Add G_GNUC_PRINTF to function qemu_set_info_str and fix related issues

[PATCH for 7.2-rc? v2 0/5] continuing efforts to fix vhost-user issues
 2022-11-27 18:04 UTC  (14+ 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

[PATCH] tests/qtest/migration-test: Fix unlink error and memory leaks
 2022-11-27 17:59 UTC  (3+ messages)

[PATCH] hw/intc: sifive_plic: fix out-of-bound access of source_priority array
 2022-11-27 16:57 UTC 

[PATCH v5 0/7] Add ARM Cortex-R52 CPU
 2022-11-27 13:21 UTC  (8+ messages)
` [PATCH v5 1/7] target/arm: Don't add all MIDR aliases for cores that implement PMSA
` [PATCH v5 2/7] target/arm: Make RVBAR available for all ARMv8 CPUs
` [PATCH v5 3/7] target/arm: Make stage_2_format for cache attributes optional
` [PATCH v5 4/7] target/arm: Enable TTBCR_EAE for ARMv8-R AArch32
` [PATCH v5 5/7] target/arm: Add PMSAv8r registers
` [PATCH v5 6/7] target/arm: Add PMSAv8r functionality
` [PATCH v5 7/7] target/arm: Add ARM Cortex-R52 CPU

[PATCH v9 00/10] s390x: CPU Topology
 2022-11-27 10:50 UTC  (6+ messages)

[PATCH v11 00/11] s390x: CPU Topology
 2022-11-27 10:46 UTC  (7+ messages)
` [PATCH v11 04/11] s390x/cpu topology: reporting the CPU topology to the guest

[PATCH] 9pfs: Fix some return statements in the synth backend
 2022-11-26 13:47 UTC  (2+ messages)

[PATCH v2] vfio/pci: Verify each MSI vector to avoid invalid MSI vectors
 2022-11-26 11:15 UTC  (9+ messages)

[PATCH-for-8.0] block/nbd: Add missing <qemu/bswap.h> include
 2022-11-25 21:13 UTC  (2+ messages)

[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 "

[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 

[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  (15+ 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)

[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 for-7.2] vhost: enable vrings in vhost_dev_start() for vhost-user devices
 2022-11-25  8:12 UTC  (3+ messages)

[RFC 0/5] Protection information pass-through for block devices
 2022-11-25  7:44 UTC  (2+ messages)

[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  (5+ messages)
` [PATCH v2 1/2] "


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