index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
apci: drop has_pci arg for acpi_build_madt
Gerd Hoffmann
2020-10-21
4
-18
/
+14
|
*
|
|
microvm: set pci_irq_mask
Gerd Hoffmann
2020-10-21
2
-1
/
+7
|
*
|
|
x86: make pci irqs runtime configurable
Gerd Hoffmann
2020-10-21
3
-2
/
+4
|
*
|
|
tests/acpi: add empty microvm/APIC.pcie
Gerd Hoffmann
2020-10-21
1
-0
/
+0
|
*
|
|
tests/acpi: allow changes for microvm/APIC.pcie
Gerd Hoffmann
2020-10-21
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2020-10-21' into ...
Peter Maydell
2020-10-21
9
-212
/
+214
|
\
\
\
|
*
|
|
qapi: Restrict Xen migration commands to migration.json
Philippe Mathieu-Daudé
2020-10-21
5
-44
/
+43
|
*
|
|
qapi: Restrict 'query-kvm' command to machine code
Philippe Mathieu-Daudé
2020-10-21
2
-30
/
+30
|
*
|
|
qapi: Restrict '(p)memsave' command to machine code
Philippe Mathieu-Daudé
2020-10-21
2
-61
/
+61
|
*
|
|
qapi: Restrict 'system wakeup/reset/powerdown' commands to machine.json
Philippe Mathieu-Daudé
2020-10-21
4
-57
/
+59
|
*
|
|
qapi: Restrict 'inject-nmi' command to machine code
Philippe Mathieu-Daudé
2020-10-21
3
-20
/
+21
|
|
/
/
*
|
|
Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/python-pull-request' ...
Peter Maydell
2020-10-21
9
-211
/
+326
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
python/qemu/qmp.py: Fix settimeout operation
John Snow
2020-10-20
1
-6
/
+17
|
*
|
python/qemu/qmp.py: re-raise OSError when encountered
John Snow
2020-10-20
1
-4
/
+5
|
*
|
python: add mypy config
John Snow
2020-10-20
1
-0
/
+4
|
*
|
python/qemu/qmp.py: Preserve error context on re-raise
John Snow
2020-10-20
1
-4
/
+5
|
*
|
python/qemu/console_socket.py: avoid encoding to/from string
John Snow
2020-10-20
1
-15
/
+5
|
*
|
python/qemu/console_socket.py: Add type hint annotations
John Snow
2020-10-20
1
-9
/
+9
|
*
|
python/qemu/console_socket.py: Clarify type of drain_thread
John Snow
2020-10-20
1
-2
/
+1
|
*
|
python/qemu/console_socket.py: fix typing of settimeout
John Snow
2020-10-20
1
-4
/
+6
|
*
|
python/qemu/console_socket.py: Correct type of recv()
John Snow
2020-10-20
1
-2
/
+3
|
*
|
python/qemu: Add mypy type annotations
John Snow
2020-10-20
4
-75
/
+101
|
*
|
iotests.py: Adjust HMP kwargs typing
John Snow
2020-10-20
1
-1
/
+1
|
*
|
python/qemu: make 'args' style arguments immutable
John Snow
2020-10-20
2
-18
/
+34
|
*
|
python/machine.py: fix _popen access
John Snow
2020-10-20
1
-5
/
+11
|
*
|
python/machine.py: Add _qmp access shim
John Snow
2020-10-20
1
-11
/
+13
|
*
|
python/machine.py: use qmp.command
John Snow
2020-10-20
1
-12
/
+20
|
*
|
python/machine.py: Handle None events in events_wait
John Snow
2020-10-20
1
-7
/
+20
|
*
|
python/machine.py: Don't modify state in _base_args()
John Snow
2020-10-20
2
-10
/
+14
|
*
|
python/machine.py: reorder __init__
John Snow
2020-10-20
1
-19
/
+25
|
*
|
python/machine.py: Fix monitor address typing
John Snow
2020-10-20
1
-15
/
+25
|
*
|
python/qemu: use isort to lay out imports
John Snow
2020-10-20
6
-11
/
+19
|
*
|
MAINTAINERS: Add Python library stanza
John Snow
2020-10-20
1
-1
/
+8
|
|
/
*
|
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201020-...
Peter Maydell
2020-10-20
29
-148
/
+1405
|
\
\
|
|
/
|
/
|
|
*
target/arm: Implement FPSCR.LTPSIZE for M-profile LOB extension
Peter Maydell
2020-10-20
3
-0
/
+16
|
*
target/arm: Allow M-profile CPUs with FP16 to set FPSCR.FP16
Peter Maydell
2020-10-20
1
-19
/
+28
|
*
target/arm: Fix has_vfp/has_neon ID reg squashing for M-profile
Peter Maydell
2020-10-20
1
-12
/
+19
|
*
target/arm: Implement v8.1M low-overhead-loop instructions
Peter Maydell
2020-10-20
2
-2
/
+99
|
*
target/arm: Implement v8.1M branch-future insns (as NOPs)
Peter Maydell
2020-10-20
3
-1
/
+38
|
*
target/arm: Don't allow BLX imm for M-profile
Peter Maydell
2020-10-20
1
-0
/
+8
|
*
target/arm: Make the t32 insn[25:23]=111 group non-overlapping
Peter Maydell
2020-10-20
1
-13
/
+11
|
*
target/arm: Implement v8.1M conditional-select insns
Peter Maydell
2020-10-20
2
-0
/
+63
|
*
target/arm: Implement v8.1M NOCP handling
Peter Maydell
2020-10-20
3
-6
/
+22
|
*
decodetree: Fix codegen for non-overlapping group inside overlapping group
Peter Maydell
2020-10-20
1
-1
/
+1
|
*
hw/arm/nseries: Fix loading kernel image on n8x0 machines
Philippe Mathieu-Daudé
2020-10-20
1
-0
/
+1
|
*
microbit_i2c: Fix coredump when dump-vmstate
Peng Liang
2020-10-20
1
-0
/
+1
|
*
target/arm: Ignore HCR_EL2.ATA when {E2H,TGE} != 11
Richard Henderson
2020-10-20
2
-8
/
+10
|
*
target/arm: Fix reported EL for mte_check_fail
Richard Henderson
2020-10-20
1
-7
/
+3
|
*
target/arm: Remove redundant mmu_idx lookup
Richard Henderson
2020-10-20
1
-2
/
+1
|
*
hw/intc/bcm2836_control: Use IRQ definitions instead of magic numbers
Philippe Mathieu-Daudé
2020-10-20
1
-4
/
+4
[prev]
[next]