qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-29 02:10:45 to 2024-02-29 10:36:33 UTC [more...]

[PATCH v2 00/21] migration: Improve error reporting
 2024-02-29 10:35 UTC  (19+ messages)
` [PATCH v2 02/21] migration: Remove SaveStateHandler and LoadStateHandler typedefs
` [PATCH v2 03/21] migration: Add documentation for SaveVMHandlers
` [PATCH v2 04/21] migration: Do not call PRECOPY_NOTIFY_SETUP notifiers in case of error
` [PATCH v2 05/21] migration: Add Error** argument to qemu_savevm_state_setup()
` [PATCH v2 06/21] migration: Add Error** argument to .save_setup() handler
` [PATCH v2 07/21] migration: Add Error** argument to .load_setup() handler
` [PATCH v2 08/21] memory: Add Error** argument to .log_global*() handlers
` [PATCH v2 11/21] migration: Fix migration termination

[PATCH v7 0/5] Support message-based DMA in vfio-user server
 2024-02-29 10:34 UTC  (3+ messages)
` [PATCH v7 2/5] softmmu: Support concurrent bounce buffers

[PATCH v4 00/15] Nested PAPR API (KVM on PowerVM)
 2024-02-29 10:29 UTC  (15+ messages)
` [PATCH v4 05/15] spapr: nested: Document Nested PAPR API
` [PATCH v4 08/15] spapr: nested: Introduce H_GUEST_CREATE_VCPU hcall
` [PATCH v4 09/15] spapr: nested: Extend nested_ppc_state for nested PAPR API
` [PATCH v4 10/15] spapr: nested: Initialize the GSB elements lookup table

[PATCH 0/9] vhost-user: support any POSIX system (tested on macOS and FreeBSD)
 2024-02-29 10:28 UTC  (9+ messages)
` [PATCH 9/9] hostmem-file: support POSIX shm_open()

[PATCH v7 0/2] acpi: report numa nodes for device memory using GI
 2024-02-29 10:22 UTC  (7+ messages)
` [PATCH v7 1/2] qom: new object to associate device to numa node

[PATCH, v2] physmem: avoid bounce buffer too small
 2024-02-29 10:22 UTC  (8+ messages)

[PATCH RFC 0/3] Support GM/T 0018-2012 cryptographic standard
 2024-02-29 10:13 UTC  (3+ messages)

[RFC 0/4] mirror: implement incremental and bitmap modes
 2024-02-29 10:11 UTC  (4+ messages)

[RFC PATCH 0/5] memattrs: target/arm: add user-defined and requester ID memattrs
 2024-02-29  9:57 UTC  (4+ messages)

[PATCH v2 0/5] linux-user: Rewrite target_shmat
 2024-02-29  9:48 UTC  (3+ messages)
` [PATCH v2 1/5] linux-user/x86_64: Handle the vsyscall page in open_self_maps_{2, 4}

[Question] Can I start qemu-system-aarch64 with a vmlinux(ELF format)?
 2024-02-29  9:44 UTC  (4+ messages)

ISO C90 compilation error
 2024-02-29  9:41 UTC  (4+ messages)

[PATCH v1 0/8] Add AST2700 support
 2024-02-29  9:37 UTC  (8+ messages)
` [PATCH v1 2/8] aspeed/sli: "
` [PATCH v1 3/8] aspeed/sdmc: "
` [PATCH v1 6/8] aspeed/intc: "
` [PATCH v1 7/8] aspeed/soc: "

[PATCH] hw/scsi/lsi53c895a: add hack to prevent scsi timeouts in HP-UX 10.20
 2024-02-29  9:36 UTC  (2+ messages)

[PATCH 0/4] target/i386: use TSTEQ/TSTNE in x86 frontend
 2024-02-29  9:35 UTC  (4+ messages)
