qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 13:36:50 to 2023-06-14 09:48:03 UTC [more...]

[PATCH v3 0/5] Optimize UNMAP call and bug fix
 2023-06-14  9:47 UTC  (13+ messages)
` [PATCH v3 5/5] intel_iommu: Optimize out some unnecessary UNMAP calls

[PATCH 0/2] target/riscv: Fix the xlen for data address when MPRV=1
 2023-06-14  9:18 UTC  (5+ messages)
` [PATCH 1/2] target/riscv: Add additional xlen for "
` [PATCH 2/2] target/riscv: update cur_pmbase/pmmask based on mode affected by MPRV

[PATCH v3 0/6] Add RISC-V KVM AIA Support
 2023-06-14  9:13 UTC  (5+ messages)
` [PATCH v3 2/6] target/riscv: support the AIA device emulation with KVM enabled

[PATCH] memory-device: Track used region size in DeviceMemoryState
 2023-06-14  9:10 UTC  (3+ messages)
` [PATCH v3 00/10] memory-device: Some cleanups

[PATCH v2 0/8] disas/riscv: Add vendor extension support
 2023-06-14  9:00 UTC  (5+ messages)
` [PATCH v2 2/8] target/riscv: Factor out extension tests to cpu_cfg.h
` [PATCH v2 7/8] disas/riscv: Add support for XVentanaCondOps

[PATCH 0/4] ppc/pnv: Add chiptod and core timebase state machine models
 2023-06-14  8:55 UTC  (12+ messages)
` [PATCH 1/4] pnv/chiptod: Add POWER9/10 chiptod model
` [PATCH 3/4] target/ppc: add TFMR SPR implementation with read and write helpers
` [PATCH 4/4] target/ppc: Implement core timebase state machine and TFMR

[PATCH v4 0/1] use XHCI to replace EHCI
 2023-06-14  8:12 UTC  (3+ messages)
` [PATCH v4 1/1] hw/arm/sbsa-ref: "

[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-14  7:51 UTC  (7+ messages)

[PATCH v3 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
 2023-06-14  6:41 UTC  (15+ messages)
` [PATCH v3 1/9] target/i386: Simplify i386_tr_init_disas_context()
` [PATCH v3 2/9] target/tricore: Remove pointless CONFIG_SOFTMMU guard
` [PATCH v3 3/9] target/m68k: Check for USER_ONLY definition instead of SOFTMMU one
` [PATCH v3 4/9] target/ppc: "
` [PATCH v3 5/9] hw/core/cpu: "
` [PATCH v3 7/9] meson: Alias CONFIG_SOFTMMU -> CONFIG_SYSTEM_ONLY
` [PATCH v3 8/9] meson: Replace "
` [PATCH v3 9/9] meson: Replace softmmu_ss -> system_ss

[PATCH 00/10] Misc clean ups to target/ppc exception handling
 2023-06-14  6:25 UTC  (18+ messages)
` [PATCH 01/10] target/ppc: Remove some superfluous parentheses
` [PATCH 02/10] target/ppc: Remove unneeded parameter from powerpc_reset_wakeup()
` [PATCH 03/10] target/ppc: Move common check in exception handlers to a function
` [PATCH 04/10] target/ppc: Use env_cpu for cpu_abort in excp_helper
` [PATCH 06/10] target/ppc: Readability improvements in exception handlers
` [PATCH 07/10] target/ppd: Remove unused define
` [PATCH 08/10] target/ppc: Fix gen_sc to use correct nip
` [PATCH 09/10] target/ppc: Simplify syscall exception handlers

[PATCH] target/ppc: Implement gathering irq statistics
 2023-06-14  6:20 UTC  (4+ messages)

[PATCH v3 0/4] hw/arm/raspi: Use named constants in BCM props
 2023-06-14  6:04 UTC  (7+ messages)
` [PATCH v3 1/4] hw/arm/raspi: Import Linux raspi definitions as 'raspberrypi-fw-defs.h'
` [PATCH v3 2/4] hw/misc/bcm2835_property: Use 'raspberrypi-fw-defs.h' definitions
` [RFC PATCH v3 3/4] hw/misc/bcm2835_property: Replace magic frequency values by definitions

