qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-15 10:36:35 to 2023-11-16 07:21:32 UTC [more...]

[PATCH-for-8.2] virtio-sound: add realize() error cleanup path
 2023-11-16  7:20 UTC 

[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
 2023-11-16  7:14 UTC  (12+ messages)

[PATCH v5 00/31] Unified CPU type check
 2023-11-16  7:09 UTC  (9+ messages)
` [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
` [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()

[PATCH 00/19] qapi: statically type schema.py
 2023-11-16  7:05 UTC  (24+ messages)
` [PATCH 01/19] qapi/schema: fix QAPISchemaEntity.__repr__()
` [PATCH 02/19] qapi/schema: add pylint suppressions
` [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
` [PATCH 04/19] qapi/schema: declare type for QAPISchemaObjectTypeMember.type
` [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
` [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
` [PATCH 09/19] qapi/schema: assert info is present when necessary
` [PATCH 10/19] qapi/schema: make QAPISchemaArrayType.element_type non-Optional
` [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
` [PATCH 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
` [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PATCH 16/19] qapi/schema: add type hints
` [PATCH 17/19] qapi/schema: turn on mypy strictness
` [PATCH 18/19] qapi/schema: remove unnecessary asserts
` [PATCH 19/19] qapi/schema: refactor entity lookup helpers

[PATCH] tests/avocado/mem-addr-space-check: Replace assertEquals() for Python 3.12
 2023-11-16  6:59 UTC  (2+ messages)

[PATCH] migration: free 'saddr' since be no longer used
 2023-11-16  6:34 UTC  (4+ messages)
    ` [PATCH v2] "

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2023-11-16  6:22 UTC  (37+ messages)
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 08/70] physmem: replace function name with __func__ "
` [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel

[PATCH-for-8.2? v2] tests/avocado: Make fetch_asset() unconditionally require a crypto hash
 2023-11-16  6:10 UTC  (2+ messages)

[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
 2023-11-16  6:00 UTC  (2+ messages)

[PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
 2023-11-16  5:14 UTC  (19+ messages)

[PATCH v6 00/21] vfio: Adopt iommufd
 2023-11-16  4:04 UTC  (27+ messages)
` [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
` [PATCH v6 02/21] util/char_dev: Add open_cdev()
` [PATCH v6 03/21] vfio/common: return early if space isn't empty
` [PATCH v6 05/21] vfio/iommufd: Relax assert check for iommufd backend
` [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
` [PATCH v6 07/21] vfio/pci: Extract out a helper vfio_pci_get_pci_hot_reset_info
` [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
` [PATCH v6 11/21] vfio/pci: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 16/21] vfio/ccw: Allow the selection of a given iommu backend
` [PATCH v6 17/21] vfio/ccw: Make vfio cdev pre-openable by passing a file handle
` [PATCH v6 20/21] kconfig: Activate IOMMUFD for s390x machines

[PATCH 0/4] VFIO device init cleanup
 2023-11-16  2:16 UTC  (9+ messages)
` [PATCH 1/4] vfio/pci: Move VFIODevice initializations in vfio_instance_init
` [PATCH 3/4] vfio/ap: Move VFIODevice initializations in vfio_ap_instance_init
` [PATCH 4/4] vfio/ccw: Move VFIODevice initializations in vfio_ccw_instance_init

[PATCH] tests/qtest: remove unused variables
 2023-11-16  2:14 UTC  (2+ messages)

[RFC 0/2] vhost-user-test: Add negotiated features check
 2023-11-16  1:01 UTC  (2+ messages)

[PATCH-for-8.2? 0/6] hw/arm/stm32xxx: Report error when incorrect CPU is used
 2023-11-15 23:21 UTC  (7+ messages)
` [PATCH-for-8.2? 1/6] hw/arm/stm32f405: "
` [PATCH-for-8.2? 2/6] hw/arm/stm32f205: "
` [PATCH-for-8.2? 3/6] hw/arm/stm32f100: "
` [PATCH-for-9.0 4/6] hw/arm/msf2: Simplify setting MachineClass::valid_cpu_types[]
` [PATCH-for-9.0 5/6] hw/arm/npcm7xx_boards: "
` [PATCH-for-9.0 6/6] hw/arm/musca: "

[PATCH] Fix CLINT clock frequency for SiFive E
 2023-11-15 21:06 UTC  (3+ messages)

[PATCH 00/10] random fixes for 8.2 (tests, plugins, docs, semihosting)
 2023-11-15 22:42 UTC  (16+ messages)
` [PATCH 01/10] tests/docker: replace fedora-i386 with debian-i686
` [PATCH 02/10] .gitlab-ci.d/cirrus: Upgrade macOS to 13 (Ventura)
` [PATCH 03/10] tests/docker: merge debian-native with debian-amd64
` [PATCH 04/10] plugins: fix win plugin tests on cross compile
` [PATCH 05/10] tests/tcg: fixup Aarch64 semiconsole test
` [PATCH 06/10] docs/emulation: expand warning about semihosting
` [PATCH 07/10] hw/core: skip loading debug on all failures
` [PATCH 08/10] testing: move arm system tests into their own folder
` [PATCH 09/10] tests/tcg: enable arm softmmu tests
` [PATCH 10/10] tests/tcg: enable semiconsole test for Arm

[PATCH v3 0/8] Add powernv10 I2C devices and tests
 2023-11-15 22:34 UTC  (9+ messages)
` [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
` [PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset

[RFC PATCH] Hexagon (target/hexagon) Make generators object oriented
 2023-11-15 22:02 UTC  (4+ messages)

[PATCH RFC 2/2] hw/arm: Add minimal support for the B-L475E-IOT01A board
 2023-11-15 21:57 UTC  (2+ messages)

[PATCH RFC 1/2] hw/arm: Add minimal support for the STM32L475VG SoC
 2023-11-15 21:46 UTC  (2+ messages)

[PULL 00/23] Final test, gdbstub, plugin and gitdm updates for 8.2
 2023-11-15 20:56 UTC  (4+ messages)
` [PULL 06/23] tests/tcg: add an explicit gdbstub register tester

[PATCH 0/4] ICH9 root PCI hotplug
 2023-11-15 20:48 UTC  (6+ messages)
` [PATCH 2/4] ich9: Renamed use_acpi_hotplug_bridge accessors
` [PATCH 1/4] ich9: Remove unused hotplug field from ICH9LPCPMRegs struct
` [PATCH 3/4] ich9: Add accessors for acpi-root-pci-hotplug
` [PATCH 4/4] ich9: Enable root PCI hotplug by default

[PATCH 0/3] Misc fixes for 8.2
 2023-11-15 20:45 UTC  (5+ messages)
` [PATCH 1/3] net: do not delete nics in net_cleanup()
` [PATCH 2/3] vl: disable default serial when xen-console is enabled
` [PATCH 3/3] hw/xen: clean up xen_block_find_free_vdev() to avoid Coverity false positive

virtio-sound segmentation fault
 2023-11-15 20:27 UTC 

[PATCH v2 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
 2023-11-15 19:37 UTC  (3+ messages)
  ` [External] "

[PULL 00/40] Migration 20231102 patches
 2023-11-15 19:32 UTC  (3+ messages)
` [PULL 25/40] tests/qtest: migration: add reboot mode test

[PATCH for-8.2 0/4] block: Fix deadlocks with the stream job
 2023-11-15 18:36 UTC  (6+ messages)
` [PATCH for-8.2 1/4] block: Fix bdrv_graph_wrlock() call in blk_remove_bs()
` [PATCH for-8.2 2/4] block: Fix deadlocks in bdrv_graph_wrunlock()
` [PATCH for-8.2 3/4] stream: Fix AioContext locking during bdrv_graph_wrlock()
` [PATCH for-8.2 4/4] iotests: Test two stream jobs in a single iothread

[PULL 0/3] tcg+sparc patch queue
 2023-11-15 18:33 UTC  (2+ messages)

QEMU snapshotting
 2023-11-15 18:20 UTC  (2+ messages)

[PATCH] monitor: flush messages on abort
 2023-11-15 17:41 UTC  (10+ messages)

[PATCH] softmmu/memory: use memcpy for multi-byte accesses
 2023-11-15 17:26 UTC  (9+ messages)

[PATCH 0/2] vhost-scsi: Support worker ioctls
 2023-11-15 17:24 UTC  (7+ messages)
` [PATCH 2/2] vhost-scsi: Add support for a worker thread per virtqueue

[PATCH 0/2] linux-user: two fixes to coredump generation
 2023-11-15 16:37 UTC  (3+ messages)
` [PATCH 1/2] linux-user/elfload: test return value of getrlimit
` [PATCH 2/2] linux-user/elfload: check PR_GET_DUMPABLE before creating coredump

[PATCH-for-8.2?] tests/avocado: Make fetch_asset() inconditionally require a crypto hash
 2023-11-15 16:06 UTC  (4+ messages)

[PATCH 00/16] hw/uefi: add uefi variable service
 2023-11-15 15:56 UTC  (18+ messages)
` [PATCH 01/16] hw/uefi: add include/hw/uefi/var-service-api.h
` [PATCH 02/16] hw/uefi: add include/hw/uefi/var-service-edk2.h
` [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h
` [PATCH 04/16] hw/uefi: add var-service-guid.c
` [PATCH 05/16] hw/uefi: add var-service-core.c
` [PATCH 06/16] hw/uefi: add var-service-vars.c
` [PATCH 07/16] hw/uefi: add var-service-auth.c
` [PATCH 08/16] hw/uefi: add var-service-policy.c
` [PATCH 09/16] hw/uefi: add support for storing persistent variables on disk
` [PATCH 10/16] hw/uefi: add trace-events
` [PATCH 11/16] hw/uefi: add to Kconfig
` [PATCH 12/16] hw/uefi: add to meson
` [PATCH 13/16] hw/uefi: add uefi-vars-sysbus device
` [PATCH 14/16] hw/uefi: add uefi-vars-isa device
` [PATCH 15/16] hw/arm: add uefi variable support to virt machine type
` [PATCH 16/16] docs: add uefi variable service documentation and TODO list

[PATCH-for-8.2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFO
 2023-11-15 15:17 UTC 

[PATCH] tests/avocado/multiprocess: Add asset hashes to silence warnings
 2023-11-15 14:58 UTC 

[PATCH 0/8] hw/pci-host/designware: QOM shuffling (Host bridge <-> Root function)
 2023-11-15 14:47 UTC  (2+ messages)
` [PATCH-for-9.0 "

[PATCH 0/2] hw/pci-host: Fix Designware no address match behavior
 2023-11-15 14:33 UTC  (3+ messages)
` [PATCH 1/2] hw/pci-host: Designware: Fix inbound iATU "
` [PATCH 2/2] hw/pci-host: Designware: Add outbound "

[PATCH v3 0/2] vfio/nvgpu: Add vfio pci variant module for grace hopper
 2023-11-15 13:59 UTC  (3+ messages)
` [PATCH v3 1/2] qom: new object to associate device to numa node

[PATCH] docs/system: Add recommendations to Hyper-V enlightenments doc
 2023-11-15 13:47 UTC 

[PATCH] block-backend: per-device throttling of BLOCK_IO_ERROR reports
 2023-11-15 13:46 UTC  (2+ messages)

[PATCH v1] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2023-11-15 12:17 UTC  (2+ messages)

[PATCH] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
 2023-11-15 11:24 UTC  (2+ messages)

[PATCH v1] target/i386/host-cpu: Use IOMMU addr width for passthrough devices on Intel platforms
 2023-11-15 10:52 UTC  (3+ messages)


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