aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-09hw/loongarch: move memory map to boot.cPaolo Bonzini
2024-05-09hw/ppc: Deprecate 'ref405ep' machine and 405 CPUsCédric Le Goater
2024-05-09hw/gpio: Handle clock migration in STM32L4x5 gpiosInès Varhol
2024-05-09hw/usb/dev-network: Remove unused struct 'rndis_config_parameter'Dr. David Alan Gilbert
2024-05-09hw/i386/x86: Extract x86_isa_bios_init() from x86_bios_rom_init()Bernhard Beschow
2024-05-09hw/i386/x86: Don't leak "pc.bios" memory regionBernhard Beschow
2024-05-09hw/i386/x86: Don't leak "isa-bios" memory regionsBernhard Beschow
2024-05-08hw/i386: Have x86_bios_rom_init() take X86MachineState rather than MachineStateBernhard Beschow
2024-05-08hw/i386/x86: Eliminate two if statements in x86_bios_rom_init()Bernhard Beschow
2024-05-08hw/i386: Add the possibility to use i440fx and isapc without FDCThomas Huth
2024-05-08hw/i386/Kconfig: Allow to compile Q35 without FDC_ISAThomas Huth
2024-05-08hw/i386/pc: Allow to compile without CONFIG_FDC_ISAThomas Huth
2024-05-08system/physmem: Per-AddressSpace bounce bufferingMattias Nissler
2024-05-08system/physmem: Propagate AddressSpace to MapClient helpersMattias Nissler
2024-05-08system/physmem: Replace qemu_mutex_lock() calls with QEMU_LOCK_GUARDPhilippe Mathieu-Daudé
2024-05-08hw/remote/vfio-user: Fix config space access byte orderMattias Nissler
2024-05-08hw/ppc/spapr_pci: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-05-08hw/hppa/machine: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-05-08target/ppc: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-05-08block/qcow2-bitmap: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé
2024-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson
2024-05-07target/i386: remove duplicate prefix decodingPaolo Bonzini
2024-05-07target/i386: split legacy decoder into a separate functionPaolo Bonzini
2024-05-07target/i386: decode x87 instructions in a separate functionPaolo Bonzini
2024-05-07target/i386: remove now-converted opcodes from old decoderPaolo Bonzini
2024-05-07target/i386: port extensions of one-byte opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: move BSWAP to new decoderPaolo Bonzini
2024-05-07target/i386: move remaining conditional operations to new decoderPaolo Bonzini
2024-05-07target/i386: merge and enlarge a few ranges for call to disas_insn_newPaolo Bonzini
2024-05-07target/i386: move C0-FF opcodes to new decoder (except for x87)Paolo Bonzini
2024-05-07target/i386: generalize gen_movl_seg_T0Paolo Bonzini
2024-05-07target/i386: move 60-BF opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: allow instructions with more than one immediatePaolo Bonzini
2024-05-07target/i386: extract gen_far_call/jmp, reordering temporariesPaolo Bonzini
2024-05-07target/i386: move 00-5F opcodes to new decoderPaolo Bonzini
2024-05-07target/i386: reintroduce debugging mechanismPaolo Bonzini
2024-05-07target/i386: cleanup *gen_eob*Paolo Bonzini
2024-05-07target/i386: clarify the "reg" argument of functions returning CCPreparePaolo Bonzini
2024-05-07target/i386: do not use s->T0 and s->T1 as scratch registers for CCPreparePaolo Bonzini
2024-05-07target/i386: extend cc_* when using them to compute flagsPaolo Bonzini
2024-05-07target/i386: pull cc_op update to callers of gen_jmp_rel{,_csize}Paolo Bonzini
2024-05-07target/i386: cleanup cc_op changes for REP/REPZ/REPNZPaolo Bonzini
2024-05-07target/i386: cc_op is not dynamic in gen_jcc1Paolo Bonzini
2024-05-07target/i386: remove mask from CCPreparePaolo Bonzini
2024-05-07target/i386: use TSTEQ/TSTNE to check flagsPaolo Bonzini
2024-05-07target/i386: use TSTEQ/TSTNE to test low bitsPaolo Bonzini
2024-05-07target/i386: Fix CPUID encoding of Fn8000001E_ECXBabu Moger
2024-05-06gitlab: Streamline ubuntu-22.04-s390xRichard Henderson
2024-05-06gitlab: Drop --static from s390x linux-user buildRichard Henderson