qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-10 13:36:05 to 2025-02-10 20:46:19 UTC [more...]

[PULL 00/32] Misc HW patches for 2025-02-10
 2025-02-10 20:42 UTC  (20+ 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 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 14/32] hw/display: Have RAMFB device inherit from DYNAMIC_SYS_BUS_DEVICE
` [PULL 16/32] hw/net: Have eTSEC "
` [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 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 29/32] tests/functional: Remove sleep() kludges from microblaze tests

[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  (7+ 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  (10+ messages)
` [PULL v2 1/8] qapi: Move include/qapi/qmp/ to include/qobject/
` [PULL v2 2/8] qapi: Move and rename qapi/qmp/dispatch.h to qapi/qmp-registry.h
` [PULL v2 3/8] qapi: fix colon in Since tag section
` [PULL v2 4/8] qapi/ui: Fix documentation of upper bound value in InputMoveEvent
` [PULL v2 5/8] qapi: cope with feature names containing a '-'
` [PULL v2 6/8] qapi: change 'unsigned special_features' to 'uint64_t features'
` [PULL v2 7/8] qapi: rename 'special_features' to 'features'
` [PULL v2 8/8] qapi: expose all schema features to code

[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  (7+ messages)
` [PATCH v2 04/18] hw/arm: Add i.MX 8M Plus EVK board
` [PATCH v2 18/18] hw/rtc: Add Ricoh RS5C372 RTC emulation

[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  (19+ messages)

[PATCH v2 0/9]vfio: Improve error reporting when MMIO region mapping fails
 2025-02-10 16:19 UTC  (11+ messages)
` [PATCH v2 2/9] vfio/pci: Replace "iommu_device" by "vIOMMU"
` [PATCH v2 4/9] vfio: Introduce vfio_get_vfio_device()
` [PATCH v2 5/9] vfio: Improve error reporting when MMIO region mapping fails
` [PATCH v2 7/9] cpu: Introduce cpu_get_phys_bits()

[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

[PATCH] target/riscv: Respect mseccfg.RLB bit for TOR mode PMP entry
 2025-02-10 15:37 UTC 

[PATCH] 9pfs: fix dead code in qemu_open_flags_tostr()
 2025-02-10 15:32 UTC  (2+ messages)

[PATCH 00/15] arm: rework id register storage
 2025-02-10 15:20 UTC  (4+ messages)
` [PATCH 15/15] arm/cpu: Add generated files

[PATCH v4 00/17] hw/arm: Add NPCM8XX Support
 2025-02-10 14:53 UTC  (14+ messages)
` [PATCH v4 03/17] hw/ssi: Make flash size a property in NPCM7XX FIU
` [PATCH v4 07/17] hw/misc: Add support for NPCM8XX GCR
` [PATCH v4 09/17] hw/misc: Support 8-bytes memop in NPCM GCR module
` [PATCH v4 13/17] hw/misc: Support NPCM8XX CLK Module Registers
` [PATCH v4 15/17] hw/arm: Add NPCM8XX SoC
` [PATCH v4 17/17] docs/system/arm: Add Description for "

[PATCH v4 0/2] s390x/pci: relax I/O address translation requirement
 2025-02-10 14:52 UTC  (3+ messages)
` [PATCH v4 1/2] s390x/pci: add support for guests that request direct mapping

[PULL v2 0/4] 9p queue 2025-02-06
 2025-02-08 16:08 UTC  (2+ messages)

[PULL 0/6] Hppa system for v10 diva artist patches
 2025-02-08 16:08 UTC  (2+ messages)

[PATCH v2 0/8] hw/boards: Try to make sense of MachineClass::no_sdcard flag
 2025-02-10 14:41 UTC  (7+ messages)
` [PATCH v2 4/8] hw/boards: Remove all invalid uses of auto_create_sdcard=true

[PATCH 0/5] Fix vIOMMU reset order
 2025-02-10 14:22 UTC  (11+ messages)
` [PATCH 4/5] hw/arm/smmuv3: Move reset to exit phase

[PATCH 00/12] rust: remaining parts of qdev bindings
 2025-02-10 14:40 UTC  (9+ messages)
` [PATCH 01/12] rust: qom: add reference counting functionality
` [PATCH 02/12] rust: qom: add object creation functionality
` [PATCH 03/12] rust: callbacks: allow passing optional callbacks as ()
` [PATCH 04/12] rust: qdev: add clock creation

[RFC PATCH v2 0/8] crypto,io,migration: Add support to gnutls_bye()
 2025-02-10 14:20 UTC  (5+ messages)
` [RFC PATCH v2 3/8] migration/multifd: Terminate the TLS connection

[PATCH] rust: restrict missing_const_for_fn to qemu_api crate
 2025-02-10 14:06 UTC  (2+ messages)

[PATCH] rust: pl011: use default set of lints
 2025-02-10 14:03 UTC  (2+ messages)

[PATCH v3 0/2] include: move include/qapi/qmp/ to include/qobject/
 2025-02-10 13:54 UTC  (3+ 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).