QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-06 07:53:05 to 2024-05-06 12:43:36 UTC [more...]

[PATCH v4] vfio/pci: migration: Skip config space check for Vendor Specific Information in VSC during restore/load
 2024-05-06 12:41 UTC  (2+ messages)

[PULL 00/28] Accelerator patches for 2024-05-06
 2024-05-06 12:37 UTC  (29+ messages)
` [PULL 01/28] exec/cpu: Indent TARGET_PAGE_foo definitions
` [PULL 02/28] exec/cpu: Rename PAGE_BITS macro to PAGE_RWX
` [PULL 03/28] exec/cpu: Remove obsolete PAGE_RESERVED definition
` [PULL 04/28] exec/cpu: Remove duplicated PAGE_PASSTHROUGH definition
` [PULL 05/28] exec/cpu: Extract page-protection definitions to page-protection.h
` [PULL 06/28] accel/tcg: Use cpu_loop_exit_requested() in cpu_loop_exec_tb()
` [PULL 07/28] accel/tcg: Access tcg_cflags with getter / setter
` [PULL 08/28] accel/tcg: Move user definition of cpu_interrupt() to user-exec.c
` [PULL 09/28] accel/tcg: Update CPUNegativeOffsetState::can_do_io field documentation
` [PULL 10/28] accel/tcg: Restrict qemu_plugin_vcpu_exit_hook() to TCG plugins
` [PULL 11/28] accel/tcg: Restrict cpu_plugin_mem_cbs_enabled() to TCG
` [PULL 12/28] accel/tcg: Move @plugin_mem_cbs from CPUState to CPUNegativeOffsetState
` [PULL 13/28] user: Forward declare TaskState type definition
` [PULL 14/28] user: Declare get_task_state() once in 'accel/tcg/vcpu-state.h'
` [PULL 15/28] user: Use get_task_state() helper
` [PULL 16/28] softmmu: let qemu_map_ram_ptr() use qemu_ram_ptr_length()
` [PULL 17/28] xen: let xen_ram_addr_from_mapcache() return -1 in case of not found entry
` [PULL 18/28] xen: mapcache: Refactor lock functions for multi-instance
` [PULL 19/28] xen: mapcache: Refactor xen_map_cache "
` [PULL 20/28] xen: mapcache: Refactor xen_remap_bucket "
` [PULL 21/28] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
` [PULL 22/28] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
` [PULL 23/28] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
` [PULL 24/28] xen: mapcache: Break out xen_invalidate_map_cache_single()
` [PULL 25/28] xen: mapcache: Break out xen_map_cache_init_single()
` [PULL 26/28] softmmu: Pass RAM MemoryRegion and is_write in xen_map_cache()
` [PULL 27/28] MAINTAINERS: Update Aleksandar Rikalo email
` [PULL 28/28] MAINTAINERS: Update my email address

[PATCH for-9.0 v3 0/4] target/sh4: Fix mac.[lw]
 2024-05-06 12:38 UTC  (3+ messages)

[PATCH v3 00/19] Add a host IOMMU device abstraction to check with vIOMMU
 2024-05-06 12:05 UTC  (4+ messages)

[PATCH v4 0/2] query-cpu-model-expansion: report deprecated features
 2024-05-06 12:13 UTC  (2+ messages)

[PATCH 0/3] Cleanup VFIOIOMMUClass callback return with bool
 2024-05-06 12:06 UTC  (7+ messages)
