messages from 2024-01-10 23:43:49 to 2024-01-11 14:25:11 UTC [more...]
[PATCH 00/12] TCG Plugin inline operation enhancement
2024-01-11 14:23 UTC (6+ messages)
` [PATCH 02/12] plugins: add inline operation per vcpu
` [PATCH 03/12] tests/plugin: add test plugin for inline operations
` [PATCH 06/12] tests/plugin/mem: migrate to new per_vcpu API
` [PATCH 09/12] contrib/plugins/hotblocks: "
` [PATCH 12/12] MAINTAINERS: Add myself as reviewer for TCG Plugins
[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
2024-01-11 14:10 UTC (15+ messages)
` [PATCH v2 02/43] tests/avocado: use snapshot=on in kvm_xen_guest
` [PATCH v2 03/43] gitlab: include microblazeel in testing
` [PATCH v2 38/43] plugins: add an API to read registers
` [PATCH v2 40/43] contrib/plugins: extend execlog to track register changes
` [PATCH v2 42/43] docs/devel: lift example and plugin API sections up
[PATCH] block/blklogwrites: Fix a bug when logging "write zeroes" operations
2024-01-11 14:06 UTC (3+ messages)
` [PATCH] block/blklogwrites: Protect mutable driver state with a mutex
[PATCH RESEND v3 00/10] Support generic Luks encryption
2024-01-11 14:05 UTC (3+ messages)
` [PATCH RESEND v3 06/10] block: Support detached LUKS header creation using blockdev-create
[PATCH 0/5] misc: Trivial code rename cleanup
2024-01-11 14:03 UTC (10+ messages)
` [PATCH 1/5] accel: Rename accel_init_ops_interfaces() to include 'system'
` [PATCH 2/5] hw/core/cpu: Rename cpu_class_init() to include 'common'
` [PATCH 3/5] hw/s390x: Rename cpu_class_init() to include 'sclp'
` [PATCH 4/5] target/i386: Rename tcg_cpu_FOO() to include 'x86'
` [PATCH 5/5] target/riscv: Rename tcg_cpu_FOO() to include 'riscv'
[PATCH 0/4] hw/i2c: smbus: Reset fixes
2024-01-11 14:03 UTC (2+ messages)
[PATCH v2] qemu-img: Fix Column Width and Improve Formatting in snapshot list
2024-01-11 10:54 UTC (2+ messages)
[PATCH] .gitlab-ci.d/buildtest.yml: Work around htags bug when environment is large
2024-01-11 14:02 UTC (2+ messages)
[PULL 0/6] Firmware/edk2 20231213 patches
2024-01-11 14:01 UTC (2+ messages)
[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
2024-01-11 13:58 UTC (10+ messages)
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use older QEMUs
[PATCH V1 0/3] allow cpr-reboot for vfio
2024-01-11 13:49 UTC (10+ messages)
` [PATCH V1 1/3] migration: check mode in notifiers
` [PATCH V1 2/3] migration: notifier error reporting
[PATCH] hw/char/imx_serial: Implement receive FIFO and ageing timer for imx serial
2024-01-11 13:33 UTC
[PATCH 0/3] target/riscv: Add support for 'B' extension
2024-01-11 13:15 UTC (10+ messages)
` [PATCH 1/3] target/riscv: Add infrastructure for 'B' MISA extension
` "
` [PATCH 2/3] target/riscv: Add step to validate 'B' extension
` [PATCH 3/3] target/riscv: Enable 'B' extension on max CPU type
` "
[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
2024-01-11 13:15 UTC (3+ messages)
[PATCH 0/2] gitlab: Add config for Loongarch64 custom runner
2024-01-11 13:11 UTC (17+ messages)
` [PATCH 1/2] gitlab: Introduce Loongarch64 runner
` [NOTFORMERGE PATCH 2/2] gitlab: Add Loongarch64 KVM-only build
[PATCH] iotests: don't run tests requiring cached writes in '-nocache' mode
2024-01-11 12:53 UTC (2+ messages)
[PATCH] block: allocate aligned write buffer for 'truncate -m full'
2024-01-11 12:53 UTC (3+ messages)
[PATCH v2 0/1] dump: Fix issues flagged by Coverity
2024-01-11 12:34 UTC (3+ messages)
` [PATCH v2 1/1] dump: Fix HMP dump-guest-memory -z without -R
[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
2024-01-11 12:32 UTC (4+ messages)
` [PATCH v2 2/4] hw/cxl/device: read from register values in mdev_reg_read()
[PATCH v2] target/s390x/kvm/pv: Provide some more useful information if decryption fails
2024-01-11 12:28 UTC (3+ messages)
[PATCH v2 0/2] topic: meson: add more compiler hardening flags
2024-01-11 12:03 UTC (5+ messages)
` [PATCH v2 1/2] meson: mitigate against ROP exploits with -fzero-call-used-regs
[PATCH] string-output-visitor: Fix (pseudo) struct handling
2024-01-11 11:45 UTC (2+ messages)
[PULL 00/14] loongarch-to-apply queue
2024-01-11 11:16 UTC (15+ messages)
` [PULL 01/14] linux-headers: Synchronize linux headers from linux v6.7.0-rc8
` [PULL 02/14] target/loongarch: Define some kvm_arch interfaces
` [PULL 03/14] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PULL 04/14] target/loongarch: Implement kvm get/set registers
` [PULL 05/14] target/loongarch: Implement kvm_arch_init function
` [PULL 06/14] target/loongarch: Implement kvm_arch_init_vcpu
` [PULL 07/14] target/loongarch: Implement kvm_arch_handle_exit
` [PULL 08/14] target/loongarch: Restrict TCG-specific code
` [PULL 09/14] target/loongarch: Implement set vcpu intr for kvm
` [PULL 10/14] target/loongarch: Add loongarch kvm into meson build
` [PULL 11/14] hw/intc/loongarch_ipi: Use MemTxAttrs interface for ipi ops
` [PULL 12/14] hw/loongarch/virt: Set iocsr address space per-board rather than percpu
` [PULL 13/14] hw/intc/loongarch_extioi: Add dynamic cpu number support
` [PULL 14/14] hw/intc/loongarch_extioi: Add vmstate post_load support
[PULL 00/14] loongarch-to-apply queue
2024-01-11 11:11 UTC
[PULL 00/41] target-arm queue
2024-01-11 11:05 UTC (42+ messages)
` [PULL 01/41] hw/arm: add cache controller for Freescale i.MX6
` [PULL 02/41] hw/arm: Add minimal support for the STM32L4x5 SoC
` [PULL 03/41] hw/arm: Add minimal support for the B-L475E-IOT01A board
` [PULL 04/41] hw/intc/armv7m_nvic: add "num-prio-bits" property
` [PULL 05/41] hw/arm/armv7m: alias the NVIC "
` [PULL 06/41] hw/arm/socs: configure priority bits for existing SOCs
` [PULL 07/41] hw/arm: Add missing QOM parent for v7-M SoCs
` [PULL 08/41] target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPU
` [PULL 09/41] hw/intc/arm_gicv3_cpuif: handle LPIs in in the list registers
` [PULL 10/41] target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NV
` [PULL 11/41] target/arm: Implement HCR_EL2.AT handling
` [PULL 12/41] target/arm: Enable trapping of ERET for FEAT_NV
` [PULL 13/41] target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is set
` [PULL 14/41] target/arm: Allow use of upper 32 bits of TBFLAG_A64
` [PULL 15/41] target/arm: Record correct opcode fields in cpreg for E2H aliases
` [PULL 16/41] target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0
` [PULL 17/41] target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accesses
` [PULL 18/41] target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK check
` [PULL 19/41] target/arm: Trap sysreg accesses for FEAT_NV
` [PULL 20/41] target/arm: Make NV reads of CurrentEL return EL2
` [PULL 21/41] target/arm: Set SPSR_EL1.M correctly when nested virt is enabled
` [PULL 22/41] target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}
` [PULL 23/41] target/arm: Always use arm_pan_enabled() when checking if PAN is enabled
` [PULL 24/41] target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}
` [PULL 25/41] target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1
` [PULL 26/41] target/arm: Handle FEAT_NV page table attribute changes
` [PULL 27/41] target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUs
` [PULL 28/41] target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bits
` [PULL 29/41] target/arm: Implement VNCR_EL2 register
` [PULL 30/41] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2
` [PULL 31/41] target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2
` [PULL 32/41] target/arm: Implement FEAT_NV2 redirection of sysregs to RAM
` [PULL 33/41] target/arm: Report VNCR_EL2 based faults correctly
` [PULL 34/41] target/arm: Mark up VNCR offsets (offsets 0x0..0xff)
` [PULL 35/41] target/arm: Mark up VNCR offsets (offsets 0x100..0x160)
` [PULL 36/41] target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)
` [PULL 37/41] target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)
` [PULL 38/41] hw/intc/arm_gicv3_cpuif: Mark up VNCR offsets for GIC CPU registers
` [PULL 39/41] target/arm: Report HCR_EL2.{NV,NV1,NV2} in cpu dumps
` [PULL 40/41] target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entry
` [PULL 41/41] target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUs
[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
2024-01-11 10:50 UTC (12+ messages)
` [RFC PATCH v3 02/30] io: Add generic pwritev/preadv interface
` [RFC PATCH v3 03/30] io: implement io_pwritev/preadv for QIOChannelFile
` [RFC PATCH v3 04/30] io: fsync before closing a file channel
` [RFC PATCH v3 05/30] migration/qemu-file: add utility methods for working with seekable channels
` [RFC PATCH v3 06/30] migration/ram: Introduce 'fixed-ram' migration capability
[PATCH v3 0/3] nubus: add nubus-virtio-mmio device
2024-01-11 10:29 UTC (4+ messages)
` [PATCH v3 1/3] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()
` [PATCH v3 2/3] nubus.h: increase maximum Declaration ROM size from 128k to 1Mb
` [PATCH v3 3/3] nubus: add nubus-virtio-mmio device
[PULL 0/7] s390x (and one qtest) patches
2024-01-11 10:18 UTC (6+ messages)
` [PULL 2/7] s390x: do a subsystem reset before the unprotect on reboot
[PATCH v3 00/14] hw/arm: Prefer arm_feature() over object_property_find()
2024-01-11 10:08 UTC (5+ messages)
` [PATCH v3 13/14] hw/arm: Prefer arm_feature(AARCH64) over object_property_find(aarch64)
[PATCH v2 0/2] nubus: add nubus-virtio-mmio device
2024-01-11 10:04 UTC (6+ messages)
` [PATCH v2 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()
[PATCH 00/19] qapi: statically type schema.py
2024-01-11 9:33 UTC (11+ messages)
` [PATCH 11/19] qapi/schema: fix QAPISchemaArrayType.check's call to resolve_type
` [PATCH 12/19] qapi/schema: split "checked" field into "checking" and "checked"
[PATCH] hw/virtio: remove meaningless NULL-check
2024-01-11 9:33 UTC (2+ messages)
[PATCH v2 0/2] target/s390x: Fix LAE setting a wrong access register
2024-01-11 9:21 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] tests/tcg/s390x: Test LOAD ADDRESS EXTENDED
[PATCH v7 00/16] Support smp.clusters for x86 in QEMU
2024-01-11 9:21 UTC (16+ messages)
` [PATCH v7 02/16] i386/cpu: Use APIC ID offset to encode cache topo in CPUID[4]
` [PATCH v7 03/16] i386/cpu: Consolidate the use of topo_info in cpu_x86_cpuid()
` [PATCH v7 05/16] i386: Decouple CPUID[0x1F] subleaf with specific topology level
` [PATCH v7 07/16] i386: Support modules_per_die in X86CPUTopoInfo
` [PATCH v7 08/16] i386: Expose module level in CPUID[0x1F]
[PATCH 0/2] target/s390x: Fix LAE setting a wrong access register
2024-01-11 9:04 UTC (4+ messages)
` [PATCH 2/2] tests/tcg/s390x: Test LOAD ADDRESS EXTENDED
[PATCH v3] scripts/checkpatch: Support codespell checking
2024-01-11 8:52 UTC (2+ messages)
[PATCH 00/40] vdpa-net: improve migration downtime through descriptor ASID and persistent IOTLB
2024-01-11 8:30 UTC (40+ messages)
` [PATCH 01/40] linux-headers: add vhost_types.h and vhost.h
` [PATCH 02/40] vdpa: add vhost_vdpa_get_vring_desc_group
` [PATCH 03/40] vdpa: probe descriptor group index for data vqs
` [PATCH 04/40] vdpa: piggyback desc_group index when probing isolated cvq
` [PATCH 05/40] vdpa: populate desc_group from net_vhost_vdpa_init
` [PATCH 06/40] vhost: make svq work with gpa without iova translation
` [PATCH 07/40] vdpa: move around vhost_vdpa_set_address_space_id
` [PATCH 08/40] vdpa: add back vhost_vdpa_net_first_nc_vdpa
` [PATCH 09/40] vdpa: no repeat setting shadow_data
` [PATCH 10/40] vdpa: assign svq descriptors a separate ASID when possible
` [PATCH 11/40] vdpa: factor out vhost_vdpa_last_dev
` [PATCH 13/40] vdpa: ref counting VhostVDPAShared
` [PATCH 14/40] vdpa: convert iova_tree to ref count based
` [PATCH 15/40] vdpa: add svq_switching and flush_map to header
` [PATCH 16/40] vdpa: indicate SVQ switching via flag
` [PATCH 17/40] vdpa: judge if map can be kept across reset
` [PATCH 18/40] vdpa: unregister listener on last dev cleanup
` [PATCH 19/40] vdpa: should avoid map flushing with persistent iotlb
` [PATCH 20/40] vdpa: avoid mapping flush across reset
[PATCH v4 8/9] target/loongarch: Implement set vcpu intr for kvm
2024-01-11 8:24 UTC (4+ messages)
` [PATCH v4 8/9b] "
[PATCH] hw/core: Handle cpu_model_from_type() returning NULL value
2024-01-11 8:21 UTC (4+ messages)
[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
2024-01-11 7:01 UTC (10+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node
[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
2024-01-11 6:39 UTC (9+ messages)
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method
` [External] "
[PATCH 00/10] docs/migration: Reorganize migration documentations
2024-01-11 6:20 UTC (7+ messages)
[PATCH] target/riscv: Check for 'A' extension on all atomic instructions
2024-01-11 6:15 UTC (3+ messages)
[PULL 00/71] HW core patches for 2024-01-05
2024-01-11 6:02 UTC (4+ messages)
` [PULL 29/71] hw/arm/virt: Check CPU type in machine_run_board_init()
[PATCH v3 00/20] Use Intel DSA accelerator to offload zero page checking in multifd live migration
2024-01-11 5:47 UTC (4+ messages)
` [PATCH v3 01/20] multifd: Add capability to enable/disable zero_page
` [External] "
[PATCH] hw/arm/virt: Consolidate valid CPU types
2024-01-11 5:10 UTC
[PATCH v12 00/10] Implementation of NPI Mailbox and GMAC Networking Module
2024-01-10 23:42 UTC (7+ messages)
` [PATCH v12 02/10] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v12 04/10] hw/net: Add NPCMXXX GMAC device
` [PATCH v12 05/10] hw/arm: Add GMAC devices to NPCM7XX SoC
` [PATCH v12 06/10] tests/qtest: Creating qtest for GMAC Module
` [PATCH v12 08/10] hw/net: GMAC Rx Implementation
` [PATCH v12 10/10] tests/qtest: Adding PCS Module test to GMAC Qtest
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).