messages from 2025-02-10 15:50:28 to 2025-02-10 22:20:04 UTC [more...]
[PATCH v3 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
2025-02-10 22:18 UTC (8+ messages)
` [PATCH v3 01/10] target: Set disassemble_info::endian value for little-endian targets
` [PATCH v3 02/10] target: Set disassemble_info::endian value for big-endian targets
` [PATCH v3 03/10] target/arm: Set disassemble_info::endian value in disas_set_info()
` [PATCH v3 06/10] target/ppc: "
` [PATCH v3 08/10] target/sh4: "
` [PATCH v3 09/10] target/xtensa: "
` [PATCH v3 10/10] disas: Remove target_words_bigendian() call in initialize_debug_target()
[PATCH v2 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
2025-02-10 22:16 UTC (22+ messages)
` [PATCH v2 01/10] target: Set disassemble_info::endian value for little-endian targets
` [PATCH v2 02/10] target: Set disassemble_info::endian value for big-endian targets
` [PATCH v2 03/10] target/arm: Set disassemble_info::endian value in disas_set_info()
` [PATCH v2 04/10] target/microblaze: Set disassemble_info::endian value in disas_set_info
` [PATCH v2 05/10] target/mips: Set disassemble_info::endian value in disas_set_info()
` [PATCH v2 06/10] target/ppc: "
` [PATCH v2 07/10] target/riscv: "
` [PATCH v2 08/10] target/sh4: "
` [PATCH v2 09/10] target/xtensa: "
` [PATCH v2 10/10] disas: Remove target_words_bigendian() call in initialize_debug_target()
[PATCH v3 00/24] cpus: Restrict CPU has_work() handlers to system emulation
2025-02-10 21:57 UTC (7+ messages)
` [PATCH v3 24/24] cpus: Remove CPUClass::has_work() handler
[PATCH v2 00/10] cpus: Prefer cached CpuClass over CPU_GET_CLASS() macro
2025-02-10 21:56 UTC (2+ messages)
[PATCH 0/2] nbd: Allow debugging tuning of handshake limit
2025-02-10 21:46 UTC (4+ messages)
` [PATCH 2/2] nbd/server: Allow users to adjust handshake limit in QMP
[PATCH 00/10] disas: Have CPUClass::disas_set_info() callback set the endianness
2025-02-10 21:24 UTC (4+ messages)
` [PATCH 03/10] target/arm: Set disassemble_info::endian value in disas_set_info()
[PULL 00/32] Misc HW patches for 2025-02-10
2025-02-10 20:42 UTC (33+ messages)
` [PULL 01/32] backends/tpm: Use qemu_hexdump_line() to avoid sprintf()
` [PULL 02/32] hw/intc/xilinx_intc: Make device endianness configurable
` [PULL 03/32] hw/net/xilinx_ethlite: "
` [PULL 04/32] hw/timer/xilinx_timer: "
` [PULL 05/32] hw/char/xilinx_uartlite: "
` [PULL 06/32] hw/ssi/xilinx_spi: "
` [PULL 07/32] hw/arm/xlnx-zynqmp: Use &error_abort for programming errors
` [PULL 08/32] hw/intc/apic: Fixes magic number use, removes outdated comment
` [PULL 09/32] hw/core/machine: Reject thread level cache
` [PULL 10/32] hw/sysbus: Use sizeof(BusState) in main_system_bus_create()
` [PULL 11/32] hw/sysbus: Declare QOM types using DEFINE_TYPES() macro
` [PULL 12/32] hw/sysbus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE
` [PULL 13/32] hw/vfio: Have VFIO_PLATFORM devices inherit from DYNAMIC_SYS_BUS_DEVICE
` [PULL 14/32] hw/display: Have RAMFB device "
` [PULL 15/32] hw/i386: Have X86_IOMMU devices "
` [PULL 16/32] hw/net: Have eTSEC device "
` [PULL 17/32] hw/tpm: Have TPM TIS sysbus "
` [PULL 18/32] hw/xen: Prefer QOM cast for XenLegacyDevice
` [PULL 19/32] hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICE
` [PULL 20/32] hw/boards: Convert no_sdcard flag to OnOffAuto tri-state
` [PULL 21/32] hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF
` [PULL 22/32] hw/boards: Rename no_sdcard -> auto_create_sdcard
` [PULL 23/32] hw/boards: Do not create unusable default if=sd drives
` [PULL 24/32] hw/arm: Remove all invalid uses of auto_create_sdcard=true
` [PULL 25/32] hw/riscv: "
` [PULL 26/32] hw/boards: Ensure machine setting auto_create_sdcard expose a SD Bus
` [PULL 27/32] tests/functional: Explicit endianness of microblaze assets
` [PULL 28/32] tests/functional: Allow microblaze tests to take a machine name argument
` [PULL 29/32] tests/functional: Remove sleep() kludges from microblaze tests
` [PULL 30/32] tests/functional: Have microblaze tests inherit common parent class
` [PULL 31/32] hw/riscv/opentitan: Include missing 'exec/address-spaces.h' header
` [PULL 32/32] hw/net/smc91c111: Ignore attempt to pop from empty RX fifo
[PATCH v2 0/3] hvf: arm: Support creating VMs with 64+GB of RAM on macOS 15+
2025-02-10 20:39 UTC (6+ messages)
` [PATCH v2 3/3] hvf: arm: Implement and use hvf_get_physical_address_range
[PATCH v4 0/7] hw/boards: Try to make sense of MachineClass::no_sdcard flag
2025-02-10 20:37 UTC (2+ messages)
[PATCH 0/9] hw/sysbus/platform-bus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE
2025-02-10 20:36 UTC (2+ messages)
[PATCH v5 00/16] hw/microblaze: Allow running cross-endian vCPUs
2025-02-10 20:35 UTC (2+ messages)
[PATCH] hw/net/smc91c111: Ignore attempt to pop from empty RX fifo
2025-02-10 20:32 UTC (2+ messages)
[PATCH] linux-user: Move TARGET_SA_RESTORER out of generic/signal.h
2025-02-10 20:09 UTC (2+ messages)
[PATCH 00/14] target/arm: Clean up some corner cases of sysreg traps
2025-02-10 19:53 UTC (29+ messages)
` [PATCH 01/14] target/arm: Report correct syndrome for UNDEFINED CNTPS_*_EL1 from EL2 and NS EL1
` [PATCH 02/14] target/arm: Report correct syndrome for UNDEFINED AT ops with wrong NSE, NS
` [PATCH 03/14] target/arm: Report correct syndrome for UNDEFINED S1E2 AT ops at EL3
` [PATCH 04/14] target/arm: Report correct syndrome for UNDEFINED LOR sysregs when NS=0
` [PATCH 05/14] target/arm: Make CP_ACCESS_TRAPs to AArch32 EL3 be Monitor traps
` [PATCH 06/14] hw/intc/arm_gicv3_cpuif: Don't downgrade monitor traps for AArch32 EL3
` [PATCH 07/14] target/arm: Honour SDCR.TDCC and SCR.TERR in AArch32 EL3 non-Monitor modes
` [PATCH 08/14] hw/intc/arm_gicv3_cpuif(): Remove redundant tests of is_a64()
` [PATCH 09/14] target/arm: Support CP_ACCESS_TRAP_EL1 as a CPAccessResult
` [PATCH 10/14] target/arm: Use CP_ACCESS_TRAP_EL1 for traps that are always to EL1
` [PATCH 11/14] target/arm: Use TRAP_UNCATEGORIZED for XScale CPAR traps
` [PATCH 12/14] target/arm: Remove CP_ACCESS_TRAP handling
` [PATCH 13/14] target/arm: Rename CP_ACCESS_TRAP_UNCATEGORIZED to CP_ACCESS_UNDEFINED
` [PATCH 14/14] target/arm: Correct errors in WFI/WFE trapping
[PATCH] util/qemu-timer.c: Don't warp timer from timerlist_rearm()
2025-02-10 19:46 UTC (6+ messages)
[RFC] target/i386: sev: Add cmdline option to enable the Allowed SEV Features feature
2025-02-10 18:53 UTC (2+ messages)
[PATCH] tests/functional: Convert reverse_debugging tests to the functional framework
2025-02-10 18:46 UTC
[PULL 0/9] meson: Disallow 64-bit on 32-bit emulation
2025-02-10 18:21 UTC (2+ messages)
[PULL v2 0/9] Rust, TCG, x86 patches for 2025-02-07
2025-02-10 18:21 UTC (2+ messages)
[PULL v2 0/8] QAPI patches patches for 2025-02-10
2025-02-10 18:20 UTC (2+ messages)
[PATCH v3 0/2] KVM: SEV: Add support for the ALLOWED_SEV_FEATURES feature
2025-02-10 18:08 UTC (5+ messages)
` [PATCH v3 1/2] x86/cpufeatures: Add "Allowed SEV Features" Feature
` [PATCH v3 2/2] KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB Field
[PATCH v2 00/18] Add i.MX 8M Plus EVK machine
2025-02-10 17:30 UTC (3+ messages)
` [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board
[PATCH v4 00/33] Multifd 🔀 device state transfer support with VFIO consumer
2025-02-10 17:24 UTC (5+ messages)
` [PATCH v4 20/33] vfio/migration: Add x-migration-load-config-after-iter VFIO property
` [PATCH v4 23/33] vfio/migration: Multifd device state transfer support - basic types
[PATCH v2 00/11] qom: Constify class_data
2025-02-10 17:22 UTC (28+ messages)
` [PATCH v2 01/11] target/i386: Constify X86CPUModel uses
` [PATCH v2 02/11] target/sparc: Constify SPARCCPUClass::cpu_def
` [PATCH v2 03/11] target/xtensa: Finalize config in xtensa_register_core()
` [PATCH v2 04/11] target/riscv: Declare RISCVCPUClass::misa_mxl_max as RISCVMXL
` [PATCH v2 05/11] target/riscv: Convert misa_mxl_max using GLib macros
` [PATCH v2 06/11] hw: Declare various const data as 'const'
` [PATCH v2 07/11] hw: Make class data 'const'
` [PATCH v2 08/11] qom: Have class_base_init() take a const data argument
` [PATCH v2 09/11] qom: Have class_init() "
` [PATCH v2 10/11] qom: Constify TypeInfo::class_data
` [PATCH v2 11/11] qom: Constify InterfaceInfo[] interfaces
[RFC PATCH v3 0/8] crypto,io,migration: Add support to gnutls_bye()
2025-02-10 17:12 UTC (5+ messages)
` [RFC PATCH v3 7/8] migration/multifd: Add a compat property for TLS termination
` [RFC PATCH v3 8/8] migration: Check migration error after loadvm
[PATCH] system/qdev: Remove pointless NULL check in qdev_device_add_from_qdict
2025-02-10 17:07 UTC (2+ messages)
[PATCH] hw/ppc/e500: Partial implementation of local access window registers
2025-02-10 17:00 UTC (6+ messages)
[PATCH v5 0/5] Allow to enable multifd and postcopy migration together
2025-02-10 16:59 UTC (7+ messages)
` [PATCH v5 3/5] migration: enable multifd and postcopy together
[PATCH v7 0/6] Poisoned memory recovery on reboot
2025-02-10 16:48 UTC (7+ messages)
` [PATCH v7 3/6] accel/kvm: Report the loss of a large memory page
[PATCH 0/6] crypto/tlscreds: QOM style cleanups
2025-02-10 16:32 UTC (8+ messages)
` [PATCH 1/6] crypto/tlscredsx509: Rename 'creds' -> 'x509_creds'
` [PATCH 2/6] crypto/tlscredsx509: Access QOM parent via QCRYPTO_TLS_CREDS() macro
` [PATCH 3/6] crypto/tlscredspsk: Rename 'creds' -> 'psk_creds'
` [PATCH 4/6] crypto/tlscredspsk: Access QOM parent via QCRYPTO_TLS_CREDS() macro
` [PATCH 5/6] crypto/tlscredsanon: Rename 'creds' -> 'anon_creds'
` [PATCH 6/6] crypto/tlscredsanon: Access QOM parent via QCRYPTO_TLS_CREDS() macro
[PATCH v3 0/7] vfio: Improve error reporting when MMIO region mapping fails
2025-02-10 16:26 UTC (4+ messages)
` [PATCH v3 1/7] util/error: Introduce warn_report_err_once()
[PATCH 00/10] qom: Constify class_data
2025-02-10 16:25 UTC (3+ messages)
` [PATCH 03/10] target/xtensa: Finalize config in xtensa_register_core()
[PULL 00/17] testing and gdbstub updates
2025-02-10 16:14 UTC (18+ messages)
` [PULL 01/17] tests/docker: replicate the check-rust-tools-nightly CI job
` [PULL 02/17] tests/qtest: don't attempt to clock_step while waiting for virtio ISR
` [PULL 03/17] tests/qtest: don't step clock at start of npcm7xx periodic IRQ test
` [PULL 04/17] tests/qtest: simplify qtest_process_inbuf
` [PULL 05/17] tests/qtest: rename qtest_send_prefix and roll-up into qtest_send
` [PULL 06/17] tests/qtest: tighten up the checks on clock_step
` [PULL 07/17] Revert "util/timer: avoid deadlock when shutting down"
` [PULL 08/17] tests/qtest/migration: Add --full option
` [PULL 09/17] tests/qtest/migration: Pick smoke tests
` [PULL 10/17] gdbstub: Allow the %d placeholder in the socket path
` [PULL 11/17] gdbstub: Try unlinking the unix socket before binding
` [PULL 12/17] user: Introduce user/signal.h
` [PULL 13/17] user: Introduce host_interrupt_signal
` [PULL 14/17] osdep: Introduce qemu_kill_thread()
` [PULL 15/17] gdbstub: Allow late attachment
` [PULL 16/17] docs/user: Document the %d placeholder and suspend=n QEMU_GDB features
` [PULL 17/17] tests/tcg: Add late gdbstub attach test
[RFC v4 0/5] Add packed virtqueue to shadow virtqueue
2025-02-10 16:25 UTC (17+ messages)
[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
2025-02-10 16:19 UTC (7+ messages)
` [PATCH v2 4/9] vfio: Introduce vfio_get_vfio_device()
` [PATCH v2 5/9] vfio: Improve error reporting when MMIO region mapping fails
[PULL 00/25] Block layer patches
2025-02-10 16:10 UTC (26+ messages)
` [PULL 01/25] vpc: Split off vpc_ignore_current_size() helper
` [PULL 02/25] vpc: Read images exported from Azure correctly
` [PULL 03/25] block: Improve blk_get_attached_dev_id() docstring
` [PULL 04/25] block: Fix leak in send_qmp_error_event
` [PULL 05/25] scripts/qemu-gdb: Always do full stack dump for python errors
` [PULL 06/25] scripts/qemu-gdb: Simplify fs_base fetching for coroutines
` [PULL 07/25] scripts/qemu-gdb: Support coroutine dumps in coredumps
` [PULL 08/25] block-backend: Fix argument order when calling 'qapi_event_send_block_io_error()'
` [PULL 09/25] block: Add 'active' field to BlockDeviceInfo
` [PULL 10/25] block: Allow inactivating already inactive nodes
` [PULL 11/25] block: Inactivate external snapshot overlays when necessary
` [PULL 12/25] migration/block-active: Remove global active flag
` [PULL 13/25] block: Don't attach inactive child to active node
` [PULL 14/25] block: Fix crash on block_resize on inactive node
` [PULL 15/25] block: Add option to create inactive nodes
` [PULL 16/25] block: Add blockdev-set-active QMP command
` [PULL 17/25] block: Support inactive nodes in blk_insert_bs()
` [PULL 18/25] block/export: Don't ignore image activation error in blk_exp_add()
` [PULL 19/25] block: Drain nodes before inactivating them
` [PULL 20/25] block/export: Add option to allow export of inactive nodes
` [PULL 21/25] nbd/server: Support "
` [PULL 22/25] iotests: Add filter_qtest()
` [PULL 23/25] iotests: Add qsd-migrate case
` [PULL 24/25] iotests: Add (NBD-based) tests for inactive nodes
` [PULL 25/25] block: remove unused BLOCK_OP_TYPE_DATAPLANE
[PATCH v2] hw/sd/sdhci: Set reset value of interrupt registers
2025-02-10 16:03 UTC
Call for GSoC internship project ideas
2025-02-10 15:54 UTC (4+ messages)
[PULL 00/12] target-arm queue
2025-02-10 15:49 UTC (13+ messages)
` [PULL 01/12] target/arm: deprecate the pxa2xx CPUs and iwMMXt emulation
` [PULL 02/12] tests/tcg/arm: Remove test-arm-iwmmxt test
` [PULL 03/12] target/arm: Drop unused AArch64DecodeTable typedefs
` [PULL 04/12] hw/arm/boot: Propagate vCPU to arm_load_dtb()
` [PULL 05/12] hw/arm/fsl-imx6: Add local 'mpcore/gic' variables
` [PULL 06/12] hw/arm/fsl-imx6ul: "
` [PULL 07/12] hw/arm/fsl-imx7: "
` [PULL 08/12] hw/cpu/arm: Alias 'num-cpu' property on TYPE_REALVIEW_MPCORE
` [PULL 09/12] hw/cpu/arm: Declare CPU QOM types using DEFINE_TYPES() macro
` [PULL 10/12] hw/net/cadence_gem: Fix the mask/compare/disable-mask logic
` [PULL 11/12] qemu-options: Deprecate -old-param command line option
` [PULL 12/12] linux-user: Do not define struct sched_attr if libc headers do
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).