index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
python
/
qemu
/
utils
/
qemu_ga_client.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-04-21
python: rename qemu.aqmp to qemu.qmp
John Snow
1
-2
/
+2
2022-04-21
python: re-enable pylint duplicate-code warnings
John Snow
1
-1
/
+0
2022-04-21
python: remove the old QMP package
John Snow
6
-410
/
+4
2022-04-21
python/aqmp: copy qmp docstrings to qemu.aqmp.legacy
John Snow
1
-8
/
+90
2022-04-21
python/aqmp: fully separate from qmp.QEMUMonitorProtocol
John Snow
1
-6
/
+31
2022-04-21
python/aqmp: take QMPBadPortError and parse_address from qemu.qmp
John Snow
3
-32
/
+27
2022-04-21
python: temporarily silence pylint duplicate-code warnings
John Snow
1
-0
/
+1
2022-04-21
python/aqmp-tui: relicense as LGPLv2+
John Snow
1
-1
/
+1
2022-04-21
python/qmp-shell: relicense as LGPLv2+
John Snow
1
-3
/
+4
2022-04-21
python/aqmp: relicense as LGPLv2+
John Snow
1
-3
/
+3
2022-04-21
python/aqmp: add explicit GPLv2 license to legacy.py
John Snow
1
-0
/
+11
2022-04-21
iotests: switch to AQMP
John Snow
1
-2
/
+1
2022-04-21
iotests/mirror-top-perms: switch to AQMP
John Snow
1
-6
/
+3
2022-04-21
scripts/bench-block-job: switch to AQMP
John Snow
1
-2
/
+1
2022-04-21
python/machine: permanently switch to AQMP
John Snow
2
-12
/
+8
2022-04-20
hw/ppc: change indentation to spaces from TABs
Guo Zhi
3
-17
/
+17
2022-04-20
target/ppc: Add two missing register callbacks on POWER10
Frederic Barrat
1
-0
/
+2
2022-04-20
ppc/pnv: Remove LSI on the PCIE host bridge
Frederic Barrat
2
-0
/
+2
2022-04-20
pcie: Don't try triggering a LSI when not defined
Frederic Barrat
2
-3
/
+4
2022-04-20
ppc/vof: Fix uninitialized string tracing
Alexey Kardashevskiy
1
-1
/
+1
2022-04-20
hw/ppc/ppc405_boards: Initialize g_autofree pointer
Bernhard Beschow
1
-2
/
+2
2022-04-20
target/ppc: implement xscvqp[su]qz
Matheus Ferst
4
-0
/
+27
2022-04-20
target/ppc: implement xscv[su]qqp
Matheus Ferst
4
-0
/
+39
2022-04-20
softfloat: add float128_to_int128
Matheus Ferst
3
-0
/
+68
2022-04-20
softfloat: add float128_to_uint128
Matheus Ferst
2
-0
/
+67
2022-04-20
softfloat: add int128_to_float128
Matheus Ferst
2
-0
/
+30
2022-04-20
softfloat: add uint128_to_float128
Matheus Ferst
2
-0
/
+27
2022-04-20
qemu/int128: add int128_urshift
Matheus Ferst
2
-0
/
+69
2022-04-20
target/ppc: Improve KVM hypercall trace
Fabiano Rosas
2
-2
/
+2
2022-04-20
spapr: Move nested KVM hypercalls under a TCG only config.
Fabiano Rosas
1
-6
/
+20
2022-04-20
spapr: Move hypercall_register_softmmu
Fabiano Rosas
1
-25
/
+25
2022-04-20
ppc/pnv: Remove useless checks in set_irq handlers
Cédric Le Goater
1
-10
/
+0
2022-04-20
ppc/pnv: Remove PnvPsiClas::irq_set
Cédric Le Goater
2
-21
/
+6
2022-04-20
ppc/pnv: Remove PnvOCC::psi link
Cédric Le Goater
3
-23
/
+12
2022-04-20
ppc/pnv: Remove PnvLpcController::psi link
Cédric Le Goater
4
-27
/
+28
2022-04-20
ppc/pnv: Fix PSI IRQ definition
Cédric Le Goater
2
-8
/
+4
2022-04-20
ppc/spapr/ddw: Add 2M pagesize
Alexey Kardashevskiy
2
-0
/
+2
2022-04-20
ppc/pnv: Update skiboot to v7.0
Joel Stanley
2
-0
/
+0
2022-04-20
tcg: Add tcg_constant_ptr
Richard Henderson
1
-0
/
+2
2022-04-20
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
2
-2
/
+0
2022-04-20
tcg: Fix indirect lowering vs TCG_OPF_COND_BRANCH
Richard Henderson
2
-7
/
+29
2022-04-20
Don't include sysemu/tcg.h if it is not necessary
Thomas Huth
9
-9
/
+0
2022-04-20
util/log: Support per-thread log files
Richard Henderson
2
-36
/
+128
2022-04-20
util/log: Limit RCUCloseFILE to file closing
Richard Henderson
1
-36
/
+32
2022-04-20
util/log: Rename QemuLogFile to RCUCloseFILE
Richard Henderson
1
-15
/
+13
2022-04-20
util/log: Combine two logfile closes
Richard Henderson
1
-8
/
+3
2022-04-20
util/log: Hoist the eval of is_daemonized in qemu_set_log_internal
Richard Henderson
1
-3
/
+5
2022-04-20
util/log: Rename qemu_logfile_mutex to global_mutex
Richard Henderson
1
-4
/
+6
2022-04-20
util/log: Rename qemu_logfile to global_file
Richard Henderson
1
-8
/
+8
2022-04-20
util/log: Rename logfilename to global_filename
Richard Henderson
1
-7
/
+6
[next]