qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-09 14:25:07 to 2024-01-10 08:58:56 UTC [more...]

[PULL 00/65] riscv-to-apply queue
 2024-01-10  8:56 UTC  (8+ messages)
` [PULL 01/65] target/riscv: Add vill check for whole vector register move instructions
` [PULL 04/65] target/riscv: Not allow write mstatus_vs without RVV
` [PULL 05/65] target/riscv/pmp: Use hwaddr instead of target_ulong for RV32
` [PULL 06/65] target/riscv/cpu.c: fix machine IDs getters
` [PULL 09/65] target/riscv/kvm: change timer regs size to u64
` [PULL 12/65] hw/arm/virt-acpi-build.c: Migrate fw_cfg creation to common location
` [PULL 16/65] hw/riscv/virt-acpi-build.c: Add AIA support in RINTC

[PATCH v6 00/11] Support blob memory and venus on qemu
 2024-01-10  8:51 UTC  (4+ messages)
` [PATCH v6 07/11] virtio-gpu: Handle resource blob commands

[RFC PATCH v3 00/30] migration: File based migration with multifd and fixed-ram
 2024-01-10  8:49 UTC  (3+ messages)
` [RFC PATCH v3 01/30] io: add and implement QIO_CHANNEL_FEATURE_SEEKABLE for channel file

[PATCH 00/33] hw/cpu/arm: Remove one use of qemu_get_cpu() in A7/A15 MPCore priv
 2024-01-10  8:44 UTC  (18+ messages)

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

[PATCH 00/19] qapi: statically type schema.py
 2024-01-10  8:35 UTC  (14+ messages)
` [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]

[RESEND RFC v1 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-10  8:03 UTC  (9+ 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 v8 00/10] Introduce model for IBM's FSI
 2024-01-10  7:44 UTC  (16+ messages)
` [PATCH v8 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v8 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
` [PATCH v8 05/10] hw/fsi: Introduce IBM's FSI master
` [PATCH v8 06/10] hw/fsi: Aspeed APB2OPB interface

[PATCH V1 0/3] allow cpr-reboot for vfio
 2024-01-10  7:18 UTC  (5+ messages)
` [PATCH V1 1/3] migration: check mode in notifiers
` [PATCH V1 2/3] migration: notifier error reporting

[PULL 0/2] qemu-sparc queue 20240110
 2024-01-10  7:08 UTC  (3+ messages)
` [PULL 1/2] util/fifo8: Allow fifo8_pop_buf() to not populate popped length
` [PULL 2/2] util/fifo8: Introduce fifo8_peek_buf()

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

hw: nvme: Separate 'serial' property for VFs
 2024-01-10  6:59 UTC  (2+ messages)

[RFC v2 0/7] Add persistence to NVMe ZNS emulation
 2024-01-10  6:52 UTC  (2+ messages)

[PATCH] target/i386/sev: Add an option to allow SEV not to pin memory
 2024-01-10  6:22 UTC 

[PATCH v2 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-10  5:47 UTC  (5+ messages)
` [PATCH v2 1/3] "
` [PATCH v2 2/3] tests/tcg: Factor out gdbstub test functions
` [PATCH v2 3/3] tests/tcg: Add the PROT_NONE gdbstub test

[PATCH v2 00/14] hw/arm: Prefer arm_feature() over object_property_find()
 2024-01-10  6:01 UTC  (20+ messages)
` [PATCH v2 01/14] target/arm/cpu: Simplify checking A64_MTE bit in FEATURE_ID register
` [PATCH v2 02/14] hw/arm/armv7m: Introduce cpudev variable in armv7m_realize()
` [PATCH v2 03/14] hw/arm/armv7m: Ensure requested CPU type implements ARM_FEATURE_M
` [PATCH v2 04/14] hw/arm/armv7m: Move code setting 'start-powered-off' property around
` [PATCH v2 05/14] hw/arm/armv7m: Always set 'init-nsvtor' property for Cortex-M CPUs
` [PATCH v2 06/14] hw/arm: Prefer arm_feature(M_SECURITY) over object_property_find()
` [PATCH v2 07/14] hw/arm: Prefer arm_feature(THUMB_DSP) over object_property_find(dsp)
` [PATCH v2 08/14] hw/arm: Prefer arm_feature(V7) over object_property_find(pmsav7-dregion)
` [PATCH v2 09/14] hw/arm: Prefer arm_feature(EL3) over object_property_find(has_el3)
` [PATCH v2 10/14] hw/arm: Prefer arm_feature(EL2) over object_property_find(has_el2)
` [PATCH v2 11/14] hw/arm: Prefer arm_feature(CBAR*) over object_property_find(reset-cbar)
` [PATCH v2 12/14] hw/arm: Prefer arm_feature(PMU) over object_property_find(pmu)
` [PATCH v2 13/14] hw/arm: Prefer cpu_isar_feature(aa64_mte) over property_find(tag-memory)
` [PATCH v2 14/14] hw/arm: Prefer arm_feature(GENERIC_TMR) over 'kvm-no-adjvtime' property

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-01-10  5:34 UTC  (3+ messages)

qcow2-rs v0.1 and rublk-qcow2
 2024-01-10  5:09 UTC 

[PATCH v3 0/4] migration & CI: Add a CI job for migration compat testing
 2024-01-10  4:08 UTC  (18+ messages)
` [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 0/2] Export debug triggers as an extension
 2024-01-10  4:02 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Export sdtrig as an extension and ISA string
` [PATCH 2/2] target/riscv: Raise an exception when sdtrig is turned off

[PATCH v2 0/4] hw/loongarch/virt: Set iocsr address space per-board rather percpu
 2024-01-10  2:47 UTC  (2+ messages)

[PATCH v4 0/9] Add loongarch kvm accel support
 2024-01-10  2:46 UTC  (4+ messages)
` [PATCH v4 9/9] target/loongarch: Add loongarch kvm into meson build

[PATCH 00/10] docs/migration: Reorganize migration documentations
 2024-01-10  2:37 UTC  (7+ messages)
` [PATCH 05/10] docs/migration: Split "Debugging" and "Firmware"

[PATCH v3 00/70] QEMU Guest memfd + QEMU TDX support
 2024-01-10  1:53 UTC  (11+ messages)
` [PATCH v3 06/70] kvm: Introduce support for memory_attributes

[PATCH trivial] colo: examples: remove mentions of script= and (wrong) downscript=
 2024-01-10  1:49 UTC  (4+ messages)

[PATCH v2] target/riscv: Implement optional CSR mcontext of debug Sdtrig extension
 2024-01-10  1:26 UTC  (3+ messages)

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-09 23:55 UTC  (13+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
    ` [External] "

[PATCH 0/2] target/s390x: Fix LAE setting a wrong access register
 2024-01-09 23:22 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] tests/tcg/s390x: Test LOAD ADDRESS EXTENDED

