qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-10 18:32:56 to 2024-01-11 11:09:06 UTC [more...]

[PULL 00/41] target-arm queue
 2024-01-11 11:05 UTC  (20+ messages)
` [PULL 01/41] hw/arm: add cache controller for Freescale i.MX6
` [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 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 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 16/41] target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0
` [PULL 19/41] target/arm: Trap sysreg accesses for FEAT_NV
` [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 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 37/41] target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)

[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  (18+ messages)
` [PATCH v3 01/14] hw/arm/armv7m: Introduce cpudev variable in armv7m_realize()
` [PATCH v3 02/14] hw/arm/armv7m: Ensure requested CPU type implements ARM_FEATURE_M
` [PATCH v3 03/14] hw/arm/armv7m: Move code setting 'start-powered-off' property around
` [PATCH v3 04/14] hw/arm/armv7m: Always set 'init-nsvtor' property for Cortex-M CPUs
` [PATCH v3 05/14] hw/arm: Prefer arm_feature(M_SECURITY) over object_property_find()
` [PATCH v3 06/14] hw/arm: Prefer arm_feature(THUMB_DSP) over object_property_find(dsp)
` [PATCH v3 07/14] hw/arm: Prefer arm_feature(V7) over object_property_find(pmsav7-dregion)
` [PATCH v3 08/14] hw/arm: Prefer arm_feature(EL3) over object_property_find(has_el3)
` [PATCH v3 09/14] hw/arm: Prefer arm_feature(EL2) over object_property_find(has_el2)
` [PATCH v3 10/14] hw/arm: Prefer arm_feature(CBAR*) over object_property_find(reset-cbar)
` [PATCH v3 11/14] hw/arm: Prefer arm_feature(PMU) over object_property_find(pmu)
` [PATCH v3 12/14] hw/arm: Prefer arm_feature(GENERIC_TMR) over 'kvm-no-adjvtime' property
` [PATCH v3 13/14] hw/arm: Prefer arm_feature(AARCH64) over object_property_find(aarch64)
` [PATCH v3 14/14] hw/arm: Prefer cpu_isar_feature(aa64_mte) over property_find(tag-memory)

[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 0/2] gitlab: Add config for Loongarch64 custom runner
 2024-01-11  9:51 UTC  (13+ messages)
` [PATCH 1/2] gitlab: Introduce Loongarch64 runner
` [NOTFORMERGE PATCH 2/2] gitlab: Add Loongarch64 KVM-only build

[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  (4+ 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 v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-11  2:35 UTC  (9+ 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  2:16 UTC  (9+ messages)
` [PATCH V1 1/3] migration: check mode in notifiers
` [PATCH V1 2/3] migration: notifier error reporting

[PATCH v12 00/10] Implementation of NPI Mailbox and GMAC Networking Module
 2024-01-10 23:42 UTC  (11+ messages)
` [PATCH v12 01/10] hw/misc: Add Nuvoton's PCI Mailbox Module
` [PATCH v12 02/10] hw/arm: Add PCI mailbox module to Nuvoton SoC
` [PATCH v12 03/10] hw/misc: Add qtest for NPCM7xx PCI Mailbox
` [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 07/10] include/hw/net: General GMAC Implementation
` [PATCH v12 08/10] hw/net: GMAC Rx Implementation
` [PATCH v12 09/10] hw/net: GMAC Tx Implementation
` [PATCH v12 10/10] tests/qtest: Adding PCS Module test to GMAC Qtest

[PATCH v10 0/9] Introduce model for IBM's FSI
 2024-01-10 23:15 UTC  (10+ messages)
` [PATCH v10 1/9] hw/fsi: Introduce IBM's Local bus and scratchpad
` [PATCH v10 2/9] hw/fsi: Introduce IBM's FSI Bus and FSI slave
` [PATCH v10 3/9] hw/fsi: Introduce IBM's cfam
` [PATCH v10 4/9] hw/fsi: Introduce IBM's FSI master
` [PATCH v10 5/9] hw/fsi: Aspeed APB2OPB interface, Onchip perif bus
` [PATCH v10 6/9] hw/arm: Hook up FSI module in AST2600
` [PATCH v10 7/9] hw/fsi: Added qtest
` [PATCH v10 8/9] hw/fsi: Added FSI documentation
` [PATCH v10 9/9] hw/fsi: Update MAINTAINER list

[PATCH v8 00/10] Introduce model for IBM's FSI
 2024-01-10 23:17 UTC  (3+ messages)

[RFC/PATCH v1 00/11] Gunyah hypervisor support
 2024-01-10 23:07 UTC  (5+ messages)
` [RFC/PATCH v1 07/11] gunyah: Specify device-tree location

[PATCH v3 00/38] tcg: Introduce TCG_COND_TST{EQ,NE}
 2024-01-10 22:44 UTC  (39+ messages)
` [PATCH v3 01/38] "
` [PATCH v3 02/38] tcg: Introduce TCG_TARGET_HAS_tst
` [PATCH v3 03/38] tcg/optimize: Split out arg_is_const_val
` [PATCH v3 04/38] tcg/optimize: Split out do_constant_folding_cond1
` [PATCH v3 05/38] tcg/optimize: Do swap_commutative2 in do_constant_folding_cond2
` [PATCH v3 06/38] tcg/optimize: Handle TCG_COND_TST{EQ,NE}
` [PATCH v3 07/38] tcg/optimize: Lower TCG_COND_TST{EQ, NE} if unsupported
` [PATCH v3 08/38] target/alpha: Pass immediate value to gen_bcond_internal()
` [PATCH v3 09/38] target/alpha: Use TCG_COND_TST{EQ,NE} for BLB{C,S}
` [PATCH v3 10/38] target/alpha: Use TCG_COND_TST{EQ, NE} for CMOVLB{C, S}
` [PATCH v3 11/38] target/alpha: Use TCG_COND_TSTNE for gen_fold_mzero
` [PATCH v3 12/38] target/m68k: Use TCG_COND_TST{EQ, NE} in gen_fcc_cond
` [PATCH v3 13/38] target/sparc: Use TCG_COND_TSTEQ in gen_op_mulscc
` [PATCH v3 14/38] target/s390x: Use TCG_COND_TSTNE for CC_OP_{TM,ICM}
` [PATCH v3 15/38] target/s390x: Improve general case of disas_jcc
` [PATCH v3 16/38] tcg: Add TCGConst argument to tcg_target_const_match
` [PATCH v3 17/38] tcg/aarch64: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 18/38] tcg/aarch64: Generate TBZ, TBNZ
` [PATCH v3 19/38] tcg/aarch64: Generate CBNZ for TSTNE of UINT32_MAX
` [PATCH v3 20/38] tcg/arm: Factor tcg_out_cmp() out
` [PATCH v3 21/38] tcg/arm: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 22/38] tcg/i386: Pass x86 condition codes to tcg_out_cmov
` [PATCH v3 23/38] tcg/i386: Move tcg_cond_to_jcc[] into tcg_out_cmp
` [PATCH v3 24/38] tcg/i386: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 25/38] tcg/i386: Improve TSTNE/TESTEQ vs powers of two
` [PATCH v3 26/38] tcg/i386: Use TEST r,r to test 8/16/32 bits
` [PATCH v3 27/38] tcg/sparc64: Hoist read of tcg_cond_to_rcond
` [PATCH v3 28/38] tcg/sparc64: Pass TCGCond to tcg_out_cmp
` [PATCH v3 29/38] tcg/sparc64: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 30/38] tcg/ppc: Sink tcg_to_bc usage into tcg_out_bc
` [PATCH v3 31/38] tcg/ppc: Use cr0 in tcg_to_bc and tcg_to_isel
` [PATCH v3 32/38] tcg/ppc: Tidy up tcg_target_const_match
` [PATCH v3 33/38] tcg/ppc: Add TCG_CT_CONST_CMP
` [PATCH v3 34/38] tcg/ppc: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 35/38] tcg/s390x: Split constraint A into J+U
` [PATCH v3 36/38] tcg/s390x: Add TCG_CT_CONST_CMP
` [PATCH v3 37/38] tcg/s390x: Support TCG_COND_TST{EQ,NE}
` [PATCH v3 38/38] tcg/tci: "

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-10 22:12 UTC  (4+ messages)
` [PATCH v3 07/33] linux-user/arm: Remove qemu_host_page_size from init_guest_commpage

[PULL 0/4] tcg patch queue
 2024-01-10 21:52 UTC  (5+ messages)
` [PULL 1/4] tcg/i386: convert add/sub of 128 to sub/add of -128
` [PULL 2/4] tcg/i386: use 8-bit OR or XOR for unsigned 8-bit immediates
` [PULL 3/4] tcg/ppc: Use new registers for LQ destination
` [PULL 4/4] util: fix build with musl libc on ppc64le

[PATCH 0/4] hw/i2c: smbus: Reset fixes
 2024-01-10 21:32 UTC  (6+ messages)
` [PATCH 1/4] hw/i2c: core: Add reset
` [PATCH 2/4] hw/i2c/smbus_slave: Add object path on error prints
` [PATCH 3/4] hw/i2c: smbus_slave: Reset state on reset
` [PATCH 4/4] hw/i2c: smbus: mux: Reset SMBusDevice "

[PATCH 0/2] Export debug triggers as an extension
 2024-01-10 19:19 UTC  (2+ messages)

[PATCH 0/3] target/riscv: Add support for 'B' extension
 2024-01-10 18:41 UTC  (4+ messages)
` [PATCH 3/3] target/riscv: Enable 'B' extension on max CPU type


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