qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-22 13:07:20 to 2023-11-23 14:41:15 UTC [more...]

[PATCH-for-9.0 v2 0/8] hw: Simplify accesses to CPUState::'start-powered-off' property
 2023-11-23 14:38 UTC  (9+ messages)
` [PATCH-for-9.0 v2 1/8] hw/ppc/spapr_cpu_core: Access QDev properties with proper API
` [PATCH-for-9.0 v2 2/8] hw/arm/bcm2836: Simplify use of 'reset-cbar' property
` [PATCH-for-9.0 v2 3/8] hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
` [PATCH-for-9.0 v2 4/8] hw: Simplify accesses to the CPUState::'start-powered-off' property
` [PATCH-for-9.0 v2 5/8] hw: Prefer qdev_prop_set_bit over object_property_set_bool for QDev
` [PATCH-for-9.0 v2 6/8] hw: Simplify uses of qdev_prop_set_bit(dev, 'start-powered-off')
` [PATCH-for-9.0 v2 7/8] hw/arm/bcm2836: Move code after error checks
` [PATCH-for-9.0 v2 8/8] hw/arm/bcm2836: Add local variable to remove various DEVICE() casts

[PATCH-for-9.0] hw/mips/cps: Simplify access to 'start-powered-off' property
 2023-11-23 14:39 UTC  (3+ messages)

[PATCH 0/2] docs: define policy forbidding use of "AI" / LLM code generators
 2023-11-23 14:35 UTC  (10+ messages)
` [PATCH 1/2] docs: introduce dedicated page about code provenance / sign-off
` [PATCH 2/2] docs: define policy forbidding use of "AI" / LLM code generators

[PATCH v3 0/2] Introduce SPAPR_IRQ_NR_IPIS and fix max-cpus
 2023-11-23 14:12 UTC  (7+ messages)
