qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-18 14:44:22 to 2024-10-21 07:25:11 UTC [more...]

[PULL 00/20] Net patches
 2024-10-21  7:23 UTC  (12+ messages)
` [PULL 08/20] virtio-net: Add only one queue pair when realizing

[RFC PATCH 00/16] rust: allow older versions of rustc and bindgen
 2024-10-21  7:40 UTC  (18+ messages)
` [PATCH 01/16] meson: import rust module into a global variable
` [PATCH 02/16] meson: remove repeated search for rust_root_crate.sh
` [PATCH 03/16] rust: pass rustc_args when building all crates
` [PATCH 04/16] rust: patch bilge-impl to allow compilation with 1.63.0
` [PATCH 05/16] rust: fix cfgs of proc-macro2 for 1.63.0
` [PATCH 06/16] rust: do not use OnceLock for properties
` [PATCH 07/16] rust: use std::os::raw instead of core::ffi

[PATCH 0/2] arm: Add collie and sx functional tests
 2024-10-21  7:15 UTC  (2+ messages)

[PATCH v2] spapr: nested: Add support for DPDES SPR in GSB for TCG L0
 2024-10-21  7:03 UTC  (2+ messages)

[PATCH 00/25] target/i386: more progress towards new decoder
 2024-10-21  6:57 UTC  (4+ messages)
` [PATCH 10/25] target/i386: finish converting 0F AE to the "

[PATCH 0/3] vfio/migration: Some bug fixes and cleanups
 2024-10-21  6:48 UTC  (5+ messages)
` [PATCH 1/3] vfio/migration: Report only stop-copy size in vfio_state_pending_exact()
` [PATCH 2/3] vfio/migration: Refactor vfio_vmstate_change/_prepare() error reporting
` [PATCH 3/3] vfio/migration: Change trace formats from hex to decimal

[PATCH] rust: introduce alternative implementation of offset_of!
 2024-10-21  6:31 UTC  (2+ messages)

[PATCH 00/17] Convert the Avocado tuxrun tests into new functional tests
 2024-10-21  6:01 UTC  (2+ messages)

[PATCH 0/7] docs/system/arm: Provide at least skeleton docs for all boards
 2024-10-21  5:57 UTC  (17+ messages)
` [PATCH 1/7] docs/system/arm/stm32: List olimex-stm32-h405 in document title
` [PATCH 2/7] docs/system/arm: Don't use wildcard '*-bmc' in doc titles
` [PATCH 3/7] docs/system/arm: Split fby35 out from aspeed.rst
` [PATCH 4/7] docs/system/arm: Add placeholder doc for exynos4 boards
` [PATCH 5/7] docs/system/arm: Add placeholder doc for xlnx-zcu102 board
` [PATCH 6/7] docs/system/arm: Add placeholder docs for mcimx6ul-evk and mcimx7d-sabre
` [PATCH 7/7] docs/system/target-arm.rst: Remove "many boards are undocumented" note

[PATCH v2 0/4] qapi: generalize special features
 2024-10-21  5:50 UTC  (5+ messages)
` [PATCH v2 2/4] qapi: change 'unsigned special_features' to 'uint64_t features'
` [PATCH v2 3/4] qapi: rename 'special_features' to 'features'

[PATCH 0/2] linux-user/ppc: Fix sigmask endianness issue in sigreturn
 2024-10-21  5:45 UTC  (4+ messages)
` [PATCH 1/2] "

[PATCH] dockerfiles: fix default targets for debian-loongarch-cross
 2024-10-21  5:39 UTC  (3+ messages)

[PATCH 0/2] Support 64-bit address of initrd
 2024-10-21  4:09 UTC  (3+ messages)
` [PATCH 1/2] hw/riscv: Support to load DTB after 3GB memory on 64-bit system
` [PATCH 2/2] hw/riscv: Support different address-cells for initrd

[PATCH v4 0/2] riscv: char: Avoid dropped charecters
 2024-10-21  3:44 UTC  (3+ messages)

[PATCH v8 0/5] Add Smrnmi support
 2024-10-21  3:03 UTC  (6+ messages)
