summary refs log tree commit diff stats
path: root/python/scripts (unfollow)
Commit message (Expand)AuthorFilesLines
2025-02-16hw/pci-host: Mark versatile regions as little-endianPhilippe Mathieu-Daudé1-2/+2
2025-02-16hw/mips: Mark Loonson3 Virt machine devices as little-endianPhilippe Mathieu-Daudé1-2/+2
2025-02-16hw/mips: Mark Boston machine devices as little-endianPhilippe Mathieu-Daudé1-3/+3
2025-02-16hw/arm: Mark Allwinner Technology devices as little-endianPhilippe Mathieu-Daudé22-31/+31
2025-02-16hw/ssi/xilinx_spi: Make device endianness configurablePhilippe Mathieu-Daudé2-9/+24
2025-02-16hw/char/xilinx_uartlite: Make device endianness configurablePhilippe Mathieu-Daudé3-11/+25
2025-02-16hw/timer/xilinx_timer: Make device endianness configurablePhilippe Mathieu-Daudé5-13/+35
2025-02-16hw/net/xilinx_ethlite: Make device endianness configurablePhilippe Mathieu-Daudé3-6/+25
2025-02-16hw/intc/xilinx_intc: Make device endianness configurablePhilippe Mathieu-Daudé5-13/+52
2025-02-16hw/qdev-properties-system: Introduce EndianMode QAPI enumPhilippe Mathieu-Daudé3-0/+32
2025-02-16hw: Make class data 'const'Philippe Mathieu-Daudé4-4/+4
2025-02-16hw: Declare various const data as 'const'Philippe Mathieu-Daudé6-6/+6
2025-02-16tests/functional: Remove sleep() kludges from microblaze testsPhilippe Mathieu-Daudé1-5/+3
2025-02-16tests/functional: Allow microblaze tests to take a machine name argumentPhilippe Mathieu-Daudé2-4/+10
2025-02-16tests/functional: Explicit endianness of microblaze assetsPhilippe Mathieu-Daudé2-6/+6
2025-02-16hw/net/smc91c111: Ignore attempt to pop from empty RX fifoPeter Maydell1-0/+9
2025-02-16hw/riscv/opentitan: Include missing 'exec/address-spaces.h' headerPhilippe Mathieu-Daudé1-0/+1
2025-02-16hw/boards: Ensure machine setting auto_create_sdcard expose a SD BusPhilippe Mathieu-Daudé1-0/+16
2025-02-16hw/riscv: Remove all invalid uses of auto_create_sdcard=truePhilippe Mathieu-Daudé5-5/+0
2025-02-16hw/arm: Remove all invalid uses of auto_create_sdcard=truePhilippe Mathieu-Daudé21-29/+0
2025-02-16hw/boards: Do not create unusable default if=sd drivesPhilippe Mathieu-Daudé51-120/+0
2025-02-16hw/boards: Rename no_sdcard -> auto_create_sdcardPhilippe Mathieu-Daudé102-160/+156
2025-02-16hw/boards: Explicit no_sdcard=false as ON_OFF_AUTO_OFFPhilippe Mathieu-Daudé98-0/+152
2025-02-16hw/boards: Convert no_sdcard flag to OnOffAuto tri-statePhilippe Mathieu-Daudé5-5/+5
2025-02-16hw/xen: Have legacy Xen backend inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé2-7/+5
2025-02-16hw/xen: Prefer QOM cast for XenLegacyDeviceBernhard Beschow3-5/+5
2025-02-16hw/tpm: Have TPM TIS sysbus device inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé1-2/+1
2025-02-16hw/net: Have eTSEC device inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé1-3/+1
2025-02-16hw/i386: Have X86_IOMMU devices inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé3-5/+1
2025-02-16hw/display: Have RAMFB device inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé1-2/+1
2025-02-16hw/vfio: Have VFIO_PLATFORM devices inherit from DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé3-7/+1
2025-02-16hw/sysbus: Introduce TYPE_DYNAMIC_SYS_BUS_DEVICEPhilippe Mathieu-Daudé2-0/+16
2025-02-16hw/sysbus: Declare QOM types using DEFINE_TYPES() macroPhilippe Mathieu-Daudé1-23/+17
2025-02-16hw/sysbus: Use sizeof(BusState) in main_system_bus_create()Philippe Mathieu-Daudé1-2/+2
2025-02-16hw/core/machine: Reject thread level cacheZhao Liu1-0/+7
2025-02-16hw/intc/apic: Fixes magic number use, removes outdated commentPhil Dennis-Jordan1-2/+1
2025-02-16hw/arm/xlnx-zynqmp: Use &error_abort for programming errorsPhilippe Mathieu-Daudé1-26/+12
2025-02-16backends/tpm: Use qemu_hexdump_line() to avoid sprintf()Philippe Mathieu-Daudé1-14/+10
2025-02-14guestperf: Add test result data into reportHyman Huang2-2/+28
2025-02-14guestperf: Introduce multifd compression optionHyman Huang4-2/+35
2025-02-14guestperf: Nitpick the inconsistent parametersHyman Huang1-1/+1
2025-02-14guestperf: Support deferred migration for multifdHyman Huang1-4/+15
2025-02-14migration: use parameters.mode in cpr_state_saveSteve Sistare1-0/+1
2025-02-14migration: Update migrate_cancel documentationFabiano Rosas1-1/+3
2025-02-14tests/qtest/migration: Add a cancel testFabiano Rosas1-0/+176
2025-02-14tests/qtest/migration: Introduce migration_test_add_suffixFabiano Rosas2-0/+26
2025-02-14migration: Don't set FAILED state when cancellingFabiano Rosas1-4/+11
2025-02-14migration: Reject qmp_migrate_cancel after postcopyFabiano Rosas1-1/+12
2025-02-14migration: Fix hang after error in destination setup phaseFabiano Rosas1-0/+5
2025-02-14migration: Change migrate_fd_ to migration_Fabiano Rosas6-21/+21