qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-05 05:02:36 to 2024-01-05 22:10:10 UTC [more...]

[PATCH v9 0/9] Unified CPU type check
 2024-01-05 22:09 UTC  (5+ messages)
` [PATCH v9 1/9] machine: Use error handling when CPU type is checked
` [PATCH v9 3/9] machine: Improve is_cpu_type_supported()

[PATCH] hw/audio/sb16: Do not migrate qdev properties
 2024-01-05 22:01 UTC  (4+ messages)

[PATCH] hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state
 2024-01-05 21:59 UTC  (2+ messages)

[PATCH v2] hw/net/can/sja1000: fix bug for single acceptance filter and standard frame
 2024-01-05 21:58 UTC  (2+ messages)

[PATCH 0/5] *** Implement using Intel QAT to offload ZLIB
 2024-01-05 20:07 UTC  (3+ messages)
` [PATCH 3/5] migration: Introduce unimplemented 'qatzip' compression method

[PULL 0/6] Trivial patches for 2024-01-05
 2024-01-05 19:30 UTC  (7+ messages)
` [PULL 1/6] target/riscv: Fix mcycle/minstret increment behavior
` [PULL 2/6] chardev/char.c: fix "abstract device type" error message
` [PULL 3/6] audio/audio.c: remove trailing newline in error_setg
` [PULL 4/6] hw/net: cadence_gem: Fix MDIO_OP_xxx values
` [PULL 5/6] edu: fix DMA range upper bound check
` [PULL 6/6] docs: use "buses" rather than "busses"

CI "pages" job failing with incomprehensible error message from htags
 2024-01-05 19:11 UTC 

[PULL 00/71] HW core patches for 2024-01-05
 2024-01-05 18:43 UTC  (74+ messages)
` [PULL 01/71] meson: Allow building binary with no target-specific files in hw/
` [PULL 02/71] target/alpha: Remove fallback to ev67 cpu class
` [PULL 03/71] target/hppa: Remove object_class_is_abstract()
` [PULL 04/71] cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()
` [PULL 05/71] cpu: Add helper cpu_model_from_type()
` [PULL 06/71] cpu: Add generic cpu_list()
` [PULL 07/71] target/alpha: Use "
` [PULL 08/71] target/arm: "
` [PULL 09/71] target/avr: "
` [PULL 10/71] target/cris: "
` [PULL 11/71] target/hexagon: "
` [PULL 12/71] target/hppa: "
` [PULL 13/71] target/loongarch: "
` [PULL 14/71] target/m68k: "
` [PULL 15/71] target/mips: "
` [PULL 16/71] target/openrisc: "
` [PULL 17/71] target/riscv: "
` [PULL 18/71] target/rx: "
` [PULL 19/71] target/sh4: "
` [PULL 20/71] target/tricore: "
` [PULL 21/71] target/xtensa: "
` [PULL 22/71] target: Use generic cpu_model_from_type()
` [PULL 23/71] hw/core: Add machine_class_default_cpu_type()
` [PULL 24/71] machine: Use error handling when CPU type is checked
` [PULL 25/71] machine: Introduce helper is_cpu_type_supported()
` [PULL 26/71] machine: Improve is_cpu_type_supported()
` [PULL 27/71] machine: Print CPU model name instead of CPU type
` [PULL 28/71] hw/arm/virt: Hide host CPU model for tcg
` [PULL 29/71] hw/arm/virt: Check CPU type in machine_run_board_init()
` [PULL 30/71] hw/arm/sbsa-ref: "
` [PULL 31/71] hw/arm: "
` [PULL 32/71] hw/riscv/shakti_c: "
` [PULL 33/71] hw/core/cpu: Remove final vestiges of dynamic state tracing
` [PULL 34/71] hw/core/cpu: Update description of CPUState::node
` [PULL 35/71] hw/cpu/core: Cleanup unused included header in core.c
` [PULL 36/71] hw/cpu/cluster: Cleanup unused included header in cluster.c
` [PULL 37/71] hw/audio/sb16: Do not migrate qdev properties
` [PULL 38/71] hw/arm/bcm2836: Simplify use of 'reset-cbar' property
` [PULL 39/71] hw/arm/bcm2836: Use ARM_CPU 'mp-affinity' property
` [PULL 40/71] hw/ppc/spapr_cpu_core: Access QDev properties with proper API
` [PULL 41/71] hw: Simplify accesses to the CPUState::'start-powered-off' property
` [PULL 42/71] hw/ppc/xive2_regs: Remove unnecessary 'cpu.h' inclusion
` [PULL 43/71] hw/mips: Inline 'bios.h' definitions
` [PULL 44/71] memory: Have memory_region_init_ram_flags_nomigrate() return a boolean
` [PULL 45/71] memory: Have memory_region_init_ram_nomigrate() handler "
` [PULL 46/71] memory: Have memory_region_init_rom_nomigrate() "
` [PULL 47/71] memory: Simplify memory_region_init_rom_nomigrate() calls
` [PULL 48/71] memory: Simplify memory_region_init_ram_from_fd() calls
` [PULL 49/71] memory: Have memory_region_init_ram() handler return a boolean
` [PULL 50/71] memory: Have memory_region_init_rom() "
` [PULL 51/71] memory: Have memory_region_init_rom_device_nomigrate() "
` [PULL 52/71] memory: Simplify memory_region_init_rom_device_nomigrate() calls
` [PULL 53/71] memory: Have memory_region_init_rom_device() handler return a boolean
` [PULL 54/71] memory: Have memory_region_init_resizeable_ram() "
` [PULL 55/71] memory: Have memory_region_init_ram_from_file() handler "
` [PULL 56/71] memory: Have memory_region_init_ram_from_fd() "
` [PULL 57/71] backends: Use g_autofree in HostMemoryBackendClass::alloc() handlers
` [PULL 58/71] backends: Simplify host_memory_backend_memory_complete()
` [PULL 59/71] backends: Have HostMemoryBackendClass::alloc() handler return a boolean
` [PULL 60/71] backends: Reduce variable scope in host_memory_backend_memory_complete
` [PULL 61/71] util/oslib: Have qemu_prealloc_mem() handler return a boolean
` [PULL 62/71] misc: Simplify qemu_prealloc_mem() calls
` [PULL 63/71] hw: Simplify memory_region_init_ram() calls
` [PULL 64/71] hw/arm: Simplify memory_region_init_rom() calls
` [PULL 65/71] hw/sparc: Simplify memory_region_init_ram_nomigrate() calls
` [PULL 66/71] hw/misc: Simplify memory_region_init_ram_from_fd() calls
` [PULL 67/71] hw/nvram: Simplify memory_region_init_rom_device() calls
` [PULL 68/71] hw/pci-host/raven: Propagate error in raven_realize()
` [PULL 69/71] hw/m68k/mcf5206: Embed m5206_timer_state in m5206_mbar_state
` [PULL 70/71] hw/net/can/sja1000: fix bug for single acceptance filter and standard frame
` [PULL 71/71] target/sparc: Simplify qemu_irq_ack