` [PATCH 1/3] vfio: Make VFIOIOMMUClass::attach_device() and its wrapper return bool
` [PATCH 2/3] vfio: Make VFIOIOMMUClass::setup() "
` [PATCH 3/3] vfio: Make VFIOIOMMUClass::add_window() and its wrapper "

[PATCH] spapr: Migrate ail-mode-3 spapr cap
 2024-05-06 11:56 UTC 

[PULL 00/12] qemu-sparc queue 20240506
 2024-05-06 11:44 UTC  (13+ messages)
` [PULL 01/12] target/sparc/cpu: Rename the CPU models with a "+" in their names
` [PULL 02/12] target/sparc/cpu: Avoid spaces by default in the CPU names
` [PULL 03/12] docs/system/target-sparc: Improve the Sparc documentation
` [PULL 04/12] docs/about: Deprecate the old "UltraSparc" CPU names that contain a "+"
` [PULL 05/12] hw/sparc64: set iommu_platform=on for virtio devices attached to the sun4u machine
` [PULL 06/12] linux-user/sparc: Add more hwcap bits for sparc64
` [PULL 07/12] target/sparc: Fix FEXPAND
` [PULL 08/12] target/sparc: Fix FMUL8x16
` [PULL 09/12] target/sparc: Fix FMUL8x16A{U,L}
` [PULL 10/12] target/sparc: Fix FMULD8*X16
` [PULL 11/12] target/sparc: Fix FPMERGE
` [PULL 12/12] target/sparc: Split out do_ms16b

[PULL 0/7] QAPI patches patches for 2024-05-06
 2024-05-06 11:44 UTC  (16+ messages)
` [PULL 1/7] qapi: New QAPISchemaBranches, QAPISchemaAlternatives
` [PATCH 1/7] qapi: make since sections special WIP
` [PULL 2/7] qapi: Rename visitor parameter @variants to @branches
` [PATCH 2/7] sphinx/qapidoc: Tweak "Since" section formatting WIP
` [PULL 3/7] qapi: Rename visitor parameter @variants to @alternatives
` [PATCH 3/7] qapi: make returns sections special WIP
` [PULL 4/7] qapi: Rename QAPISchemaObjectType.variants to .branches
` [PATCH 4/7] qapidoc: Generate default Returns WIP
` [PATCH 5/7] qapi: Drop "Returns" section where default is fine WIP
` [PULL 5/7] qapi: Rename QAPISchemaAlternateType.variants to .alternatives
` [PULL 6/7] qapi: Move conditional code from QAPISchemaVariants to its subtypes
` [PATCH 6/7] qga/qapi-schema: Drop "Returns" section where default is fine WIP
` [PATCH 7/7] find untagged sections WIP
` [PULL 7/7] qapi: Simplify QAPISchemaVariants @tag_member

[PATCH v2] qemu-options: Deprecate "-runas" and introduce "-run-with user=..." instead
 2024-05-06 11:42 UTC  (2+ messages)

[qemu-web PATCH] blog: KVM Forum 2024 CFP
 2024-05-06 11:13 UTC  (5+ messages)

[PATCH 0/3] qapi/vfio: Add VFIO device migration state change QAPI event
 2024-05-06 10:57 UTC  (12+ messages)
` [PATCH 1/3] "

[PATCH v4 00/17] xen: Support grant mappings
 2024-05-06 10:36 UTC  (23+ messages)
