QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-23 15:17:02 to 2024-04-24 08:21:06 UTC [more...]

[PULL 00/25] QAPI patches patches for 2024-04-24
 2024-04-24  8:17 UTC  (20+ messages)
` [PULL 01/25] qapi/parser: fix typo - self.returns.info => self.errors.info
` [PULL 02/25] qapi/parser: shush up pylint
` [PULL 03/25] qapi: sort pylint suppressions
` [PULL 04/25] qapi/schema: add "
` [PULL 05/25] qapi: create QAPISchemaDefinition
` [PULL 07/25] qapi/schema: declare type for QAPISchemaArrayType.element_type
` [PULL 08/25] qapi/schema: make c_type() and json_type() abstract methods
` [PULL 09/25] qapi/schema: adjust type narrowing for mypy's benefit
` [PULL 11/25] qapi/schema: assert resolve_type has 'info' and 'what' args on error
` [PULL 12/25] qapi: Assert built-in types exist
` [PULL 13/25] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PULL 14/25] qapi/schema: assert info is present when necessary
` [PULL 16/25] qapi/schema: Don't initialize "members" with `None`
` [PULL 17/25] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PULL 18/25] qapi/schema: assert inner type of QAPISchemaVariants in check_clash()
` [PULL 19/25] qapi/parser: demote QAPIExpression to Dict[str, Any]
` [PULL 21/25] qapi/schema: add type hints
` [PULL 22/25] qapi/schema: turn on mypy strictness
` [PULL 25/25] qapi: Dumb down QAPISchema.lookup_entity()

[PATCH] target/i386: Introduce SapphireRapids-v3 to add missing features
 2024-04-24  8:33 UTC  (2+ messages)

[PULL v2 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-04-24  8:14 UTC  (2+ messages)
` [PULL v2 25/63] i386/kvm: Move architectural CPUID leaf generation to separate helper

[PATCH-for-9.1 00/21] target/monitor: Cleanup around hmp_info_tlb()
 2024-04-24  8:26 UTC  (13+ messages)
` [PATCH-for-9.1 03/21] target/i386: Move APIC related code to cpu-apic.c
` [PATCH-for-9.1 05/21] target/m68k: Replace qemu_printf() by monitor_printf() in monitor
` [PATCH-for-9.1 12/21] target/nios2: "
` [PATCH-for-9.1 13/21] target/ppc: "
` [PATCH-for-9.1 16/21] target/sparc: "
` [PATCH-for-9.1 21/21] target/xtensa: "

[PULL 00/10] Error reporting patches for 2024-04-24
 2024-04-24  8:03 UTC  (11+ messages)
` [PULL 01/10] error: Drop superfluous #include "qapi/qmp/qerror.h"
` [PULL 02/10] qapi: Inline and remove QERR_BUS_NO_HOTPLUG definition
` [PULL 03/10] qapi: Inline and remove QERR_DEVICE_HAS_NO_MEDIUM definition
` [PULL 04/10] qapi: Inline and remove QERR_DEVICE_NO_HOTPLUG definition
` [PULL 05/10] qapi: Inline and remove QERR_INVALID_PARAMETER definition
` [PULL 06/10] qapi: Inline QERR_INVALID_PARAMETER_TYPE definition (constant value)
` [PULL 07/10] qapi: Inline and remove QERR_INVALID_PARAMETER_TYPE definition
` [PULL 08/10] qapi: Correct error message for 'vcpu_dirty_limit' parameter
` [PULL 09/10] qapi: Inline and remove QERR_MIGRATION_ACTIVE definition
` [PULL 10/10] qapi: Inline and remove QERR_PROPERTY_VALUE_BAD definition

[PULL 00/17] CI job updates, header cleanups and other misc patches
 2024-04-24  7:57 UTC  (18+ messages)
