qemu.git
2025-02-16 Philippe Mathieu... hw/pci-host: Mark versatile regions as little-endian
2025-02-16 Philippe Mathieu... hw/mips: Mark Loonson3 Virt machine devices as little...
2025-02-16 Philippe Mathieu... hw/mips: Mark Boston machine devices as little-endian
2025-02-16 Philippe Mathieu... hw/arm: Mark Allwinner Technology devices as little...
2025-02-16 Philippe Mathieu... hw/ssi/xilinx_spi: Make device endianness configurable
2025-02-16 Philippe Mathieu... hw/char/xilinx_uartlite: Make device endianness configu...
2025-02-16 Philippe Mathieu... hw/timer/xilinx_timer: Make device endianness configurable
2025-02-16 Philippe Mathieu... hw/net/xilinx_ethlite: Make device endianness configurable
2025-02-16 Philippe Mathieu... hw/intc/xilinx_intc: Make device endianness configurable
2025-02-16 Philippe Mathieu... hw/qdev-properties-system: Introduce EndianMode QAPI...
2025-02-16 Philippe Mathieu... hw: Make class data 'const'
2025-02-16 Philippe Mathieu... hw: Declare various const data as 'const'
2025-02-16 Philippe Mathieu... tests/functional: Remove sleep() kludges from microblaz...
2025-02-16 Philippe Mathieu... tests/functional: Allow microblaze tests to take a...
2025-02-16 Philippe Mathieu... tests/functional: Explicit endianness of microblaze...
2025-02-16 Peter Maydellhw/net/smc91c111: Ignore attempt to pop from empty...
2025-02-16 Philippe Mathieu... hw/riscv/opentitan: Include missing 'exec/address-space...
2025-02-16 Philippe Mathieu... hw/boards: Ensure machine setting auto_create_sdcard...
2025-02-16 Philippe Mathieu... hw/riscv: Remove all invalid uses of auto_create_sdcard...
2025-02-16 Philippe Mathieu... hw/arm: Remove all invalid uses of auto_create_sdcard...
2025-02-16 Philippe Mathieu... hw/boards: Do not create unusable default if=sd drives
2025-02-16 Philippe Mathieu... hw/boards: Rename no_sdcard -> auto_create_sdcard
2025-02-16 Philippe Mathieu... hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFF
2025-02-16 Philippe Mathieu... hw/boards: Convert no_sdcard flag to OnOffAuto tri...
2025-02-16 Philippe Mathieu... hw/xen: Have legacy Xen backend inherit from DYNAMIC_SY...
2025-02-16 Bernhard Beschowhw/xen: Prefer QOM cast for XenLegacyDevice
2025-02-16 Philippe Mathieu... hw/tpm: Have TPM TIS sysbus device inherit from DYNAMIC...
2025-02-16 Philippe Mathieu... hw/net: Have eTSEC device inherit from DYNAMIC_SYS_BUS_...
2025-02-16 Philippe Mathieu... hw/i386: Have X86_IOMMU devices inherit from DYNAMIC_SY...
2025-02-16 Philippe Mathieu... hw/display: Have RAMFB device inherit from DYNAMIC_SYS_...
2025-02-16 Philippe Mathieu... hw/vfio: Have VFIO_PLATFORM devices inherit from DYNAMI...
2025-02-16 Philippe Mathieu... hw/sysbus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICE
2025-02-16 Philippe Mathieu... hw/sysbus: Declare QOM types using DEFINE_TYPES() macro
2025-02-16 Philippe Mathieu... hw/sysbus: Use sizeof(BusState) in main_system_bus_create()
2025-02-16 Zhao Liuhw/core/machine: Reject thread level cache
2025-02-16 Phil Dennis... hw/intc/apic: Fixes magic number use, removes outdated...
2025-02-16 Philippe Mathieu... hw/arm/xlnx-zynqmp: Use &error_abort for programming...
2025-02-16 Philippe Mathieu... backends/tpm: Use qemu_hexdump_line() to avoid sprintf()
2025-02-14 Stefan HajnocziMerge tag 'pull-trivial-patches' of https://gitlab...
2025-02-14 Stefan HajnocziMerge tag 'for-upstream' of https://gitlab.com/bonzini...
2025-02-14 Michael Rothmake-release: don't rely on $CWD when excluding subproj...
2025-02-14 Rob Bradfordtarget/riscv: Fix minor whitespace issue in riscv_cpu_p...
2025-02-14 Philippe Mathieu... qemu/timer: Clarify timer_new*() must be freed with...
2025-02-14 Philippe Mathieu... overall: Remove unnecessary g_strdup_printf() calls
2025-02-13 Stefan HajnocziMerge tag 'tracing-pull-request' of https://gitlab...
2025-02-13 Volker Rümelinui/sdl2: reenable the SDL2 Windows keyboard hook procedure
2025-02-13 Paolo Bonzinirust: fix doctests
2025-02-13 Paolo Bonzinirust: vmstate: remove redundant link targets
2025-02-13 Paolo Bonzinirust: qemu_api: add a documentation header for all...
2025-02-13 Zhao Liui386: enable rust hpet for pc when rust is enabled
2025-02-13 Zhao Liurust/timer/hpet: add qom and qdev APIs support
2025-02-13 Zhao Liurust/timer/hpet: add basic HPET timer and HPETState
2025-02-13 Zhao Liurust/timer/hpet: define hpet_fw_cfg
2025-02-13 Zhao Liurust: add bindings for timer
2025-02-13 Zhao Liurust: add bindings for memattrs
2025-02-13 Zhao Liurust: add bindings for gpio_{in|out} initialization
2025-02-13 Zhao Liurust/irq: Add a helper to convert [InterruptSource...
2025-02-13 Zhao Liurust/qdev: add the macro to define bit property
2025-02-13 Zhao Liui386/fw_cfg: move hpet_cfg definition to hpet.c
2025-02-13 Paolo Bonzinirust: pl011: convert pl011_create to safe Rust
2025-02-13 Paolo Bonzinirust: chardev, qdev: add bindings to qdev_prop_set_chr
2025-02-13 Paolo Bonzinirust: irq: define ObjectType for IRQState
2025-02-13 Paolo Bonzinirust: bindings for MemoryRegionOps
2025-02-13 Paolo Bonzinirust: bindings: add Send and Sync markers for types...
2025-02-13 Paolo Bonzinirust: qdev: switch from legacy reset to Resettable
2025-02-13 Paolo Bonzinirust: qdev: make ObjectImpl a supertrait of DeviceImpl
2025-02-13 Paolo Bonzinirust: qom: allow initializing interface vtables
2025-02-13 Paolo Bonzinirust: qdev: add clock creation
2025-02-13 Paolo Bonzinirust: callbacks: allow passing optional callbacks as ()
2025-02-13 Paolo Bonzinirust: qom: add object creation functionality
2025-02-13 Paolo Bonzinirust: qom: add reference counting functionality
2025-02-13 Paolo Bonzinirust: docs: document naming convention
2025-02-12 Daniel P. Berrangéscripts: improve error from qemu-trace-stap on missing...
2025-02-12 Stefan HajnocziMerge tag 'pull-loongarch-20250212' of https://gitlab...
2025-02-12 Stefan HajnocziMerge tag 'pull-nbd-2025-02-11' of https://repo.or...
2025-02-12 Stefan HajnocziMerge tag 'pull-target-arm-20250211' of https://git...
2025-02-12 Stefan HajnocziMerge tag 'pull-vfio-20250211' of https://github.com...
2025-02-12 Bibo Maohw/loongarch/virt: CPU irq line connection improvement
2025-02-12 Bibo Maohw/loongarch/virt: Remove unused ipistate
2025-02-12 Bibo Maohw/loongarch/virt: Set iocsr address space when CPU...
2025-02-12 Bibo Maohw/loongarch/virt: Add separate file for fdt building
2025-02-12 Bibo Maohw/loongarch/virt: Rename function prefix name
2025-02-12 Bibo Maohw/loongarch/virt: Rename filename acpi-build with...
2025-02-11 Eric Blakenbd/server: Allow users to adjust handshake limit in QMP
2025-02-11 Eric Blakeqemu-nbd: Allow users to adjust handshake limit
2025-02-11 Stefan HajnocziMerge tag 'pull-request-2025-02-11' of https://gitlab...
2025-02-11 Richard Hendersontarget/arm: Sink fp_status and fpcr access into do_fmlal*
2025-02-11 Richard Hendersontarget/arm: Read fz16 from env->vfp.fpcr
2025-02-11 Richard Hendersontarget/arm: Simplify DO_VFP_cmp in vfp_helper.c
2025-02-11 Richard Hendersontarget/arm: Simplify fp_status indexing in mve_helper.c
2025-02-11 Richard Hendersontarget/arm: Remove fp_status_a32
2025-02-11 Richard Hendersontarget/arm: Remove fp_status_a64
2025-02-11 Richard Hendersontarget/arm: Remove fp_status_f16_a32
2025-02-11 Richard Hendersontarget/arm: Remove fp_status_f16_a64
2025-02-11 Richard Hendersontarget/arm: Remove ah_fp_status
2025-02-11 Richard Hendersontarget/arm: Remove ah_fp_status_f16
2025-02-11 Richard Hendersontarget/arm: Remove standard_fp_status
2025-02-11 Richard Hendersontarget/arm: Remove standard_fp_status_f16
2025-02-11 Richard Hendersontarget/arm: Introduce CPUARMState.vfp.fp_status[]
2025-02-11 Peter Maydelltarget/arm: Enable FEAT_RPRES for -cpu max
next