qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-15 08:53:52 to 2024-10-15 15:50:32 UTC [more...]

[PULL 00/33] Endianness cleanup patches for 2024-10-15
 2024-10-15 15:44 UTC  (30+ messages)
` [PULL 01/33] qemu/bswap: Undefine CPU_CONVERT() once done
` [PULL 02/33] exec/tswap: Massage target_needs_bswap() definition
` [PULL 03/33] exec/memop: Remove unused memop_big_endian() helper
` [PULL 04/33] target/hexagon: Replace ldtul_p() -> ldl_p()
` [PULL 05/33] target/alpha: Replace ldtul_p() -> ldq_p()
` [PULL 06/33] gdbstub/helpers: Introduce ldtul_$endian_p() helpers
` [PULL 07/33] target/alpha: Use explicit little-endian LD/ST API
` [PULL 08/33] target/hexagon: "
` [PULL 09/33] hw/i386: "
` [PULL 10/33] target/avr: "
` [PULL 11/33] linux-user/i386: "
` [PULL 12/33] target/loongarch: "
` [PULL 13/33] target/tricore: "
` [PULL 14/33] target/tricore: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
` [PULL 15/33] target/ppc: "
` [PULL 16/33] hw/xtensa/xtfpga: Remove TARGET_BIG_ENDIAN #ifdef'ry
` [PULL 17/33] target/mips: Declare mips_env_is_bigendian() in 'internal.h'
` [PULL 18/33] target/mips: Rename cpu_is_bigendian() -> disas_is_bigendian()
` [PULL 19/33] target/mips: Introduce mo_endian_env() helper
` [PULL 20/33] target/mips: Replace MO_TE by mo_endian_env() in get_pte()
` [PULL 21/33] target/mips: Convert mips16e decr_and_load/store() macros to functions
` [PULL 22/33] target/mips: Factor mo_endian_rev() out of MXU code
` [PULL 23/33] target/mips: Explode MO_TExx -> MO_TE | MO_xx
` [PULL 24/33] target/mips: Rename unused sysemu argument of OP_LD_ATOMIC()
` [PULL 25/33] target/mips: Remove unused MEMOP_IDX() macro
` [PULL 27/33] target/mips: Replace MO_TE by mo_endian()
` [PULL 28/33] target/mips: Have gen_addiupc() expand $pc during translation
` [PULL 32/33] hw/mips/cps: Set the vCPU 'cpu-big-endian' property
` [PULL 33/33] hw/mips: Have mips_cpu_create_with_clock() take an endianness argument

patchew no longer pushing patches to git branches
 2024-10-15 15:48 UTC 

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

[PATCH] migration: Remove interface query-migrationthreads
 2024-10-15 15:31 UTC  (8+ messages)

[PATCH v2] ui/console-vc: Silence warning about sprintf() on OpenBSD
 2024-10-15 15:03 UTC  (5+ messages)

[PATCH] testing: Enhance gdb probe script
 2024-10-15 14:58 UTC 

[PATCH] rust/wrapper.h: define memory_order enum
 2024-10-15 14:58 UTC  (2+ messages)

[PATCH v6] hw/misc/aspeed_hace: Fix SG Accumulative hashing
 2024-10-15 14:53 UTC  (3+ messages)

[PATCH 0/3] target: Use tcg_constant_tl() instead of tcg_gen_movi_tl()
 2024-10-15 14:53 UTC  (2+ messages)

[PATCH] linux-user: Clean up unused header
 2024-10-15 14:50 UTC  (3+ messages)

[PATCH] hw/acpi/acpi_dev_interface: Clean up remains of madt_cpu
 2024-10-15 14:48 UTC  (2+ messages)

[PATCH] tests/tcg/aarch64: Use raw strings for regexes in test-mte.py
 2024-10-15 14:47 UTC  (2+ messages)

[PATCH v2 00/16] target/mips: Remove target-specific endianness knowledge
 2024-10-15 14:45 UTC  (6+ messages)
` [PATCH v2 10/16] target/mips: Replace MO_TE by mo_endian()

[PULL v2 00/61] virtio,pci,pc: features,fixes
 2024-10-15 14:42 UTC  (12+ messages)