` [PULL 01/17] MAINTAINERS: update email of Peter Lieven
` [PULL 02/17] tests/qtest : Use `g_assert_cmphex` instead of `g_assert_cmpuint`
` [PULL 03/17] docs: i386: pc: Update maximum CPU numbers for PC Q35
` [PULL 04/17] tests/vm: update openbsd image to 7.5
` [PULL 05/17] Revert ".travis.yml: Cache Avocado cache"
` [PULL 06/17] .travis.yml: Remove the unused UNRELIABLE environment variable
` [PULL 07/17] .travis.yml: Update the jobs to Ubuntu 22.04
` [PULL 08/17] .travis.yml: Do some more testing with Clang
` [PULL 09/17] tests: Remove Ubuntu 20.04 container
` [PULL 10/17] tests/lcitool/libvirt-ci: Update to the latest master branch
` [PULL 11/17] tests/docker/dockerfiles: Run lcitool-refresh after the lcitool update
` [PULL 12/17] tests: Update our CI to use CentOS Stream 9 instead of 8
` [PULL 13/17] ci: move external build environment setups to CentOS Stream 9
` [PULL 14/17] hw/s390x: Include missing 'cpu.h' header
` [PULL 15/17] docs/devel: fix minor typo in submitting-a-patch.rst
` [PULL 16/17] tests/unit: Remove debug statements in test-nested-aio-poll.c
` [PULL 17/17] target/s390x: Remove KVM stubs in cpu_models.h

[PATCH] .gitlab-ci.d/cirrus.yml: Fix the NetBSD and OpenBSD Cirrus-CI KVM jobs
 2024-04-24  7:42 UTC 

[RFC 0/2] Identify aliased maps in vdpa SVQ iova_tree
 2024-04-24  7:33 UTC  (8+ messages)
` [RFC 1/2] iova_tree: add an id member to DMAMap

[PATCH v2 0/3] query-cpu-model-expansion: add disable-deprecated-feats arg
 2024-04-24  7:24 UTC  (6+ messages)
` [PATCH v2 1/3] cpu-models: add "disable-deprecated-feats" option to cpu model expansion
` [PATCH v2 2/3] target/s390x: add support for "disable-deprecated-feats" expansion option
` [PATCH v2 3/3] target/s390x: flag te and cte as deprecated

[PATCH v2 0/1] migration/dirtyrate: Fix segmentation fault
 2024-04-24  7:17 UTC  (6+ messages)
` [PATCH v2 1/1] "

[PULL 00/26] Migration 20240423 patches
 2024-04-24  6:50 UTC  (28+ messages)
` [PULL 01/26] tests/qtest/migration: Add 'to' object into migrate_qmp()
` [PULL 02/26] tests/qtest/migration: Replace connect_uri and move migrate_get_socket_address inside migrate_qmp
` [PULL 03/26] tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get_socket_address
` [PULL 04/26] tests/qtest/migration: Add channels parameter in migrate_qmp_fail
` [PULL 05/26] tests/qtest/migration: Add migrate_set_ports into migrate_qmp to update migration port value
` [PULL 06/26] tests/qtest/migration: Add channels parameter in migrate_qmp
` [PULL 07/26] tests/qtest/migration: Add multifd_tcp_plain test using list of channels instead of uri
` [PULL 08/26] tests/qtest/migration: Add negative tests to validate migration QAPIs
` [PULL 09/26] tests/qtest/migration: Fix typo for vsock in SocketAddress_to_str
` [PULL 10/26] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PULL 11/26] vfio: Always report an error in vfio_save_setup()
` [PULL 12/26] migration: Always report an error in block_save_setup()
` [PULL 13/26] migration: Always report an error in ram_save_setup()
` [PULL 14/26] migration: Add Error** argument to vmstate_save()
` [PULL 15/26] migration: Add Error** argument to qemu_savevm_state_setup()
` [PULL 16/26] migration: Add Error** argument to .save_setup() handler
` [PULL 17/26] migration: Add Error** argument to .load_setup() handler
` [PULL 18/26] memory: Add Error** argument to .log_global_start() handler
` [PULL 19/26] migration: Introduce ram_bitmaps_destroy()
` [PULL 20/26] memory: Add Error** argument to the global_dirty_log routines
` [PULL 21/26] migration: Add Error** argument to ram_state_init()
` [PULL 22/26] migration: Add Error** argument to xbzrle_init()
` [PULL 23/26] migration: Modify ram_init_bitmaps() to report dirty tracking errors
` [PULL 24/26] migration: Add Error** argument to add_bitmaps_to_list()
` [PULL 25/26] migration/multifd: solve zero page causing multiple page faults
` [PULL 26/26] migration/colo: Fix bdrv_graph_rdlock_main_loop: Assertion `!qemu_in_coroutine()' failed

