qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-03 07:44:27 to 2023-03-03 15:10:36 UTC [more...]

[PATCH v4 0/6] hw/cxl: Poison get, inject, clear
 2023-03-03 15:09 UTC  (3+ messages)
` [PATCH v4 1/6] hw/cxl: rename mailbox return code type from ret_code to CXLRetCode
` [PATCH v4 2/6] hw/cxl: Introduce cxl_device_get_timestamp() utility function

[PATCH v2] TCG plugin API extension to read guest memory content by an address
 2023-03-03 14:56 UTC  (2+ messages)

[PATCH v3 00/18] hw/ide: Untangle ISA/PCI abuses of ide_init_ioport()
 2023-03-03 14:59 UTC  (7+ messages)

[PATCH] vdpa: fix emulated guest announce feature status handling
 2023-03-03 14:58 UTC  (3+ messages)

[RFC PATCH] hw: arm: Support direct boot for Linux/arm64 EFI zboot images
 2023-03-03 14:41 UTC  (3+ messages)

[PATCH] tcg: `reachable_code_pass()` remove empty else-branch
 2023-03-03 14:31 UTC  (3+ messages)

[PATCH for-8.0 v4 00/21] target/arm: Implement FEAT_RME
 2023-03-03 14:29 UTC  (3+ messages)

[PULL 00/11] aspeed queue
 2023-03-03 14:28 UTC  (5+ messages)

[PULL 00/62] i386, misc changes for QEMU 8.0 soft freeze
 2023-03-03 14:16 UTC  (5+ messages)

[PATCH for-8.0 v4 0/4] target/arm: pre-FEAT_RME fixes
 2023-03-03 14:06 UTC  (2+ messages)

[PATCH v3 00/14] target/arm: gdbstub cleanups and additions
 2023-03-03 14:03 UTC  (2+ messages)

[PULL 00/59] Fifth RISC-V PR for QEMU 8.0
 2023-03-03 13:35 UTC  (62+ messages)
