QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-19 17:46:55 to 2024-03-20 08:43:54 UTC [more...]

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-03-20  8:39 UTC  (8+ messages)
` [PATCH v3 09/49] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 10/49] kvm: Introduce support for memory_attributes
` [PATCH v3 11/49] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v3 12/49] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 13/49] [FIXUP] "kvm: handle KVM_EXIT_MEMORY_FAULT": drop qemu_host_page_size
` [PATCH v3 14/49] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v3 15/49] kvm/memory: Make memory type private by default if it has guest memfd backend

[PATCH for-9.1 v5 00/14] migration: Improve error reporting
 2024-03-20  8:41 UTC  (17+ messages)
` [PATCH for-9.1 v5 01/14] s390/stattrib: Add Error** argument to set_migrationmode() handler
` [PATCH for-9.1 v5 02/14] vfio: Always report an error in vfio_save_setup()
` [PATCH for-9.1 v5 03/14] migration: Always report an error in block_save_setup()
` [PATCH for-9.1 v5 04/14] migration: Always report an error in ram_save_setup()
` [PATCH for-9.1 v5 05/14] migration: Add Error** argument to vmstate_save()
` [PATCH for-9.1 v5 06/14] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH for-9.1 v5 07/14] migration: Add Error** argument to .save_setup() handler
` [PATCH for-9.1 v5 08/14] migration: Add Error** argument to .load_setup() handler
` [PATCH for-9.1 v5 09/14] memory: Add Error** argument to .log_global_start() handler
` [PATCH for-9.1 v5 10/14] migration: Introduce ram_bitmaps_destroy()
` [PATCH for-9.1 v5 11/14] memory: Add Error** argument to the global_dirty_log routines
` [PATCH for-9.1 v5 12/14] migration: Add Error** argument to ram_state_init()
` [PATCH for-9.1 v5 13/14] migration: Add Error** argument to xbzrle_init()
` [PATCH for-9.1 v5 14/14] migration: Modify ram_init_bitmaps() to report dirty tracking errors

[PATCH v2] target/i386: Revert monitor_puts() in do_inject_x86_mce()
 2024-03-20  8:36 UTC 

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

[PATCH v5 0/5] Add ISA extension smcntrpmf support
 2024-03-20  8:06 UTC  (7+ messages)
` [PATCH v5 5/5] target/riscv: Implement privilege mode filtering for cycle/instret

[PATCH] target/i386: Check NULL monitor pointer when injecting MCE
 2024-03-20  7:53 UTC  (5+ messages)

[PATCH 0/7] qapi: Refactor QAPISchemaVariants
 2024-03-20  7:43 UTC  (8+ messages)
` [PATCH 1/7] qapi: New QAPISchemaBranches, QAPISchemaAlternatives
` [PATCH 2/7] qapi: Rename visitor parameter @variants to @branches
` [PATCH 3/7] qapi: Rename visitor parameter @variants to @alternatives
` [PATCH 4/7] qapi: Rename QAPISchemaObjectType.variants to .branches
` [PATCH 5/7] qapi: Rename QAPISchemaAlternateType.variants to .alternatives
` [PATCH 6/7] qapi: Move conditional code from QAPISchemaVariants to its subtypes
` [PATCH 7/7] qapi: Simplify QAPISchemaVariants @tag_member

[PATCH] Fix fp16 checking in vector fp widen/narrow instructions
 2024-03-20  7:25 UTC  (5+ messages)
` [PATCH] target/riscv: rvv: Fix Zvfhmin checking for vfwcvt.f.f.v and vfncvt.f.f.w instructions
` [PATCH] target/riscv: rvv: Check single width operator for vector fp widen instructions
` [PATCH] target/riscv: rvv: Check single width operator for vfncvt.rod.f.f.w
` [PATCH] target/riscv: rvv: Remove redudant SEW checking for vector fp narrow/widen instructions

[PATCH] ui/console: initialize QemuDmaBuf from ui/console
 2024-03-20  7:16 UTC  (2+ messages)

