aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-10sh4: select correct components for no-board buildPaolo Bonzini3-3/+6
2024-05-10configure: quote -D options that are passed through to mesonPaolo Bonzini1-1/+1
2024-05-10tests/tcg: cover lzcnt/tzcnt/popcntPaolo Bonzini1-0/+25
2024-05-10target/i386: fix feature dependency for WAITPKGPaolo Bonzini1-2/+2
2024-05-10target/i386: move prefetch and multi-byte UD/NOP to new decoderPaolo Bonzini4-33/+27
2024-05-10target/i386: rdpkru/wrpkru are no-prefix instructionsPaolo Bonzini1-2/+4
2024-05-10target/i386: fix operand size for DATA16 REX.W POPCNTPaolo Bonzini1-16/+1
2024-05-10target/i386: remove PCOMMIT from TCG, deprecate propertyPaolo Bonzini4-14/+10
2024-05-10Merge tag 'pull-request-2024-05-10' of https://gitlab.com/thuth/qemu into sta...Richard Henderson15-36/+99
2024-05-10tests/qtest: Add some test cases support on LoongArchBibo Mao2-0/+13
2024-05-10qemu-options: Deprecate "-runas" and introduce "-run-with user=..." insteadThomas Huth3-4/+32
2024-05-10target/s390x: flag te and cte as deprecatedCollin Walling1-0/+3
2024-05-10target/s390x: report deprecated-props in cpu-model-expansion replyCollin Walling4-1/+29
2024-05-10s390x/sclp: Simplify get_sclp_device()Cédric Le Goater1-2/+3
2024-05-10s390x/event-facility: Simplify sclp_get_event_facility_bus()Cédric Le Goater3-17/+10
2024-05-10s390x: Introduce a SCLPDevice pointer under the machineCédric Le Goater4-13/+8
2024-05-10hw/s390x: Attach the sclpconsole to /machine/sclp/s390-sclp-event-facilityThomas Huth1-1/+3
2024-05-09Merge tag 'pull-loongarch-20240509' of https://gitlab.com/gaosong/qemu into s...Richard Henderson6-27/+62
2024-05-09Merge tag 'migration-20240508-pull-request' of https://gitlab.com/farosas/qem...Richard Henderson34-3036/+210
2024-05-09target/loongarch: Put cpucfg operation before CSR registerBibo Mao1-8/+8
2024-05-09target/loongarch: Add TCG macro in structure CPUArchStateBibo Mao4-13/+49
2024-05-09hw/loongarch: Refine default numa id calculationBibo Mao1-6/+5
2024-05-09gitlab: Update msys2-64bit runner tagsRichard Henderson1-3/+1
2024-05-09Merge tag 'hw-misc-20240508' of https://github.com/philmd/qemu into stagingRichard Henderson44-411/+836
2024-05-09misc: Use QEMU header path relative to include/ directoryPhilippe Mathieu-Daudé5-5/+5
2024-05-09hw/intc/loongson_ipi: Implement IOCSR address space for MIPSJiaxun Yang1-9/+30
2024-05-09hw/intc/loongarch_ipi: Rename as loongson_ipiJiaxun Yang9-15/+366
2024-05-09hw/intc/loongarch_ipi: Remove pointless MAX_CPU checkJiaxun Yang2-19/+2
2024-05-09hw/mips/loongson3_virt: Emulate suspend functionJiaxun Yang2-0/+21
2024-05-09hw/loongarch: Rename LoongArchMachineState with LoongArchVirtMachineStateBibo Mao6-224/+226
2024-05-09hw/loongarch: Rename LOONGARCH_MACHINE with LOONGARCH_VIRT_MACHINEBibo Mao4-17/+16
2024-05-09hw/loongarch/virt: Fix memory leakSong Gao1-2/+1
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini5-14/+14
2024-05-09hw/ppc: Deprecate 'ref405ep' machine and 405 CPUsCédric Le Goater2-0/+9
2024-05-09hw/gpio: Handle clock migration in STM32L4x5 gpiosInès Varhol1-2/+4
2024-05-09hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'Dr. David Alan Gilbert1-8/+0
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow2-9/+18
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow2-7/+12
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow3-9/+14
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow4-6/+6
2024-05-08hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()Bernhard Beschow1-6/+2
2024-05-08hw/i386: Add the possibility to use i440fx and isapc without FDCThomas Huth2-4/+4
2024-05-08hw/i386/Kconfig: Allow to compile Q35 without FDC_ISAThomas Huth1-1/+3
2024-05-08hw/i386/pc: Allow to compile without CONFIG_FDC_ISAThomas Huth1-4/+9
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler3-46/+53
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler4-18/+38
2024-05-08system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé1-6/+4
2024-05-08hw/remote/vfio-user: Fix config space access byte orderMattias Nissler1-2/+2
2024-05-08hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-4/+3
2024-05-08hw/hppa/machine: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-8/+8