[PULL 00/63] First batch of i386 and build system patch for QEMU 9.1
 2024-04-24  4:26 UTC  (22+ messages)
` [PULL 08/63] hw: Include minimal source set in user emulation build
` [PULL 09/63] stubs: remove obsolete stubs
` [PULL 16/63] stubs: split record/replay stubs further
` [PULL 18/63] stubs: move monitor_fdsets_cleanup with other fdset stubs
` [PULL 19/63] vga: optimize computation of dirty memory region
` [PULL 20/63] vga: move dirty memory region code together
` [PULL 21/63] kvm: use configs/ definition to conditionalize debug support
` [PULL 23/63] target/i386: add guest-phys-bits cpu property
` [PULL 25/63] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PULL 27/63] target/i386: Add new CPU model SierraForest
` [PULL 28/63] target/i386: Export RFDS bit to guests
` [PULL 31/63] hw/i386/acpi: Set PCAT_COMPAT bit only when pic is not disabled
` [PULL 35/63] s390: Switch to use confidential_guest_kvm_init()
` [PULL 37/63] scripts/update-linux-headers: Add bits.h to file imports
` [PULL 39/63] runstate: skip initial CPU reset if reset is not actually possible
` [PULL 40/63] KVM: track whether guest state is encrypted
` [PULL 49/63] RAMBlock: Add support of KVM private guest memfd
` [PULL 52/63] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PULL 62/63] pythondeps.toml: warn about updates needed to docs/requirements.txt

[PATCH v10 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-24  3:11 UTC  (6+ messages)
` [PATCH v10 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers

Problems (timeouts) when testing usb-ohci with qemu
 2024-04-24  2:11 UTC  (4+ messages)

[PATCH v2] mem/cxl_type3: support 3, 6, 12 and 16 interleave ways
 2024-04-24  1:36 UTC  (2+ messages)

[PATCH] target/riscv/kvm: Fix exposure of Zkr
 2024-04-24  0:13 UTC  (2+ messages)

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-04-24  0:08 UTC  (5+ messages)
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs

[PATCH v11 0/6] ui/console: Private QemuDmaBuf struct
 2024-04-24  0:02 UTC  (7+ messages)
` [PATCH v11 1/6] ui/gtk: Check if fence_fd is equal to or greater than 0
` [PATCH v11 2/6] ui/console: new dmabuf.h and dmabuf.c for QemuDmaBuf struct and helpers
` [PATCH v11 3/6] ui/console: Use qemu_dmabuf_get_..() helpers instead
` [PATCH v11 4/6] ui/console: Use qemu_dmabuf_set_..() "
` [PATCH v11 5/6] ui/console: Use qemu_dmabuf_new() and free() "
` [PATCH v11 6/6] ui/console: move QemuDmaBuf struct def to dmabuf.c

[PATCH 00/22] configs: switch boards to "default y"
 2024-04-24  0:05 UTC  (13+ messages)
` [PATCH 03/22] arm: "
` [PATCH 11/22] meson: make target endianneess available to Kconfig
` [PATCH 16/22] riscv: switch boards to "default y"

[ANNOUNCE] QEMU 9.0.0 is now available
 2024-04-23 22:53 UTC 

[PATCH 00/24] Misc PPC exception and BookE MMU clean ups
 2024-04-23 22:31 UTC  (25+ messages)
` [PATCH 01/24] target/ppc: Fix gen_sc to use correct nip
` [PATCH 02/24] target/ppc: Move patching nip from exception handler to helper_scv
` [PATCH 03/24] target/ppc: Simplify syscall exception handlers
` [PATCH 04/24] target/ppc: Remove unused helper
` [PATCH 05/24] target/ppc/mmu_common.c: Move calculation of a value closer to its usage
` [PATCH 06/24] target/ppc/mmu_common.c: Simplify checking for real mode
` [PATCH 07/24] target/ppc/mmu_common.c: Drop cases for unimplemented MPC8xx MMU
` [PATCH 08/24] target/ppc/mmu_common.c: Introduce mmu6xx_get_physical_address()
` [PATCH 09/24] target/ppc/mmu_common.c: Rename get_bat_6xx_tlb()
` [PATCH 10/24] target/ppc/mmu_common.c: Split out BookE cases before checking real mode
` [PATCH 11/24] target/ppc/mmu_common.c: Split off real mode cases in get_physical_address_wtlb()
` [PATCH 12/24] target/ppc/mmu_common.c: Inline and remove check_physical()
` [PATCH 13/24] target/ppc/mmu_common.c: Simplify mmubooke_get_physical_address()
` [PATCH 14/24] target/ppc/mmu_common.c: Simplify mmubooke206_get_physical_address()
` [PATCH 15/24] target/ppc/mmu_common.c: Fix misindented qemu_log_mask() calls
` [PATCH 16/24] target/ppc/mmu_common.c: Deindent ppc_jumbo_xlate()
` [PATCH 17/24] target/ppc/mmu_common.c: Replace hard coded constants in ppc_jumbo_xlate()
` [PATCH 18/24] target/ppc/mmu_common.c: Make get_physical_address_wtlb() static
` [PATCH 19/24] target/ppc: Move mmu_ctx_t definition to mmu_common.c
` [PATCH 20/24] target/ppc: Remove ppc_hash32_pp_prot() and reuse common function
` [PATCH 21/24] target/ppc/mmu_common.c: Split off BookE handling from ppc_jumbo_xlate()
` [PATCH 22/24] target/ppc/mmu_common.c: Remove BookE handling from get_physical_address_wtlb()
` [PATCH 23/24] target/ppc/mmu_common.c: Simplify ppc_booke_xlate()
` [PATCH 24/24] target/ppc/mmu_common.c: Move BookE MMU functions together

[PATCH RFC 00/26] Multifd 🔀 device state transfer support with VFIO consumer
 2024-04-23 22:35 UTC  (16+ messages)

[PATCH 6.6 152/158] virtio_net: Do not send RSS key if it is not supported
 2024-04-23 21:39 UTC 

[PATCH v5 0/5] Add device DM163 (led driver, matrix colors shield & display)
 2024-04-23 21:18 UTC  (3+ messages)
` [PATCH v5 1/5] hw/display : Add device DM163

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-04-23 21:04 UTC  (9+ messages)
` [PATCH v3 1/2] cxl/core: correct length of DPA field masks
` [PATCH v3 2/2] cxl/core: add poison creation event handler

[PATCH 0/3] target/arm: Make the counter frequency default 1GHz for new CPUs, machines
 2024-04-23 20:47 UTC  (3+ messages)
` [PATCH 3/3] target/arm: Default to 1GHz cntfrq for 'max' and new CPUs

[PATCH] target/i386/translate.c: always write 32-bits for SGDT and SIDT
 2024-04-23 20:42 UTC  (6+ messages)

[PATCH] Kconfig: kvm: allow building without any board
 2024-04-23 20:39 UTC  (2+ messages)

hppa-firmware.img missing build-id
 2024-04-23 18:50 UTC  (5+ messages)

[PATCH 00/27] Add qapi-domain Sphinx extension
 2024-04-23 18:32 UTC  (8+ messages)

[PATCH] Add zh_TW Traditional Chinese translation
 2024-04-23 18:20 UTC  (7+ messages)

[PATCH v8 00/11] Support blob memory and venus on qemu
 2024-04-23 17:43 UTC  (6+ messages)
` [PATCH v8 09/11] virtio-gpu: Resource UUID

Patch "virtio_net: Do not send RSS key if it is not supported" has been added to the 6.6-stable tree
 2024-04-23 16:35 UTC 

[PATCH v2 00/15] riscv: QEMU RISC-V IOMMU Support
 2024-04-23 16:33 UTC  (3+ messages)
` [PATCH v2 01/15] exec/memtxattr: add process identifier to the transaction attributes

[PATCH 6.6.y] virtio_net: Do not send RSS key if it is not supported
 2024-04-23 16:32 UTC  (2+ messages)

[PATCH 0/6] Add ivshmem-flat device
 2024-04-23 16:00 UTC  (5+ messages)

[PATCH] linux-user: Add ioctl for BLKBSZSET
 2024-04-23 15:24 UTC 

[PATCH intel_iommu 0/7] FLTS for VT-d
 2024-04-23 15:17 UTC  (6+ messages)
` [PATCH intel_iommu 3/7] intel_iommu: make types match


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 read-only IMAP folder(s) and NNTP newsgroup(s).