qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-29 23:03:11 to 2024-01-30 11:13:12 UTC [more...]

[PATCH 0/2] target/riscv: Support mxstatus CSR for thead-c906
 2024-01-30 11:11 UTC  (3+ messages)
` [PATCH 1/2] target/riscv: Register vendors CSR
` [PATCH 2/2] target/riscv: Support xtheadmaee for thead-c906

[PATCH] target/mips: Use qemu_irq typedef for CPUMIPSState::irq member
 2024-01-30 11:11 UTC 

[PATCH v2 00/14] TCG Plugin inline operation enhancement
 2024-01-30 11:10 UTC  (15+ messages)
` [PATCH v2 02/14] plugins: scoreboard API
` [PATCH v2 05/14] tests/plugin: add test plugin for inline operations
` [PATCH v2 11/14] plugins: remove non per_vcpu inline operation from API
` [PATCH v2 14/14] contrib/plugins/execlog: fix new warnings

[PATCH] target/riscv: FCSR doesn't contain vxrm and vxsat
 2024-01-30 11:09 UTC 

[PATCH] target/riscv: Use RISCVException as return type for all csr ops
 2024-01-30 11:08 UTC 

[PATCH 00/33] hw/core: Introduce CPUClass hook for mmu_index
 2024-01-30 11:05 UTC  (46+ messages)
` [PATCH 01/33] include/hw/core: Add mmu_index to CPUClass
` [PATCH 02/33] target/alpha: Split out alpha_env_mmu_index
` [PATCH 03/33] target/alpha: Populate CPUClass.mmu_index
` [PATCH 04/33] target/arm: Split out arm_env_mmu_index
` [PATCH 05/33] target/arm: Populate CPUClass.mmu_index
` [PATCH 06/33] target/avr: "
` [PATCH 07/33] target/cris: Cache mem_index in DisasContext
` [PATCH 08/33] target/cris: Populate CPUClass.mmu_index
` [PATCH 09/33] target/hppa: "
` [PATCH 10/33] target/i386: "
` [PATCH 11/33] target/loongarch: "
` [PATCH 12/33] target/loongarch: Rename MMU_IDX_*
` [PATCH 13/33] target/m68k: Populate CPUClass.mmu_index
` [PATCH 14/33] target/microblaze: "
` [PATCH 15/33] target/mips: Pass ptw_mmu_idx down from mips_cpu_tlb_fill
` [PATCH 16/33] target/mips: Split out mips_env_mmu_index
` [PATCH 17/33] target/mips: Populate CPUClass.mmu_index
` [PATCH 18/33] target/nios2: "
` [PATCH 19/33] target/openrisc: "
` [PATCH 20/33] target/ppc: Split out ppc_env_mmu_index
` [PATCH 21/33] target/ppc: Populate CPUClass.mmu_index
` [PATCH 22/33] target/riscv: Rename riscv_cpu_mmu_index to riscv_env_mmu_index
` [PATCH 23/33] target/riscv: Replace cpu_mmu_index with riscv_env_mmu_index
` [PATCH 24/33] target/riscv: Populate CPUClass.mmu_index
` [PATCH 25/33] target/rx: "
` [PATCH 26/33] target/s390x: Split out s390x_env_mmu_index
` [PATCH 27/33] target/s390x: Populate CPUClass.mmu_index
` [PATCH 28/33] target/sh4: "
` [PATCH 29/33] target/sparc: "
` [PATCH 30/33] target/tricore: "
` [PATCH 31/33] target/xtensa: "
` [PATCH 32/33] include/exec: Implement cpu_mmu_index generically
` [PATCH 33/33] include/exec: Change cpu_mmu_index argument to CPUState

[PATCH v2] scripts/checkpatch.pl: check for placeholders in cover letter patches
 2024-01-30 11:02 UTC  (9+ messages)

[PULL 0/4] Misc changes guest agent
 2024-01-30 10:58 UTC  (5+ messages)
` [PULL 1/4] guest-agent: improve help for --allow-rpcs and --block-rpcs
` [PULL 2/4] tests/unit/test-qga: do not qualify executable paths
` [PULL 3/4] qga-win: Fix guest-get-fsinfo multi-disks collection
` [PULL 4/4] qga: Solaris has net/if_arp.h and netinet/if_ether.h but not ETHER_ADDR_LEN

[PULL 00/15] Migration 20240126 patches
 2024-01-30 10:48 UTC  (10+ messages)
` [PULL 06/15] tests/qtest/migration: Don't use -cpu max for aarch64

