qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-06-22 08:30:56 to 2023-06-22 16:57:36 UTC [more...]

[PULL 00/30] Next patches
 2023-06-22 16:55 UTC  (11+ messages)
` [PULL 02/30] migration/multifd: Protect accesses to migration_threads
` [PULL 03/30] softmmu/dirtylimit: Add parameter check for hmp "set_vcpu_dirty_limit"
` [PULL 05/30] qapi/migration: Introduce vcpu-dirty-limit parameters
` [PULL 06/30] migration: Introduce dirty-limit capability
` [PULL 09/30] migration: Implement dirty-limit convergence algo
` [PULL 17/30] migration-test: Add bootfile_create/delete() functions
` [PULL 22/30] migration: enforce multifd and postcopy preempt to be set before incoming
` [PULL 23/30] qtest/migration-tests.c: use "-incoming defer" for postcopy tests
` [PULL 25/30] migration: Change qemu_file_transferred to noflush
` [PULL 28/30] qemu-file: Simplify qemu_file_shutdown()

[PATCH] Revert "cputlb: Restrict SavedIOTLB to system emulation"
 2023-06-22 16:49 UTC  (5+ messages)

[PATCH v2 0/2] pnv/xive2: Fix TIMA special ops detection
 2023-06-22 16:47 UTC  (4+ messages)
` [PATCH v2 1/2] pnv/xive2: Add a get_config() method on the presenter class
` [PATCH v2 2/2] pnv/xive2: Check TIMA special ops against a dedicated array for P10

[RFC 0/6] Migration deprecated parts
 2023-06-22 16:33 UTC  (17+ messages)
` [RFC 4/6] migration: Deprecate -incoming <uri>

[PATCH v4 00/17] Add RISC-V vector cryptographic instruction set support
 2023-06-22 16:16 UTC  (18+ messages)
` [PATCH v4 01/17] target/riscv: Refactor some of the generic vector functionality
` [PATCH v4 02/17] target/riscv: Refactor vector-vector translation macro
` [PATCH v4 03/17] target/riscv: Remove redundant "cpu_vl == 0" checks
` [PATCH v4 04/17] target/riscv: Add Zvbc ISA extension support
` [PATCH v4 05/17] target/riscv: Move vector translation checks
` [PATCH v4 06/17] target/riscv: Refactor translation of vector-widening instruction
` [PATCH v4 07/17] target/riscv: Refactor some of the generic vector functionality
` [PATCH v4 08/17] tcg: Fix temporary variable in tcg_gen_gvec_andcs
` [PATCH v4 09/17] target/riscv: Add Zvbb ISA extension support
` [PATCH v4 10/17] target/riscv: Add Zvkned "
` [PATCH v4 11/17] target/riscv: Add Zvknh "
` [PATCH v4 12/17] target/riscv: Add Zvksh "
` [PATCH v4 13/17] target/riscv: Add Zvkg "
` [PATCH v4 14/17] crypto: Create sm4_subword
` [PATCH v4 15/17] crypto: Add SM4 constant parameter CK
` [PATCH v4 16/17] target/riscv: Add Zvksed ISA extension support
` [PATCH v4 17/17] target/riscv: Expose Zvk* and Zvb[b, c] cpu properties

[PATCH v2 00/16] accel: Share CPUState accel context (HAX/NVMM/WHPX/HVF)
 2023-06-22 16:08 UTC  (17+ messages)
` [PATCH v2 01/16] MAINTAINERS: Update Roman Bolshakov email address
` [PATCH v2 02/16] accel: Document generic accelerator headers
` [PATCH v2 03/16] accel: Remove unused hThread variable on TCG/WHPX
` [PATCH v2 04/16] accel: Fix a leak on Windows HAX
` [PATCH v2 05/16] accel: Destroy HAX vCPU threads once done
` [PATCH v2 06/16] accel: Rename 'hax_vcpu' as 'accel' in CPUState
` [PATCH v2 07/16] accel: Rename HAX 'struct hax_vcpu_state' -> AccelCPUState
` [PATCH v2 08/16] accel: Move HAX hThread to accelerator context
` [PATCH v2 09/16] accel: Remove NVMM unreachable error path
` [PATCH v2 10/16] accel: Rename NVMM 'struct qemu_vcpu' -> AccelCPUState
` [PATCH v2 11/16] accel: Inline NVMM get_qemu_vcpu()
` [PATCH v2 12/16] accel: Remove WHPX unreachable error path
` [PATCH v2 13/16] accel: Rename WHPX 'struct whpx_vcpu' -> AccelCPUState
` [PATCH v2 14/16] accel: Inline WHPX get_whpx_vcpu()
` [PATCH v2 15/16] accel: Rename 'cpu_state' -> 'cpu'
` [PATCH v2 16/16] accel: Rename HVF 'struct hvf_vcpu_state' -> AccelCPUState

