qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-13 08:26:55 to 2023-06-14 03:37:12 UTC [more...]

[PATCH 00/10] Misc clean ups to target/ppc exception handling
 2023-06-14  3:36 UTC  (9+ 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 0/2] target/riscv: Fix the xlen for data address when MPRV=1
 2023-06-14  3:25 UTC  (3+ 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 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)

[PULL 00/60] riscv-to-apply queue
 2023-06-14  1:20 UTC  (61+ 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

[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 v3 0/9] bulk: Replace CONFIG_SOFTMMU by !CONFIG_USER_ONLY/CONFIG_SYSTEM_ONLY
 2023-06-13 20:23 UTC  (11+ 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 6/9] accel/tcg: "
` [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 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] udmabuf: revert 'Add support for mapping hugepages (v4)'
 2023-06-13 17:51 UTC  (6+ messages)

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

[PATCH] Fix handling of AVR interrupts above 33
 2023-06-13 19:34 UTC 

[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  (15+ messages)
` [PATCH 02/15] hw/pci-host/q35: Fix double, contradicting .endianness assignment
` [PATCH 15/15] hw/i386/pc_piix: Move i440fx' realize near its qdev_new()

[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 

[PATCH v2 0/3] i386: Minor fixes of building CPUIDs
 2023-06-13 13:19 UTC  (4+ messages)
` [PATCH v2 1/3] i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1F
` [PATCH v2 2/3] i386/cpuid: Remove subleaf constraint on "
` [PATCH v2 3/3] i386/cpuid: Move leaf 7 to correct group

[PATCH 1/2] ui/touch: Move event handling to a common helper
 2023-06-13 12:52 UTC  (4+ messages)
` [PATCH 2/2] ui/dbus: Expose a touch device interface

[PATCH V2 0/4] string list functions
 2023-06-13 12:33 UTC  (14+ messages)
` [PATCH V2 1/4] qapi: strList_from_string

[PATCH v2] hw/loongarch: Add numa support
 2023-06-13 12:26 UTC 

[PATCH v2 0/2] Add LoongArch cpu arch_id support
 2023-06-13 12:05 UTC  (3+ messages)
` [PATCH v2 1/2] hw/loongarch/virt: Add "
` [PATCH v2 2/2] hw/intc: Set physical cpuid route for LoongArch ipi device

[PATCH v2 00/23] q800: add support for booting MacOS Classic - part 1
 2023-06-13 11:50 UTC  (8+ messages)
` [PATCH v2 05/23] q800: move CPU object into Q800MachineState

[PULL 00/17] Misc patches for 2023-06-13
 2023-06-13  9:38 UTC  (18+ messages)
` [PULL 01/17] linux-user, bsd-user: Preserve incoming order of environment variables in the target
` [PULL 02/17] cocoa: Fix warnings about invalid prototype declarations
` [PULL 03/17] util/cacheflush: Use declarations from <OSCacheControl.h> on Darwin
` [PULL 04/17] util/cacheflush: Avoid possible redundant dcache flush "
` [PULL 05/17] accel/hvf: Report HV_DENIED error
` [PULL 06/17] target/hppa/meson: Only build int_helper.o with system emulation
` [PULL 07/17] target/i386/helper: Remove do_cpu_sipi() stub for user-mode emulation
` [PULL 08/17] target/i386/helper: Shuffle do_cpu_init()
` [PULL 09/17] target/i386: Rename helper template headers as '.h.inc'
` [PULL 10/17] hw/i2c: Enable an id for the pca954x devices
` [PULL 11/17] hw/ide/ahci: Remove stray backslash
` [PULL 12/17] hw/scsi/megasas: Silent GCC duplicated-cond warning
` [PULL 13/17] hw/char/parallel: Export struct ParallelState
` [PULL 14/17] hw/char/parallel-isa: Export struct ISAParallelState
` [PULL 15/17] exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_lebitmap()
` [PULL 16/17] hw/vfio: Add number of dirty pages to vfio_get_dirty_bitmap tracepoint
` [PULL 17/17] exec/memory: Introduce RAM_NAMED_FILE flag

[PATCH v4 0/2] hw/vfio: Improve vfio_get_dirty_bitmap() tracepoint
 2023-06-13  9:45 UTC  (4+ messages)

[PATCH v2 0/2] Export struct ISAParallelState
 2023-06-13  9:32 UTC  (2+ messages)

[PATCH 1/2] ui/touch: Move event handling to a common helper
 2023-06-13 10:46 UTC 

Fwd: QEMU AVR Patch - Correct handling of AVR interrupts
 2023-06-13  9:42 UTC  (4+ messages)

[PATCH V3] memory: RAM_NAMED_FILE flag
 2023-06-13  9:33 UTC  (2+ messages)

[PATCH v3] hvf: Report HV_DENIED error
 2023-06-13  9:33 UTC  (2+ messages)

[PATCH v3] linux-user, bsd-user: preserve incoming order of environment variables in the target
 2023-06-13  9:32 UTC  (2+ messages)

[PULL 00/42] target-arm queue
 2023-06-13  9:26 UTC  (5+ messages)
` [PULL 26/42] target/arm: Use tcg_gen_qemu_{ld, st}_i128 in gen_sve_{ld, st}r

[PATCH] vhost-user: fully use new backend/frontend naming
 2023-06-13  8:48 UTC  (2+ messages)


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