messages from 2023-11-21 22:12:22 to 2023-11-23 04:49:04 UTC [more...]
[PATCH for-9.0 00/21] target/arm: kvm cleanups
2023-11-23 4:42 UTC (21+ 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 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 v6 0/5] gdbstub and TCG plugin improvements
2023-11-23 3:10 UTC (6+ 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 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] tests/avocado/reverse_debugging: Disable the ppc64 tests by default
2023-11-23 2:04 UTC (9+ messages)
[PATCH v4 00/11] Add powernv10 I2C devices and tests
2023-11-23 1:46 UTC (9+ messages)
` [PATCH v4 03/11] ppc/pnv: New powernv10-rainier machine type
` [PATCH v4 05/11] ppc/pnv: Wire up pca9552 GPIO pins for PCIe hotplug power control
[PATCH] RISC-V: Increase max vlen to 4096
2023-11-23 0:17 UTC
[PATCH] target/ppc: Update gdbstub to read SPR's CFAR, DEC, HDEC, TB-L/U
2023-11-23 1:34 UTC (2+ messages)
[PATCH v2 0/6] xen-arm: add support for virtio-pci
2023-11-23 1:19 UTC (37+ messages)
` [PATCH v2 1/6] hw/xen: Set XenBackendInstance in the XenDevice before realizing it
` [PATCH v2 3/6] xen: xenstore: add possibility to preserve owner
` [PATCH v2 2/6] xen: backends: touch some XenStore nodes only if device
` [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 v2 5/6] xen_arm: Set mc->max_cpus to GUEST_MAX_VCPUS in xen_arm_init()
[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-for-9.0] hw/mips/cps: Simplify access to 'start-powered-off' property
2023-11-22 18:36 UTC
[PATCH-for-9.0 00/11] hw/arm: Step toward building qemu-system-{arm, aarch64} altogether
2023-11-22 18:30 UTC (12+ 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] hw/net/rocker: avoid NULL pointer dereference in of_dpa_cmd_add_l2_flood
2023-11-22 18:16 UTC (2+ messages)
[PATCH 00/19] qapi: statically type schema.py
2023-11-22 18:12 UTC (34+ messages)
` [PATCH 03/19] qapi/schema: name QAPISchemaInclude entities
` [PATCH 05/19] qapi/schema: make c_type() and json_type() abstract methods
` [PATCH 06/19] qapi/schema: adjust type narrowing for mypy's benefit
` [PATCH 07/19] qapi/introspect: assert schema.lookup_type did not fail
` [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
[PULL 0/1] Seabios hppa v13 patches
2023-11-22 16:50 UTC (3+ messages)
` [PULL 1/1] target/hppa: Update SeaBIOS-hppa to version 13
[PULL 0/6] riscv-to-apply queue
2023-11-22 16:50 UTC (8+ messages)
` [PULL 1/6] linux-user/riscv: Add Zicboz block size to hwprobe
` [PULL 2/6] hw/riscv/virt.c: do create_fdt() earlier, add finalize_fdt()
` [PULL 3/6] target/riscv: don't verify ISA compatibility for zicntr and zihpm
` [PULL 4/6] riscv: Fix SiFive E CLINT clock frequency
` [PULL 5/6] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
` [PULL 6/6] target/riscv/cpu_helper.c: Fix mxr bit behavior
[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 (13+ 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 (9+ 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] hw/i386: Rename kvmvapic.c -> vapic.c
2023-11-22 14:31 UTC (2+ messages)
` [PATCH-for-9.0] "
[PATCH v7 00/27] vfio: Adopt iommufd
2023-11-22 13:48 UTC (11+ messages)
` [PATCH v7 08/27] vfio/pci: Introduce a vfio pci hot reset interface
[PATCH for-8.2] ui/vnc-clipboard: fix inflate_buffer
2023-11-22 13:25 UTC (3+ messages)
[PATCH qemu v2 0/1] Implement STM32L4x5 EXTI
2023-11-22 13:11 UTC (2+ messages)
` [PATCH qemu v2 1/1] "
[PATCH v6 0/9] Fix cursor planes with virtualized drivers
2023-11-22 12:49 UTC (4+ messages)
Instruction virtual address in TCG Plugins
2023-11-22 12:28 UTC (7+ messages)
[PATCH] kvm: emit GUEST_PANICKED event in case of abnormal KVM exit
2023-11-22 12:17 UTC (3+ messages)
[PATCH] accel/tcg: TCG Plugin callback on a vCpu interrupt
2023-11-22 12:17 UTC
[PATCH] accel/tcg: Expose translation block flags to plugins
2023-11-22 12:16 UTC
Converting images to stdout
2023-11-22 12:15 UTC (3+ messages)
[PATCH] iotests: fix default MT detection
2023-11-22 12:15 UTC
[PATCH RESEND v2 0/2] Introduce SPAPR_NR_IPIS and fix max-cpus
2023-11-22 11:31 UTC (8+ 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 1/3] tests/avocado: reverse_debugging drain console to prevent hang
2023-11-22 10:42 UTC (10+ messages)
` [PATCH 2/3] chardev: report blocked write to chardev backend
[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
2023-11-22 10:38 UTC (4+ messages)
` [PATCH-for-8.2 v4 10/10] hw/char/pl011: Implement TX FIFO
[PATCH v3] tests/qemu-iotests/149: Use more inclusive language in this test
2023-11-22 9:39 UTC (2+ messages)
[PATCH v2 1/2] ppc/spapr: Introduce SPAPR_NR_IPIS to refer IRQ range for CPU IPIs
2023-11-22 9:24 UTC (2+ messages)
` [PATCH v2 2/2] ppc/spapr: Initialize max_cpus limit to SPAPR_NR_IPIS
[PATCH] ppc/spapr: Initialize max_cpus limit to an allowed usable limit
2023-11-22 9:23 UTC (3+ messages)
[PATCH v2 0/2] Introduce SPAPR_NR_IPIS and fix max-cpus
2023-11-22 9:21 UTC
[PATCH v5 0/9] Add powernv10 I2C devices and tests
2023-11-22 8:55 UTC (3+ messages)
` [PATCH v5 7/9] misc: Add a pca9554 GPIO device model
[PATCH 0/3] tests/unit/test-qmp-event: Unconfuse Coverity & simplify
2023-11-22 8:09 UTC (7+ messages)
` [PATCH 1/3] tests/unit/test-qmp-event: Drop superfluous mutex
` [PATCH 2/3] tests/unit/test-qmp-event: Simplify event emission check
` [PATCH 3/3] tests/unit/test-qmp-event: Replace fixture by global variables
[PATCH-for-9.0 00/25] memory: Propagate Error* when possible
2023-11-22 7:46 UTC (21+ messages)
` [PATCH-for-9.0 14/25] backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
` [PATCH-for-9.0 15/25] backends: Simplify host_memory_backend_memory_complete()
` [PATCH-for-9.0 16/25] backends: Have HostMemoryBackendClass::alloc() handler return a boolean
` [PATCH-for-9.0 17/25] backends: Reduce variable scope in host_memory_backend_memory_complete
` [PATCH-for-9.0 19/25] misc: Simplify qemu_prealloc_mem() calls
` [PATCH-for-9.0 20/25] hw: Simplify memory_region_init_ram() calls
` [PATCH-for-9.0 21/25] hw/arm: Simplify memory_region_init_rom() calls
` [PATCH-for-9.0 23/25] hw/misc: Simplify memory_region_init_ram_from_fd() calls
` [PATCH-for-9.0 24/25] hw/nvram: Simplify memory_region_init_rom_device() calls
` [PATCH-for-9.0 25/25] hw/pci-host/raven: Propagate error in raven_realize()
[RFC PATCH v7] ppc: Enable 2nd DAWR support on p10
2023-11-22 7:32 UTC
[PATCH qemu v2] Fixing the basic functionality of STM32 timers
2023-11-22 6:25 UTC (2+ messages)
[PULL 00/49] riscv-to-apply queue
2023-11-22 5:52 UTC (4+ messages)
` [PULL 46/49] target/riscv: Don't assume PMU counters are continuous
[PATCH v4 0/4] Support RISC-V IOPMP
2023-11-22 5:32 UTC (5+ messages)
` [PATCH v4 1/4] hw/core: Add config stream
` [PATCH v4 2/4] Add RISC-V IOPMP support
` [PATCH v4 3/4] hw/dma: Add Andes ATCDMAC300 support
` [PATCH v4 4/4] hw/riscv/virt: Add IOPMP support
[PATCH v2 0/2] Fix mmu translation with H extension
2023-11-22 2:30 UTC (6+ messages)
` [PATCH v2 1/2] target/riscv/cpu_helper.c: Invalid exception on MMU translation stage
` [PATCH v2 2/2] target/riscv/cpu_helper.c: Fix mxr bit behavior
[ANNOUNCE] QEMU 8.2.0-rc1 is now available
2023-11-22 2:17 UTC
[PATCH] hw/timer/hpet: Convert DPRINTF to trace events
2023-11-22 1:42 UTC (2+ messages)
[PATCH v3] hw/i386: fix short-circuit logic with non-optimizing builds
2023-11-22 1:24 UTC (8+ messages)
[PATCH for-9.0] hw: Add compat machines for 9.0
2023-11-21 23:27 UTC (2+ messages)
[PULL 0/1] linux-user late fix
2023-11-21 22:16 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).