qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-28 15:33:29 to 2024-05-29 07:06:01 UTC [more...]

[PATCH-for-9.1 v2 2/3] migration: Remove RDMA protocol handling
 2024-05-29  7:04 UTC  (15+ messages)

[RFC PATCH 00/10] ppc/pnv: Better big-core model, lpar-per-core, PC unit
 2024-05-29  7:02 UTC  (30+ messages)
` [RFC PATCH 02/10] ppc/pnv: Move timebase state into PnvCore
` [RFC PATCH 03/10] target/ppc: Improve SPR indirect registers
` [RFC PATCH 04/10] ppc/pnv: specialise init for powernv8/9/10 machines
` [RFC PATCH 05/10] ppc/pnv: Extend chip_pir class method to TIR as well
` [RFC PATCH 06/10] ppc: Add a core_index to CPUPPCState for SMT vCPUs
` [RFC PATCH 07/10] target/ppc: Add helpers to check for SMT sibling threads
` [RFC PATCH 08/10] ppc/pnv: Invert the design for big-core machine modelling
` [RFC PATCH 09/10] ppc/pnv: Implement POWER10 PC xscom registers for direct controls
` [RFC PATCH 10/10] ppc/pnv: Add an LPAR per core machine option

[PATCH 0/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()
 2024-05-29  6:48 UTC  (8+ messages)
` [PATCH 1/3] osdep: Make qemu_madvise() to set errno in all cases
` [PATCH 2/3] backends/hostmem: Warn on qemu_madvise() failures
` [PATCH 3/3] backends/hostmem: Round up memory size for qemu_madvise() and mbind()

[PATCH 00/18] tcg/loongarch64: Support v64 and v256
 2024-05-29  6:39 UTC  (13+ messages)
` [PATCH 04/18] tcg/loongarch64: Support TCG_TYPE_V64
` [PATCH 05/18] util/loongarch64: Detect LASX vector support
` [PATCH 06/18] tcg/loongarch64: Simplify tcg_out_dup_vec
` [PATCH 09/18] tcg/loongarch64: Use tcg_out_dup_vec in tcg_out_dupi_vec
` [PATCH 15/18] tcg/loongarch64: Remove temp_vec from tcg_out_vec_op
` [PATCH 18/18] tcg/loongarch64: Enable v256 with LASX

[PATCH v3 0/4] Check clock connection between STM32L4x5 RCC and peripherals
 2024-05-29  6:27 UTC  (3+ messages)
` [PATCH v3 1/4] hw/misc: Create STM32L4x5 SYSCFG clock

[PATCH v7 0/9] vfio: Improve error reporting (part 2)
 2024-05-29  6:26 UTC  (3+ messages)
` [PATCH v7 1/9] vfio: Add Error** argument to .set_dirty_page_tracking() handler

[PATCH v5 00/23] hw/i386: Remove deprecated pc-i440fx-2.0 -> 2.3 machines
 2024-05-29  6:38 UTC  (30+ messages)