[PATCH v4 1/6] target/ppc: Fix instruction loading endianness in alignment interrupt
 2023-06-14  5:51 UTC  (2+ messages)

[PATCH v2 00/23] target/arm: Convert exception, system, loads and stores to decodetree
 2023-06-14  5:35 UTC  (9+ messages)
` [PATCH v2 03/23] target/arm: Pass memop to gen_mte_check1_mmuidx() in reg_imm9 decode
` [PATCH v2 04/23] target/arm: Consistently use finalize_memop_asimd() for ASIMD loads/stores
` [PATCH v2 14/23] target/arm: Convert load/store-pair to decodetree
` [PATCH v2 22/23] target/arm: Convert load/store single structure "

[PATCH v2 00/26] target/arm/tcg: Remove inclusions of 'exec/helper-[proto/gen].h'
 2023-06-14  5:05 UTC  (27+ messages)
` [PATCH v2 10/26] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
` [PATCH v2 11/26] target/arm/tcg: Reduce 'helper-vfp.h.inc' inclusion
` [PATCH v2 14/26] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
` [PATCH v2 16/26] target/arm/tcg: Reduce 'helper-sve.h.inc' inclusion
` [PATCH v2 17/26] target/arm/tcg: Reduce 'helper-mve.h.inc' inclusion
` [PATCH v2 18/26] target/arm/tcg: Reduce 'helper-sme.h.inc' inclusion
` [PATCH v2 19/26] target/arm/tcg: Reduce 'helper-a64.h.inc' inclusion
` [PATCH v2 20/26] target/arm/tcg: Move v8m_stackcheck() from op_helper.c to m_helper.c
` [PATCH v2 21/26] target/arm/tcg: Extract M-profile definitions to 'helper-m.h.inc'
` [PATCH v2 22/26] target/arm/tcg: Reduce 'helper-m.h.inc' inclusion
` [PATCH v2 23/26] target/arm/tcg: Inline 'exec/helper-gen.h'
` [PATCH v2 24/26] target/arm/tcg: Inline 'exec/helper-proto.h'
` [PATCH v2 25/26] target/arm/tcg: Rename 'helper.h' -> 'tcg/helper.h.inc'

Support for ACK and PWR Leds in Raspberry Pi
 2023-06-14  4:46 UTC 

[PULL 00/60] riscv-to-apply queue
 2023-06-14  4:39 UTC  (62+ messages)
` [PULL 01/60] target/riscv/vector_helper.c: skip set tail when vta is zero
` [PULL 02/60] target/riscv: Move zc* out of the experimental properties
` [PULL 03/60] target/riscv/cpu.c: add riscv_cpu_validate_v()
` [PULL 04/60] target/riscv/cpu.c: remove set_vext_version()
` [PULL 05/60] target/riscv/cpu.c: remove set_priv_version()
` [PULL 06/60] target/riscv: add PRIV_VERSION_LATEST
` [PULL 07/60] target/riscv: Mask the implicitly enabled extensions in isa_string based on priv version
` [PULL 08/60] target/riscv: Update check for Zca/Zcf/Zcd
` [PULL 09/60] target/riscv/cpu.c: add priv_spec validate/disable_exts helpers
` [PULL 10/60] target/riscv/cpu.c: add riscv_cpu_validate_misa_mxl()
` [PULL 11/60] target/riscv/cpu.c: validate extensions before riscv_timer_init()
` [PULL 12/60] target/riscv/cpu.c: remove cfg setup from riscv_cpu_init()
` [PULL 13/60] target/riscv: rework write_misa()
` [PULL 14/60] target/riscv: Update pmp_get_tlb_size()
` [PULL 15/60] target/riscv: Move pmp_get_tlb_size apart from get_physical_address_pmp
` [PULL 16/60] target/riscv: Make the short cut really work in pmp_hart_has_privs
` [PULL 17/60] target/riscv: Change the return type of pmp_hart_has_privs() to bool
` [PULL 18/60] target/riscv: Make RLB/MML/MMWP bits writable only when Smepmp is enabled
` [PULL 19/60] target/riscv: Remove unused paramters in pmp_hart_has_privs_default()
` [PULL 20/60] target/riscv: Flush TLB when MMWP or MML bits are changed
` [PULL 21/60] target/riscv: Update the next rule addr in pmpaddr_csr_write()
` [PULL 22/60] target/riscv: Flush TLB when pmpaddr is updated
` [PULL 23/60] target/riscv: Flush TLB only when pmpcfg/pmpaddr really changes
` [PULL 24/60] target/riscv: Separate pmp_update_rule() in pmpcfg_csr_write
` [PULL 25/60] target/riscv: Deny access if access is partially inside the PMP entry
` [PULL 26/60] hw/riscv/opentitan: Rename machine_[class]_init() functions
` [PULL 27/60] hw/riscv/opentitan: Declare QOM types using DEFINE_TYPES() macro
` [PULL 28/60] hw/riscv/opentitan: Add TYPE_OPENTITAN_MACHINE definition
` [PULL 29/60] hw/riscv/opentitan: Explicit machine type definition
` [PULL 30/60] hw/riscv/opentitan: Correct OpenTitanState parent type/size
` [PULL 31/60] hw/riscv: qemu crash when NUMA nodes exceed available CPUs
` [PULL 32/60] target/riscv: Fix pointer mask transformation for vector address
` [PULL 33/60] target/riscv: Update cur_pmmask/base when xl changes
` [PULL 34/60] target/riscv: smstateen check for fcsr
` [PULL 35/60] target/riscv: Reuse tb->flags.FS
` [PULL 36/60] target/riscv: smstateen knobs
` [PULL 37/60] disas: Change type of disassemble_info.target_info to pointer
` [PULL 38/60] target/riscv: Split RISCVCPUConfig declarations from cpu.h into cpu_cfg.h
` [PULL 39/60] target/riscv: Pass RISCVCPUConfig as target_info to disassemble_info
` [PULL 40/60] disas/riscv.c: Support disas for Zcm* extensions
` [PULL 41/60] disas/riscv.c: Support disas for Z*inx extensions
` [PULL 42/60] disas/riscv.c: Remove unused decomp_rv32/64 value for vector instructions
` [PULL 43/60] disas/riscv.c: Fix lines with over 80 characters
` [PULL 44/60] disas/riscv.c: Remove redundant parentheses
` [PULL 45/60] target/riscv: Fix target address to update badaddr
` [PULL 46/60] target/riscv: Introduce cur_insn_len into DisasContext
` [PULL 47/60] target/riscv: Change gen_goto_tb to work on displacements
` [PULL 48/60] target/riscv: Change gen_set_pc_imm to gen_update_pc
` [PULL 49/60] target/riscv: Use true diff for gen_pc_plus_diff
` [PULL 50/60] target/riscv: Enable PC-relative translation
` [PULL 51/60] target/riscv: Remove pc_succ_insn from DisasContext
` [PULL 52/60] hw/riscv: virt: Assume M-mode FW in pflash0 only when "-bios none"
` [PULL 53/60] riscv/virt: Support using pflash via -blockdev option
` [PULL 54/60] docs/system: riscv: Add pflash usage details
` [PULL 55/60] util/log: Add vector registers to log
` [PULL 56/60] target/riscv: Fix initialized value for cur_pmmask
` [PULL 57/60] target/riscv/vector_helper.c: clean up reference of MTYPE
` [PULL 58/60] target/riscv/vector_helper.c: Remove the check for extra tail elements
` [PULL 59/60] target/riscv: Smepmp: Return error when access permission not allowed in PMP
` [PULL 60/60] hw/intc: If mmsiaddrcfgh.L == 1, smsiaddrcfg and smsiaddrcfgh are read-only

[PULL 00/17] Misc patches for 2023-06-13
 2023-06-14  4:39 UTC  (2+ messages)

[PATCH] Fix handling of AVR interrupts above 33
 2023-06-14  4:32 UTC  (2+ messages)

[PULL v4 0/10] xenpvh4-tag
 2023-06-14  4:20 UTC  (5+ messages)
` [PULL v4 09/10] hw/arm: introduce xenpvh machine