[PATCH] hw/i386/pc_piix: Make piix_intx_routing_notifier_xen() more device independent
 2024-01-09 22:29 UTC  (3+ messages)

[PATCH v9 00/10] Introduce model for IBM's FSI
 2024-01-09 22:23 UTC  (11+ messages)
` [PATCH v9 01/10] hw/fsi: Introduce IBM's Local bus
` [PATCH v9 02/10] hw/fsi: Introduce IBM's FSI Bus
` [PATCH v9 03/10] hw/fsi: Introduce IBM's cfam,fsi-slave,scratchpad
` [PATCH v9 04/10] hw/fsi: IBM's On-chip Peripheral Bus
` [PATCH v9 05/10] hw/fsi: Introduce IBM's FSI master
` [PATCH v9 06/10] hw/fsi: Aspeed APB2OPB interface
` [PATCH v9 07/10] hw/arm: Hook up FSI module in AST2600
` [PATCH v9 08/10] hw/fsi: Added qtest
` [PATCH v9 09/10] hw/fsi: Added FSI documentation
` [PATCH v9 10/10] hw/fsi: Update MAINTAINER list

[PATCH v4 00/11] hw/isa/vt82c686: Implement relocation and toggling of SuperI/O functions
 2024-01-09 22:09 UTC  (5+ messages)

[PATCH v2 0/2] linux-user: two fixes to coredump generation
 2024-01-09 21:59 UTC  (3+ messages)
  `  "

[PATCH v2 0/9] target/hppa qemu v8.2 regression fixes
 2024-01-09 21:54 UTC  (11+ messages)
` [PATCH v2 2/9] hw/hppa/machine: Disable default devices with --nodefaults option
` [PATCH v2 4/9] target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0

[PATCH v2 0/2] nubus: add nubus-virtio-mmio device
 2024-01-09 21:53 UTC  (4+ messages)
` [PATCH v2 1/2] nubus-device: round Declaration ROM memory region address to qemu_target_page_size()

[PATCH 0/3] linux-user: Allow gdbstub to ignore page protection
 2024-01-09 21:47 UTC  (5+ messages)
` [PATCH 1/3] "

[PATCH v2 0/2] hw/pflash: implement update buffer for block writes
 2024-01-09 21:40 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v3 0/3] Virtio dmabuf improvements
 2024-01-09 21:14 UTC  (3+ messages)
` [PATCH v3 3/3] hw/virtio: rename virtio dmabuf API

[PATCH] hw/timer: fix systick trace message
 2024-01-09 21:13 UTC  (2+ messages)

[PATCH v4 0/3] Add device STM32L4x5 SYSCFG
 2024-01-09 19:41 UTC  (4+ messages)
` [PATCH v4 1/3] hw/misc: Implement "
` [PATCH v4 2/3] hw/arm: Connect STM32L4x5 SYSCFG to STM32L4x5 SoC
` [PATCH v4 3/3] tests/qtest: Add STM32L4x5 SYSCFG QTest testcase

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

[PATCH] block/blklogwrites: Fix a bug when logging "write zeroes" operations
 2024-01-09 18:46 UTC 

[PATCH v1 0/2] Initialize backend memory objects in parallel
 2024-01-09 18:42 UTC  (8+ messages)
` [PATCH v1 1/2] oslib-posix: refactor memory prealloc threads