acpiBitsTest.test_acpi_smbios_bits test intermittently times out
 2024-01-05 18:41 UTC 

KVM/QEMU Community Call 9th Jan Agenda Items
 2024-01-05 18:32 UTC 

[PATCH v3 0/6] Pointer Masking update for Zjpm v0.8
 2024-01-05 18:13 UTC  (15+ messages)
` [PATCH v3 1/6] target/riscv: Remove obsolete pointer masking extension code
` [PATCH v3 3/6] target/riscv: Add helper functions to calculate current number of masked bits for pointer masking
` [PATCH v3 5/6] target/riscv: Update address modify functions to take into account "
` [PATCH v3 6/6] target/riscv: Enable updates for pointer masking variables and thus enable pointer masking extension

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-05 18:04 UTC  (5+ messages)
` [PATCH v3 1/4] tests/qtest: Add a helper to query the QEMU version
` [PATCH v3 2/4] tests/qtest/migration: Add infrastructure to skip tests on older QEMUs
` [PATCH v3 3/4] ci: Add a migration compatibility test job
` [PATCH v3 4/4] [NOT FOR MERGE] tests/qtest/migration: Adapt tests to use older QEMUs

[PATCH v2 0/3] Add "num-prio-bits" property for Cortex-M devices
 2024-01-05 18:01 UTC  (8+ messages)