` [PATCH v5 01/23] hw/i386/pc: Deprecate 2.4 to 2.12 pc-i440fx machines
` [PATCH v5 02/23] hw/i386/pc: Remove deprecated pc-i440fx-2.0 machine
` [PATCH v5 03/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_FORCE_PCIE_ENDCAP flag
` [PATCH v5 04/23] hw/usb/hcd-xhci: Remove XHCI_FLAG_SS_FIRST flag
` [PATCH v5 05/23] hw/i386/acpi: Remove PCMachineClass::legacy_acpi_table_size
` [PATCH v5 06/23] hw/acpi/ich9: Remove 'memory-hotplug-support' property
` [PATCH v5 07/23] hw/acpi/ich9: Remove dead code related to 'acpi_memory_hotplug'
` [PATCH v5 08/23] hw/i386/pc: Remove deprecated pc-i440fx-2.1 machine
` [PATCH v5 09/23] target/i386/kvm: Remove x86_cpu_change_kvm_default() and 'kvm-cpu.h'
` [PATCH v5 10/23] hw/i386/pc: Remove PCMachineClass::smbios_uuid_encoded
` [PATCH v5 11/23] hw/smbios: Remove 'uuid_encoded' argument from smbios_set_defaults()
` [PATCH v5 12/23] hw/smbios: Remove 'smbios_uuid_encoded', simplify smbios_encode_uuid()
` [PATCH v5 13/23] hw/i386/pc: Remove PCMachineClass::enforce_aligned_dimm
` [PATCH v5 14/23] hw/mem/pc-dimm: Remove legacy_align argument from pc_dimm_pre_plug()
` [PATCH v5 15/23] hw/mem/memory-device: Remove legacy_align from memory_device_pre_plug()
` [PATCH v5 16/23] hw/i386/pc: Remove deprecated pc-i440fx-2.2 machine
` [PATCH v5 17/23] hw/i386/pc: Remove PCMachineClass::resizable_acpi_blob
` [PATCH v5 18/23] hw/i386/pc: Remove PCMachineClass::rsdp_in_ram
` [PATCH v5 19/23] hw/i386/acpi: Remove AcpiBuildState::rsdp field
` [PATCH v5 20/23] hw/i386/pc: Remove deprecated pc-i440fx-2.3 machine
` [PATCH v5 21/23] hw/i386/pc: Simplify DEFINE_I440FX_MACHINE() macro
` [PATCH v5 22/23] target/i386: Remove X86CPU::kvm_no_smi_migration field
` [PATCH v5 23/23] hw/i386/pc: Replace PCMachineClass::acpi_data_size by PC_ACPI_DATA_SIZE

[PATCH 0/8] tests/unit/test-smp-sparse: Misc Cleanup and Add Module Test
 2024-05-29  6:19 UTC  (9+ messages)
` [PATCH 1/8] tests/unit/test-smp-parse: Fix comments of drawers and books case
` [PATCH 2/8] tests/unit/test-smp-parse: Fix comment of parameters=1 case
` [PATCH 3/8] tests/unit/test-smp-parse: Fix an invalid topology case
` [PATCH 4/8] tests/unit/test-smp-parse: Use default parameters=0 when not set in -smp
` [PATCH 5/8] tests/unit/test-smp-parse: Make test cases aware of module level
` [PATCH 6/8] tests/unit/test-smp-parse: Test "modules" parameter in -smp
` [PATCH 7/8] tests/unit/test-smp-parse: Test "modules" and "dies" combination case
` [PATCH 8/8] tests/unit/test-smp-parse: Test the full 8-levels topology hierarchy

[PATCH] fuzz: disable leak-detection for oss-fuzz builds
 2024-05-29  6:01 UTC  (2+ messages)

[PATCH] qemu/bitops.h: Locate changed bits
 2024-05-29  5:53 UTC  (2+ messages)

[PATCH] target/riscv: Use get_address() to get address with Zicbom extensions
 2024-05-29  4:56 UTC  (2+ messages)

[PATCH v2] hw/input/tsc2005: Fix -Wchar-subscripts warning in tsc2005_txrx()
 2024-05-29  4:52 UTC  (3+ messages)

[PATCH v2 0/7] hw/xen: Simplify legacy backends handling
 2024-05-29  4:51 UTC  (2+ messages)

[PATCH] tests/qtest/migrate-test: Add a postcopy memfile test
 2024-05-29  4:13 UTC 

[PATCH 1/1] prealloc: add truncate mode for prealloc filter
 2024-05-29  2:33 UTC  (2+ messages)

[PATCH v4 00/16] Add AST2700 support
 2024-05-29  0:47 UTC  (5+ messages)

[PATCH] tests/qtest/migrate-test: Use regular file file for shared-memory tests
 2024-05-29  0:46 UTC  (6+ messages)

[PATCH v4 00/11] Power11 support for QEMU
 2024-05-29  0:16 UTC  (4+ messages)
` [PATCH v4 11/11] ppc/pnv: Update skiboot.lid to support Power11

[PULL 0/2] ufs queue
 2024-05-28 23:14 UTC  (4+ messages)
` [PULL 2/2] hw/ufs: Add support MCQ of UFSHCI 4.0

[PATCH V1 00/26] Live update: cpr-exec
 2024-05-28 21:44 UTC  (20+ messages)
` [PATCH V1 07/26] migration: VMStateId
` [PATCH V1 08/26] migration: vmstate_info_void_ptr
` [PATCH V1 17/26] machine: memfd-alloc option
` [PATCH V1 19/26] physmem: preserve ram blocks for cpr

[PATCH 0/4] allow to deprecate objects and devices
 2024-05-28 21:40 UTC  (4+ messages)
` [PATCH 3/4] usb/ohci-pci: deprecate, don't build by default

[PATCH v2 00/37] target/sparc: Implement VIS4
 2024-05-28 21:29 UTC  (2+ messages)

[PATCH RISU v2 00/13] ELF and Sparc64 support
 2024-05-28 20:43 UTC  (2+ messages)

[PATCH v3 00/33] target/arm: Convert a64 advsimd to decodetree (part 1b)
 2024-05-28 20:30 UTC  (34+ messages)