` [PULL v2 40/61] hw/acpi: Update GED _EVT method AML with CPU scan

[PATCH] target/mips: Remove unused MEMOP_IDX() macro
 2024-10-15 14:40 UTC  (3+ messages)

[PATCH v3 0/2] gdbstub: Introduce ldtul_$endian_p() helpers
 2024-10-15 14:38 UTC  (2+ messages)

[PING PATCH v5 0/3] Check clock connection between STM32L4x5 RCC and peripherals
 2024-10-15 14:34 UTC  (4+ messages)
` [PING PATCH v5 3/3] tests/qtest: Check STM32L4x5 clock connections

[PATCH V1 0/4] Arch agnostic ACPI changes to support vCPU Hotplug (on Archs like ARM)
 2024-10-15 14:31 UTC  (3+ messages)

[PULL 00/25] x86 and KVM patches for 2024-10-15
 2024-10-15 14:17 UTC  (26+ messages)
` [PULL 01/25] target/i386: Don't construct a all-zero entry for CPUID[0xD 0x3f]
` [PULL 02/25] target/i386: Enable fdp-excptn-only and zero-fcs-fds
` [PULL 03/25] target/i386: Construct CPUID 2 as stateful iff times > 1
` [PULL 04/25] target/i386: Make invtsc migratable when user sets tsc-khz explicitly
` [PULL 05/25] target/i386: Add more features enumerated by CPUID.7.2.EDX
` [PULL 06/25] target/i386: Add support save/load HWCR MSR
` [PULL 07/25] target/i386: Fix conditional CONFIG_SYNDBG enablement
` [PULL 08/25] target/i386: Exclude 'hv-syndbg' from 'hv-passthrough'
` [PULL 09/25] target/i386: Make sure SynIC state is really updated before KVM_RUN
` [PULL 10/25] docs/system: Add recommendations to Hyper-V enlightenments doc
` [PULL 11/25] target/i386: convert bit test instructions to new decoder
` [PULL 12/25] target/i386: decode address before going back to translate.c
` [PULL 13/25] target/i386: convert CMPXCHG8B/CMPXCHG16B to new decoder
` [PULL 14/25] target/i386: do not check PREFIX_LOCK in old-style decoder
` [PULL 15/25] target/i386: list instructions still in translate.c
` [PULL 16/25] target/i386: assert that cc_op* and pc_save are preserved
` [PULL 17/25] KVM: Dynamic sized kvm memslots array
` [PULL 18/25] KVM: Define KVM_MEMSLOTS_NUM_MAX_DEFAULT
` [PULL 19/25] KVM: Rename KVMMemoryListener.nr_used_slots to nr_slots_used
` [PULL 20/25] KVM: Rename KVMState->nr_slots to nr_slots_max
` [PULL 21/25] target/i386/tcg: Use DPL-level accesses for interrupts and call gates
` [PULL 22/25] accel/kvm: check for KVM_CAP_MULTI_ADDRESS_SPACE on vm
` [PULL 23/25] accel/kvm: check for KVM_CAP_MEMORY_ATTRIBUTES "
` [PULL 24/25] accel/kvm: check for KVM_CAP_READONLY_MEM on VM
` [PULL 25/25] target/i386: Use only 16 and 32-bit operands for IN/OUT

[PULL v2 00/28] target-arm queue
 2024-10-15 14:18 UTC 

[PATCH] migration: Ensure vmstate_save() sets errp
 2024-10-15 14:15 UTC 

[PATCH 0/2] crypto: fix regression in hash result buffer handling
 2024-10-15 14:13 UTC  (4+ messages)
` [PATCH 1/2] crypto/hash: avoid overwriting user supplied result pointer
` [PATCH 2/2] tests: correctly validate result buffer in hash/hmac tests

[PATCH] target/i386: Use only 16 and 32-bit operands for IN/OUT
 2024-10-15 14:12 UTC  (2+ messages)

ALSA support in qemu-user?
 2024-10-15 14:06 UTC  (5+ messages)

[PATCH] migration: Put thread names together with macros
 2024-10-15 13:58 UTC  (2+ messages)

[PATCH v2 0/7] Report fatal errors from failure with pre-opened eBPF RSS FDs
 2024-10-15 13:50 UTC  (4+ messages)

[PATCH 0/2] ci: enable Rust in dockerfiles & enable in Fedora job
 2024-10-15 13:39 UTC  (3+ messages)
` [PATCH 1/2] tests: add 'rust' and 'bindgen' to CI package list
` [PATCH 2/2] ci: enable rust in the Fedora system build job

[PATCH] hw/riscv: Add Microblaze V 32bit virt board
 2024-10-15 13:39 UTC 

[PATCH] hw/net: Extend ethernetlite driver with PHY layer
 2024-10-15 13:26 UTC 

[RFC PATCH 00/16] rust: allow older versions of rustc and bindgen
 2024-10-15 13:17 UTC  (17+ 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 08/16] rust: build tests for the qemu_api crate
` [PATCH 09/16] rust: introduce a c_str macro
` [PATCH 10/16] rust: introduce alternative implementation of offset_of!
` [PATCH 11/16] rust: do not use MaybeUninit::zeroed()
` [PATCH 12/16] rust: allow version 1.63.0 of rustc
` [PATCH 13/16] rust: do not use TYPE_CHARDEV unnecessarily
` [PATCH 14/16] rust: do not use --no-size_t-is-usize
` [PATCH 15/16] rust: do not use --generate-cstr
` [PATCH 16/16] rust: allow older version of bindgen

[PATCH] hw/nvme: Remove references to PCI IRQ "pulsing" when asserting
 2024-10-15 10:33 UTC 

[PATCH] hw/block: m25p80: support RDID_90 for Winbond
 2024-10-15 12:32 UTC 

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

[PULL 0/8] Chr patches
 2024-10-15 11:37 UTC  (5+ messages)
` [PULL 3/8] chardev/mux: use bool type for `linestart` and `term_got_escape`
` [PULL 5/8] chardev/mux: introduce `mux_chr_attach_frontend() call
` [PULL 6/8] chardev/mux: switch mux frontends management to bitset

[PATCH] ui/console-vc: Silence warning about sprintf() on OpenBSD
 2024-10-15 11:28 UTC  (5+ messages)

[PULL 00/28] target-arm queue
 2024-10-15 10:38 UTC  (29+ messages)
` [PULL 01/28] hw/arm/omap1: Remove unused omap_uwire_attach() method
` [PULL 02/28] hw/misc/stm32_rcc: Implement RCC device for STM32F4 SoCs
` [PULL 03/28] hw/arm/stm32f405: Add RCC device to stm32f405 SoC
` [PULL 04/28] hw/intc/arm_gicv3: Add cast to match the documentation
` [PULL 05/28] "
` [PULL 06/28] hw/intc/arm_gicv3_cpuif: "
` [PULL 07/28] hw/misc: Create STM32L4x5 SYSCFG clock
` [PULL 08/28] hw/clock: Expose 'qtest-clock-period' QOM property for QTests
` [PULL 09/28] tests/qtest: Check STM32L4x5 clock connections
` [PULL 10/28] hw/ssi: Allwinner A10 SPI emulation
` [PULL 11/28] hw/arm: Add SPI to Allwinner A10
` [PULL 12/28] hw/intc/omap_intc: Remove now-unnecessary abstract base class
` [PULL 13/28] hw/char/pl011: Use correct masks for IBRD and FBRD
` [PULL 14/28] docs/devel/blkdebug: Convert to rST format
` [PULL 15/28] docs/devel/blkverify: "
` [PULL 16/28] docs/devel/lockcnt: "
` [PULL 17/28] docs/devel/multiple-iothreads: "
` [PULL 18/28] docs/devel/rcu: "
` [PULL 19/28] include: Move QemuLockCnt APIs to their own header
` [PULL 20/28] docs/devel/lockcnt: Include kernel-doc API documentation
` [PULL 21/28] hw/adc: Remove MAX111X device
` [PULL 22/28] hw/gpio: Remove MAX7310 device
` [PULL 23/28] hw/ide: Remove DSCM-1XXXX microdrive device model
` [PULL 24/28] hw: Remove PCMCIA subsystem
` [PULL 25/28] hw/block: Remove ecc
` [PULL 26/28] vl.c: Remove pxa2xx-specific -portrait and -rotate options
` [PULL 27/28] dma: Fix function names in documentation
` [PULL 28/28] hw/arm/xilinx_zynq: Add various missing unimplemented devices

[PATCH RFC V5 00/30] Support of Virtual CPU Hotplug for ARMv8 Arch
 2024-10-15 10:18 UTC  (31+ messages)
` [PATCH RFC V5 01/30] arm/virt, target/arm: Add new ARMCPU {socket, cluster, core, thread}-id property
` [PATCH RFC V5 02/30] hw/arm/virt: Disable vCPU hotplug for *unsupported* Accel or GIC Type
` [PATCH RFC V5 03/30] hw/arm/virt: Move setting of common vCPU properties in a function
` [PATCH RFC V5 04/30] arm/virt, target/arm: Machine init time change common to vCPU {cold|hot}-plug
` [PATCH RFC V5 05/30] arm/virt, kvm: Pre-create KVM vCPUs for all unplugged QOM vCPUs @machine init
` [PATCH RFC V5 06/30] arm/virt, gicv3: Changes to pre-size GIC with possible "
` [PATCH RFC V5 07/30] arm/virt, gicv3: Introduce GICv3 CPU Interface *accessibility* flag and checks
` [PATCH RFC V5 08/30] hw/intc/arm-gicv3*: Changes required to (re)init the GICv3 vCPU Interface
` [PATCH RFC V5 09/30] arm/acpi: Enable ACPI support for vCPU hotplug
` [PATCH RFC V5 10/30] arm/virt: Enhance GED framework to handle vCPU hotplug events
` [PATCH RFC V5 11/30] arm/virt: Init PMU at host for all possible vCPUs
` [PATCH RFC V5 12/30] arm/virt: Release objects for *disabled* possible vCPUs after init
` [PATCH RFC V5 13/30] arm/virt/acpi: Update ACPI DSDT Tbl to include CPUs AML with hotplug support
` [PATCH RFC V5 14/30] hw/acpi: Make _MAT method optional
` [PATCH RFC V5 15/30] hw/arm/acpi: MADT Tbl change to size the guest with possible vCPUs
` [PATCH RFC V5 16/30] target/arm: Force ARM vCPU *present* status ACPI *persistent*
` [PATCH RFC V5 17/30] arm/virt: Add/update basic hot-(un)plug framework
` [PATCH RFC V5 18/30] arm/virt: Changes to (un)wire GICC<->vCPU IRQs during hot-(un)plug
` [PATCH RFC V5 19/30] hw/arm, gicv3: Changes to notify GICv3 CPU state with vCPU hot-(un)plug event
` [PATCH RFC V5 20/30] hw/arm: Changes required for reset and to support next boot
` [PATCH RFC V5 21/30] arm/virt: Update the guest(via GED) about vCPU hot-(un)plug events
` [PATCH RFC V5 22/30] target/arm/cpu: Check if hotplugged ARM vCPU's FEAT match existing
` [PATCH RFC V5 23/30] tcg: Update tcg_register_thread() leg to handle region alloc for hotplugged vCPU
` [PATCH RFC V5 24/30] target/arm: Add support to *unrealize* ARMCPU during vCPU Hot-unplug
` [PATCH RFC V5 25/30] tcg/mttcg: Introduce MTTCG thread unregistration leg
` [PATCH RFC V5 26/30] hw/intc/arm_gicv3_common: Add GICv3CPUState 'accessible' flag migration handling
` [PATCH RFC V5 27/30] target/arm/kvm, tcg: Handle SMCCC hypercall exits in VMM during PSCI_CPU_{ON, OFF}
` [PATCH RFC V5 28/30] target/arm/kvm: Write vCPU's state back to KVM on cold-reset
` [PATCH RFC V5 29/30] hw/intc/arm_gicv3_kvm: Pause all vCPU to ensure locking in KVM of resetting vCPU
` [PATCH RFC V5 30/30] hw/arm/virt: Expose cold-booted vCPUs as MADT GICC *Enabled*

[PATCH v2] plugins: fix qemu_plugin_reset
 2024-10-15  9:33 UTC  (2+ messages)

[PULL 00/20] UI patches
 2024-10-15  9:30 UTC  (2+ messages)

[PATCH 0/4] Consolidate lan9118 phy implementations
 2024-10-15  9:27 UTC  (5+ messages)
` [PATCH 1/4] hw/net/lan9118: Extract lan9118_phy

[PATCH v6 0/7] Improve the performance of RISC-V vector unit-stride/whole register ld/st instructions
 2024-10-15  9:15 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).