` [PATCH v2 1/3] hw/intc/armv7m_nvic: add "num-prio-bits" property
` [PATCH v2 2/3] hw/arm/armv7m: alias the NVIC "
` [PATCH v2 3/3] hw/arm/socs: configure priority bits for existing SOCs

[PATCH] docs: use "buses" rather than "busses"
 2024-01-05 17:49 UTC  (2+ messages)

[PATCH] arm_gic: Implement GICC_AIAR, GICC_AEOIR and GICC_AHPPIR
 2024-01-05 17:26 UTC  (2+ messages)

[PATCH-for-9.0 00/25] memory: Propagate Error* when possible
 2024-01-05 17:13 UTC  (9+ messages)
` [PATCH-for-9.0 03/25] memory: Have memory_region_init_rom_nomigrate() handler return a boolean
` [PATCH-for-9.0 19/25] misc: Simplify qemu_prealloc_mem() calls

Question about CXL emulation in QEMU
 2024-01-05 16:46 UTC 

[PATCH] i386/sev: Nitpick at the error message's output
 2024-01-05 16:43 UTC  (3+ messages)

[PATCH] hw/arm: add cache controller for Freescale i.MX6
 2024-01-05 16:24 UTC  (2+ messages)

[PATCH v6 00/11] Support blob memory and venus on qemu
 2024-01-05 16:18 UTC  (6+ messages)
` [PATCH v6 02/11] virtio-gpu: Configure new feature flag context_create_with_flags for virglrenderer
` [PATCH v6 11/11] virtio-gpu: make blob scanout use dmabuf fd

[PULL 00/26] Migration 20240104 patches
 2024-01-05 16:08 UTC  (2+ messages)

[PATCH 0/9] sparc/leon3: Add support for -smp
 2024-01-05 14:39 UTC  (21+ messages)
` [PATCH 1/9] sparc/grlib: split out the headers for each peripherals
` [PATCH 2/9] intc/grlib_irqmp: add ncpus property
` [PATCH 3/9] intc/grlib_irqmp: implements the multiprocessor status register
` [PATCH 4/9] intc/grlib_irqmp: implements multicore irq
` [PATCH 5/9] target/sparc: implement asr17 feature for smp
` [PATCH 6/9] target/sparc: simplify qemu_irq_ack
` [PATCH 7/9] leon3: implement multiprocessor
` [PATCH 8/9] leon3: check cpu_id in the tiny bootloader
` [PATCH 9/9] MAINTAINERS: replace Fabien by myself as Leon3 maintainer

[RFC 0/3] aio-posix: call ->poll_end() when removing AioHandler
 2024-01-05 14:30 UTC  (6+ messages)

virtio-pci in qemu-system-arm is broken in 8.2
 2024-01-05 14:09 UTC  (5+ messages)

[PATCH 0/2] hw/pflash: implement update buffer for block writes
 2024-01-05 14:08 UTC  (4+ messages)
` [PATCH 1/2] hw/pflash: refactor pflash_data_write()
` [PATCH 2/2] hw/pflash: implement update buffer for block writes

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-05 13:55 UTC  (3+ messages)

[PATCH] qga-win: Fix guest-get-fsinfo multi-disks collection
 2024-01-05 13:47 UTC  (2+ messages)

[PULL 0/2] loongarch-to-apply queue
 2024-01-05 13:34 UTC  (2+ messages)

[PULL 00/46] (mostly) target/i386 and meson changes for 2023-12-31
 2024-01-05 12:53 UTC  (2+ messages)