` [PULL 01/59] target/riscv: introduce riscv_cpu_cfg()
` [PULL 02/59] target/riscv: do not mask unsupported QEMU extensions in write_misa()
` [PULL 03/59] target/riscv: allow MISA writes as experimental
` [PULL 04/59] target/riscv: remove RISCV_FEATURE_DEBUG
` [PULL 05/59] target/riscv/cpu.c: error out if EPMP is enabled without PMP
` [PULL 06/59] target/riscv: remove RISCV_FEATURE_EPMP
` [PULL 07/59] target/riscv: remove RISCV_FEATURE_PMP
` [PULL 08/59] hw/riscv/virt.c: do not use RISCV_FEATURE_MMU in create_fdt_socket_cpus()
` [PULL 09/59] target/riscv: remove RISCV_FEATURE_MMU
` [PULL 10/59] target/riscv/cpu: remove CPUArchState::features and friends
` [PULL 11/59] target/riscv: Fix the relationship between Zfhmin and Zfh
` [PULL 12/59] target/riscv: Fix the relationship between Zhinxmin and Zhinx
` [PULL 13/59] target/riscv: Simplify the check for Zfhmin and Zhinxmin
` [PULL 14/59] target/riscv: Add cfg properties for Zv* extensions
` [PULL 15/59] target/riscv: Fix relationship between V, Zve*, F and D
` [PULL 16/59] target/riscv: Add property check for Zvfh{min} extensions
` [PULL 17/59] target/riscv: Indent fixes in cpu.c
` [PULL 18/59] target/riscv: Simplify check for Zve32f and Zve64f
` [PULL 19/59] target/riscv: Replace check for F/D to Zve32f/Zve64d in trans_rvv.c.inc
` [PULL 20/59] target/riscv: Remove redundunt check for zve32f and zve64f
` [PULL 21/59] target/riscv: Add support for Zvfh/zvfhmin extensions
` [PULL 22/59] target/riscv: Fix check for vector load/store instructions when EEW=64
` [PULL 23/59] target/riscv: Simplify check for EEW = 64 in trans_rvv.c.inc
` [PULL 24/59] target/riscv: Expose properties for Zv* extensions
` [PULL 25/59] target/riscv: gdbstub: Check priv spec version before reporting CSR
` [PULL 26/59] target/riscv: Add some comments to clarify the priority policy of riscv_csrrw_check()
` [PULL 27/59] target/riscv: Use g_assert() for the predicate() NULL check
` [PULL 28/59] target/riscv: gdbstub: Minor change for better readability
` [PULL 29/59] target/riscv: gdbstub: Do not generate CSR XML if Zicsr is disabled
` [PULL 30/59] target/riscv: Coding style fixes in csr.c
` [PULL 31/59] target/riscv: Use 'bool' type for read_only
` [PULL 32/59] target/riscv: Simplify {read, write}_pmpcfg() a little bit
` [PULL 33/59] target/riscv: Simplify getting RISCVCPU pointer from env
` [PULL 34/59] target/riscv: Avoid reporting odd-numbered pmpcfgX in the CSR XML for RV64
` [PULL 35/59] target/riscv: gdbstub: Turn on debugger mode before calling CSR predicate()
` [PULL 36/59] target/riscv: gdbstub: Drop the vector CSRs in riscv-vector.xml
` [PULL 37/59] target/riscv: Allow debugger to access user timer and counter CSRs
` [PULL 38/59] target/riscv: Allow debugger to access seed CSR
` [PULL 39/59] target/riscv: Allow debugger to access {h, s}stateen CSRs
` [PULL 40/59] target/riscv: Allow debugger to access sstc CSRs
` [PULL 41/59] target/riscv: Drop priv level check in mseccfg predicate()
` [PULL 42/59] target/riscv: Group all predicate() routines together
` [PULL 43/59] target/riscv: Fix checking of whether instruciton at 'pc_next' spans pages
` [PULL 44/59] RISC-V: XTheadMemPair: Remove register restrictions for store-pair
` [PULL 45/59] target/riscv: Add support for Zicond extension
` [PULL 46/59] hw/riscv: Skip re-generating DT nodes for a given DTB
` [PULL 47/59] hw/riscv: Move the dtb load bits outside of create_fdt()
` [PULL 48/59] target/riscv: Fix the relationship between menvcfg.PBMTE/STCE and Svpbmt/Sstc extensions
` [PULL 49/59] target/riscv: Fix the relationship of PBMTE/STCE fields between menvcfg and henvcfg
` [PULL 50/59] target/riscv: Add csr support for svadu
` [PULL 51/59] target/riscv: Add *envcfg.PBMTE related check in address translation
` [PULL 52/59] target/riscv: Add *envcfg.HADE "
` [PULL 53/59] target/riscv: Export Svadu property
` [PULL 54/59] target/riscv/csr.c: use env_archcpu() in ctr()
` [PULL 55/59] target/riscv/csr.c: simplify mctr()
` [PULL 56/59] target/riscv/csr.c: use riscv_cpu_cfg() to avoid env_cpu() pointers
` [PULL 57/59] target/riscv/csr.c: avoid env_archcpu() usages when reading RISCVCPUConfig
` [PULL 58/59] target/riscv/vector_helper.c: create vext_set_tail_elems_1s()
` [PULL 59/59] target/riscv/vector_helper.c: avoid env_archcpu() when reading RISCVCPUConfig

[PATCH v11 0/5] riscv: Allow user to set the satp mode
 2023-03-03 13:12 UTC  (6+ messages)
` [PATCH v11 1/5] riscv: Pass Object to register_cpu_props instead of DeviceState
` [PATCH v11 2/5] riscv: Change type of valid_vm_1_10_[32|64] to bool
` [PATCH v11 3/5] riscv: Allow user to set the satp mode
` [PATCH v11 4/5] riscv: Introduce satp mode hw capabilities
` [PATCH v11 5/5] riscv: Correctly set the device-tree entry 'mmu-type'

[PATCH 0/5] iotests: make meson aware of individual I/O tests
 2023-03-03 13:06 UTC  (21+ messages)