[PATCH qemu v2 1/2] target/arm: Handle IC IVAU to improve compatibility with JITs
 2023-06-14  3:52 UTC  (2+ messages)

[PATCH v2 00/38] crypto: Provide aes-round.h and host accel
 2023-06-14  3:40 UTC  (4+ messages)
` [PATCH v2 03/38] tests/multiarch: Add test-aes

[PATCH v2 00/17] Support smp.clusters for x86
 2023-06-14  1:59 UTC  (3+ messages)

[PATCH] hw/loongarch: Supplement cpu topology arguments
 2023-06-14  1:35 UTC  (3+ messages)

[PATCH v2 00/18] target/riscv, KVM: fixes and enhancements
 2023-06-13 20:58 UTC  (19+ messages)
` [PATCH v2 01/18] target/riscv: skip features setup for KVM CPUs
` [PATCH v2 02/18] hw/riscv/virt.c: skip 'mmu-type' FDT if satp mode not set
` [PATCH v2 03/18] target/riscv/cpu.c: restrict 'mvendorid' value
` [PATCH v2 04/18] target/riscv/cpu.c: restrict 'mimpid' value
` [PATCH v2 05/18] target/riscv/cpu.c: restrict 'marchid' value
` [PATCH v2 06/18] target/riscv: use KVM scratch CPUs to init KVM properties
` [PATCH v2 07/18] target/riscv: read marchid/mimpid in kvm_riscv_init_machine_ids()
` [PATCH v2 08/18] target/riscv: handle mvendorid/marchid/mimpid for KVM CPUs
` [PATCH v2 09/18] linux-headers: Update to v6.4-rc1
` [PATCH v2 10/18] target/riscv/kvm.c: init 'misa_ext_mask' with scratch CPU
` [PATCH v2 11/18] target/riscv/cpu: add misa_ext_infos[]
` [PATCH v2 12/18] target/riscv: add KVM specific MISA properties
` [PATCH v2 13/18] target/riscv/kvm.c: update KVM MISA bits
` [PATCH v2 14/18] target/riscv/kvm.c: add multi-letter extension KVM properties
` [PATCH v2 15/18] target/riscv: make riscv_isa_string_ext() KVM compatible
` [PATCH v2 16/18] target/riscv: update multi-letter extension KVM properties
` [PATCH v2 17/18] target/riscv/kvm.c: add kvmconfig_get_cfg_addr() helper
` [PATCH v2 18/18] target/riscv/kvm.c: read/write (cbom|cboz)_blocksize in KVM

[PATCH v2] Use named constants in BCM props
 2023-06-13 19:00 UTC  (3+ messages)

[PATCH] kvm: reuse per-vcpu stats fd to avoid vcpu interruption
 2023-06-13 18:22 UTC 

[PATCH 00/16] target/riscv, KVM: fixes and enhancements
 2023-06-13 18:19 UTC  (5+ messages)
` [PATCH 14/16] target/riscv: adapt 'riscv_isa_string' for KVM