[PATCH v3 00/33] linux-user: Improve host and guest page size handling
 2024-01-30 10:46 UTC  (5+ messages)
` [PATCH v3 23/33] linux-user: Split out mmap_h_gt_g
` [PATCH v3 24/33] tests/tcg: Remove run-test-mmap-*

[PATCH v8 0/5] eBPF RSS through QMP support
 2024-01-30 10:37 UTC  (3+ messages)
` [PATCH v8 1/5] ebpf: Added eBPF map update through mmap

[PATCH v3 0/4] Live Migration Acceleration with IAA Compression
 2024-01-30 10:32 UTC  (4+ messages)

[PATCH [repost]] block/blkio: Don't assume size_t is 64 bit
 2024-01-30 10:30 UTC  (4+ messages)

Assistance Required for QEMU Hardfault Error with Cortex-M33 on MPS2AN505
 2024-01-30 10:29 UTC  (6+ messages)

[PATCH v1] scripts/checkpatch.pl: check for placeholders in cover letter patches
 2024-01-30 10:17 UTC  (7+ messages)

[PATCH v3 00/29] hw, target: Prefer fast cpu_env() over slower CPU QOM cast macro
 2024-01-30 10:17 UTC  (24+ messages)
` [PATCH v3 01/29] bulk: Access existing variables initialized to &S->F when available
` [PATCH v3 02/29] hw/core: Declare CPUArchId::cpu as CPUState instead of Object
` [PATCH v3 06/29] target: Replace CPU_GET_CLASS(cpu -> obj) in cpu_reset_hold() handler
` [PATCH v3 08/29] target/arm: Prefer fast cpu_env() over slower CPU QOM cast macro
` [PATCH v3 11/29] target/hexagon: "
` [PATCH v3 14/29] target/i386: "
` [PATCH v3 15/29] target/loongarch: "
` [PATCH v3 22/29] target/riscv: "
` [PATCH v3 26/29] target/sparc: "
` [PATCH v3 29/29] user: "

[PATCH v2 0/6] Add new CPU model GraniteRapids
 2024-01-30 10:14 UTC  (3+ messages)
` [PATCH v2 6/6] target/i386: "

[PATCH v3 0/6] hw/{arm,xen} convert printfs to trace/reports
 2024-01-30 10:07 UTC  (11+ messages)