` [PATCH v3 1/2] ppc/spapr: Introduce SPAPR_IRQ_NR_IPIS to refer IRQ range for CPU IPIs
` [PATCH v3 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_IRQ_NR_IPIS

[PATCH 00/19] qapi: statically type schema.py
 2023-11-23 14:12 UTC  (26+ messages)
` [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH 08/19] qapi/schema: add static typing and assertions to lookup_type()
` [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 13/19] qapi/schema: fix typing for QAPISchemaVariants.tag_member
` [PATCH 14/19] qapi/schema: assert QAPISchemaVariants are QAPISchemaObjectType
` [PATCH 15/19] qapi/parser: demote QAPIExpression to Dict[str, Any]

[PATCH RESEND v2 0/2] Introduce SPAPR_NR_IPIS and fix max-cpus
 2023-11-23 13:51 UTC  (10+ messages)
` [PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs
` [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS

[PATCH] hw/ppc: Improve build for PPC VFIO
 2023-11-23 13:45 UTC  (5+ messages)

[RFC PATCH] gdbstub: use a better signal when we halt for IO reasons
 2023-11-23 13:19 UTC 

[PATCH v2 0/6] xen-arm: add support for virtio-pci
 2023-11-23 12:54 UTC  (45+ messages)
` [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
` [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device
` [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
` [PATCH v2 4/6] xen_pvdev: Do not assume Dom0 when creating a directory
` [PATCH v2 6/6] xen_arm: Add virtual PCIe host bridge support

[PATCH for-9.0 00/21] target/arm: kvm cleanups
 2023-11-23 11:44 UTC  (34+ messages)
` [PATCH 01/21] accel/kvm: Make kvm_has_guest_debug static
` [PATCH 02/21] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
` [PATCH 03/21] target/arm/kvm: Merge kvm_arm_init_debug into kvm_arch_init
` [PATCH 04/21] target/arm/kvm: Move kvm_arm_verify_ext_dabt_pending and unexport
` [PATCH 05/21] target/arm/kvm: Move kvm_arm_copy_hw_debug_data "
` [PATCH 06/21] target/arm/kvm: Move kvm_arm_hw_debug_active "
` [PATCH 07/21] target/arm/kvm: Move kvm_arm_handle_debug "
` [PATCH 08/21] target/arm/kvm: Unexport kvm_arm_{get, put}_virtual_time
` [PATCH 09/21] target/arm/kvm: Inline kvm_arm_steal_time_supported
` [PATCH 10/21] target/arm/kvm: Move kvm_arm_get_host_cpu_features and unexport
` [PATCH 11/21] target/arm/kvm: Use a switch for kvm_arm_cpreg_level
` [PATCH 12/21] target/arm/kvm: Move kvm_arm_cpreg_level and unexport
` [PATCH 13/21] target/arm/kvm: Move kvm_arm_reg_syncs_via_cpreg_list "
` [PATCH 14/21] target/arm/kvm: Merge kvm64.c into kvm.c
` [PATCH 15/21] target/arm/kvm: Unexport kvm_arm_vcpu_init
` [PATCH 16/21] target/arm/kvm: Unexport kvm_arm_vcpu_finalize
` [PATCH 17/21] target/arm/kvm: Unexport kvm_arm_init_cpreg_list
` [PATCH 18/21] target/arm/kvm: Init cap_has_inject_serror_esr in kvm_arch_init
` [PATCH 19/21] target/arm/kvm: Unexport kvm_{get,put}_vcpu_events
` [PATCH 20/21] target/arm/kvm: Unexport and tidy kvm_arm_sync_mpstate_to_{kvm, qemu}
` [PATCH 21/21] target/arm/kvm: Unexport kvm_arm_vm_state_change

[PATCH] hw/i386: Rename kvmvapic.c -> vapic.c
 2023-11-23 11:28 UTC  (4+ messages)
` [PATCH-for-9.0] "

[PATCH] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
 2023-11-23 10:52 UTC  (10+ messages)

[PATCH v2] tests/acpi/bios-tables-test: do not write new blobs unless there are changes
 2023-11-23 10:44 UTC  (5+ messages)

[PATCH 0/7] ppc: pnv ChipTOD and various timebase fixes
 2023-11-23 10:30 UTC  (8+ messages)
` [PATCH 1/7] target/ppc: Rename TBL to TB on 64-bit
` [PATCH 2/7] target/ppc: Improve timebase register defines naming
` [PATCH 3/7] target/ppc: Fix move-to timebase SPR access permissions
` [PATCH 4/7] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH 5/7] pnv/chiptod: Implement the ChipTOD to Core transfer
` [PATCH 6/7] target/ppc: Implement core timebase state machine and TFMR
` [PATCH 7/7] target/ppc: Add SMT support to time facilities

[PATCH for-8.2] ui/pixman-minimal.h: fix empty allocation
 2023-11-23 10:20 UTC  (3+ messages)

[PATCH for-8.2] target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csr
 2023-11-23 10:23 UTC  (2+ messages)

[PATCH] RISC-V: Increase max vlen to 4096
 2023-11-23 10:21 UTC  (2+ messages)

[PATCH] pcie_sriov: Remove g_new assertion
 2023-11-23 10:05 UTC  (2+ messages)
` [PATCH-for-8.2] "

[PATCH-for-9.0 00/11] hw/arm: Step toward building qemu-system-{arm, aarch64} altogether
 2023-11-23 10:00 UTC  (13+ messages)
` [RFC PATCH-for-9.0 01/11] qom: Introduce the TypeInfo::can_register() handler
` [RFC PATCH-for-9.0 02/11] target/arm: Add target_aarch64_available() helper
` [PATCH-for-9.0 03/11] target/arm: Declare ARM_CPU_TYPE_NAME/SUFFIX in 'cpu-qom.h'
` [PATCH-for-9.0 04/11] target/arm: Move ARM_CPU_IRQ/FIQ definitions to 'cpu-qom.h'
` [PATCH-for-9.0 05/11] target/arm: Move GTIMER definitions to 'cpu-defs.h'
` [PATCH-for-9.0 06/11] hw/arm/bcm2836: Simplify use of 'reset-cbar' property
` [PATCH-for-9.0 07/11] hw/arm/bcm2836: Simplify access to 'start-powered-off' property
` [PATCH-for-9.0 08/11] hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
` [RFC PATCH-for-9.0 09/11] hw/arm/bcm2836: Allocate ARM CPU state with object_new()
` [RFC PATCH-for-9.0 10/11] hw/arm/raspi: Build bcm2836.o and raspi.o objects once
` [RFC PATCH-for-9.0 11/11] hw/intc/meson: Simplify how arm_gicv3_kvm.o objects are built

[PATCH 1/1] target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
 2023-11-23  9:12 UTC 

[PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
 2023-11-23  8:46 UTC  (5+ messages)

[PATCH v6 0/5] gdbstub and TCG plugin improvements
 2023-11-23  7:30 UTC  (8+ messages)
` [PATCH v6 1/5] hw/riscv: Use misa_mxl instead of misa_mxl_max
` [PATCH v6 2/5] target/riscv: Remove misa_mxl validation

[PATCH 0/2] fix some vhost-user issues
 2023-11-23  5:54 UTC  (3+ messages)
` [PATCH 1/2] vhost-user: fix the reconnect error
` [PATCH 2/2] vhost-user-scsi: free the inflight area when reset

[PATCH v3 0/3] Initial support for SPDM Responders
 2023-11-23  2:58 UTC  (4+ messages)
` [PATCH v3 1/3] hw/pci: Add all Data Object Types defined in PCIe r6.0
` [PATCH v3 2/3] backends: Initial support for SPDM socket support
` [PATCH v3 3/3] hw/nvme: Add SPDM over DOE support

[PATCH v4 00/11] Add powernv10 I2C devices and tests
 2023-11-23  1:46 UTC  (5+ messages)
` [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type

[PATCH] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
 2023-11-23  1:34 UTC  (2+ messages)

[PATCH-for-8.2 v2 0/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping FIFOs
 2023-11-22 21:55 UTC  (7+ messages)
` [PATCH-for-8.2 v2 1/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping TX FIFOs
` [PATCH-for-8.2 v2 2/2] hw/net/can/xlnx-zynqmp: Avoid underflow while popping RX FIFO

[PATCH-for-9.0] iothread: Remove unused Error** argument in aio_context_set_aio_params
 2023-11-22 21:02 UTC  (2+ messages)

[PATCH-for-9.0] hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusion
 2023-11-22 20:52 UTC  (2+ messages)

[PATCH-for-9.0] hw/mips: Inline 'bios.h' definitions
 2023-11-22 18:43 UTC 

[PATCH] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
 2023-11-22 18:16 UTC  (2+ messages)

[PULL 0/1] Seabios hppa v13 patches
 2023-11-22 16:50 UTC  (2+ messages)

[PULL 0/6] riscv-to-apply queue
 2023-11-22 16:50 UTC  (2+ messages)

[PATCH] target/arm: kvm64: remove a redundant KVM_CAP_SET_GUEST_DEBUG probe
 2023-11-22 16:38 UTC  (3+ messages)

[PATCH 00/16] hw/uefi: add uefi variable service
 2023-11-22 16:30 UTC  (7+ messages)
` [PATCH 03/16] hw/uefi: add include/hw/uefi/var-service.h
` [PATCH 05/16] hw/uefi: add var-service-core.c

[PATCH V5 00/12] fix migration of suspended runstate
 2023-11-22 16:21 UTC  (7+ messages)
` [PATCH V5 02/12] cpus: stop vm in suspended state

[PATCH qemu] meson: require 1.3.0
 2023-11-22 15:40 UTC  (2+ messages)

[PATCH v7 00/27] vfio: Adopt iommufd
 2023-11-22 13:48 UTC  (2+ messages)

[PATCH qemu v2 0/1] Implement STM32L4x5 EXTI
 2023-11-22 13:11 UTC  (2+ messages)
` [PATCH qemu v2 1/1] "


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