[PATCH QEMU v5 8/8] tests: Add migration dirty-limit capability test
 2023-06-13 18:09 UTC  (2+ messages)

[PATCH QEMU v5 7/8] migration: Extend query-migrate to provide dirty page limit info
 2023-06-13 18:07 UTC  (3+ messages)

[PATCH][RESEND v5 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-06-13 17:57 UTC  (4+ messages)
` [PATCH][RESEND v5 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH QEMU v5 6/8] migration: Implement dirty-limit convergence algo
 2023-06-13 17:50 UTC  (2+ messages)

[PATCH QEMU v5 1/8] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
 2023-06-13 16:37 UTC  (3+ messages)

[PATCH QEMU v5 5/8] migration: Refactor auto-converge capability logic
 2023-06-13 16:34 UTC  (2+ messages)

[PATCH QEMU v5 4/8] migration: Introduce dirty-limit capability
 2023-06-13 16:32 UTC  (2+ messages)

[PATCH QEMU v5 3/8] qapi/migration: Introduce vcpu-dirty-limit parameters
 2023-06-13 16:30 UTC  (2+ messages)

[PATCH QEMU v5 2/8] qapi/migration: Introduce x-vcpu-dirty-limit-period parameter
 2023-06-13 16:18 UTC  (2+ messages)

[PATCH v2 00/20] Next round of migration atomic counters
 2023-06-13 16:12 UTC  (7+ messages)
` [PATCH v2 04/20] qemu-file: We only call qemu_file_transferred_* on the sending side
` [PATCH v2 05/20] qemu_file: Use a stat64 for qemu_file_transferred

[PATCH v5 00/16] iotests: use vm.cmd()
 2023-06-13 15:48 UTC  (2+ messages)

[PATCH 00/15] Q35 and I440FX host bridge QOM cleanup
 2023-06-13 15:28 UTC  (10+ messages)
` [PATCH 02/15] hw/pci-host/q35: Fix double, contradicting .endianness assignment

[PATCH v1 0/5] virtio-mem: Device unplug support
 2023-06-13 15:02 UTC  (6+ messages)
` [PATCH v1 1/5] pc: Properly handle unplug of virtio based memory devices
` [PATCH v1 2/5] arm/virt: "
` [PATCH v1 3/5] virtio-mem: Prepare for unplug support of virtio-mem-pci devices
` [PATCH v1 4/5] pc: Support unplug "
` [PATCH v1 5/5] arm/virt: "

[PATCH 00/18] Migration compression cleanup
 2023-06-13 14:57 UTC  (19+ messages)
` [PATCH 01/18] migration: Give one error if trying to set MULTIFD and XBZRLE
` [PATCH 02/18] migration: Give one error if trying to set COMPRESSION "
` [PATCH 03/18] migration: RDMA is not compatible with anything else
` [PATCH 04/18] migration: Remove save_page_use_compression()
` [PATCH 05/18] migration: Move compression_counters cleanup ram-compress.c
` [PATCH 06/18] migration: Create populate_compress()
` [PATCH 07/18] migration: Create ram_compressed_pages()
` [PATCH 08/18] migration: Move update_compress_threads_counts() to ram-compress.c
` [PATCH 09/18] migration: Make compress_data_with_multithreads return bool
` [PATCH 10/18] migration: Simplify compress_page_with_multithread()
` [PATCH 11/18] migration: Move busy++ to migrate_with_multithread
` [PATCH 12/18] migration: Create compression_update_rates()
` [PATCH 13/18] migration: Simplify decompress_data_with_multi_threads()
` [PATCH 14/18] migration: Use "i" as an for index in ram-compress.c
` [PATCH 15/18] migration: save_compress_page() can take block through pss
` [PATCH 16/18] migration: control_save_page() "
` [PATCH 17/18] migration: Remove not needed block parameter for save_zero_page*
` [PATCH 18/18] migration: Remove not needed file "

[PATCH] vfio/pci: Call vfio_prepare_kvm_msi_virq_batch() in MSI retry path
 2023-06-13 14:09 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).