` [PATCH v8 1/5] target/riscv: Add 'ext_smrnmi' in the RISCVCPUConfig
` [PATCH v8 2/5] target/riscv: Handle Smrnmi interrupt and exception
` [PATCH v8 3/5] target/riscv: Add Smrnmi CSRs
` [PATCH v8 4/5] target/riscv: Add Smrnmi mnret instruction
` [PATCH v8 5/5] target/riscv: Add Smrnmi cpu extension

[PATCH V1 0/4] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
 2024-10-21  2:33 UTC  (7+ messages)
` [PATCH V1 3/4] hw/acpi: Reflect ACPI vCPU {present, enabled} states in ACPI _STA.{PRES, ENA} Bits
  ` [PATCH V1 3/4] hw/acpi: Reflect ACPI vCPU {present,enabled} states in ACPI _STA.{PRES,ENA} Bits

[PATCH v6 00/14] tcg/riscv: Add support for vector
 2024-10-21  1:42 UTC  (8+ messages)
` [PATCH v6 01/14] tcg: Reset data_gen_ptr correctly
` [PATCH v6 02/14] disas/riscv: Fix vsetivli disassembly
` [PATCH v6 03/14] util: Add RISC-V vector extension probe in cpuinfo

[PATCH v2 0/6] Support virtio-gpu DRM native context
 2024-10-21  1:33 UTC  (10+ messages)
` [PATCH v2 2/6] ui/sdl2: Implement dpy dmabuf functions
` [PATCH v2 5/6] virtio-gpu: Support asynchronous fencing
` [PATCH v2 6/6] virtio-gpu: Support DRM native context

[PATCH v4 0/9] target/riscv: Add support for Smdbltrp and Ssdbltrp extensions
 2024-10-21  1:14 UTC  (17+ messages)
` [PATCH v4 1/9] target/riscv: fix henvcfg potentially containing stale bits
` [PATCH v4 3/9] target/riscv: Implement Ssdbltrp sret, mret and mnret behavior
` [PATCH v4 4/9] target/riscv: Implement Ssdbltrp exception handling
` [PATCH v4 5/9] target/riscv: Add Ssdbltrp ISA extension enable switch
` [PATCH v4 6/9] target/riscv: Add Smdbltrp CSRs handling
` [PATCH v4 7/9] target/riscv: Implement Smdbltrp sret, mret and mnret behavior
` [PATCH v4 8/9] target/riscv: Implement Smdbltrp behavior
` [PATCH v4 9/9] target/riscv: Add Smdbltrp ISA extension enable switch

[PATCH v3 00/12] Fixes for user-only munmap races
 2024-10-20 21:20 UTC  (3+ messages)
` [PATCH v3 06/12] target/ppc: Split out helper_dbczl for 970

[PATCH 00/14] target/i386: miscellaneous flags improvements
 2024-10-20 20:40 UTC  (23+ messages)
` [PATCH 01/14] target/i386: use tcg_gen_ext_tl when applicable
` [PATCH 02/14] target/i386: Tidy cc_op_str usage
` [PATCH 03/14] target/i386: remove CC_OP_CLR
` [PATCH 04/14] target/i386: Rearrange CCOp
` [PATCH 05/14] target/i386: Introduce cc_op_size
` [PATCH 06/14] target/i386: Wrap cc_op_live with a validity check
` [PATCH 07/14] target/i386: optimize computation of ZF from CC_OP_DYNAMIC
` [PATCH 08/14] target/i386: optimize TEST+Jxx sequences
` [PATCH 09/14] target/i386: add a few more trivial CCPrepare cases
` [PATCH 10/14] target/i386: add a note about gen_jcc1
` [PATCH 11/14] target/i386: make flag variables unsigned
` [PATCH 12/14] target/i386: use builtin popcnt or parity to compute PF, if available
` [PATCH 13/14] target/i386: use higher-precision arithmetic to compute CF
` [PATCH 14/14] target/i386: use + to put flags together

[PATCH] tcg-plugins: add a hook for interrupts, exceptions and traps
 2024-10-20 19:37 UTC  (11+ messages)
` [RFC PATCH v2 0/7] tcg-plugins: add hooks "
  ` [RFC PATCH v2 1/7] plugins: add API for registering trap related callbacks
  ` [RFC PATCH v2 2/7] plugins: add hooks for new "
  ` [RFC PATCH v2 3/7] contrib/plugins: add plugin showcasing new trap related API
  ` [RFC PATCH v2 4/7] target/arm: call plugin trap callbacks
  ` [RFC PATCH v2 5/7] target/avr: "
  ` [RFC PATCH v2 6/7] target/riscv: "
  ` [RFC PATCH v2 7/7] target/sparc: "

Qemu v9.0.2: Boot failed qemu-arm with Linux next-20241017 tag
 2024-10-20 18:47 UTC  (3+ messages)

