aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-08target/ppc: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-1/+1
2024-05-08block/qcow2-bitmap: Replace g_memdup() by g_memdup2()Philippe Mathieu-Daudé1-1/+1
2024-05-08hmp/migration: Fix "migrate" command's documentationPeter Xu1-3/+9
2024-05-08migration: Deprecate fd: for file migrationFabiano Rosas2-0/+26
2024-05-08migration: Remove non-multifd compressionFabiano Rosas16-1368/+64
2024-05-08migration: Remove block migrationFabiano Rosas19-1236/+26
2024-05-08migration: Remove 'blk/-b' option from migrate commandsFabiano Rosas13-300/+25
2024-05-08migration: Remove 'inc' option from migrate commandFabiano Rosas9-129/+39
2024-05-08migration: Remove 'skipped' field from MigrationStatsFabiano Rosas5-18/+6
2024-05-08qapi: introduce exit-on-error parameter for migrate-incomingVladimir Sementsov-Ogievskiy5-9/+39
2024-05-08migration: process_incoming_migration_co(): rework error reportingVladimir Sementsov-Ogievskiy1-10/+13
2024-05-08migration: process_incoming_migration_co(): fix reporting s->errorVladimir Sementsov-Ogievskiy1-0/+1
2024-05-08migration: process_incoming_migration_co(): complete cleanup on failureVladimir Sementsov-Ogievskiy1-4/+1
2024-05-08migration: move trace-point from migrate_fd_error to migrate_set_errorVladimir Sementsov-Ogievskiy2-2/+4
2024-05-08migration/ram.c: API Conversion qemu_mutex_lock(), and qemu_mutex_unlock() to...Will Gyda1-6/+6
2024-05-07Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson10-3149/+2942
2024-05-07Merge tag 'pull-tcg-20240507' of https://gitlab.com/rth7680/qemu into stagingRichard Henderson8-65/+173
2024-05-07target/i386: remove duplicate prefix decodingPaolo Bonzini2-219/+103
2024-05-07target/i386: split legacy decoder into a separate functionPaolo Bonzini1-21/+37
2024-05-07target/i386: decode x87 instructions in a separate functionPaolo Bonzini1-554/+566
2024-05-07target/i386: remove now-converted opcodes from old decoderPaolo Bonzini5-2320/+11
2024-05-07target/i386: port extensions of one-byte opcodes to new decoderPaolo Bonzini3-0/+39
2024-05-07target/i386: move BSWAP to new decoderPaolo Bonzini3-1/+23
2024-05-07target/i386: move remaining conditional operations to new decoderPaolo Bonzini4-1/+68
2024-05-07target/i386: merge and enlarge a few ranges for call to disas_insn_newPaolo Bonzini1-3/+2
2024-05-07target/i386: move C0-FF opcodes to new decoder (except for x87)Paolo Bonzini4-11/+1188
2024-05-07target/i386: generalize gen_movl_seg_T0Paolo Bonzini2-10/+10
2024-05-07target/i386: move 60-BF opcodes to new decoderPaolo Bonzini4-2/+518
2024-05-07target/i386: allow instructions with more than one immediatePaolo Bonzini3-7/+16
2024-05-07target/i386: extract gen_far_call/jmp, reordering temporariesPaolo Bonzini1-40/+53
2024-05-07target/i386: move 00-5F opcodes to new decoderPaolo Bonzini3-1/+323
2024-05-07target/i386: reintroduce debugging mechanismPaolo Bonzini2-0/+30
2024-05-07target/i386: cleanup *gen_eob*Paolo Bonzini1-13/+12
2024-05-07target/i386: clarify the "reg" argument of functions returning CCPreparePaolo Bonzini1-7/+8
2024-05-07target/i386: do not use s->T0 and s->T1 as scratch registers for CCPreparePaolo Bonzini1-7/+10
2024-05-07target/i386: extend cc_* when using them to compute flagsPaolo Bonzini1-26/+18