index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-30
hw/m68k/mcf52xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-30
hw/m68k/mcf5206: Reduce m5206_mbar_read/write() offset arg to 16-bit
Philippe Mathieu-Daudé
2020-05-29
Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-tcg-plugins-2...
Peter Maydell
2020-05-28
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20200528-pull-request' ...
Peter Maydell
2020-05-28
Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-05-2...
Peter Maydell
2020-05-28
Merge remote-tracking branch 'remotes/alistair/tags/pull-register-api-2020052...
Peter Maydell
2020-05-28
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-05-27' into...
Peter Maydell
2020-05-28
sm501: Remove obsolete changelog and todo comment
BALATON Zoltan
2020-05-28
sm501: Optimize small overlapping blits
BALATON Zoltan
2020-05-28
sm501: Replace hand written implementation with pixman where possible
BALATON Zoltan
2020-05-28
sm501: Clean up local variables in sm501_2d_operation
BALATON Zoltan
2020-05-28
sm501: Use BIT(x) macro to shorten constant
BALATON Zoltan
2020-05-28
sm501: Shorten long variable names in sm501_2d_operation
BALATON Zoltan
2020-05-28
sm501: Convert printf + abort to qemu_log_mask
BALATON Zoltan
2020-05-28
hw/display/pxa2xx_lcd: Replace printf() call by qemu_log_mask()
Philippe Mathieu-Daudé
2020-05-28
hw/display/omap_dss: Replace fprintf() call by qemu_log_mask(LOG_UNIMP)
Philippe Mathieu-Daudé
2020-05-28
hw/display/exynos4210_fimd: Use qemu_log_mask(GUEST_ERROR)
Philippe Mathieu-Daudé
2020-05-28
hw/display/vmware_vga: Let the PCI device own its I/O MemoryRegion
Philippe Mathieu-Daudé
2020-05-28
hw/display/vmware_vga: Replace printf() calls by qemu_log_mask(ERROR)
Philippe Mathieu-Daudé
2020-05-28
hw/display/xlnx_dp: Replace disabled DPRINTF() by error_report()
Philippe Mathieu-Daudé
2020-05-28
hw/display/dpcd: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-28
hw/display/dpcd: Fix memory region size
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(ERROR) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Use qemu_log_mask(UNIMP) instead of debug printf
Philippe Mathieu-Daudé
2020-05-28
hw/display/cirrus_vga: Convert debug printf() to trace event
Philippe Mathieu-Daudé
2020-05-28
hw/display/cg3: Convert debug printf()s to trace events
Philippe Mathieu-Daudé
2020-05-28
hw/display/edid: Add missing 'qdev-properties.h' header
Philippe Mathieu-Daudé
2020-05-28
gitlab-ci: Determine the number of jobs dynamically
Thomas Huth
2020-05-28
gitlab-ci: Do not use the standard container images from gitlab
Thomas Huth
2020-05-28
gitlab-ci: Move edk2 and opensbi YAML files to .gitlab-ci.d folder
Thomas Huth
2020-05-28
GitLab CI: avoid calling before_scripts on unintended jobs
Cleber Rosa
2020-05-28
gitlab-ci: Remove flex/bison packages
Philippe Mathieu-Daudé
2020-05-28
MAINTAINERS: Add Philippe, Alex and Wainer to the Gitlab-CI section
Thomas Huth
2020-05-28
linux-user: limit check to HOST_LONG_BITS < TARGET_ABI_BITS
Alex Bennée
2020-05-27
Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-5.1-20200527' into...
Peter Maydell
2020-05-27
hw/registerfields: Prefix local variables with underscore in macros
Philippe Mathieu-Daudé
2020-05-27
tests/tcg: add new threadcount test
Alex Bennée
2020-05-27
linux-user: properly "unrealize" vCPU object
Alex Bennée
2020-05-27
cpus-common: ensure auto-assigned cpu_indexes don't clash
Alex Bennée
2020-05-27
tests/docker: use a gcc-10 based image for arm64 tests
Alex Bennée
2020-05-27
tests/docker: add debian11 base image
Alex Bennée
2020-05-27
tests/tcg: better detect confused gdb which can't connect
Alex Bennée
2020-05-27
tests/fp: split and audit the conversion tests
Alex Bennée
2020-05-27
tests/fp: enable extf80_le_quite tests
Alex Bennée
2020-05-27
tests/tcg: fix invocation of the memory record/replay tests
Alex Bennée
2020-05-27
travis.yml: Use clang++ in the Clang tests
Thomas Huth
2020-05-27
tests/vm: pass --genisoimage to basevm script
Alex Bennée
2020-05-27
configure: add alternate binary for genisoimage
Alex Bennée
2020-05-27
i386: Fix x86_cpu_load_model() error API violation
Markus Armbruster
[next]