[PATCH v3 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
 2024-03-20  7:13 UTC  (4+ messages)
` [PATCH v3 1/2] memory tier: dax/kmem: create CPUless memory tiers after obtaining HMAT info
` [PATCH v3 2/2] memory tier: dax/kmem: abstract memory types put

[PULL 0/5] Edk2 20240320 patches
 2024-03-20  7:08 UTC  (6+ messages)
` [PULL 1/5] roms/efi: clean up edk2 build config
` [PULL 2/5] roms/efi: drop workaround for edk2-stable202308
` [PULL 3/5] roms/efi: exclude efi shell from secure boot builds
` [PULL 4/5] roms/efi: use pure 64-bit build for edk2-x86_64-secure-code.fd
` [PULL 5/5] update edk2 binaries for arm, risc-v and x86 secure boot

[PATCH-for-9.1 00/27] accel/tcg: Introduce TCGCPUOps::get_cpu_state() handler
 2024-03-20  7:09 UTC  (17+ messages)
` [PATCH-for-9.1 10/27] target/i386: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 17/27] target/ppc: Indent ppc_tcg_ops[] with 4 spaces
` [PATCH-for-9.1 18/27] target/ppc: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 19/27] target/riscv: "
` [PATCH-for-9.1 21/27] target/s390x: Restrict TCG-specific declarations
` [PATCH-for-9.1 22/27] target/s390x: Convert to TCGCPUOps::get_cpu_state()
` [PATCH-for-9.1 24/27] target/sparc: "

[PATCH v2 0/4] ui/console: Remove console_select()
 2024-03-20  7:00 UTC  (4+ messages)

[PATCH 00/22] plugins: Rewrite plugin code generation
 2024-03-20  5:36 UTC  (19+ messages)
` [PATCH 01/22] tcg: Add TCGContext.emit_before_op
` [PATCH 05/22] plugins: Move function pointer in qemu_plugin_dyn_cb
` [PATCH 06/22] plugins: Create TCGHelperInfo for all out-of-line callbacks
` [PATCH 07/22] plugins: Use emit_before_op for PLUGIN_GEN_AFTER_INSN
` [PATCH 08/22] plugins: Use emit_before_op for PLUGIN_GEN_FROM_TB

[PATCH 1/2] tests/qtest/migration: Ignore if socket-address is missing to avoid crash below
 2024-03-20  5:17 UTC  (6+ messages)
` [PATCH 2/2] tests/qtest/migration: Fix typo for vsock in SocketAddress_to_str

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-03-20  5:07 UTC  (5+ messages)
` [PATCH-for-9.1 07/21] target/mips: Make MIPS_CPU common to new MIPS32_CPU / MIPS64_CPU types
` [PATCH-for-9.1 19/21] target/ppc: Factor ppc_add_alias_definitions() out

[PATCH v2 0/2] Moving fp arithmetic insns to decodetree
 2024-03-20  5:03 UTC  (3+ messages)
` [PATCH v2 1/2] target/ppc: Merge various fpu helpers

[PATCH] target/ppc/mmu-radix64: Use correct string format in walk_tree()
 2024-03-20  5:02 UTC  (3+ messages)

[PATCH for 9.0 v15 00/10] target/riscv: vector fixes
 2024-03-20  4:55 UTC  (4+ messages)
` [PATCH for 9.0 v15 06/10] target/riscv/vector_helpers: do early exit when vstart >= vl

[PATCH v5 00/24] replay: fixes and new test cases
 2024-03-20  4:48 UTC  (19+ messages)
` [PATCH v5 05/24] Revert "replay: stop us hanging in rr_wait_io_event"
` [PATCH v5 06/24] tests/avocado: replay_kernel.py add x86-64 q35 machine test
` [PATCH v5 07/24] chardev: set record/replay on the base device of a muxed device
` [PATCH v5 08/24] replay: Fix migration use of clock
` [PATCH v5 10/24] virtio-net: Use replay_schedule_bh_event for bhs that affect machine state
` [PATCH v5 12/24] savevm: Fix load_snapshot error path crash
` [PATCH v5 13/24] tests/avocado: replay_linux.py remove the timeout expected guards
` [PATCH v5 15/24] tests/avocado: reverse_debugging.py add test for x86-64 q35 machine