[RESEND RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-05 12:27 UTC  (5+ messages)
` [RESEND RFC v1 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location
` [RESEND RFC v1 2/2] hw/riscv/virt-acpi-build.c: Generate SPCR table

[PATCH 00/10] virtio-sound migration part 1
 2024-01-05 11:40 UTC  (13+ messages)
` [PATCH 01/10] hw/audio/virtio-sound: remove command and stream mutexes
` [PATCH 02/10] hw/audio/virtio-sound: allocate all streams in advance
` [PATCH 03/10] hw/audio/virtio-sound: split out virtio_snd_pcm_start_stop()
` [PATCH 05/10] hw/audio/virtio-sound: return correct command response size
` [PATCH 06/10] hw/audio/virtio-sound: introduce virtio_snd_pcm_open()
` [PATCH 07/10] hw/audio/virtio-sound: introduce virtio_snd_set_active()

[PATCH v9 00/11] virtio: cleanup vhost-user-generic and reduce c&p + vhost-user-input
 2024-01-05 11:37 UTC  (4+ messages)
` [PATCH v9 01/11] virtio: split into vhost-user-base and vhost-user-device

[PATCH v8 0/9] Unified CPU type check
 2024-01-05 11:10 UTC  (5+ messages)
` [PATCH v8 2/9] machine: Introduce helper is_cpu_type_supported()

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-05 10:40 UTC  (3+ messages)
` [PATCH v2 40/43] contrib/plugins: extend execlog to track register changes

[PATCH 0/9] target/hppa qemu v8.2 regression fixes
 2024-01-05 10:36 UTC  (3+ messages)
` [PATCH 1/9] hw/hppa/machine: Allow up to 3840 MB total memory

[PATCH v5 0/3] Add device STM32L4x5 EXTI
 2024-01-05 10:24 UTC  (7+ messages)
` [PATCH v5 2/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH v3] scripts/checkpatch: Support codespell checking
 2024-01-05  8:38 UTC 

[PATCH v4 0/9] Add loongarch kvm accel support
 2024-01-05  7:58 UTC  (10+ messages)
` [PATCH v4 1/9] linux-headers: Synchronize linux headers from linux v6.7.0-rc8
` [PATCH v4 2/9] target/loongarch: Define some kvm_arch interfaces
` [PATCH v4 3/9] target/loongarch: Supplement vcpu env initial when vcpu reset
` [PATCH v4 4/9] target/loongarch: Implement kvm get/set registers
` [PATCH v4 5/9] target/loongarch: Implement kvm_arch_init function
` [PATCH v4 6/9] target/loongarch: Implement kvm_arch_init_vcpu
` [PATCH v4 7/9] target/loongarch: Implement kvm_arch_handle_exit
` [PATCH v4 8/9] target/loongarch: Implement set vcpu intr for kvm
` [PATCH v4 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH-for-8.2 v4 00/10] hw/char/pl011: Implement TX (async) FIFO to avoid blocking the main loop
 2024-01-05  7:50 UTC  (2+ messages)

[RFC QEMU PATCH v4 0/1] Support device passthrough when dom0 is PVH on Xen
 2024-01-05  7:19 UTC  (2+ messages)
` [RFC QEMU PATCH v4 1/1] xen: Use gsi instead of irq for mapping pirq

[PATCH v2 0/4] target/riscv: SMBIOS support for RISC-V virt machine
 2024-01-05  5:44 UTC  (6+ messages)
` [PATCH v2 1/4] smbios: add processor-family option
` [PATCH v2 4/4] qemu-options: enable -smbios option on RISC-V

[PATCH] docs/system/riscv: sifive_u: Update S-mode U-Boot image build instructions
 2024-01-05  5:29 UTC  (2+ messages)

[PATCH v3 00/16] target/riscv: deprecate riscv_cpu_options[]
 2024-01-05  5:17 UTC  (13+ messages)
` [PATCH v3 04/16] target/riscv: move 'mmu' to riscv_cpu_properties[]
` [PATCH v3 05/16] target/riscv: move 'pmp' "
` [PATCH v3 07/16] target/riscv: rework 'vext_spec'
` [PATCH v3 08/16] target/riscv: move 'vlen' to riscv_cpu_properties[]
` [PATCH v3 09/16] target/riscv: move 'elen' "
` [PATCH v3 13/16] target/riscv: remove riscv_cpu_options[]

[PATCH v2 0/4] target/riscv: add RVV CSRs
 2024-01-05  5:17 UTC  (2+ messages)

[PATCH v3 0/3] Add device STM32L4x5 SYSCFG
 2024-01-05  5:12 UTC  (3+ messages)
` [PATCH v3 1/3] hw/misc: Implement "


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