` [PATCH v3 2/6] hw/arm/z2: convert DPRINTF to trace events and guest errors
` [PATCH v3 3/6] hw/arm/xen_arm.c: convert DPRINTF to trace events and error/warn reports
` [PATCH v3 4/6] hw/xen/xen-mapcache.c: convert DPRINTF to tracepoints
` [PATCH v3 5/6] hw/xen/xen-hvm-common.c: "
` [PATCH v3 6/6] hw/xen: convert stderr prints to error/warn reports

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-01-30  9:44 UTC  (5+ messages)
` [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support

[PATCH v3 0/3] Add support for the RAPL MSRs series
 2024-01-30  9:39 UTC  (4+ messages)
` [PATCH v3 3/3] Add support for RAPL MSRs in KVM/Qemu

[PATCH] hw/hyperv: Include missing headers
 2024-01-30  9:31 UTC  (3+ messages)

[libvirt PATCH V2 0/4] add loongarch support for libvirt
 2024-01-30  9:32 UTC  (2+ messages)

[PATCH v2 0/8] sparc/leon3: Add support for -smp
 2024-01-30  9:15 UTC  (8+ messages)
` [PATCH v2 1/8] sparc/grlib: split out the headers for each peripherals
` [PATCH v2 4/8] intc/grlib_irqmp: implements multicore irq
` [PATCH v2 7/8] leon3: check cpu_id in the tiny bootloader

[PATCH v3] blockcommit: Reopen base image as RO after abort
 2024-01-30  9:14 UTC 

[PATCH 0/5] migration/multifd: Prerequisite cleanups for ongoing work
 2024-01-30  8:42 UTC  (5+ messages)
` [PATCH 1/5] migration/multifd: Separate compression ops from non-compression

[PATCH 00/22] target/sparc: floating-point cleanup
 2024-01-30  8:40 UTC  (12+ messages)
` [PATCH 03/22] target/sparc: Remove gen_dest_fpr_F
` [PATCH 04/22] target/sparc: Introduce gen_{load,store}_fpr_Q
` [PATCH 05/22] target/sparc: Inline FNEG, FABS
` [PATCH 15/22] target/sparc: Introduce cpu_get_fsr, cpu_put_fsr
` [PATCH 16/22] target/split: Split ver from env->fsr

[PATCH] pflash: fix sectors vs bytes confusion in blk_pread_nonzeroes()
 2024-01-30  8:31 UTC  (2+ messages)

[PATCH v2] target/i386/host-cpu: Use iommu phys_bits with VFIO assigned devices on Intel h/w
 2024-01-30  8:09 UTC  (5+ messages)

[PATCH 0/4] mips: do not list individual devices from configs/
 2024-01-30  7:48 UTC  (5+ messages)
` [PATCH 2/4] isa: extract FDC37M81X to a separate file

[PATCH v3 0/2] hw/block/block.c: improve confusing error
 2024-01-30  7:30 UTC  (3+ messages)
` [PATCH v3 1/2] hw/core/qdev.c: add qdev_get_human_name()
` [PATCH v3 2/2] hw/block/block.c: improve confusing blk_check_size_and_read_all() error

[PATCH] backends/hostmem: Fix block comments style (checkpatch.pl warnings)
 2024-01-30  7:14 UTC  (2+ messages)

[PATCH v2 0/2] hw/smbios: Fix option validation
 2024-01-30  7:06 UTC  (5+ messages)
` [PATCH v2 1/2] hw/smbios: Fix OEM strings table "
` [PATCH v2 2/2] hw/smbios: Fix port connector "

[PATCH v5 0/6] hw/misc/pvpanic: add support for normal shutdowns
 2024-01-30  6:58 UTC  (3+ messages)
` [PATCH v5 6/6] tests/qtest/pvpanic: add tests for pvshutdown event

[PATCH v2 0/3] Fix resource freeing bugs in virtio-gpu-rutabaga
 2024-01-30  6:53 UTC  (4+ messages)
` [PATCH v2 3/3] virtio-gpu-rutabaga.c: override resource_destroy method

[PATCH] Make 'uri' optional for migrate QAPI
 2024-01-30  6:45 UTC  (4+ messages)

[PATCH] hw/intc/xics: Include missing 'cpu.h' header
 2024-01-30  6:42 UTC  (2+ messages)

[PATCH 00/17] migration: Add new migration channel connect and TLS upgrade APIs
 2024-01-30  5:57 UTC  (7+ messages)
` [PATCH 04/17] migration/multifd: Set p->running = true in the right place

[PATCH v4 0/7] Support generic Luks encryption
 2024-01-30  5:37 UTC  (8+ messages)
` [PATCH v4 1/7] crypto: Support LUKS volume with detached header
` [PATCH v4 2/7] qapi: Make parameter 'file' optional for BlockdevCreateOptionsLUKS
` [PATCH v4 3/7] crypto: Modify the qcrypto_block_create to support creation flags
` [PATCH v4 4/7] block: Support detached LUKS header creation using blockdev-create
` [PATCH v4 5/7] block: Support detached LUKS header creation using qemu-img
` [PATCH v4 6/7] crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS
` [PATCH v4 7/7] tests: Add case for LUKS volume with detached header

[PATCH] migration/docs: Explain two solutions for VMSD compatibility
 2024-01-30  4:32 UTC  (9+ messages)

[RFC v1 0/3] Add cache structure table creation for PPTT table
 2024-01-30  5:03 UTC  (7+ messages)
` [RFC v1 1/3] hw/acpi/aml-build: "
` [RFC v1 3/3] hw/arm/virt-acpi-build.c: Enable CPU cache topology

[RESEND v2 0/2] RISC-V: ACPI: Enable SPCR
 2024-01-30  3:30 UTC  (6+ messages)
` [RESEND v2 1/2] hw/arm/virt-acpi-build.c: Migrate SPCR creation to common location

[PATCH] target/loongarch: Fix qtest test-hmp error when KVM-only build
 2024-01-30  3:02 UTC  (2+ messages)

Disk migration from qcow2 to SPDK
 2024-01-30  2:50 UTC 

[PATCH 0/6] riscv: named features riscv,isa, 'svade' rework
 2024-01-30  1:10 UTC  (7+ messages)
` [PATCH 1/6] target/riscv/tcg: set 'mmu' with 'satp' in cpu_set_profile()
` [PATCH 2/6] target/riscv: add riscv,isa to named features
` [PATCH 3/6] target/riscv: add remaining "

[PATCH v10 0/3] gdbstub and TCG plugin improvements
 2024-01-30  0:55 UTC  (2+ messages)

[PATCH] kconfig: use "select" to enable semihosting
 2024-01-30  0:45 UTC  (2+ messages)

[PATCH 00/10] Clean up includes
 2024-01-30  0:43 UTC  (3+ messages)
` [PATCH 09/10] riscv: "

[PATCH] smc37c669: remove useless is_enabled functions
 2024-01-30  0:36 UTC  (2+ messages)

[PATCH v2 0/2] hw/block/block.c: improve confusing error
 2024-01-30  0:02 UTC  (5+ messages)
` [PATCH v2 1/2] hw/core/qdev.c: add qdev_get_human_name()
` [PATCH v2 2/2] hw/block/block.c: improve confusing blk_check_size_and_read_all() error

[PULL 00/31] tcg patch queue
 2024-01-29 23:01 UTC  (30+ messages)
` [PULL 03/31] hw/core: Include vaddr.h from cpu.h
` [PULL 04/31] target: Use vaddr in gen_intermediate_code
` [PULL 05/31] include/exec: Use vaddr in DisasContextBase for virtual addresses
` [PULL 06/31] include/exec: typedef abi_ptr to vaddr
` [PULL 07/31] include/exec: Move PAGE_* macros to common header
` [PULL 08/31] include/exec: Move cpu_*()/cpu_env() "
` [PULL 09/31] include/hw/core: Move do_interrupt in TCGCPUOps
` [PULL 10/31] include/hw/core: Remove i386 conditional on fake_user_interrupt
` [PULL 11/31] linux-user: Allow gdbstub to ignore page protection
` [PULL 12/31] tests/tcg: Factor out gdbstub test functions
` [PULL 13/31] tests/tcg: Add the PROT_NONE gdbstub test
` [PULL 14/31] accel/tcg/cpu-exec: Use RCU_READ_LOCK_GUARD
` [PULL 15/31] target: Make qemu_target_page_mask() available for *-user
` [PULL 16/31] accel/tcg: Make use of qemu_target_page_mask() in perf.c
` [PULL 17/31] tcg: Make tb_cflags() usable from target-agnostic code
` [PULL 18/31] accel/tcg: Remove #ifdef TARGET_I386 from perf.c
` [PULL 19/31] accel/tcg: Move perf and debuginfo support to tcg/
` [PULL 20/31] accel/tcg: Rename tcg_ss[] -> tcg_specific_ss[] in meson
` [PULL 21/31] accel/tcg: Rename tcg_cpus_destroy() -> tcg_cpu_destroy()
` [PULL 22/31] accel/tcg: Rename tcg_cpus_exec() -> tcg_cpu_exec()
` [PULL 23/31] accel/tcg: Un-inline icount_exit_request() for clarity
` [PULL 24/31] include/qemu: Add TCGCPUOps typedef to typedefs.h
` [PULL 25/31] target/loongarch: Constify loongarch_tcg_ops
` [PULL 26/31] accel/tcg: Use CPUState.cc instead of CPU_GET_CLASS in cpu-exec.c
` [PULL 27/31] accel/tcg: Introduce TCGCPUOps::need_replay_interrupt() handler
` [PULL 28/31] target/i386: Extract x86_need_replay_interrupt() from accel/tcg/
` [PULL 29/31] accel/tcg: Inline need_replay_interrupt
` [PULL 30/31] accel/tcg: Introduce TCGCPUOps::cpu_exec_halt() handler
` [PULL 31/31] target/i386: Extract x86_cpu_exec_halt() from accel/tcg/


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