[PATCH v2 0/2] RISC-V: ACPI: Enable SPCR
 2024-03-20  4:41 UTC  (7+ messages)
` [PATCH v2 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location

[PATCH 1/2] target/ppc: Restore [H]DEXCR to 64-bits
 2024-03-20  4:33 UTC  (5+ messages)
` [PATCH 2/2] target/ppc: Fix GDB register indexing on secondary CPUs

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-03-20  4:18 UTC  (6+ messages)

Pending network patches
 2024-03-20  3:35 UTC  (2+ messages)

[PATCH v4 1/2] vhost: dirty log should be per backend type
 2024-03-20  3:27 UTC  (12+ messages)
` [PATCH v4 2/2] vhost: Perform memory section dirty scans once per iteration

[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-20  3:21 UTC  (10+ messages)
` [RFC PATCH v8 05/23] target/arm: Support MSR access to ALLINT
` [RFC PATCH v8 06/23] target/arm: Add support for Non-maskable Interrupt

[ANNOUNCE] QEMU 9.0.0-rc0 is now available
 2024-03-20  3:09 UTC 

How to compile QEMU with glib source code?
 2024-03-20  2:53 UTC 

[PATCH v4 0/2] kvm: add support for guest physical bits
 2024-03-20  2:44 UTC  (3+ messages)
` [PATCH v4 1/2] "

[PATCH 0/4] target/riscv: Fix the element agnostic function problem
 2024-03-20  2:41 UTC  (7+ messages)
` [PATCH 1/4] target/riscv: Rename vext_set_elems_1s function
` [PATCH 2/4] target/riscv: Add right functions to set agnostic elements

[PULL 0/3] loongarch fixes for 9.0
 2024-03-20  2:40 UTC  (4+ messages)
` [PULL 1/3] hw/intc/loongarch_extioi: Fix interrupt routing update
` [PULL 2/3] target/loongarch: Fix tlb huge page loading issue
` [PULL 3/3] target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'

[PATCH v2] target/i386: Add new CPU model SierraForest
 2024-03-20  2:10 UTC 

[PATCH] contrib/plugins/execlog: Fix compiler warning
 2024-03-20  2:01 UTC 

[PATCH v2] target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0, $t0, 0'
 2024-03-20  1:47 UTC  (2+ messages)
` [PATCH v2] target/loongarch: Fix qemu-loongarch64 hang when executing 'll.d $t0,$t0, 0'

[PATCH] hw/intc/loongarch_extioi: Fix interrupt routing update
 2024-03-20  0:52 UTC  (2+ messages)

[PULL 0/9] target/hppa fixes for 9.0
 2024-03-20  0:32 UTC  (10+ messages)
` [PULL 1/9] target/hppa: Fix assemble_16 insns for wide mode
` [PULL 2/9] target/hppa: Fix assemble_11a "
` [PULL 3/9] target/hppa: Fix assemble_12a "
` [PULL 4/9] target/hppa: ldcw,s uses static shift of 3
` [PULL 5/9] target/hppa: fix shrp for wide mode
` [PULL 6/9] target/hppa: fix access_id check
` [PULL 7/9] target/hppa: exit tb on flush cache instructions
` [PULL 8/9] target/hppa: mask privilege bits in mfia
` [PULL 9/9] target/hppa: fix do_stdby_e()

[PATCH] target/i386: Export RFDS bit to guests
 2024-03-20  0:26 UTC  (5+ messages)

[PATCH] Revert mapped-ram multifd support to fd: URI
 2024-03-19 21:58 UTC  (2+ messages)

qemu fuzz crash in virtio_net_queue_reset()
 2024-03-19 21:24 UTC 

[PATCH 0/5] target/riscv: Support Zve32x and Zve64x extensions
 2024-03-19 21:19 UTC  (4+ messages)
` [PATCH 1/5] target/riscv: Add support for Zve32x extension

[PATCH-for-9.1 0/8] target/microblaze: Sprint housekeeping
 2024-03-19 21:07 UTC  (14+ messages)