[PATCH v2 2/8] Add support for emulation of CRC32 instructions
 2024-10-20 18:41 UTC  (3+ messages)

[PATCH] vmdk:truncate more one sector in init extent
 2024-10-20 14:07 UTC  (3+ messages)

[PATCH v2 6/8] Revert use of clock_gettime for benchmarking
 2024-10-20 14:04 UTC  (3+ messages)

[PATCH] net/vmnet: Pad short Ethernet frames
 2024-10-20  3:16 UTC  (3+ messages)
` [PATCH v2] "
  ` Ping: "

[PATCH v5 00/19] s390x: Add Full Boot Order Support
 2024-10-20  1:29 UTC  (20+ messages)
` [PATCH v5 01/19] hw/s390x/ipl: Provide more memory to the s390-ccw.img firmware
` [PATCH v5 02/19] pc-bios/s390-ccw: Use the libc from SLOF and remove sclp prints
` [PATCH v5 03/19] pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary
` [PATCH v5 04/19] hw/s390x: Remove the possibility to load the s390-netboot.img binary
` [PATCH v5 05/19] pc-bios/s390-ccw: Merge netboot.mak into the main Makefile
` [PATCH v5 06/19] docs/system/s390x/bootdevices: Update the documentation about network booting
` [PATCH v5 07/19] pc-bios/s390-ccw: Remove panics from ISO IPL path
` [PATCH v5 08/19] pc-bios/s390-ccw: Remove panics from ECKD "
` [PATCH v5 09/19] pc-bios/s390-ccw: Remove panics from SCSI "
` [PATCH v5 10/19] pc-bios/s390-ccw: Remove panics from DASD "
` [PATCH v5 11/19] pc-bios/s390-ccw: Remove panics from Netboot "
` [PATCH v5 12/19] pc-bios/s390-ccw: Enable failed IPL to return after error
` [PATCH v5 13/19] include/hw/s390x: Add include files for common IPL structs
` [PATCH v5 14/19] s390x: Add individual loadparm assignment to CCW device
` [PATCH v5 15/19] hw/s390x: Build an IPLB for each boot device
` [PATCH v5 16/19] s390x: Rebuild IPLB for SCSI device directly from DIAG308
` [PATCH v5 17/19] pc-bios/s390x: Enable multi-device boot loop
` [PATCH v5 18/19] docs/system: Update documentation for s390x IPL
` [PATCH v5 19/19] tests/qtest: Add s390x boot order tests to cdrom-test.c

[PATCH v2] block/file-posix: optimize append write
 2024-10-20  1:03 UTC  (3+ messages)

[PATCH v2] intel_iommu: Introduce property "x-stale-tm" to control Transient Mapping (TM) field
 2024-10-20  0:25 UTC  (4+ messages)

[PATCH net-next v7] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-10-19 17:49 UTC  (5+ messages)

[Question] What is the definition of “private” fields in QOM?
 2024-10-19 16:10 UTC 

[PATCH] hw/sd/sdcard: Allow user creation of eMMCs
 2024-10-19 15:31 UTC  (3+ messages)

[PATCH] sockets: Remove deadcode
 2024-10-19 12:02 UTC  (3+ messages)

[PATCH v2 8/8] target/mips: Enable MSA ASE for mips64R2-generic
 2024-10-19  7:54 UTC  (2+ messages)

[PATCH v2 7/8] target/mips: Enable MSA ASE for mips32r6-generic
 2024-10-19  7:46 UTC  (2+ messages)

[PATCH v2 5/8] Add micromips to P5600
 2024-10-19  7:45 UTC  (2+ messages)

[PATCH v2 1/8] Add CP0 MemoryMapID register implementation
 2024-10-19  7:43 UTC  (2+ messages)

[PULL 0/9] Error reporting patches for 2024-10-18
 2024-10-18 13:28 UTC  (2+ messages)
` [PULL 9/9] qerror: QERR_PROPERTY_VALUE_OUT_OF_RANGE is no longer used, drop

[PATCH] Migration: Add trace points for vmstate handler insertion/removal
 2024-10-18 21:27 UTC  (3+ messages)

[RFC V1 00/14] precreate phase
 2024-10-18 19:15 UTC  (6+ messages)