[PATCH v2 0/9] {tcg,aarch64}: Add TLB_CHECK_ALIGNED
 2023-06-22 16:05 UTC  (12+ messages)
` [PATCH v2 1/9] accel/tcg: Store some tlb flags in CPUTLBEntryFull
` [PATCH v2 2/9] accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
` [PATCH v2 3/9] accel/tcg: Renumber TLB_DISCARD_WRITE
` [PATCH v2 4/9] target/arm: Support 32-byte alignment in pow2_align
` [PATCH v2 7/9] accel/tcg: Add TLB_CHECK_ALIGNED

[PATCH] docs/system/arm: Document FEAT_RME
 2023-06-22 15:50 UTC  (2+ messages)

[PATCH v2 0/5] test and QEMU fixes to ensure proper PCIE device usage
 2023-06-22 15:46 UTC  (7+ messages)
` [PATCH v2 1/5] tests/acpi: allow changes in DSDT.noacpihp table blob
` [PATCH v2 2/5] tests/acpi/bios-tables-test: use the correct slot on the pcie-root-port
` [PATCH v2 3/5] tests/acpi/bios-tables-test: update acpi blob q35/DSDT.noacpihp
` [PATCH v2 4/5] tests/qtest/hd-geo-test: fix test by removing unnecessary pcie-root-port
` [PATCH v2 5/5] hw/pci: ensure PCIE devices are plugged into only slot 0 of PCIE port

[PATCH 0/4] target/arm: Fix SME full tile indexing
 2023-06-22 15:12 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Avoid splitting Zregs across lines in dump
` [PATCH 2/4] target/arm: Dump ZA[] when active
` [PATCH 3/4] target/arm: Support reading ZA[] from gdbstub
` [PATCH 4/4] target/arm: Fix SME full tile indexing

[PATCH v1 0/4] virtio-mem: Support "x-ignore-shared" migration
 2023-06-22 14:54 UTC  (7+ messages)
` [PATCH v1 1/4] softmmu/physmem: Warn with ram_block_discard_range() on MAP_PRIVATE file mapping

[PULL 00/20] tricore queue
 2023-06-22 14:51 UTC  (4+ messages)
` [PULL 09/20] target/tricore: Fix out-of-bounds index in imask instruction

[PATCH v2 00/20] Next round of migration atomic counters
 2023-06-22 14:45 UTC  (5+ messages)
` [PATCH v2 06/20] qemu_file: total_transferred is not used anymore

[PATCH] host-utils: Avoid using __builtin_subcll on buggy versions of Apple Clang
 2023-06-22 14:38 UTC  (4+ messages)

[PATCH 0/2] target/sparc: Enable MTTCG
 2023-06-22 14:36 UTC  (2+ messages)

[PATCH v6 0/8] migration: Add switchover ack capability and VFIO precopy support
 2023-06-22 14:19 UTC  (6+ messages)

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

[PATCH 0/2] vhost-vdpa: skip TPM CRB memory section
 2023-06-22 13:53 UTC  (12+ messages)
` [PATCH 1/2] memory: introduce memory_region_init_ram_protected()
` [PATCH 2/2] tpm_crb: mark memory as protected

[PATCH] virtio-gpu: OUT_OF_MEMORY if failing to create udmabuf
 2023-06-22 13:24 UTC  (2+ messages)

[PATCH] migration.json: Don't use space before colon
 2023-06-22 13:19 UTC  (2+ messages)

[PULL 00/24] Q800 for 8.1 patches
 2023-06-22 13:17 UTC  (2+ messages)

[PATCH] pc-bios/s390-ccw/Makefile: Use -z noexecstack to silence linker warning
 2023-06-22 13:12 UTC  (2+ messages)

[PATCH] usb/dev-wacom: fix OOB write in usb_mouse_poll()
 2023-06-22 12:58 UTC  (3+ messages)

[PATCH][RESEND v5 0/3] Hyper-V Dynamic Memory Protocol driver (hv-balloon 🎈️)
 2023-06-22 12:52 UTC  (16+ messages)
