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
/
scripts
/
qapi
/
source.py
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-31
scripts/kvm/vmxcap: Use Python 3 interpreter and add pseudo-main()
Philippe Mathieu-Daudé
1
-3
/
+4
2020-05-31
scripts/qmp: Use Python 3 interpreter
Philippe Mathieu-Daudé
4
-4
/
+4
2020-05-31
scripts/qemu-gdb: Use Python 3 interpreter
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-31
scripts/qemugdb: Remove shebang header
Philippe Mathieu-Daudé
6
-11
/
+4
2020-05-28
sm501: Remove obsolete changelog and todo comment
BALATON Zoltan
1
-18
/
+1
2020-05-28
sm501: Optimize small overlapping blits
BALATON Zoltan
1
-4
/
+11
2020-05-28
sm501: Replace hand written implementation with pixman where possible
BALATON Zoltan
1
-88
/
+119
2020-05-28
sm501: Clean up local variables in sm501_2d_operation
BALATON Zoltan
1
-15
/
+16
2020-05-28
sm501: Use BIT(x) macro to shorten constant
BALATON Zoltan
1
-3
/
+2
2020-05-28
sm501: Shorten long variable names in sm501_2d_operation
BALATON Zoltan
1
-23
/
+22
2020-05-28
sm501: Convert printf + abort to qemu_log_mask
BALATON Zoltan
1
-30
/
+27
2020-05-28
hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
Philippe Mathieu-Daudé
1
-12
/
+14
2020-05-28
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
1
-17
/
+29
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
1
-5
/
+11
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/dpcd: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-13
/
+7
2020-05-28
hw/display/dpcd: Fix memory region size
Philippe Mathieu-Daudé
1
-2
/
+2
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2
-14
/
+11
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
1
-44
/
+33
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
1
-6
/
+8
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2
-3
/
+2
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2
-10
/
+8
2020-05-28
hw/display/edid: Add missing 'qdev-properties.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2020-05-28
gitlab-ci: Determine the number of jobs dynamically
Thomas Huth
1
-11
/
+13
2020-05-28
gitlab-ci: Do not use the standard container images from gitlab
Thomas Huth
1
-12
/
+25
2020-05-28
gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
Thomas Huth
4
-3
/
+3
2020-05-28
GitLab CI: avoid calling before_scripts on unintended jobs
Cleber Rosa
1
-3
/
+11
2020-05-28
gitlab-ci: Remove flex/bison packages
Philippe Mathieu-Daudé
1
-1
/
+1
2020-05-28
MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI section
Thomas Huth
1
-0
/
+3
2020-05-28
linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS
Alex Bennée
1
-0
/
+2
2020-05-27
hw/registerfields: Prefix local variables with underscore in macros
Philippe Mathieu-Daudé
1
-20
/
+20
2020-05-27
tests/tcg: add new threadcount test
Alex Bennée
2
-0
/
+66
2020-05-27
linux-user: properly "unrealize" vCPU object
Alex Bennée
1
-8
/
+11
2020-05-27
cpus-common: ensure auto-assigned cpu_indexes don't clash
Alex Bennée
1
-5
/
+5
2020-05-27
tests/docker: use a gcc-10 based image for arm64 tests
Alex Bennée
3
-2
/
+17
2020-05-27
tests/docker: add debian11 base image
Alex Bennée
2
-1
/
+19
2020-05-27
tests/tcg: better detect confused gdb which can't connect
Alex Bennée
1
-0
/
+4
2020-05-27
tests/fp: split and audit the conversion tests
Alex Bennée
1
-5
/
+32
2020-05-27
tests/fp: enable extf80_le_quite tests
Alex Bennée
1
-7
/
+0
2020-05-27
tests/tcg: fix invocation of the memory record/replay tests
Alex Bennée
1
-1
/
+1
2020-05-27
travis.yml: Use clang++ in the Clang tests
Thomas Huth
1
-3
/
+5
2020-05-27
tests/vm: pass --genisoimage to basevm script
Alex Bennée
2
-6
/
+11
2020-05-27
configure: add alternate binary for genisoimage
Alex Bennée
1
-1
/
+1
2020-05-27
i386: Fix x86_cpu_load_model() error API violation
Markus Armbruster
1
-10
/
+17
2020-05-27
arm/sabrelite: Consistently use &error_fatal in sabrelite_init()
Markus Armbruster
1
-6
/
+1
2020-05-27
mips/boston: Plug memory leak in boston_mach_init()
Markus Armbruster
1
-2
/
+2
2020-05-27
mips/boston: Fix boston_mach_init() error handling
Markus Armbruster
1
-8
/
+5
2020-05-27
mips/malta: Fix create_cps() error handling
Markus Armbruster
1
-9
/
+6
[next]