` [PATCH v3 01/33] target/arm: Diagnose UNPREDICTABLE operands to PLD, PLDW, PLI
` [PATCH v3 02/33] target/arm: Improve vector UQADD, UQSUB, SQADD, SQSUB
` [PATCH v3 03/33] target/arm: Assert oprsz in range when using vfp.qc
` [PATCH v3 04/33] target/arm: Convert SUQADD and USQADD to gvec
` [PATCH v3 05/33] target/arm: Inline scalar SUQADD and USQADD
` [PATCH v3 06/33] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
` [PATCH v3 07/33] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
` [PATCH v3 08/33] target/arm: Convert SUQADD, USQADD "
` [PATCH v3 09/33] target/arm: Convert SSHL, USHL "
` [PATCH v3 10/33] target/arm: Convert SRSHL and URSHL (register) to gvec
` [PATCH v3 11/33] target/arm: Convert SRSHL, URSHL to decodetree
` [PATCH v3 12/33] target/arm: Convert SQSHL and UQSHL (register) to gvec
` [PATCH v3 13/33] target/arm: Convert SQSHL, UQSHL to decodetree
` [PATCH v3 14/33] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
` [PATCH v3 15/33] target/arm: Convert SQRSHL, UQRSHL to decodetree
` [PATCH v3 16/33] target/arm: Convert ADD, SUB (vector) "
` [PATCH v3 17/33] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ "
` [PATCH v3 18/33] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
` [PATCH v3 19/33] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
` [PATCH v3 20/33] target/arm: Convert SHADD, UHADD to gvec
` [PATCH v3 21/33] target/arm: Convert SHADD, UHADD to decodetree
` [PATCH v3 22/33] target/arm: Convert SHSUB, UHSUB to gvec
` [PATCH v3 23/33] target/arm: Convert SHSUB, UHSUB to decodetree
` [PATCH v3 24/33] target/arm: Convert SRHADD, URHADD to gvec
` [PATCH v3 25/33] target/arm: Convert SRHADD, URHADD to decodetree
` [PATCH v3 26/33] target/arm: Convert SMAX, SMIN, UMAX, UMIN "
` [PATCH v3 27/33] target/arm: Convert SABA, SABD, UABA, UABD "
` [PATCH v3 28/33] target/arm: Convert MUL, PMUL "
` [PATCH v3 29/33] target/arm: Convert MLA, MLS "
` [PATCH v3 30/33] target/arm: Tidy SQDMULH, SQRDMULH (vector)
` [PATCH v3 31/33] target/arm: Convert SQDMULH, SQRDMULH to decodetree
` [PATCH v3 32/33] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB "
` [PATCH v3 33/33] target/arm: Convert FCSEL "

[PATCH 0/5] Implement icount=auto using TCG Plugins
 2024-05-28 20:26 UTC  (9+ messages)
` [PATCH 1/5] sysemu: add set_virtual_time to accel ops
` [PATCH 5/5] contrib/plugins: add ips plugin example for cost modeling

[PULL v2 0/7] Block jobs patches for 2024-04-29
 2024-05-28 20:13 UTC  (2+ messages)

[PATCH v2 0/6] tests/qtest/migration-test: Improve and enable on ppc64
 2024-05-28 19:21 UTC  (3+ messages)
` [PATCH v2 2/6] tests/qtest/migration-test: Fix and enable test_ignore_shared

[PATCH 0/6] accel: Restrict TCG plugin (un)registration to TCG accel
 2024-05-28 18:55 UTC  (3+ messages)

[RFC PATCH 0/4] migration-test: Device migration smoke tests
 2024-05-28 18:52 UTC  (15+ messages)
