messages from 2024-11-05 06:43:17 to 2024-11-05 14:20:11 UTC [more...]
[PATCH 00/19] hw/microblaze: Allow running cross-endian vCPUs
2024-11-05 14:22 UTC (33+ messages)
` [PATCH 01/19] target/microblaze: Rename CPU endianness property as 'little-endian'
` [PATCH 02/19] hw/microblaze: Deprecate big-endian petalogix-ml605 & xlnx-zynqmp-pmu
` [PATCH 03/19] hw/microblaze/s3adsp1800: Explicit CPU endianness
` [PATCH 04/19] hw/microblaze/s3adsp1800: Rename unimplemented MMIO region as xps_gpio
` [PATCH 05/19] hw/microblaze/s3adsp1800: Declare machine type using DEFINE_TYPES macro
` [PATCH 06/19] hw/microblaze: Fix MemoryRegionOps coding style
` [PATCH 07/19] hw/microblaze: Restrict MemoryRegionOps are implemented as 32-bit
` [PATCH 08/19] hw/microblaze: Propagate CPU endianness to microblaze_load_kernel()
` [PATCH 09/19] hw/intc/xilinx_intc: Only expect big-endian accesses
` [PATCH 10/19] hw/timer/xilinx_timer: "
` [PATCH 11/19] hw/timer/xilinx_timer: Allow down to 8-bit memory access
` [PATCH 12/19] hw/net/xilinx_ethlite: Only expect big-endian accesses
` [PATCH 13/19] target/microblaze: Explode MO_TExx -> MO_TE | MO_xx
` [PATCH 14/19] target/microblaze: Set MO_TE once in do_load() / do_store()
` [PATCH 15/19] target/microblaze: Introduce mo_endian() helper
` [PATCH 16/19] target/microblaze: Consider endianness while translating code
` [PATCH 17/19] hw/microblaze: Support various endianness for s3adsp1800 machines
` [PATCH 18/19] tests/functional: Explicit endianness of microblaze assets
` [PATCH 19/19] tests/functional: Add microblaze cross-endianness tests
[PATCH v3 0/5] hw/loongarch/virt: Add cpu hotplug support
2024-11-05 13:58 UTC (3+ messages)
` [PATCH v3 5/5] hw/loongarch/virt: Enable cpu hotplug feature on virt machine
[PULL 00/49] i386, qom, build changes for 2024-10-31
2024-11-05 13:56 UTC (5+ messages)
` [PULL 23/49] hw/core: Add Enclave Image Format (EIF) related helpers
[PATCH v6 0/3] Add support for the RAPL MSRs series
2024-11-05 12:19 UTC (12+ messages)
[PATCH] test/functional: Fix Aspeed buildroot tests
2024-11-05 13:30 UTC (2+ messages)
[PATCH 0/5] Allow to enable multifd and postcopy migration together
2024-11-05 13:01 UTC (18+ messages)
` [PATCH 2/5] migration/postcopy: magic value for postcopy channel
` [PATCH 3/5] migration: remove multifd check with postcopy
` [PATCH 4/5] migration: refactor ram_save_target_page functions
` [PATCH 5/5] migration: enable multifd and postcopy together
[PATCH] tests/functional: Provide the user with hints where to find more log files
2024-11-05 12:57 UTC (2+ messages)
[PATCH v3 0/2] vfio/migration: new trace events for 9.2
2024-11-05 12:51 UTC (7+ messages)
` [PATCH v3 1/2] vfio/migration: Add save_{iterate, complete_precopy}_start trace events
` [PATCH v3 1/2] vfio/migration: Add save_{iterate,complete_precopy}_start "
` [PATCH v3 2/2] vfio/migration: Add vfio_save_block_precopy_empty_hit trace event
[PULL 00/65] virtio,pc,pci: features, fixes, cleanups
2024-11-05 12:50 UTC (7+ messages)
` [PULL 12/65] hw/acpi: Generic Port Affinity Structure support
` [PULL 23/65] qapi: introduce device-sync-config
` [PULL 60/65] hw/acpi: Update ACPI `_STA` method with QOM vCPU ACPI Hotplug states
[PATCH v4 0/2] target: New binary to prototype heterogeneous machines
2024-11-05 12:47 UTC (3+ messages)
` [PATCH v4 2/2] target: Add system emulation aiming to target any architecture
check-function failing on func-arm-arm_aspeed
2024-11-05 12:10 UTC (3+ messages)
[PATCH v6 00/60] QEMU TDX support
2024-11-05 11:54 UTC (69+ messages)
` [PATCH v6 02/60] i386: Introduce tdx-guest object
` [PATCH v6 05/60] i386/tdx: Get tdx_capabilities via KVM_TDX_CAPABILITIES
` [PATCH v6 06/60] i386/tdx: Introduce is_tdx_vm() helper and cache tdx_guest object
` [PATCH v6 08/60] i386/kvm: Export cpuid_entry_get_reg() and cpuid_find_entry()
` [PATCH v6 09/60] i386/tdx: Initialize TDX before creating TD vcpus
` [PATCH v6 12/60] i386/tdx: Wire CPU features up with attributes of TD guest
` [PATCH v6 13/60] i386/tdx: Validate TD attributes
` [PATCH v6 14/60] i386/tdx: Support user configurable mrconfigid/mrowner/mrownerconfig
` [PATCH v6 18/60] i386/tdvf: Introduce function to parse TDVF metadata
` [PATCH v6 19/60] i386/tdx: Parse TDVF metadata for TDX VM
` [PATCH v6 21/60] i386/tdx: Track mem_ptr for each firmware entry of TDVF
` [PATCH v6 23/60] headers: Add definitions from UEFI spec for volumes, resources, etc
` [PATCH v6 24/60] i386/tdx: Setup the TD HOB list
` [PATCH v6 25/60] i386/tdx: Add TDVF memory via KVM_TDX_INIT_MEM_REGION
` [PATCH v6 26/60] i386/tdx: Call KVM_TDX_INIT_VCPU to initialize TDX vcpu
` [PATCH v6 27/60] i386/tdx: Finalize TDX VM
` [PATCH v6 28/60] i386/tdx: Enable user exit on KVM_HC_MAP_GPA_RANGE
` [PATCH v6 29/60] i386/tdx: Handle KVM_SYSTEM_EVENT_TDX_FATAL
` [PATCH v6 30/60] i386/tdx: Wire TDX_REPORT_FATAL_ERROR with GuestPanic facility
` [PATCH v6 33/60] i386/cpu: introduce x86_confidenetial_guest_cpu_realizefn()
` [PATCH v6 34/60] i386/tdx: implement tdx_cpu_realizefn()
` [PATCH v6 36/60] i386/tdx: Force exposing CPUID 0x1f
` [PATCH v6 39/60] i386/tdx: Disable PIC for TDX VMs
` [PATCH v6 40/60] hw/i386: add eoi_intercept_unsupported member to X86MachineState
` [PATCH v6 41/60] hw/i386: add option to forcibly report edge trigger in acpi tables
` [PATCH v6 42/60] i386/tdx: Don't synchronize guest tsc for TDs
` [PATCH v6 43/60] i386/tdx: Only configure MSR_IA32_UCODE_REV in kvm_init_msrs() "
` [PATCH v6 44/60] i386/tdx: Skip kvm_put_apicbase() "
` [PATCH v6 45/60] i386/tdx: Don't get/put guest state for TDX VMs
` [PATCH v6 47/60] i386/tdx: Implement adjust_cpuid_features() for TDX
` [PATCH v6 48/60] i386/tdx: Apply TDX fixed0 and fixed1 information to supported CPUIDs
` [PATCH v6 50/60] i386/cpu: Move CPUID_XSTATE_XSS_MASK to header file and introduce CPUID_XSTATE_MASK
` [PATCH v6 51/60] i386/tdx: Mask off CPUID bits by unsupported XFAM
` [PATCH v6 52/60] i386/cpu: Expose mark_unavailable_features() for TDX
` [PATCH v6 53/60] i386/cpu: introduce mark_forced_on_features()
` [PATCH v6 54/60] i386/cgs: Introduce x86_confidential_guest_check_features()
` [PATCH v6 55/60] i386/tdx: Fetch and validate CPUID of TD guest
` [PATCH v6 56/60] i386/tdx: Don't treat SYSCALL as unavailable
` [PATCH v6 57/60] i386/tdx: Make invtsc default on
` [PATCH v6 58/60] cpu: Introduce qemu_early_init_vcpu()
` [PATCH v6 59/60] i386/cpu: Set up CPUID_HT in x86_cpu_realizefn() instead of cpu_x86_cpuid()
` [PATCH v6 60/60] docs: Add TDX documentation
[PATCH v1] linux-user: Add option to run `execve`d programs through QEMU
2024-11-05 11:37 UTC (3+ messages)
` "
[PULL 00/31] target-arm queue
2024-11-05 11:19 UTC (32+ messages)
` [PULL 01/31] softfloat: Allow 2-operand NaN propagation rule to be set at runtime
` [PULL 02/31] tests/fp: Explicitly set 2-NaN propagation rule
` [PULL 03/31] target/arm: "
` [PULL 04/31] target/mips: "
` [PULL 05/31] target/loongarch: "
` [PULL 06/31] target/hppa: "
` [PULL 07/31] target/s390x: "
` [PULL 08/31] target/ppc: "
` [PULL 09/31] target/m68k: "
` [PULL 10/31] target/m68k: Initialize float_status fields in gdb set/get functions
` [PULL 11/31] target/sparc: Move cpu_put_fsr(env, 0) call to reset
` [PULL 12/31] target/sparc: Explicitly set 2-NaN propagation rule
` [PULL 13/31] target/xtensa: Factor out calls to set_use_first_nan()
` [PULL 14/31] target/xtensa: Explicitly set 2-NaN propagation rule
` [PULL 15/31] target/i386: Set 2-NaN propagation rule explicitly
` [PULL 16/31] target/alpha: Explicitly set 2-NaN propagation rule
` [PULL 17/31] target/microblaze: Move setting of float rounding mode to reset
` [PULL 18/31] target/microblaze: Explicitly set 2-NaN propagation rule
` [PULL 19/31] target/openrisc: "
` [PULL 20/31] target/rx: "
` [PULL 21/31] softfloat: Remove fallback rule from pickNaN()
` [PULL 22/31] Revert "target/arm: Fix usage of MMU indexes when EL3 is AArch32"
` [PULL 23/31] target/arm: Add new MMU indexes for AArch32 Secure PL1&0
` [PULL 24/31] target/arm: Fix SVE SDOT/UDOT/USDOT (4-way, indexed)
` [PULL 25/31] disas: Fix build against Capstone v6 (again)
` [PULL 26/31] hw/rtc/ds1338: Trace send and receive operations
` [PULL 27/31] hw/timer/imx_gpt: Convert DPRINTF to trace events
` [PULL 28/31] hw/watchdog/wdt_imx2: Remove redundant assignment
` [PULL 29/31] hw/sensor/tmp105: Convert printf() to trace event, add tracing for read/write access
` [PULL 30/31] hw/net/npcm_gmac: Change error log to trace event
` [PULL 31/31] target/arm: Enable FEAT_CMOW for -cpu max
[PATCH 0/2] hw/riscv/riscv-iommu: Coverity fixes
2024-11-05 11:24 UTC (2+ messages)
[PATCH] tests/functional: Convert the RV32-on-RV64 riscv test
2024-11-05 11:07 UTC (2+ messages)
[PATCH v3 0/6] target/riscv: Add support for Control Transfer Records Ext
2024-11-05 10:58 UTC (4+ messages)
` [PATCH v3 4/6] target/riscv: Add support to record CTR entries
[PATCH] 9pfs: fix crash on 'Treaddir' request
2024-11-05 10:25 UTC
[PATCH] vhost: fail device start if iotlb update fails
2024-11-05 10:49 UTC (2+ messages)
[RFC PATCH v2 0/1] Sbsa-ref CXL Enablement
2024-11-05 10:43 UTC (2+ messages)
` [RFC PATCH v2 1/1] hw/arm/sbsa-ref: Support CXL Host Bridge & CFMW
[PULL 0/3] final plugin updates for 9.2
2024-11-05 10:43 UTC (4+ messages)
` [PULL 1/3] contrib/plugins/cflow: fix warning
` [PULL 2/3] meson: build contrib/plugins with meson
` [PULL 3/3] contrib/plugins: remove Makefile for contrib/plugins
How to pass the EFI_MEMORY_SP type to VM in QEMU
2024-11-05 10:42 UTC (4+ messages)
[PATCH 00/12] Enable building plugins on Windows with Clang
2024-11-05 10:15 UTC (5+ messages)
` [PATCH 12/12] docs: add information on how to setup build environments
[PULL v2 00/13] Misc patches (functional tests, next-cube machine, ...)
2024-11-05 10:05 UTC (2+ messages)
[PATCH] vdpa: Support setting vring_base for packed svq
2024-11-05 9:36 UTC (2+ messages)
[PATCH] target/i386/hvf: fix clang compilation warning
2024-11-05 9:04 UTC (2+ messages)
[PATCH v3 0/2] next-kbd: convert to use qemu_input_handler_register()
2024-11-05 9:04 UTC (8+ messages)
` [PATCH v3 1/2] "
[PATCH] target/i386: add avx-vnni-int16 feature
2024-11-05 9:03 UTC (3+ messages)
[PATCH v6 00/15] macOS PV Graphics and new vmapple machine type
2024-11-05 8:51 UTC (17+ messages)
` [PATCH v6 01/15] ui & main loop: Redesign of system-specific main thread event handling
` [PATCH v6 02/15] hw/display/apple-gfx: Introduce ParavirtualizedGraphics.Framework support
` [PATCH v6 03/15] hw/display/apple-gfx: Adds PCI implementation
` [PATCH v6 04/15] hw/display/apple-gfx: Adds configurable mode list
` [PATCH v6 10/15] hw/vmapple/aes: Introduce aes engine
` [PATCH v6 12/15] hw/vmapple/cfg: Introduce vmapple cfg region
` [PATCH v6 13/15] hw/vmapple/virtio-blk: Add support for apple virtio-blk
` [PATCH v6 15/15] hw/vmapple/vmapple: Add vmapple machine type
[PATCH] hw/audio/hda: avoid unnecessary re-open stream on reconfiguration
2024-11-05 8:32 UTC
[PATCH 0/3] intel_iommu: Add missed sanity check for invalidae descriptor
2024-11-05 8:03 UTC (14+ messages)
` [PATCH 1/3] intel_iommu: Send IQE event when setting reserved bit in IQT_TAIL
` [PATCH 2/3] intel_iommu: Add missed sanity check for 256-bit invalidation queue
` [PATCH 3/3] intel_iommu: Add missed reserved bit check for IEC descriptor
Inquiry About PC-Relative Code Generation in QEMU
2024-11-05 7:57 UTC (3+ messages)
[PULL 00/50] riscv-to-apply queue
2024-11-05 7:55 UTC (7+ messages)
` [PULL 04/50] target/riscv: Correct SXL return value for RV32 in RV64 QEMU
[PATCH v4 00/26] E500 Cleanup
2024-11-05 7:42 UTC (3+ messages)
` [PATCH v4 15/26] hw/net/fsl_etsec/miim: Reuse MII constants
[PATCH v4 00/17] intel_iommu: Enable stage-1 translation for emulated device
2024-11-05 7:25 UTC (6+ messages)
` [PATCH v4 13/17] intel_iommu: piotlb invalidation should notify unmap
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).