` [PATCH 1/5] iotests: explicitly pass source/build dir to 'check' command
` [PATCH 2/5] iotests: allow test discovery before building
` [PATCH 3/5] iotests: strip subdir path when listing tests
` [PATCH 4/5] iotests: print TAP protocol version when reporting tests
` [PATCH 5/5] iotests: register each I/O test separately with meson

[PATCH] test: Fix test-crypto-secret when compiling without keyring support
 2023-03-03 13:00 UTC  (3+ messages)

[PATCH 0/2] tests/avocado: Test Xen guest support under KVM
 2023-03-03 12:51 UTC  (3+ messages)
` [PATCH 1/2] tests/avocado: Add Fedora 34 distro, including kernel/initrd checksums
` [PATCH 2/2] tests/avocado: Test Xen guest support under KVM

[RESEND PATCH 0/1] pc-bios: Support List-Directed IPL from ECKD DASD
 2023-03-03 12:38 UTC  (3+ messages)
` [RESEND PATCH 1/1] pc-bios: Add support for "

[PATCH] tests/qtest/migration-test: Disable migration/multifd/tcp/plain/cancel
 2023-03-03 12:05 UTC  (10+ messages)

[PATCH v2 0/6] Deprecate support for 32-bit x86 and arm hosts
 2023-03-03 11:57 UTC  (11+ messages)
` [PATCH v2 4/6] docs/about/deprecated: Deprecate the qemu-system-arm binary

[PATCH v10 0/5] riscv: Allow user to set the satp mode
 2023-03-03 11:52 UTC  (4+ messages)

[PATCH v3 0/7] QEMU CXL Provide mock CXL events and irq support
 2023-03-03 11:46 UTC  (4+ messages)
` [PATCH v3 6/7] hw/cxl/events: Add injection of DRAM events

[PATCH 1/3] tests/avocado: update AArch64 tests to Alpine 3.17.2
 2023-03-03 11:38 UTC  (6+ messages)
` [PATCH 2/3] tests/avocado: Add set of boot tests on SBSA-ref
` [PATCH 3/3] tests/avocado: add Alpine Linux boot on AArch64/sbsa-ref

[PATCH 0/4] user-created PHB cleanup
 2023-03-03 11:29 UTC  (13+ messages)
` [PATCH 1/4] pnv_phb4_pec: Keep track of instantiated PHBs
` [PATCH 2/4] pnv_phb4_pec: Only export existing PHBs to the device tree
` [PATCH 3/4] pnv_phb4_pec: Move pnv_phb4_get_pec() to rightful file
` [PATCH 4/4] pnv_phb4_pec: Simplify/align code to parent user-created PHBs

Is the fix for "DMA MMIO reentrancy" in qemu stable now?
 2023-03-03 11:13 UTC  (3+ messages)

[PATCH RESEND v6 0/5] migration: reduce time of loading non-iterable vmstate
 2023-03-03 10:56 UTC  (6+ messages)
` [PATCH RESEND v6 1/5] memory: Reference as->current_map directly in memory commit
` [PATCH RESEND v6 2/5] rcu: Introduce rcu_read_is_locked()
` [PATCH RESEND v6 3/5] memory: Introduce memory_region_transaction_do_commit()
` [PATCH RESEND v6 4/5] memory: Add sanity check in address_space_to_flatview
` [PATCH RESEND v6 5/5] migration: Reduce time of loading non-iterable vmstate

[PATCH v6 0/5] migration: reduce time of loading non-iterable vmstate
 2023-03-03 10:39 UTC  (6+ messages)
` [PATCH v6 1/5] memory: Reference as->current_map directly in memory commit
` [PATCH v6 2/5] rcu: Introduce rcu_read_is_locked()
` [PATCH v6 3/5] memory: Introduce memory_region_transaction_do_commit()
` [PATCH v6 4/5] memory: Add sanity check in address_space_to_flatview
` [PATCH v6 5/5] migration: Reduce time of loading non-iterable vmstate

[PATCH 0/6] Adding the Android Emulator hypervisor driver accelerator
 2023-03-03 10:33 UTC  (2+ messages)

[PATCH v2 0/7] hw/net/eepro100: Finish QDev conversion
 2023-03-03 10:32 UTC  (5+ messages)

[PATCH v2] vfio: Fix vfio_get_dev_region() trace event
 2023-03-03 10:31 UTC  (4+ messages)