` [PATCH 4/4] tcg/optimize: optimize TSTNE using smask and zmask

[PATCH] plugins: Ensure register handles are not NULL
 2024-02-29  9:28 UTC 

[PATCH v5 0/4] VIRTIO-IOMMU: Introduce an aw-bits option
 2024-02-29  9:20 UTC  (3+ messages)
` [PATCH v5 3/4] hw: Set virtio-iommu aw-bits default value on pc_q35 and arm virt

[PATCH v5 00/65] QEMU Guest memfd + QEMU TDX support
 2024-02-29  8:51 UTC  (70+ messages)
` [PATCH v5 01/65] linux-headers: Update to Linux v6.8-rc5
` [PATCH v5 02/65] RAMBlock: Add support of KVM private guest memfd
` [PATCH v5 03/65] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v5 04/65] trace/kvm: Split address space and slot id in trace_kvm_set_user_memory()
` [PATCH v5 05/65] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v5 06/65] kvm: Introduce support for memory_attributes
` [PATCH v5 07/65] physmem: Introduce ram_block_discard_guest_memfd_range()
` [PATCH v5 08/65] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v5 09/65] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v5 10/65] kvm/memory: Make memory type private by default if it has guest memfd backend
` [PATCH v5 11/65] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v5 12/65] i386: Introduce tdx-guest object
` [PATCH v5 13/65] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v5 14/65] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v5 15/65] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v5 16/65] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v5 17/65] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v5 18/65] i386/tdx: Make Intel-PT unsupported for TD guest
` [PATCH v5 19/65] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v5 20/65] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v5 21/65] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v5 22/65] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v5 23/65] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v5 24/65] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v5 25/65] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v5 26/65] i386/tdx: Make sept_ve_disable set by default
` [PATCH v5 27/65] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v5 28/65] i386/tdx: Disable pmu for "
` [PATCH v5 29/65] i386/tdx: Validate TD attributes
` [PATCH v5 30/65] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v5 31/65] i386/tdx: Implement user specified tsc frequency
` [PATCH v5 32/65] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v5 33/65] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v5 34/65] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v5 35/65] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v5 36/65] i386/tdx: load TDVF for TD guest
` [PATCH v5 37/65] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v5 38/65] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v5 39/65] i386/tdx: Skip BIOS shadowing setup
` [PATCH v5 40/65] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v5 41/65] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v5 42/65] i386/tdx: Track RAM entries for TDX VM
` [PATCH v5 43/65] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v5 44/65] i386/tdx: Setup the TD HOB list
` [PATCH v5 45/65] i386/tdx: Populate TDVF private memory via KVM_MEMORY_MAPPING
` [PATCH v5 46/65] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v5 47/65] i386/tdx: Finalize TDX VM
` [PATCH v5 48/65] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v5 49/65] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v5 50/65] i386/tdx: handle TDG.VP.VMCALL<MapGPA> hypercall
` [PATCH v5 51/65] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v5 52/65] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v5 53/65] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v5 54/65] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v5 55/65] i386/tdx: Disable SMM for TDX VMs
` [PATCH v5 56/65] i386/tdx: Disable PIC "
` [PATCH v5 57/65] i386/tdx: Don't allow system reset "
` [PATCH v5 58/65] i386/tdx: LMCE is not supported for TDX
` [PATCH v5 59/65] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v5 60/65] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v5 61/65] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v5 62/65] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v5 63/65] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v5 64/65] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v5 65/65] docs: Add TDX documentation

[PATCH V4 00/14] allow cpr-reboot for vfio
 2024-02-29  8:44 UTC  (12+ messages)
` [PATCH V4 11/14] vfio: register container for cpr
` [PATCH V4 12/14] vfio: allow cpr-reboot migration if suspended
` [PATCH V4 14/14] migration: options incompatible with cpr

No virtio devices in SeaBIOS VMs
 2024-02-29  8:44 UTC  (2+ messages)

Intention to work on GSoC project
 2024-02-29  8:32 UTC  (2+ messages)

[PATCH v1 1/8] aspeed/wdt: Add AST2700 support
 2024-02-29  8:32 UTC  (6+ messages)
` [PATCH v1 2/8] aspeed/sli: "
` [PATCH v1 5/8] aspeed/scu: "
  ` [PATCH v1 8/8] aspeed: Add an AST2700 eval board