` [PATCH-for-9.1 3/8] target/microblaze: Widen vaddr in mmu_translate()
` [PATCH-for-9.1 4/8] target/microblaze: Use 32-bit destination in gen_goto_tb()
` [PATCH-for-9.1 5/8] target/microblaze: Restrict 64-bit 'res_addr' to system emulation
` [PATCH-for-9.1 6/8] target/microblaze: Rename helper.c -> sys_helper.c
` [PATCH-for-9.1 7/8] target/microblaze: Move MMU helpers to sys_helper.c
` [RFC PATCH-for-9.1 8/8] target/microblaze: Widen $ear to 64-bit

[PATCH v7 0/8] tests/qtest/migration: Add tests for introducing 'channels' argument in migrate QAPIs
 2024-03-19 20:54 UTC  (8+ messages)
` [PATCH v7 3/8] tests/qtest/migration: Replace migrate_get_connect_uri inplace of migrate_get_socket_address

[PATCH] Implement SSH commands in QEMU GA for Windows
 2024-03-19 18:17 UTC 

[PULL 0/8] Misc fixes patches
 2024-03-19 20:21 UTC  (9+ messages)
` [PULL 1/8] seccomp: report EPERM instead of killing process for spawn set
` [PULL 2/8] chardev: lower priority of the HUP GSource in socket chardev
` [PULL 3/8] Revert "chardev/char-socket: Fix TLS io channels sending too much data to the backend"
` [PULL 4/8] Revert "chardev: use a child source for qio input source"
` [PULL 5/8] crypto: factor out conversion of QAPI to gcrypt constants
` [PULL 6/8] crypto: query gcrypt for cipher availability
` [PULL 7/8] crypto: use error_abort for unexpected failures
` [PULL 8/8] crypto: report which ciphers are being skipped during tests

[PATCH v3 0/3] migration mapped-ram fixes
 2024-03-19 20:15 UTC  (10+ messages)
` [RFC PATCH v3 3/3] migration: Add fd to FileMigrationArgs

[PATCH] coroutine: cap per-thread local pool size
 2024-03-19 20:14 UTC  (8+ messages)

[RFC PATCH] target/hppa: Introduce and use IAQEntry
 2024-03-19 19:37 UTC  (3+ messages)

[PULL 0/1] Block patches
 2024-03-19 19:11 UTC  (5+ messages)
` [PULL 1/1] coroutine: cap per-thread local pool size

[PATCH] block/io: accept NULL qiov in bdrv_pad_request
 2024-03-19 18:50 UTC  (2+ messages)

[RFC PATCH v5 00/22] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-19 18:40 UTC  (5+ messages)
` [RFC PATCH v5 06/22] target/arm: Add support for Non-maskable Interrupt

[PATCH v2 0/6] few fixes for hppa target
 2024-03-19 18:35 UTC  (3+ messages)
` [PATCH v2 3/6] target/hppa: fix access_id check

[PATCH v2 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
 2024-03-19 18:31 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v5 00/25] qapi: statically type schema.py
 2024-03-19 18:23 UTC  (2+ messages)

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-03-19 18:18 UTC  (5+ messages)

[PATCH v3 0/7] qga/commands-posix: replace code duplicating commands with a helper
 2024-03-19 18:02 UTC  (13+ messages)
` [PATCH v3 2/7] qga: introduce ga_run_command() helper for guest cmd execution
` [PATCH v3 3/7] qga/commands-posix: qmp_guest_shutdown: use ga_run_command helper
` [PATCH v3 4/7] qga/commands-posix: qmp_guest_set_time: "
` [PATCH v3 5/7] qga/commands-posix: execute_fsfreeze_hook: "
` [PATCH v3 6/7] qga/commands-posix: don't do fork()/exec() when suspending via sysfs
` [PATCH v3 7/7] qga/commands-posix: qmp_guest_set_user_password: use ga_run_command helper

Request for Support: QEMU IPv6 Port Forwarding Issue
 2024-03-19 17:45 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 read-only IMAP folder(s) and NNTP newsgroup(s).