[PATCH 1/6] Add the Android Emulator hypervisor driver (AEHD) accelerator
 2023-03-03 10:25 UTC  (12+ messages)
` [PATCH 3/6] Add the aehd-apic device type
` [PATCH 4/6] Add the aehd-ioapic "
` [PATCH 5/6] Add the aehd-i8259 "
` [PATCH 6/6] Add the AEHD implementation

[PATCH v3 0/6] Deprecate support for 32-bit x86 and arm hosts
 2023-03-03 10:21 UTC  (8+ messages)
` [PATCH v3 1/6] docs/about/deprecated: Deprecate 32-bit x86 hosts
` [PATCH v3 2/6] docs/about/deprecated: Deprecate the qemu-system-i386 binary
` [PATCH v3 3/6] gitlab-ci.d/crossbuilds: Drop the i386 jobs
` [PATCH v3 4/6] docs/about/deprecated: Deprecate 32-bit arm hosts for system emulation
` [PATCH v3 5/6] docs/about/deprecated: Deprecate the qemu-system-arm binary
` [PATCH v3 6/6] gitlab-ci.d/crossbuilds: Drop the 32-bit arm system emulation jobs

[PATCH v3 0/6] hw/cxl: Poison get, inject, clear
 2023-03-03 10:03 UTC  (7+ messages)
` [PATCH v3 4/6] hw/cxl: QMP based poison injection support
` [PATCH v3 6/6] hw/cxl: Add clear poison mailbox command support

[PATCH v4.5 00/29] gdbstub/next: re-organise and split build
 2023-03-03  9:45 UTC  (7+ messages)
` [PATCH v4.5 26/29] gdbstub: Remove gdb_do_syscallv
` [PATCH v4.5 27/29] gdbstub: Adjust gdb_do_syscall to only use uint32_t and uint64_t
` [PATCH v4.5 28/29] gdbstub: Build syscall.c once

regression: insmod module failed in VM with nvdimm on
 2023-03-03  9:42 UTC  (3+ messages)
` regression: insmod module failed in VM with nvdimm on #forregzbot

Emulating graviton G3
 2023-03-03  9:36 UTC 

[PATCH v2] tcg: Include "qemu/timer.h" for profile_getclock
 2023-03-03  9:30 UTC  (2+ messages)

[PATCH v5 0/7] Pegasos2 fixes and audio output support
 2023-03-03  9:17 UTC  (3+ messages)
` [PATCH v5 4/7] hw/ppc/pegasos2: Fix PCI interrupt routing

[PATCH] vhost: accept VIRTIO_F_ORDER_PLATFORM as a valid SVQ feature
 2023-03-03  9:16 UTC  (12+ messages)

Future of icount discussion for next KVM call?
 2023-03-03  9:12 UTC  (5+ messages)

[PATCH RFC 0/4] memory: Fix (/ Discuss) a few rcu issues
 2023-03-03  9:10 UTC  (6+ messages)

[PATCH] scsi: megasas: Internal cdbs have 16-byte length
 2023-03-03  9:02 UTC  (2+ messages)

[PATCH v4 00/15] Dynamically switch to vhost shadow virtqueues at vdpa net migration
 2023-03-03  8:58 UTC  (17+ messages)
` [PATCH v4 01/15] vdpa net: move iova tree creation from init to start
` [PATCH v4 09/15] vdpa: add vdpa net migration state notifier
` [PATCH v4 12/15] vdpa: block migration if device has unsupported features

[PATCH v4 00/26] gdbstub/next: re-organise and split build
 2023-03-03  8:33 UTC  (3+ messages)
` [PATCH v4 04/26] gdbstub: clean-up indent on gdb_exit

[PATCH] hw/acpi: Set memory regions to native endian as a work around
 2023-03-03  8:22 UTC  (11+ messages)

[virtio-dev] [RFC QEMU] docs: vhost-user: Add custom memory mapping support
 2023-03-03  8:11 UTC  (2+ messages)

[PATCH 0/9] mirror: allow switching from background to active mode
 2023-03-03  7:47 UTC  (8+ messages)
` [PATCH 8/9] mirror: return the remaining dirty bytes upon query


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