summary refs log tree commit diff stats
path: root/python/qemu/utils/accel.py (unfollow)
Commit message (Expand)AuthorFilesLines
2022-04-21python/qmp-shell: relicense as LGPLv2+John Snow1-3/+4
2022-04-21python/aqmp: relicense as LGPLv2+John Snow1-3/+3
2022-04-21python/aqmp: add explicit GPLv2 license to legacy.pyJohn Snow1-0/+11
2022-04-21iotests: switch to AQMPJohn Snow1-2/+1
2022-04-21iotests/mirror-top-perms: switch to AQMPJohn Snow1-6/+3
2022-04-21scripts/bench-block-job: switch to AQMPJohn Snow1-2/+1
2022-04-21python/machine: permanently switch to AQMPJohn Snow2-12/+8
2022-04-20hw/ppc: change indentation to spaces from TABsGuo Zhi3-17/+17
2022-04-20target/ppc: Add two missing register callbacks on POWER10Frederic Barrat1-0/+2
2022-04-20ppc/pnv: Remove LSI on the PCIE host bridgeFrederic Barrat2-0/+2
2022-04-20pcie: Don't try triggering a LSI when not definedFrederic Barrat2-3/+4
2022-04-20ppc/vof: Fix uninitialized string tracingAlexey Kardashevskiy1-1/+1
2022-04-20hw/ppc/ppc405_boards: Initialize g_autofree pointerBernhard Beschow1-2/+2
2022-04-20target/ppc: implement xscvqp[su]qzMatheus Ferst4-0/+27
2022-04-20target/ppc: implement xscv[su]qqpMatheus Ferst4-0/+39
2022-04-20softfloat: add float128_to_int128Matheus Ferst3-0/+68
2022-04-20softfloat: add float128_to_uint128Matheus Ferst2-0/+67
2022-04-20softfloat: add int128_to_float128Matheus Ferst2-0/+30
2022-04-20softfloat: add uint128_to_float128Matheus Ferst2-0/+27
2022-04-20qemu/int128: add int128_urshiftMatheus Ferst2-0/+69
2022-04-20target/ppc: Improve KVM hypercall traceFabiano Rosas2-2/+2
2022-04-20spapr: Move nested KVM hypercalls under a TCG only config.Fabiano Rosas1-6/+20
2022-04-20spapr: Move hypercall_register_softmmuFabiano Rosas1-25/+25
2022-04-20ppc/pnv: Remove useless checks in set_irq handlersCédric Le Goater1-10/+0
2022-04-20ppc/pnv: Remove PnvPsiClas::irq_setCédric Le Goater2-21/+6
2022-04-20ppc/pnv: Remove PnvOCC::psi linkCédric Le Goater3-23/+12
2022-04-20ppc/pnv: Remove PnvLpcController::psi linkCédric Le Goater4-27/+28
2022-04-20ppc/pnv: Fix PSI IRQ definitionCédric Le Goater2-8/+4
2022-04-20ppc/spapr/ddw: Add 2M pagesizeAlexey Kardashevskiy2-0/+2
2022-04-20ppc/pnv: Update skiboot to v7.0Joel Stanley2-0/+0
2022-04-20tcg: Add tcg_constant_ptrRichard Henderson1-0/+2
2022-04-20accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson2-2/+0
2022-04-20tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCHRichard Henderson2-7/+29
2022-04-20Don't include sysemu/tcg.h if it is not necessaryThomas Huth9-9/+0
2022-04-20util/log: Support per-thread log filesRichard Henderson2-36/+128
2022-04-20util/log: Limit RCUCloseFILE to file closingRichard Henderson1-36/+32
2022-04-20util/log: Rename QemuLogFile to RCUCloseFILERichard Henderson1-15/+13
2022-04-20util/log: Combine two logfile closesRichard Henderson1-8/+3
2022-04-20util/log: Hoist the eval of is_daemonized in qemu_set_log_internalRichard Henderson1-3/+5
2022-04-20util/log: Rename qemu_logfile_mutex to global_mutexRichard Henderson1-4/+6
2022-04-20util/log: Rename qemu_logfile to global_fileRichard Henderson1-8/+8
2022-04-20util/log: Rename logfilename to global_filenameRichard Henderson1-7/+6
2022-04-20util/log: Remove qemu_log_closeRichard Henderson4-22/+3
2022-04-20softmmu: Use qemu_set_log_filename_flagsRichard Henderson1-12/+9
2022-04-20linux-user: Use qemu_set_log_filename_flagsRichard Henderson1-6/+5
2022-04-20bsd-user: Use qemu_set_log_filename_flagsRichard Henderson1-9/+9
2022-04-20util/log: Introduce qemu_set_log_filename_flagsRichard Henderson2-46/+77
2022-04-20sysemu/os-win32: Test for and use _lock_file/_unlock_fileRichard Henderson2-7/+21
2022-04-20include/qemu/log: Move entire implementation out-of-lineRichard Henderson3-35/+34
2022-04-20include/exec/log: Do not reference QemuLogFile directlyRichard Henderson1-9/+4