[PATCH v4 0/5] Add ISA extension smcntrpmf support
 2024-01-09 18:37 UTC  (3+ messages)
` [PATCH v4 2/5] target/riscv: Add cycle & instret privilege mode filtering properties

[PATCH] string-output-visitor: Fix (pseudo) struct handling
 2024-01-09 18:17 UTC 

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-01-09 17:55 UTC  (10+ messages)
` [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c
` [PATCH v2 2/4] hw/cxl/device: read from register values in mdev_reg_read()
` [PATCH v2 3/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()
` [PATCH v2 4/4] hw/cxl/events: discard all event records during sanitation

[PATCH] tests/avocado/machine_aspeed.py: Update buildroot images to 2023.11
 2024-01-09 17:35 UTC 

[PATCH 0/9] sparc/leon3: Add support for -smp
 2024-01-09 17:31 UTC  (3+ messages)
` [PATCH 5/9] target/sparc: implement asr17 feature for smp

[PATCH 0/3] target/riscv: Add support for 'B' extension
 2024-01-09 17:07 UTC  (4+ messages)
` [PATCH 1/3] target/riscv: Add infrastructure for 'B' MISA extension
` [PATCH 2/3] target/riscv: Add step to validate 'B' extension
` [PATCH 3/3] target/riscv: Enable 'B' extension on max CPU type

[PATCH v8 0/3] Add device STM32L4x5 EXTI
 2024-01-09 17:13 UTC  (5+ messages)
` [PATCH v8 1/3] hw/misc: Implement "
` [PATCH v8 2/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC
` [PATCH v8 3/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH] target/arm: arm_pamax() no longer needs to do feature propagation
 2024-01-09 17:11 UTC  (2+ messages)

[PATCH] docs/system/arm/virt.rst: Improve 'highmem' option docs
 2024-01-09 17:08 UTC 

[PATCH] target/s390x/kvm/pv: Provide some more useful information if decryption fails
 2024-01-09 16:51 UTC  (6+ messages)

[PATCH 0/2] trace: fix ability to use systemtap with qemu tools
 2024-01-09 16:45 UTC  (3+ messages)
` [PATCH 2/2] meson: generate .stp files for tools too

virtio-pci in qemu-system-arm is broken in 8.2
 2024-01-09 16:41 UTC  (15+ messages)

[PATCH v4 00/17] target/riscv: deprecate riscv_cpu_options[]
 2024-01-09 16:35 UTC  (2+ messages)

[PATCH v6 0/5] Support message-based DMA in vfio-user server
 2024-01-09 15:55 UTC  (3+ messages)
` [PATCH v6 3/5] Update subprojects/libvfio-user

[PATCH v7 0/3] Add device STM32L4x5 EXTI
 2024-01-09 15:21 UTC  (4+ messages)
` [PATCH v7 1/3] hw/misc: Implement "
` [PATCH v7 2/3] hw/arm: Connect STM32L4x5 EXTI to STM32L4x5 SoC
` [PATCH v7 3/3] tests/qtest: Add STM32L4x5 EXTI QTest testcase

[PATCH v2 0/2] topic: meson: add more compiler hardening flags
 2024-01-09 15:12 UTC  (7+ messages)
` [PATCH v2 1/2] meson: mitigate against ROP exploits with -fzero-call-used-regs
` [PATCH v2 2/2] meson: mitigate against use of uninitialize stack for exploits

[PATCH v2 00/43] testing and plugin updates for 9.0 (pre-PR)
 2024-01-09 15:05 UTC  (9+ messages)
` [PATCH v2 36/43] plugins: Use different helpers when reading registers
` [PATCH v2 38/43] plugins: add an API to read registers
` [PATCH v2 42/43] docs/devel: lift example and plugin API sections up
` [PATCH v2 43/43] docs/devel: document some plugin assumptions

[PATCH v3 1/2] target/riscv: FIX xATP_MODE validation
 2024-01-09 14:59 UTC  (2+ messages)
` [PATCH v3 2/2] target/riscv: UPDATE xATP write CSR

[RFC PATCH-for-9.0] hw/display/qxl: Directly use VGACommonState::vram_size
 2024-01-09 14:48 UTC  (3+ messages)

[PATCH v2 0/2] Deprecate the shix machine and the TC58128 flash device
 2024-01-09 14:38 UTC  (2+ messages)

[PULL 00/71] HW core patches for 2024-01-05
 2024-01-09 14:33 UTC  (3+ messages)
` [PULL 29/71] hw/arm/virt: Check CPU type in machine_run_board_init()

[PATCH 0/2] acpi/tests/avocado/bits: disable smilatency tests
 2024-01-09 14:26 UTC  (2+ messages)

[PATCH v2] Optimize buffer_is_zero
 2024-01-09 14:25 UTC  (3+ messages)

[PULL 00/13] replay fixes for replay_kernel
 2024-01-09 14:24 UTC  (3+ messages)

Static qemu-user-x86_64 "Unable to find a guest_base to satisfy all guest address mapping requirements"
 2024-01-09 14:24 UTC 


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