QEMU-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-19 21:25:05 to 2024-03-20 10:33:26 UTC [more...]

[PULL 0/6] QEMU bug fixes for 20240320
 2024-03-20 10:32 UTC  (7+ messages)
` [PULL 1/6] target/i386: fix direction of "32-bit MMU" test
` [PULL 2/6] vl: convert qemu_machine_creation_done() to Error **
` [PULL 3/6] vl: do not assert if sev-guest is used together with TCG
` [PULL 4/6] target/i386: Revert monitor_puts() in do_inject_x86_mce()
` [PULL 5/6] tests/plugins: fix use-after-free bug
` [PULL 6/6] meson: remove dead dictionary access

[PATCH v5 0/7] Live Migration With IAA
 2024-03-20 10:31 UTC  (11+ 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] meson: remove dead dictionary access
 2024-03-20 10:29 UTC 

[PATCH RFC v3 00/49] Add AMD Secure Nested Paging (SEV-SNP) support
 2024-03-20  9:59 UTC  (57+ messages)
` [PATCH v3 01/49] Revert "linux-headers hack" from sevinit2 base tree
` [PATCH v3 02/49] scripts/update-linux-headers: Add setup_data.h to import list
` [PATCH v3 03/49] scripts/update-linux-headers: Add bits.h to file imports
` [PATCH v3 04/49] [HACK] linux-headers: Update headers for 6.8 + kvm-coco-queue + SNP
` [PATCH v3 05/49] [TEMP] hw/i386: Remove redeclaration of struct setup_data
` [PATCH v3 06/49] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 07/49] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 08/49] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [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 v3 16/49] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 17/49] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 18/49] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 19/49] kvm: Make kvm_convert_memory() obey ram_block_discard_is_enabled()
` [PATCH v3 20/49] trace/kvm: Add trace for KVM_EXIT_MEMORY_FAULT
` [PATCH v3 21/49] i386/sev: Introduce "sev-common" type to encapsulate common SEV state
` [PATCH v3 22/49] i386/sev: Introduce 'sev-snp-guest' object
` [PATCH v3 23/49] i386/sev: Add a sev_snp_enabled() helper
` [PATCH v3 24/49] target/i386: Add handling for KVM_X86_SNP_VM VM type
` [PATCH v3 25/49] i386/sev: Skip RAMBlock notifiers for SNP
` [PATCH v3 26/49] i386/sev: Skip machine-init-done "
` [PATCH v3 27/49] i386/sev: Set ms->require_guest_memfd "
` [PATCH v3 28/49] i386/sev: Disable SMM "
` [PATCH v3 29/49] i386/sev: Don't disable block discarding "
` [PATCH v3 30/49] i386/cpu: Set SEV-SNP CPUID bit when SNP enabled
` [PATCH v3 31/49] i386/sev: Update query-sev QAPI format to handle SEV-SNP
` [PATCH v3 32/49] i386/sev: Don't return launch measurements for SEV-SNP guests
` [PATCH v3 33/49] kvm: Make kvm_convert_memory() non-static
` [PATCH v3 34/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes
` [PATCH v3 35/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Page State Changes (MSR-based)
` [PATCH v3 36/49] i386/sev: Add KVM_EXIT_VMGEXIT handling for Extended Guest Requests
` [PATCH v3 37/49] i386/sev: Add the SNP launch start context
` [PATCH v3 38/49] i386/sev: Add handling to encrypt/finalize guest launch data
` [PATCH v3 39/49] i386/sev: Set CPU state to protected once SNP guest payload is finalized
` [PATCH v3 40/49] hw/i386/sev: Add function to get SEV metadata from OVMF header
` [PATCH v3 41/49] i386/sev: Add support for populating OVMF metadata pages
` [PATCH v3 42/49] i386/sev: Add support for SNP CPUID validation
` [PATCH v3 43/49] qapi, i386: Move kernel-hashes to SevCommonProperties
` [PATCH v3 44/49] i386/sev: Extract build_kernel_loader_hashes
` [PATCH v3 45/49] i386/sev: Reorder struct declarations
` [PATCH v3 46/49] i386/sev: Allow measured direct kernel boot on SNP
` [PATCH v3 47/49] hw/i386/sev: Add support to encrypt BIOS when SEV-SNP is enabled
` [PATCH v3 48/49] hw/i386/sev: Use guest_memfd for legacy ROMs
` [PATCH v3 49/49] hw/i386: Add support for loading BIOS using guest_memfd

[RFC PATCH v8 00/23] target/arm: Implement FEAT_NMI and FEAT_GICv3_NMI
 2024-03-20  9:49 UTC  (11+ 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

[PATCH v3 0/1] Introduce Icelake-Server-v7 to enable TSX
 2024-03-20  9:31 UTC  (2+ messages)
` [PATCH v3 1/1] target/i386: "

[PATCH for-9.0] target/riscv/debug: set tval=pc in breakpoint exceptions
 2024-03-20  9:32 UTC 

[PATCH] vhost-vdpa: check vhost_vdpa_set_vring_ready() return value
 2024-03-20  9:06 UTC  (7+ messages)

[PULL 00/68] virtio,pc,pci: features, cleanups, fixes
 2024-03-20  8:58 UTC  (3+ messages)
` [PULL 32/68] hw/virtio: Add support for VDPA network simulation devices

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

[RFC PATCH-for-9.1 00/21] qapi: Make @query-cpu-definitions command target-agnostic
 2024-03-20  8:49 UTC  (5+ messages)
` [PATCH-for-9.1 10/21] qapi: Make CpuModel* definitions target agnostic
` [PATCH-for-9.1 19/21] target/ppc: Factor ppc_add_alias_definitions() out

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

[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 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  (12+ messages)
` [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 00/22] plugins: Rewrite plugin code generation
 2024-03-20  5:36 UTC  (13+ messages)
` [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 1/2] tests/qtest/migration: Ignore if socket-address is missing to avoid crash below
 2024-03-20  5:17 UTC  (5+ messages)
` [PATCH 2/2] tests/qtest/migration: Fix typo for vsock in SocketAddress_to_str

[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  (7+ messages)
` [PATCH v5 08/24] replay: Fix migration use of clock
` [PATCH v5 13/24] tests/avocado: replay_linux.py remove the timeout expected guards

[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

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

[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 


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