` [PATCH][RESEND v5 3/3] Add a Hyper-V Dynamic Memory Protocol driver (hv-balloon)

[PATCH v5 00/20] target/arm: Implement FEAT_RME
 2023-06-22 12:45 UTC  (2+ messages)

[PATCH V2] migration: file URI
 2023-06-22 12:28 UTC  (4+ messages)

[PATCH v2 0/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr
 2023-06-22 12:26 UTC  (6+ messages)
` [PATCH v2 1/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr in gen_goto_tb
` [PATCH v2 8/8] target/sparc: Use tcg_gen_lookup_and_goto_ptr for v9 WRASI

[PATCH 0/8] colo migration cleanups
 2023-06-22 12:16 UTC  (9+ messages)
` [PATCH 1/8] colo: Only support the same qemu version on source and destination
` [PATCH 2/8] colo: Setup ram cache in normal migration path
` [PATCH 3/8] colo: Replace migration_incoming_colo_enabled() with migrate_colo()
` [PATCH 4/8] colo: Remove ENABLE_COLO loadvm command functions
` [PATCH 5/8] colo: Don't send ENABLE_COLO command
` [PATCH 6/8] colo: Reject colo with postcopy capability enabled
` [PATCH 7/8] colo: Reject colo with block migration "
` [PATCH 8/8] ram: Remove useless colo special-casing

[PATCH 00/18] Migration compression cleanup
 2023-06-22 12:15 UTC  (36+ 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 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] tests/qtest/cxl-test: Clean up temporary directories after testing
 2023-06-22 11:41 UTC 

[PATCH 1/2] vfio: Don't be a iterable and legacy device at the same time
 2023-06-22 11:22 UTC  (2+ messages)
` [PATCH 2/2] savevm: Disallow devices being legacy and iterable "

[PATCH 1/2] ide: Fix a rare hang during block draining
 2023-06-22 11:20 UTC  (2+ messages)
` [PATCH 2/2] ide: Explicitly poll for BHs on cancel

[PATCH v3] multifd: Add colo support
 2023-06-22 11:18 UTC 

[PATCH] target/ppc: Fix sc instruction handling of LEV field
 2023-06-22 11:00 UTC  (3+ messages)

[PATCH v2 0/7] target/ppc: TCG SMT support for spapr machine
 2023-06-22 10:49 UTC  (10+ messages)
` [PATCH v2 1/7] target/ppc: Add initial flags and helpers for SMT support
` [PATCH v2 2/7] target/ppc: Add support for SMT CTRL register
` [PATCH v2 3/7] target/ppc: Add msgsnd/p and DPDES SMT support
` [PATCH v2 4/7] hw/ppc/spapr: Test whether TCG is enabled with tcg_enabled()
` [PATCH v2 5/7] spapr: TCG allow up to 8-thread SMT on POWER8 and newer CPUs
` [PATCH v2 6/7] tests/avocado: boot ppc64 pseries to Linux VFS mount
` [PATCH v2 7/7] tests/avocado: Add ppc64 pseries multiprocessor boot tests

[PATCH v4] hw/pci: enforce use of slot only slot 0 when devices have an upstream PCIE port
 2023-06-22 10:37 UTC  (6+ messages)

[PATCH] docs/devel/qom.rst: Correct code style
 2023-06-22 10:17 UTC 

[PATCH v4 00/24] q800: add support for booting MacOS Classic - part 1
 2023-06-22 10:07 UTC  (4+ messages)

[PATCH 0/4] ppc/pnv: Add chiptod and core timebase state machine models
 2023-06-22  9:54 UTC  (3+ messages)

[PATCH v2] git-submodule.sh: allow running in validate mode without previous update
 2023-06-22  9:52 UTC 

[PATCH] git-submodule.sh: allow running in validate mode without previous update
 2023-06-22  9:50 UTC  (6+ messages)

[PATCH v2 00/10] meson: replace submodules with wrap files
 2023-06-22  9:47 UTC  (5+ messages)
` [PATCH 07/10] pc-bios/s390-ccw: always build network bootloader

[PATCH v4 1/1] target/riscv: Add RVV registers to log
 2023-06-22  9:43 UTC 

[PATCH RFC 0/6] Switch iotests to pyvenv
 2023-06-22  9:24 UTC  (3+ messages)

[PATCH 0/2] pnv/xive2: Fix TIMA special ops detection
 2023-06-22  8:49 UTC  (5+ messages)
` [PATCH 1/2] pnv/xive2: Add a get_config() method on the presenter class

[PATCH v2 0/2] gitlab-ci: msys2 improvements
 2023-06-22  8:47 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).