` [PATCH v4 03/17] xen: mapcache: Refactor lock functions for multi-instance
` [PATCH v4 04/17] xen: mapcache: Refactor xen_map_cache "
` [PATCH v4 05/17] xen: mapcache: Refactor xen_remap_bucket "
` [PATCH v4 06/17] xen: mapcache: Break out xen_ram_addr_from_mapcache_single
` [PATCH v4 07/17] xen: mapcache: Refactor xen_replace_cache_entry_unlocked
` [PATCH v4 08/17] xen: mapcache: Refactor xen_invalidate_map_cache_entry_unlocked
` [PATCH v4 09/17] xen: mapcache: Break out xen_invalidate_map_cache_single()
` [PATCH v4 13/17] softmmu: Pass RAM MemoryRegion and is_write xen_map_cache()
` [PATCH v4 14/17] xen: Add xen_mr_is_memory()

Call for Presentations: KVM Forum 2024
 2024-05-06 10:13 UTC 

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-06 10:08 UTC  (12+ messages)

[sdl-qemu] [PATCH v1] /hw/intc/arm_gic WRONG ARGUMENTS
 2024-05-06 10:02 UTC  (4+ messages)

[PATCH 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-06  9:43 UTC  (6+ messages)
` [PATCH 2/4] hw/gpio: Handle clock migration in STM32L4x5 gpios
` [PATCH 3/4] hw/char: Add QOM property for STM32L4x5 USART clock frequency

[PATCH v5 0/3] Add support for the RAPL MSRs series
 2024-05-06  9:41 UTC  (7+ messages)
` [PATCH v5 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH V8 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-06  9:28 UTC  (10+ messages)
` [PATCH V8 3/8] hw/acpi: Update ACPI GED framework "
` [PATCH V8 6/8] physmem: Add helper function to destroy CPU AddressSpace

[PATCH v5 00/10] vfio: Improve error reporting (part 2)
 2024-05-06  9:20 UTC  (11+ messages)
` [PATCH v5 01/10] vfio: Add Error** argument to .set_dirty_page_tracking() handler
` [PATCH v5 02/10] vfio: Add Error** argument to vfio_devices_dma_logging_start()
` [PATCH v5 03/10] vfio: Extend migration_file_set_error() with Error** argument
` [PATCH v5 04/10] vfio: Use new Error** argument in vfio_save_setup()
` [PATCH v5 05/10] vfio: Add Error** argument to .vfio_save_config() handler
` [PATCH v5 06/10] vfio: Reverse test on vfio_get_dirty_bitmap()
` [PATCH v5 07/10] memory: Add Error** argument to memory_get_xlat_addr()
` [PATCH v5 08/10] vfio: Add Error** argument to .get_dirty_bitmap() handler
` [PATCH v5 09/10] vfio: Also trace event failures in vfio_save_complete_precopy()
` [PATCH v5 10/10] vfio: Extend vfio_set_migration_error() with Error* argument

[PATCH RESEND] virtio-net: fix bug 1451 aka "assert(!virtio_net_get_subqueue(nc)->async_tx.elem); "
 2024-05-06  9:20 UTC  (2+ messages)

[PATCH v6 0/7] Live Migration With IAA
 2024-05-05 16:57 UTC  (8+ messages)
` [PATCH v6 1/7] docs/migration: add qpl compression feature
` [PATCH v6 2/7] migration/multifd: put IOV initialization into compression method
` [PATCH v6 3/7] configure: add --enable-qpl build option
` [PATCH v6 4/7] migration/multifd: add qpl compression method
` [PATCH v6 5/7] migration/multifd: implement initialization of qpl compression
` [PATCH v6 6/7] migration/multifd: implement qpl compression and decompression
` [PATCH v6 7/7] tests/migration-test: add qpl compression test

[PATCH v2] MAINTAINERS: Update my email address
 2024-05-06  8:42 UTC  (2+ messages)

[PATCH v2 0/6] target/i386: Misc cleanup on KVM PV defs and outdated comments
 2024-05-06  8:51 UTC  (7+ messages)
` [PATCH v2 1/6] target/i386/kvm: Add feature bit definitions for KVM CPUID
` [PATCH v2 2/6] target/i386/kvm: Remove local MSR_KVM_WALL_CLOCK and MSR_KVM_SYSTEM_TIME definitions
` [PATCH v2 3/6] target/i386/kvm: Only save/load kvmclock MSRs when kvmclock enabled
` [PATCH v2 4/6] target/i386/kvm: Save/load MSRs of kvmclock2 (KVM_FEATURE_CLOCKSOURCE2)
` [PATCH v2 5/6] target/i386/kvm: Drop workaround for KVM_X86_DISABLE_EXITS_HTL typo
` [PATCH v2 6/6] target/i386/confidential-guest: Fix comment of x86_confidential_guest_kvm_type()

[PATCH v3] mc146818rtc: add a way to generate RTC interrupts via QMP
 2024-05-06  8:34 UTC 

[PATCH v2 00/25] target/i386: convert 1-byte opcodes to new decoder
 2024-05-06  8:09 UTC  (26+ messages)
` [PATCH v2 01/25] target/i386: use TSTEQ/TSTNE to test low bits
` [PATCH v2 02/25] target/i386: use TSTEQ/TSTNE to check flags
` [PATCH v2 03/25] target/i386: remove mask from CCPrepare
` [PATCH v2 04/25] target/i386: cc_op is not dynamic in gen_jcc1
` [PATCH v2 05/25] target/i386: cleanup cc_op changes for REP/REPZ/REPNZ
` [PATCH v2 06/25] target/i386: pull cc_op update to callers of gen_jmp_rel{, _csize}
` [PATCH v2 07/25] target/i386: extend cc_* when using them to compute flags
` [PATCH v2 08/25] target/i386: do not use s->T0 and s->T1 as scratch registers for CCPrepare
` [PATCH v2 09/25] target/i386: clarify the "reg" argument of functions returning CCPrepare
` [PATCH v2 10/25] target/i386: cleanup *gen_eob*
` [PATCH v2 11/25] target/i386: reintroduce debugging mechanism
` [PATCH v2 12/25] target/i386: move 00-5F opcodes to new decoder
` [PATCH v2 13/25] target/i386: extract gen_far_call/jmp, reordering temporaries
` [PATCH v2 14/25] target/i386: allow instructions with more than one immediate
` [PATCH v2 15/25] target/i386: move 60-BF opcodes to new decoder
` [PATCH v2 16/25] target/i386: generalize gen_movl_seg_T0
` [PATCH v2 17/25] target/i386: move C0-FF opcodes to new decoder (except for x87)
` [PATCH v2 18/25] target/i386: merge and enlarge a few ranges for call to disas_insn_new
` [PATCH v2 19/25] target/i386: move remaining conditional operations to new decoder
` [PATCH v2 20/25] target/i386: move BSWAP "
` [PATCH v2 21/25] target/i386: port extensions of one-byte opcodes "
` [PATCH v2 22/25] target/i386: remove now-converted opcodes from old decoder
` [PATCH v2 23/25] target/i386: decode x87 instructions in a separate function
` [PATCH v2 24/25] target/i386: split legacy decoder into "
` [PATCH v2 25/25] target/i386: remove duplicate prefix decoding

[PATCH] hw/nvme: fix mo field in io mgnt send
 2024-05-06  8:06 UTC 

[PULL 00/46] Mostly build system and other cleanups patches for 2024-05-06
 2024-05-06  7:51 UTC  (43+ messages)
` [PULL 02/46] Kconfig: kvm: allow building without any board
` [PULL 03/46] tests/qtest: skip m48t59-test if the machine is absent
` [PULL 06/46] configs: list "implied" device groups in the default configs
` [PULL 07/46] alpha: switch boards to "default y"
` [PULL 08/46] arm: "
` [PULL 09/46] avr: "
` [PULL 10/46] cris: "
` [PULL 11/46] hppa: "
` [PULL 12/46] i386: "
` [PULL 13/46] loongarch: "
` [PULL 15/46] microblaze: "
` [PULL 16/46] meson: make target endianneess available to Kconfig
` [PULL 17/46] mips: switch boards to "default y"
` [PULL 18/46] openrisc: "
` [PULL 19/46] ppc: "
` [PULL 20/46] riscv: "
` [PULL 21/46] rx: "
` [PULL 22/46] s390x: "
` [PULL 23/46] sh4: "
` [PULL 24/46] sparc: "
` [PULL 25/46] tricore: "
` [PULL 26/46] xtensa: "
` [PULL 27/46] docs: document new convention for Kconfig board symbols
` [PULL 28/46] target/i386: Introduce SapphireRapids-v3 to add missing features
` [PULL 29/46] bitmap: Use g_try_new0/g_new0/g_renew
` [PULL 30/46] build: do not build virtio-vga-gl if virgl/opengl not available
` [PULL 31/46] fw_cfg: remove useless declarations from typedefs.h
` [PULL 32/46] qdev-core: remove DeviceListener "
` [PULL 33/46] numa: remove types "
` [PULL 34/46] net: remove AnnounceTimer "
` [PULL 35/46] qemu-option: remove QemuOpt "
` [PULL 36/46] intc: remove PICCommonState "
` [PULL 37/46] lockable: remove QemuLockable "
` [PULL 38/46] migration: remove PostcopyDiscardState "
` [PULL 39/46] monitor: remove MonitorDef "
` [PULL 40/46] qapi/machine: remove types "
` [PULL 41/46] display: remove GraphicHwOps "
` [PULL 42/46] tcg: remove CPU* types "
` [PULL 43/46] pci: remove some "
` [PULL 44/46] kvm: move target-dependent interrupt routing out of kvm-all.c
` [PULL 45/46] migration: do not include coroutine_int.h
` [PULL 46/46] qga/commands-posix: fix typo in qmp_guest_set_user_password


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