[PATCH v1 0/8] Add AST2700 support
 2024-02-29  8:00 UTC  (5+ messages)
` [PATCH v1 2/8] aspeed/sli: "
` [PATCH v1 5/8] aspeed/scu: "
` [PATCH v1 6/8] aspeed/intc: "
` [PATCH v1 8/8] aspeed: Add an AST2700 eval board

[PATCH 00/19] Workaround Windows failing to find 64bit SMBIOS entry point with SeaBIOS
 2024-02-29  7:51 UTC  (3+ messages)
` [PATCH 05/19] smbios: get rid of smbios_smp_sockets global

[PATCH v9 00/21] Introduce smp.modules for x86 in QEMU
 2024-02-29  7:32 UTC  (4+ messages)
` [PATCH v9 18/21] hw/i386/pc: Support smp.modules for x86 PC machine

[PATCH v5 00/12] TCG Plugin inline operation enhancement
 2024-02-29  7:12 UTC  (7+ messages)
` [PATCH v5 06/12] tests/plugin/mem: migrate to new per_vcpu API

[RFC 0/8] Introduce SMP Cache Topology
 2024-02-29  7:19 UTC  (10+ messages)
` [RFC 2/8] hw/core: Move CPU topology enumeration into arch-agnostic file
` [RFC 4/8] hw/core: Add cache topology options in -smp
` [RFC 6/8] i386/cpu: Update cache topology with machine's configuration

[PATCH v1 2/8] aspeed/sli: Add AST2700 support
 2024-02-29  7:02 UTC  (4+ messages)
` [PATCH v1 4/8] aspeed/smc: "
` [PATCH v1 5/8] aspeed/scu: "
` [PATCH v1 6/8] aspeed/intc: "

[PATCH v3 0/1] Optimize Code
 2024-02-29  6:48 UTC  (2+ messages)
` [PATCH v3 1/1] qga/linux: Add new api 'guest-network-get-route'

[PATCH v4] virtio-pci: correctly set virtio pci queue mem multiplier
 2024-02-29  6:43 UTC 

[PATCH for-8.2 0/4] Assorted replay patches
 2024-02-29  6:32 UTC  (6+ messages)
` [PATCH 4/4] replay: simple auto-snapshot mode for record

[PATCH 0/4] plugins/execlog: add data address match and address range support
 2024-02-29  6:05 UTC  (2+ messages)

[PATCH V2] migration: export fewer options
 2024-02-29  6:03 UTC  (3+ messages)

[PATCH 0/4] Confidential Guest Support: Introduce kvm_init() and kvm_reset() virtual functions
 2024-02-29  6:00 UTC  (5+ messages)
` [PATCH 1/4] confidential guest support: Add kvm_init() and kvm_reset() in class
` [PATCH 2/4] i386/sev: Switch to use confidential_guest_kvm_init()
` [PATCH 3/4] ppc/pef: switch to use confidential_guest_kvm_init/reset()
` [PATCH 4/4] s390: Switch to use confidential_guest_kvm_init()

[PATCH v3 0/7] Introduce multifd zero page checking
 2024-02-29  6:01 UTC  (13+ messages)
` [PATCH v3 1/7] migration/multifd: Add new migration option zero-page-detection
    ` [External] "
` [PATCH v3 2/7] migration/multifd: Implement zero page transmission on the multifd thread
    ` [External] "
` [PATCH v3 6/7] migration/multifd: Add zero pages and zero bytes counter to migration status interface
    ` [External] "

[PATCH 0/5] TCG plugins new inline operations
 2024-02-29  5:53 UTC  (6+ messages)
` [PATCH 1/5] plugins: prepare introduction of new inline ops
` [PATCH 2/5] plugins: add new inline op STORE_U64
` [PATCH 3/5] tests/plugin/inline: add test for STORE_U64 inline op
` [PATCH 4/5] plugins: conditional callbacks
` [PATCH 5/5] tests/plugin/inline: add test for condition callback

