messages from 2023-11-14 18:24:04 to 2023-11-15 07:26:11 UTC [more...]
[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
2023-11-15 7:15 UTC (67+ messages)
` [PATCH v3 01/70] *** HACK *** linux-headers: Update headers to pull in gmem APIs
` [PATCH v3 02/70] RAMBlock: Add support of KVM private guest memfd
` [PATCH v3 03/70] RAMBlock/guest_memfd: Enable KVM_GUEST_MEMFD_ALLOW_HUGEPAGE
` [PATCH v3 04/70] HostMem: Add mechanism to opt in kvm guest memfd via MachineState
` [PATCH v3 05/70] kvm: Enable KVM_SET_USER_MEMORY_REGION2 for memslot
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes
` [PATCH v3 07/70] physmem: Relax the alignment check of host_startaddr in ram_block_discard_range()
` [PATCH v3 08/70] physmem: replace function name with __func__ "
` [PATCH v3 09/70] physmem: Introduce ram_block_convert_range() for page conversion
` [PATCH v3 10/70] kvm: handle KVM_EXIT_MEMORY_FAULT
` [PATCH v3 11/70] trace/kvm: Add trace for page convertion between shared and private
` [PATCH v3 12/70] *** HACK *** linux-headers: Update headers to pull in TDX API changes
` [PATCH v3 13/70] i386: Introduce tdx-guest object
` [PATCH v3 14/70] target/i386: Implement mc->kvm_type() to get VM type
` [PATCH v3 15/70] target/i386: Parse TDX vm type
` [PATCH v3 16/70] target/i386: Introduce kvm_confidential_guest_init()
` [PATCH v3 17/70] i386/tdx: Implement tdx_kvm_init() to initialize TDX VM context
` [PATCH v3 18/70] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v3 19/70] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v3 20/70] i386/tdx: Adjust the supported CPUID based on TDX restrictions
` [PATCH v3 21/70] i386/tdx: Update tdx_cpuid_lookup[].tdx_fixed0/1 by tdx_caps.cpuid_config[]
` [PATCH v3 22/70] i386/tdx: Integrate tdx_caps->xfam_fixed0/1 into tdx_cpuid_lookup
` [PATCH v3 23/70] i386/tdx: Integrate tdx_caps->attrs_fixed0/1 to tdx_cpuid_lookup
` [PATCH v3 24/70] i386/kvm: Move architectural CPUID leaf generation to separate helper
` [PATCH v3 25/70] kvm: Introduce kvm_arch_pre_create_vcpu()
` [PATCH v3 26/70] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v3 27/70] i386/tdx: Add property sept-ve-disable for tdx-guest object
` [PATCH v3 28/70] i386/tdx: Make sept_ve_disable set by default
` [PATCH v3 29/70] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v3 30/70] i386/tdx: Validate TD attributes
` [PATCH v3 31/70] i386/tdx: Allows mrconfigid/mrowner/mrownerconfig for TDX_INIT_VM
` [PATCH v3 32/70] i386/tdx: Implement user specified tsc frequency
` [PATCH v3 33/70] i386/tdx: Set kvm_readonly_mem_enabled to false for TDX VM
` [PATCH v3 34/70] kvm/memory: Introduce the infrastructure to set the default shared/private value
` [PATCH v3 35/70] i386/tdx: Make memory type private by default
` [PATCH v3 36/70] kvm/tdx: Don't complain when converting vMMIO region to shared
` [PATCH v3 37/70] kvm/tdx: Ignore memory conversion to shared of unassigned region
` [PATCH v3 38/70] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v3 39/70] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v3 40/70] i386/tdx: Skip BIOS shadowing setup
` [PATCH v3 41/70] i386/tdx: Don't initialize pc.rom for TDX VMs
` [PATCH v3 42/70] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v3 43/70] i386/tdx: Track RAM entries for TDX VM
` [PATCH v3 44/70] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v3 45/70] i386/tdx: Setup the TD HOB list
` [PATCH v3 46/70] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v3 47/70] memory: Introduce memory_region_init_ram_guest_memfd()
` [PATCH v3 48/70] i386/tdx: register TDVF as private memory
` [PATCH v3 49/70] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v3 50/70] i386/tdx: Finalize TDX VM
` [PATCH v3 51/70] i386/tdx: handle TDG.VP.VMCALL<SetupEventNotifyInterrupt>
` [PATCH v3 52/70] i386/tdx: handle TDG.VP.VMCALL<GetQuote>
` [PATCH v3 53/70] i386/tdx: setup a timer for the qio channel
` [PATCH v3 55/70] i386/tdx: Limit the range size for MapGPA
` [PATCH v3 56/70] i386/tdx: Handle TDG.VP.VMCALL<REPORT_FATAL_ERROR>
` [PATCH v3 57/70] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v3 58/70] pci-host/q35: Move PAM initialization above SMRAM initialization
` [PATCH v3 59/70] q35: Introduce smm_ranges property for q35-pci-host
` [PATCH v3 60/70] i386/tdx: Disable SMM for TDX VMs
` [PATCH v3 62/70] i386/tdx: Don't allow system reset "
` [PATCH v3 64/70] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v3 65/70] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v3 66/70] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v3 67/70] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v3 68/70] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v3 69/70] i386/tdx: Don't get/put guest state for TDX VMs
[PATCH trivial 14/21] include/block/ufs.h: spelling fix: setted
2023-11-15 7:15 UTC (43+ messages)
` [PATCH trivial 00/21] spelling fixes for 8.2
` [PATCH trivial 02/21] linux-user: spelling fixes: othe, necesary
` [PATCH trivial 03/21] hw/cxl: spelling fixes: limitaions, potentialy, intialized
` [PATCH trivial 04/21] gdbstub: spelling fix: respectivelly
` [PATCH trivial 05/21] docs/about/deprecated.rst: spelling fix: becase
` [PATCH trivial 06/21] docs/devel/migration.rst: spelling fix: doen't
` [PATCH trivial 07/21] docs/system/arm/emulation.rst: spelling fix: Enhacements
` [PATCH trivial 08/21] target/arm/tcg: spelling fixes: alse, addreses
` [PATCH trivial 09/21] target/hppa: spelling fixes: Indicies, Truely
` [PATCH trivial 10/21] migration/rdma.c: spelling fix: asume
` [PATCH trivial 11/21] contrib/vhost-user-gpu/virgl.c: spelling fix: mesage
` [PATCH trivial 12/21] hw/mem/memory-device.c: spelling fix: ontaining
` [PATCH trivial 13/21] hw/net/cadence_gem.c: spelling fixes: Octects
` [PATCH trivial 15/21] include/hw/hyperv/dynmem-proto.h: spelling fix: nunber
` [PATCH trivial 16/21] include/hw/virtio/vhost.h: spelling fix: sate
` [PATCH trivial 17/21] target/riscv/cpu.h: spelling fix: separatly
` [PATCH trivial 18/21] tests/qtest/migration-test.c: spelling fix: bandwith
` [PATCH trivial 19/21] tests/qtest/ufs-test.c: spelling fix: tranfer
` [PATCH trivial 20/21] util/filemonitor-inotify.c: spelling fix: kenel
[PATCH 0/7] Miscellaneous error message improvements
2023-11-15 7:13 UTC (8+ messages)
` [PATCH 1/7] spapr/pci: Correct "does not support hotplugging error messages
` [PATCH 7/7] target/i386/cpu: Improve error message for property "vendor"
[PATCH] MAINTAINERS: Fully cover target/i386/*
2023-11-15 6:35 UTC (2+ messages)
[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
2023-11-15 6:23 UTC (5+ messages)
[PATCH] tests/avocado/intel_iommu: Add asset hashes to avoid warnings
2023-11-15 6:20 UTC (3+ messages)
[PATCH v6 11/21] virtio-net: Return an error when vhost cannot enable RSS
2023-11-15 6:09 UTC (20+ messages)
[PATCH v6 00/21] vfio: Adopt iommufd
2023-11-15 4:16 UTC (12+ messages)
` [PATCH v6 01/21] backends/iommufd: Introduce the iommufd object
` [PATCH v6 06/21] vfio/iommufd: Add support for iova_ranges and pgsizes
` [PATCH v6 08/21] vfio/pci: Introduce a vfio pci hot reset interface
[PATCH V7 0/8] Add architecture agnostic code to support vCPU Hotplug
2023-11-15 3:53 UTC (3+ messages)
` [PATCH V7 8/8] docs/specs/acpi_hw_reduced_hotplug: Add the CPU Hotplug Event Bit
[PATCH] migration: free 'saddr' since be no longer used
2023-11-15 3:27 UTC
[PATCH v3 0/4] Support RISC-V IOPMP
2023-11-15 1:51 UTC (4+ messages)
` [PATCH v3 4/4] hw/riscv/virt: Add IOPMP support
[PATCH v5 00/11] Implementation of NPI Mailbox and GMAC Networking Module
2023-11-15 1:35 UTC (5+ messages)
` [PATCH v5 03/11] hw/misc: Add qtest for NPCM7xx PCI Mailbox
[PATCH v5 00/31] Unified CPU type check
2023-11-15 1:32 UTC (58+ messages)
` [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class
` [PATCH v5 02/31] target/hppa: Remove object_class_is_abstract()
` [PATCH v5 03/31] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
` [PATCH v5 04/31] target: Remove 'oc == NULL' check
` [PATCH v5 05/31] cpu: Add helper cpu_model_from_type()
` [PATCH v5 06/31] cpu: Add generic cpu_list()
` [PATCH v5 07/31] target/alpha: Use "
` [PATCH v5 08/31] target/arm: "
` [PATCH v5 09/31] target/avr: "
` [PATCH v5 10/31] target/cris: "
` [PATCH v5 11/31] target/hexagon: "
` [PATCH v5 12/31] target/hppa: "
` [PATCH v5 13/31] target/loongarch: "
` [PATCH v5 14/31] target/m68k: "
` [PATCH v5 15/31] target/mips: "
` [PATCH v5 16/31] target/openrisc: "
` [PATCH v5 17/31] target/riscv: "
` [PATCH v5 18/31] target/rx: "
` [PATCH v5 19/31] target/sh4: "
` [PATCH v5 20/31] target/tricore: "
` [PATCH v5 21/31] target/xtensa: "
` [PATCH v5 22/31] target: Use generic cpu_model_from_type()
` [PATCH v5 23/31] machine: Constify MachineClass::valid_cpu_types[i]
` [PATCH v5 24/31] machine: Use error handling when CPU type is checked
` [PATCH v5 25/31] machine: Introduce helper is_cpu_type_supported()
` [PATCH v5 26/31] machine: Print CPU model name instead of CPU type name
` [PATCH v5 27/31] hw/arm/virt: Hide host CPU model for tcg
` [PATCH v5 28/31] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PATCH v5 29/31] hw/arm/sbsa-ref: "
` [PATCH v5 30/31] hw/arm: "
` [PATCH v5 31/31] hw/riscv/shakti_c: "
[PATCH v1 0/7] xen-arm: add support for virtio-pci
2023-11-15 0:22 UTC (12+ messages)
` [PATCH v1 1/7] xen-block: Do not write frontend nodes
` [PATCH v1 4/7] xen_pvdev: Do not assume Dom0 when creating a directrory
[ANNOUNCE] QEMU 8.2.0-rc0 is now available
2023-11-15 0:08 UTC
[PATCH v5 00/14] tpm: introduce TPM CRB SysBus device
2023-11-15 0:12 UTC (12+ messages)
` [PATCH v5 05/14] tpm_crb: move ACPI table building to device interface
` [PATCH v5 12/14] tests: acpi: implement TPM CRB tests for ARM virt
[PATCH 1/1] hw/i2c: add pca9543 i2c-mux switch
2023-11-14 23:30 UTC (3+ messages)
[PATCH] softmmu/memory: use memcpy for multi-byte accesses
2023-11-14 21:39 UTC (3+ messages)
[PATCH-for-9.0 v2 00/19] hw/xen: Have most of Xen files become target-agnostic
2023-11-14 21:18 UTC (6+ messages)
` [PATCH-for-9.0 v2 06/19] hw/pci/msi: Restrict xen_is_pirq_msi() call to Xen
[QEMU][PATCHv2 0/8] Xen: support grant mappings
2023-11-14 20:58 UTC (11+ messages)
[PATCH] tests/avocado/virtio-gpu: Fix test_vhost_user_vga_virgl for edid support
2023-11-14 20:34 UTC
[PATCH for-8.2] linux-user: Fix loaddr computation for some elf files
2023-11-14 20:17 UTC
[PATCH v3 0/8] Add powernv10 I2C devices and tests
2023-11-14 19:56 UTC (9+ messages)
` [PATCH v3 1/8] ppc/pnv: Add pca9552 to powernv10 for PCIe hotplug power control
` [PATCH v3 2/8] ppc/pnv: Wire up pca9552 GPIO pins "
` [PATCH v3 3/8] ppc/pnv: PNV I2C engines assigned incorrect XSCOM addresses
` [PATCH v3 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
` [PATCH v3 5/8] ppc/pnv: Use resettable interface to reset child I2C buses
` [PATCH v3 6/8] misc: Add a pca9554 GPIO device model
` [PATCH v3 7/8] ppc/pnv: Add a pca9554 I2C device to powernv10
` [PATCH v3 8/8] ppc/pnv: Test pnv i2c master and connected devices
[PULL 0/3] tcg+sparc patch queue
2023-11-14 19:26 UTC (4+ messages)
` [PULL 1/3] accel/tcg: Remove CF_LAST_IO
` [PULL 2/3] accel/tcg: Forward probe size on to notdirty_write
` [PULL 3/3] target/sparc: Fix RETURN
[PATCH] tests/avocado/replay_kernel: Mark the test_x86_64_pc as flaky
2023-11-14 18:55 UTC (5+ messages)
[PATCH v2 0/8] Add powernv10 I2C devices and tests
2023-11-14 18:34 UTC (6+ messages)
` [PATCH v2 4/8] ppc/pnv: Fix PNV I2C invalid status after reset
[PATCH 1/1] target/arm: enable FEAT_RNG on Neoverse-N2
2023-11-14 18:23 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).