` [RFC PATCH 2/4] tests/qtest/migration: Add a test that runs vmstate-static-checker
` [RFC PATCH 3/4] tests/qtest/migration: Add support for simple device tests
` [RFC PATCH 4/4] ci: Add the new migration "

[PATCH 1/1] tests/avocado: update sbsa-ref firmware
 2024-05-28 18:29 UTC 

[PULL v2 00/42] target-arm queue
 2024-05-28 18:28 UTC  (2+ messages)

block snapshot issue with RBD
 2024-05-28 18:19 UTC  (5+ messages)

[PATCH V2 0/3] improve -overcommit cpu-pm=on|off
 2024-05-28 18:16 UTC  (3+ messages)

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-05-28 18:10 UTC  (4+ messages)

[PATCH v2 00/67] target/arm: Convert a64 advsimd to decodetree (part 1)
 2024-05-28 17:41 UTC  (70+ messages)
` [PATCH v2 03/67] target/arm: Reject incorrect operands to PLD, PLDW, PLI
` [PATCH v2 38/67] target/arm: Convert SUQADD and USQADD to gvec
` [PATCH v2 39/67] target/arm: Inline scalar SUQADD and USQADD
` [PATCH v2 40/67] target/arm: Inline scalar SQADD, UQADD, SQSUB, UQSUB
` [PATCH v2 41/67] target/arm: Convert SQADD, SQSUB, UQADD, UQSUB to decodetree
` [PATCH v2 42/67] target/arm: Convert SUQADD, USQADD "
` [PATCH v2 43/67] target/arm: Convert SSHL, USHL "
` [PATCH v2 44/67] target/arm: Convert SRSHL and URSHL (register) to gvec
` [PATCH v2 45/67] target/arm: Convert SRSHL, URSHL to decodetree
` [PATCH v2 46/67] target/arm: Convert SQSHL and UQSHL (register) to gvec
` [PATCH v2 47/67] target/arm: Convert SQSHL, UQSHL to decodetree
` [PATCH v2 48/67] target/arm: Convert SQRSHL and UQRSHL (register) to gvec
` [PATCH v2 49/67] target/arm: Convert SQRSHL, UQRSHL to decodetree
` [PATCH v2 50/67] target/arm: Convert ADD, SUB (vector) "
` [PATCH v2 51/67] target/arm: Convert CMGT, CMHI, CMGE, CMHS, CMTST, CMEQ "
` [PATCH v2 52/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_{i32, i64}
` [PATCH v2 53/67] target/arm: Use TCG_COND_TSTNE in gen_cmtst_vec
` [PATCH v2 54/67] target/arm: Convert SHADD, UHADD to gvec
` [PATCH v2 55/67] target/arm: Convert SHADD, UHADD to decodetree
` [PATCH v2 56/67] target/arm: Convert SHSUB, UHSUB to gvec
` [PATCH v2 57/67] target/arm: Convert SHSUB, UHSUB to decodetree
` [PATCH v2 58/67] target/arm: Convert SRHADD, URHADD to gvec
` [PATCH v2 59/67] target/arm: Convert SRHADD, URHADD to decodetree
` [PATCH v2 60/67] target/arm: Convert SMAX, SMIN, UMAX, UMIN "
` [PATCH v2 61/67] target/arm: Convert SABA, SABD, UABA, UABD "
` [PATCH v2 62/67] target/arm: Convert MUL, PMUL "
` [PATCH v2 63/67] target/arm: Convert MLA, MLS "
` [PATCH v2 64/67] target/arm: Tidy SQDMULH, SQRDMULH (vector)
` [PATCH v2 65/67] target/arm: Convert SQDMULH, SQRDMULH to decodetree
` [PATCH v2 66/67] target/arm: Convert FMADD, FMSUB, FNMADD, FNMSUB "
` [PATCH v2 67/67] target/arm: Convert FCSEL "

[PATCH] scripts/update-linux-headers.sh: Remove temporary directory inbetween
 2024-05-28 17:40 UTC  (3+ messages)

[PATCH 0/4] Add MTE stubs for aarch64 user mode
 2024-05-28 16:34 UTC  (6+ messages)
` [PATCH 1/4] gdbstub: Add support for target-specific stubs
` [PATCH 2/4] gdbstub: Add support for MTE in user mode

hw/usb/hcd-ohci: Fix #1510, #303: pid not IN or OUT
 2024-05-28 16:32 UTC  (6+ messages)

[PATCH v5] linux-aio: add IO_CMD_FDSYNC command support
 2024-05-28 16:09 UTC  (2+ messages)

[PATCH] block/copy-before-write: use uint64_t for timeout in nanoseconds
 2024-05-28 16:06 UTC  (2+ messages)

[PATCH] qemu-io: add cvtnum() error handling for zone commands
 2024-05-28 15:57 UTC  (2+ messages)

[PATCH 0/2] Revert "monitor: use aio_co_reschedule_self()"
 2024-05-28 15:54 UTC  (2+ messages)

[PATCH v2 0/3] docs: define policy forbidding use of "AI" / LLM code generators
 2024-05-28 15:41 UTC  (4+ messages)
` [PATCH v2 2/3] docs: define policy limiting the inclusion of generated files

[PATCH 1/1] vhost-vsock: add VIRTIO_F_RING_PACKED to feaure_bits
 2024-05-28 15:32 UTC  (4+ 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).