[PATCH v2 00/10] mirror: allow switching from background to active mode
 2024-02-29  5:28 UTC  (9+ messages)

[PATCH v6 00/12] TCG Plugin inline operation enhancement
 2024-02-29  5:25 UTC  (13+ messages)
` [PATCH v6 01/12] plugins: scoreboard API
` [PATCH v6 02/12] plugins: define qemu_plugin_u64
` [PATCH v6 03/12] plugins: implement inline operation relative to cpu_index
` [PATCH v6 04/12] plugins: add inline operation per vcpu
` [PATCH v6 05/12] tests/plugin: add test plugin for inline operations
` [PATCH v6 06/12] tests/plugin/mem: migrate to new per_vcpu API
` [PATCH v6 07/12] tests/plugin/insn: "
` [PATCH v6 08/12] tests/plugin/bb: "
` [PATCH v6 09/12] contrib/plugins/hotblocks: "
` [PATCH v6 10/12] contrib/plugins/howvec: "
` [PATCH v6 11/12] plugins: remove non per_vcpu inline operation from API
` [PATCH v6 12/12] plugins: cleanup codepath for previous inline operation

[PATCH 0/2] Optimize user_creatable_add_type error path
 2024-02-29  3:37 UTC  (3+ messages)
` [PATCH 1/2] qom/object_interfaces: Remove unnecessary local_err check
` [PATCH 2/2] qom/object_interfaces: Remove local_err in user_creatable_add_type

[PATCH] target/loongarch: Add TCG macro in structure CPUArchState
 2024-02-29  3:39 UTC 

[PATCH v5 00/23] migration: File based migration with multifd and mapped-ram
 2024-02-29  3:33 UTC  (20+ messages)
` [PATCH v5 07/23] migration/ram: Introduce 'mapped-ram' migration capability
` [PATCH v5 14/23] migration/multifd: Allow multifd without packets
` [PATCH v5 15/23] migration/multifd: Allow receiving pages "
` [PATCH v5 16/23] migration/multifd: Add a wrapper for channels_created
` [PATCH v5 17/23] migration/multifd: Add outgoing QIOChannelFile support
` [PATCH v5 18/23] migration/multifd: Add incoming "
` [PATCH v5 19/23] migration/multifd: Prepare multifd sync for mapped-ram migration
` [PATCH v5 21/23] migration/multifd: Support incoming mapped-ram stream format
` [PATCH v5 22/23] migration/multifd: Add mapped-ram support to fd: URI

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-02-29  3:27 UTC  (5+ messages)
` [PATCH 5/5] migration: Add integration test for 'qatzip' compression method
    ` [External] "

[PATCH v3 0/9] replay: fixes and new test cases
 2024-02-29  3:10 UTC  (4+ messages)
` [PATCH v3 3/9] tests/avocado: excercise scripts/replay-dump.py in replay tests

[PATCH v7 00/10] Misc clean ups to target/ppc exception handling
 2024-02-29  3:04 UTC  (6+ messages)
` [PATCH v7 02/10] target/ppc: Readability improvements in exception handlers

[PATCH 00/16 Part 1] Cleanup up to fix missing ERRP_GUARD() for error_prepend()
 2024-02-29  3:03 UTC  (3+ messages)
` [PATCH 02/16] backends/iommufd: Fix "

[PATCH v7] arm/kvm: Enable support for KVM_ARM_VCPU_PMU_V3_FILTER
 2024-02-29  2:32 UTC  (3+ messages)

[PATCH v8 00/15] hw/pci: SR-IOV related fixes and improvements
 2024-02-29  2:27 UTC  (4+ messages)
` [PATCH v8 03/15] pcie_sriov: Reset SR-IOV extended capability


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