` [RFC V1 04/14] accel: set accelerator and machine props earlier

[RFC PATCH] cli: add connect-gpios option
 2024-10-18 18:49 UTC  (5+ messages)

[PATCH] net: Check if nc is NULL in qemu_get_vnet_hdr_len()
 2024-10-18 18:34 UTC  (2+ messages)

[PATCH v2 0/5] Guestperf: miscellaneous refinement and enrichment
 2024-10-18 18:25 UTC  (6+ messages)
` [PATCH v2 1/5] tests/migration: Move the guestperf tool to scripts directory
` [PATCH v2 2/5] tests/migration: Make initrd-stress.img built by default
` [PATCH v2 3/5] guestperf: Support deferred migration for multifd
` [PATCH v2 4/5] guestperf: Nitpick the inconsistent parameters
` [PATCH v2 5/5] guestperf: Introduce multifd compression option

[PATCH] tests: Wait for migration completion on destination QEMU to avoid failures
 2024-10-18 18:02 UTC  (3+ messages)

[PATCH] replace error_setg(&error_fatal, ...) with error_report()
 2024-10-18 16:30 UTC  (2+ messages)

[PATCH] stubs: remove stubs/qdev.c
 2024-10-18 16:44 UTC  (2+ messages)

[PATCH] meson.build: Remove ncurses workaround for OpenBSD
 2024-10-18 16:25 UTC  (2+ messages)

[PATCH v2] ui/console-vc: Silence warning about sprintf() on OpenBSD
 2024-10-18 16:20 UTC  (2+ messages)

[PATCH RFC 0/5] hw/cxl: Type 2 Device RFC
 2024-10-18 16:19 UTC  (5+ messages)

[PATCH RFC v3 0/3] cxl: Multi-headed Single Logical Device (MHSLD)
 2024-10-18 16:12 UTC  (4+ messages)
` [PATCH RFC v3 1/3] cxl-mailbox-utils: move CXLUpdateDCExtentListInPl into header
` [PATCH RFC v3 2/3] cxl_type3: add MHD callbacks
` [PATCH RFC v3 3/3] mhsld: implement MHSLD device

[PATCH 0/4] tests/qtest: Move the bulk of migration tests into a separate target
 2024-10-18 16:12 UTC  (10+ messages)
` [PATCH 4/4] ci: Add check-migration-quick to the clang job

[PATCH 00/10] target/i386/tcg: fixes for seg_helper.c
 2024-10-18 16:02 UTC  (3+ messages)
` [PATCH 07/10] target/i386/tcg: Use DPL-level accesses for interrupts and call gates

[PATCH] tests/qtest: Raise the ide-test timeout
 2024-10-18 15:54 UTC  (2+ messages)

[PATCH v2] docs/system/cpu-hotplug: Update example's socket-id/core-id
 2024-10-18 15:52 UTC  (2+ messages)

[PATCH] hw/arm: add Quanta GSZ bmc machine
 2024-10-18 15:41 UTC  (2+ messages)

[PATCH v4 0/4] KVM: Dynamic sized memslots array
 2024-10-18 15:38 UTC  (3+ messages)
` [PATCH v4 1/4] KVM: Dynamic sized kvm "

[QEMU RFC] hw/mem/cxl_type3: add guard to avoid event log overflow during a DC extent add/release request
 2024-10-18 15:35 UTC  (3+ messages)

[PATCH v3 0/2] throttling for BLOCK_IO_ERROR
 2024-10-18 15:31 UTC  (2+ messages)

[PATCH v4] arm/kvm: add support for MTE
 2024-10-18 15:29 UTC  (2+ messages)

[PATCH v4 0/6] migration: auto-converge refinements for huge VM
 2024-10-18 15:08 UTC  (2+ messages)

[PATCH 0/2] fix backup-discard-source test for XFS
 2024-10-18 14:52 UTC  (3+ messages)

[PATCH 00/13] rust: miscellaneous cleanups + QOM integration tests
 2024-10-18 14:43 UTC  (12+ messages)
` [PATCH 01/13] meson: import rust module into a global variable
` [PATCH 04/13] rust: do not use --no-size_t-is-usize
` [PATCH 05/13] rust: remove uses of #[no_mangle]
` [PATCH 06/13] rust: remove unused macro module_init!
` [PATCH 07/13] rust: modernize #[derive(Object)] for ELF platforms
` [PATCH 08/13] rust: build integration test for the qemu_api crate
` [PATCH 09/13] rust: clean up define_property macro
` [PATCH 10/13] qdev: make properties array "const"
` [PATCH 11/13] rust: make properties array immutable
` [PATCH 12/13] rust: provide safe wrapper for MaybeUninit::zeroed()
` [PATCH 13/13] rust: do not use TYPE_CHARDEV unnecessarily


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