qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-04 14:52:38 to 2024-01-05 12:20:14 UTC [more...]

[RESEND RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-05 12:19 UTC  (4+ 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  (17+ 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 04/10] hw/audio/virtio-sound: add stream state variable
` [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 08/10] hw/audio/virtio-sound: fix segmentation fault in tx/rx xfer handler
` [PATCH 09/10] hw/audio/virtio-sound: add missing vmstate fields
` [PATCH 10/10] hw/audio/virtio-sound: add placeholder for buffer write position

[PATCH v9 00/11] virtio: cleanup vhost-user-generic and reduce c&p + vhost-user-input
 2024-01-05 11:37 UTC  (14+ messages)
` [PATCH v9 01/11] virtio: split into vhost-user-base and vhost-user-device
` [PATCH v9 02/11] hw/virtio: convert vhost-user-base to async shutdown
` [PATCH v9 03/11] hw/virtio: derive vhost-user-rng from vhost-user-base
` [PATCH v9 04/11] hw/virtio: derive vhost-user-gpio "
` [PATCH v9 05/11] hw/virtio: derive vhost-user-i2c "
` [PATCH v9 06/11] hw/virtio: add vhost-user-snd and virtio-snd-pci devices
` [PATCH v9 07/11] docs/system: add a basic enumeration of vhost-user devices
` [PATCH v9 08/11] hw/virtio: Support set_config() callback in vhost-user-base
` [PATCH v9 09/11] docs/system: Add vhost-user-input documentation
` [PATCH v9 10/11] hw/virtio: Move vhost-user-input into virtio folder
` [PATCH v9 11/11] hw/virtio: derive vhost-user-input from vhost-user-base

[PATCH 0/9] sparc/leon3: Add support for -smp
 2024-01-05 11:33 UTC  (14+ 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

[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 v9 0/9] Unified CPU type check
 2024-01-05 11:00 UTC  (3+ messages)
` [PATCH v9 1/9] machine: Use error handling when CPU type is checked

[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  (18+ messages)
` [PATCH 1/9] hw/hppa/machine: Allow up to 3840 MB total memory
` [PATCH 2/9] hw/hppa/machine: Disable default devices with --nodefaults option
` [PATCH 3/9] hw/pci-host/astro: Add missing astro & elroy registers for NetBSD
` [PATCH 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0
` [PATCH 5/9] target/hppa: Strip upper 32-bits of IOR on error in probe
` [PATCH 6/9] target/hppa: Strip upper 32-bits of IOR on unaligned access error
` [PATCH 7/9] hw/hppa: Move software power button address back into PDC
` [PATCH 8/9] target/hppa: Avoid accessing %gr0 when raising exception
` [PATCH 9/9] target/hppa: Update SeaBIOS-hppa to version 14

[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 00/33] linux-user: Improve host and guest page size handling
 2024-01-05 10:17 UTC  (2+ messages)

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

[PATCH v3 0/6] Pointer Masking update for Zjpm v0.8
 2024-01-05  7:33 UTC  (13+ 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

[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  (27+ messages)
` [PATCH v3 01/16] target/riscv/cpu_cfg.h: remove unused fields
` [PATCH v3 02/16] target/riscv: make riscv_cpu_is_generic() public
` [PATCH v3 03/16] target/riscv: move 'pmu-mask' and 'pmu-num' to riscv_cpu_properties[]
` [PATCH v3 04/16] target/riscv: move 'mmu' "
` [PATCH v3 05/16] target/riscv: move 'pmp' "
` [PATCH v3 06/16] target/riscv: rework 'priv_spec'
` [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 10/16] target/riscv: create finalize_features() for KVM
` [PATCH v3 11/16] target/riscv: move 'cbom_blocksize' to riscv_cpu_properties[]
` [PATCH v3 12/16] target/riscv: move 'cboz_blocksize' "
` [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 "

[PATCH] target/riscv: Fix mcycle/minstret increment behavior
 2024-01-05  3:25 UTC  (3+ messages)

[v2 0/5] Add ISA extension smcntrpmf support
 2024-01-05  2:45 UTC  (5+ messages)
` [v2 1/5] target/riscv: Fix the predicate functions for mhpmeventhX CSRs
` [v2 3/5] target/riscv: Add cycle & instret privilege mode filtering definitions

[PATCH v13 00/26] riscv: RVA22 profiles support
 2024-01-05  2:39 UTC  (18+ messages)
` [PATCH v13 19/26] target/riscv: implement svade
` [PATCH v13 20/26] target/riscv: add priv ver restriction to profiles
` [PATCH v13 21/26] target/riscv/cpu.c: finalize satp_mode earlier
` [PATCH v13 22/26] target/riscv/cpu.c: add riscv_cpu_is_32bit()
` [PATCH v13 23/26] target/riscv: add satp_mode profile support
` [PATCH v13 24/26] target/riscv: add 'parent' in profile description
` [PATCH v13 25/26] target/riscv: add RVA22S64 profile
` [PATCH v13 26/26] target/riscv: add rva22s64 cpu

[PATCH v2 0/7] migration cleanups and testing improvements
 2024-01-05  2:00 UTC  (2+ messages)

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

[PULL 0/2] loongarch-to-apply queue
 2024-01-05  1:17 UTC  (3+ messages)
` [PULL 1/2] target/loongarch/meson: move gdbstub.c to loongarch.ss
` [PULL 2/2] target/loongarch: move translate modules to tcg/

[PATCH] hw/arm: Add missing QOM parent for v7-M SoCs
 2024-01-04 22:55 UTC  (2+ messages)

[PATCH v2 0/8] vga: improve emulation fidelity
 2024-01-04 21:58 UTC  (9+ messages)
` [PATCH v2 1/8] vga: use common endian swap macros
` [PATCH v2 2/8] vga: introduce VGADisplayParams
` [PATCH v2 3/8] vga: mask addresses in non-VESA modes to 256k
` [PATCH v2 4/8] vga: implement horizontal pel panning in graphics modes
` [PATCH v2 5/8] vga: optimize horizontal pel panning in 256-color modes
` [PATCH v2 6/8] vga: reindent memory access code
` [PATCH v2 7/8] vga: use latches in odd/even mode too
` [PATCH v2 8/8] vga: sort-of implement word and double-word access modes

[PATCH] hw/virtio: Add ioeventfd option for balloon
 2024-01-04 21:30 UTC  (2+ messages)

[PULL 00/71] Constify VMState
 2024-01-04 19:54 UTC  (2+ messages)

[PATCH v5 00/31] Unified CPU type check
 2024-01-04 18:12 UTC  (5+ messages)
` [PATCH v5 01/31] target/alpha: Remove 'ev67' CPU class

[PATCH v2 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-04 17:53 UTC  (7+ messages)
` [PATCH v2 1/4] tests/qtest: Add a helper to query the QEMU version
` [PATCH v2 2/4] tests/qtest/migration: Add infrastructure to skip tests on older QEMUs
` [PATCH v2 3/4] tests/qtest/migration: Adapt tests to use "
` [PATCH v2 4/4] ci: Add a migration compatibility test job

[PATCH 0/6] net: fix non-deterministic failures of the 'netdev-socket' qtest
 2024-01-04 17:47 UTC  (9+ messages)
` [PATCH 1/6] Revert "netdev: set timeout depending on loadavg"
` [PATCH 2/6] Revert "osdep: add getloadavg"
` [PATCH 3/6] Revert "tests/qtest/netdev-socket: Raise connection timeout to 120 seconds"
` [PATCH 4/6] net: add explicit info about connecting/listening state
` [PATCH 5/6] net: handle QIOTask completion to report useful error message
` [PATCH 6/6] qtest: ensure netdev-socket tests have non-overlapping names

[PATCH v6 0/2] acpi: report numa nodes for device memory using GI
 2024-01-04 17:39 UTC  (7+ messages)
` [PATCH v6 1/2] qom: new object to associate device to numa node

virtio-pci in qemu-system-arm is broken in 8.2
 2024-01-04 17:17 UTC  (4+ messages)

[RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size
 2024-01-04 16:45 UTC  (2+ messages)

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

[PATCH] util: fix build with musl libc on ppc64le
 2024-01-04 16:26 UTC  (2+ messages)

[PATCH 00/35] target/arm: Implement emulation of nested virtualization
 2024-01-04 16:24 UTC  (13+ messages)
` [PATCH 17/35] target/arm: Always use arm_pan_enabled() when checking if PAN is enabled
` [PATCH 24/35] target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2
` [PATCH 26/35] target/arm: Implement FEAT_NV2 redirection of sysregs to RAM
` [PATCH 29/35] target/arm: Mark up VNCR offsets (offsets 0x100..0x160)

[PATCH] qtest: use correct boolean type for failover property
 2024-01-04 16:37 UTC  (2+ messages)

[PATCH v2 0/2] Adjust the output of x-query-virtio-status
 2024-01-04 16:19 UTC  (3+ messages)
` [PATCH v2 1/2] qapi/virtio: Keep feature and status bits in the QMP output
` [PATCH v2 2/2] hmp: Drop unknown feature and status bits

[PATCH] docs: use "buses" rather than "busses"
 2024-01-04 16:32 UTC  (2+ messages)

[PATCH] target/i386/sev: Fix a segfault in sev_kvm_init
 2024-01-04 16:27 UTC  (2+ messages)

[RFC PATCH 0/9] scripts/ci: Consolidate Ansible playbook rules
 2024-01-04 16:08 UTC  (10+ messages)
` [PATCH 1/9] scripts/ci: Do not enforce gitlab-runner path
` [PATCH 2/9] scripts/ci: Do not restrict spice package to x86/arm hosts
` [RFC PATCH 3/9] scripts/ci: Split EL8 specific packages out of Centos8 list
` [RFC PATCH 4/9] scripts/ci: Update Centos8 package list
` [RFC PATCH 5/9] scripts/ci: Restrict libpmem-devel package to x86 hosts
` [RFC PATCH 6/9] scripts/ci: Install libxdp-devel on "
` [RFC PATCH 7/9] scripts/ci: Install RH packages on RH derivative distros
` [RFC PATCH 8/9] scripts/ci: Update Ubuntu packages list
` [RFC PATCH 9/9] scripts/ci: Restrict libpmem-dev and libxen-dev packages to x86 hosts

[PATCH v2] scripts/checkpatch: Support codespell checking
 2024-01-04 16:21 UTC  (3+ messages)

[PATCH v6 0/7] Resolve issues with booting distros on x86
 2024-01-04 15:10 UTC  (3+ messages)
` [PATCH v6 6/7] x86: qemu: Expand ROM size
` [PATCH v6 7/7] x86: qemu: Enable truetype fonts

[PATCH RESEND v3 00/10] Support generic Luks encryption
 2024-01-04 14:59 UTC  (5+ messages)
` [PATCH RESEND v3 04/10] crypto: Introduce creation option and structure for detached LUKS header
` [PATCH RESEND v3 08/10] crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS


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