index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-15
sysbus: Convert qdev_set_parent_bus() use with Coccinelle, part 3
Markus Armbruster
1
-2
/
+2
2020-06-15
sysbus: Convert to sysbus_realize() etc. with Coccinelle
Markus Armbruster
2
-2
/
+2
2020-06-15
sysbus: Tidy up sysbus_init_child_obj()'s @childsize arg, part 1
Markus Armbruster
1
-1
/
+1
2020-06-15
auxbus: Eliminate aux_create_slave()
Markus Armbruster
1
-1
/
+1
2020-06-15
auxbus: Convert a use of qdev_set_parent_bus()
Markus Armbruster
1
-1
/
+1
2020-06-15
auxbus: New aux_bus_realize(), pairing with aux_bus_init()
Markus Armbruster
1
-1
/
+1
2020-06-15
auxbus: Rename aux_init_bus() to aux_bus_init()
Markus Armbruster
1
-1
/
+1
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2
-4
/
+2
2020-06-15
qdev: Convert uses of qdev_create() manually
Markus Armbruster
3
-8
/
+7
2020-06-15
qdev: Convert uses of qdev_create() with Coccinelle
Markus Armbruster
2
-4
/
+4
2020-06-15
display/sm501 display/ati: Fix to realize "i2c-ddc"
Markus Armbruster
2
-0
/
+4
2020-06-15
display/xlnx_dp: Fix to realize "i2c-ddc" and "aux-to-i2c-bridge"
Markus Armbruster
1
-0
/
+4
2020-06-05
hw/display/cirrus_vga: Fix code mis-indentation
Philippe Mathieu-Daudé
1
-3
/
+3
2020-06-05
ati-vga: check mm_index before recursive call (CVE-2020-13800)
Prasad J Pandit
1
-2
/
+8
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-21
hw/arm/pxa2xx: Replace hw_error() by qemu_log_mask()
Philippe Mathieu-Daudé
1
-3
/
+5
2020-05-18
ramfb: fix size calculation
Gerd Hoffmann
1
-9
/
+10
2020-05-18
ramfb: add sanity checks to ramfb_create_display_surface
Gerd Hoffmann
1
-0
/
+6
2020-05-18
ramfb: don't update RAMFBState on errors
Gerd Hoffmann
1
-9
/
+17
2020-05-18
ramfb: drop leftover debug message
Gerd Hoffmann
1
-2
/
+0
2020-05-18
Revert "hw/display/ramfb: lock guest resolution after it's set"
Gerd Hoffmann
1
-22
/
+4
2020-05-18
Revert "hw/display/ramfb: initialize fw-config space with xres/ yres"
Gerd Hoffmann
2
-26
/
+2
2020-05-18
hw/display: Include local 'framebuffer.h'
Philippe Mathieu-Daudé
2
-2
/
+2
2020-05-18
ati-vga: Do not allow unaligned access via index register
BALATON Zoltan
1
-1
/
+1
2020-05-15
hw: Remove unnecessary DEVICE() cast
Philippe Mathieu-Daudé
5
-6
/
+6
2020-05-15
qdev: Unrealize must not fail
Markus Armbruster
1
-1
/
+1
2020-05-15
qom: Drop parameter @errp of object_property_add() & friends
Markus Armbruster
7
-14
/
+10
2020-05-05
Merge remote-tracking branch 'remotes/vivier2/tags/trivial-branch-for-5.1-pul...
Peter Maydell
2
-9
/
+5
2020-05-04
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...
Peter Maydell
1
-23
/
+20
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
1
-23
/
+20
2020-05-04
virtio-vga: fix virtio-vga bar ordering
Anthoine Bourgeois
1
-0
/
+1
[next]