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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-08-26
Merge remote-tracking branch 'remotes/hdeller/tags/target-hppa-v3-pull-reques...
Peter Maydell
1
-72
/
+114
2020-08-26
hw/display/artist: Fix invalidation of lines near screen border
Sven Schnelle
1
-1
/
+6
2020-08-26
hw/display/artist: Fix invalidation of lines in artist_draw_line()
Sven Schnelle
1
-1
/
+4
2020-08-26
hw/display/artist: Unbreak size mismatch memory accesses
Helge Deller
1
-8
/
+4
2020-08-26
hw/display/artist: Prevent out of VRAM buffer accesses
Helge Deller
1
-41
/
+69
2020-08-26
Revert "hw/display/artist: Avoid drawing line when nothing to display"
Helge Deller
1
-3
/
+0
2020-08-26
hw/display/artist: Refactor artist_rop8() to avoid buffer over-run
Philippe Mathieu-Daudé
1
-15
/
+25
2020-08-26
hw/display/artist: Check offset in draw_line to avoid buffer over-run
Philippe Mathieu-Daudé
1
-2
/
+7
2020-08-21
meson: convert hw/display
Marc-André Lureau
2
-65
/
+84
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
1
-0
/
+1
2020-08-04
hw/display/artist.c: fix out of bounds check
Sven Schnelle
1
-13
/
+11
2020-07-21
qxl: fix modular builds with dtrace
Gerd Hoffmann
1
-0
/
+9
2020-07-20
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-i2c-5' into staging
Peter Maydell
1
-1
/
+1
2020-07-16
hw/i2c: Rename i2c_create_slave() as i2c_slave_create_simple()
Philippe Mathieu-Daudé
1
-1
/
+1
2020-07-11
Revert "vga: build virtio-gpu as module"
Gerd Hoffmann
1
-13
/
+10
2020-07-10
error: Avoid error_propagate() after migrate_add_blocker()
Markus Armbruster
1
-4
/
+1
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2
-6
/
+2
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2
-6
/
+4
2020-07-10
qom: Don't handle impossible object_property_get_link() failure
Markus Armbruster
1
-7
/
+1
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2
-5
/
+2
2020-07-07
vga: build virtio-gpu as module
Gerd Hoffmann
1
-10
/
+13
2020-07-07
vga: build virtio-gpu only once
Gerd Hoffmann
1
-6
/
+6
2020-07-07
vga: build qxl as module
Gerd Hoffmann
1
-1
/
+4
2020-07-03
Replace uses of FROM_SSI_SLAVE() macro with QOM casts
Peter Maydell
2
-6
/
+13
2020-07-03
hw/display/bcm2835_fb.c: Initialize all fields of struct
Peter Maydell
1
-0
/
+4
2020-07-02
Merge remote-tracking branch 'remotes/armbru/tags/pull-error-2020-07-02' into...
Peter Maydell
2
-2
/
+2
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2
-2
/
+2
2020-06-30
ati-vga: Add dummy MEM_SDRAM_MODE_REG
BALATON Zoltan
3
-0
/
+7
2020-06-30
ati-vga: Do not assert on error
BALATON Zoltan
1
-1
/
+1
2020-06-30
ati-vga: Support unaligned access to hardware cursor registers
BALATON Zoltan
1
-29
/
+58
2020-06-30
sm501: Fix and optimize overlap check
BALATON Zoltan
1
-10
/
+16
2020-06-30
sm501: Convert debug printfs to traces
BALATON Zoltan
2
-37
/
+25
2020-06-30
sm501: Do not allow guest to set invalid format
BALATON Zoltan
1
-0
/
+3
2020-06-30
sm501: Use stn_he_p/ldn_he_p instead of switch/case
BALATON Zoltan
1
-11
/
+1
2020-06-30
sm501: Optimise 1 pixel 2d ops
BALATON Zoltan
1
-3
/
+16
2020-06-30
sm501: Introduce variable for commonly used value for better readability
BALATON Zoltan
1
-20
/
+21
2020-06-30
sm501: Ignore no-op blits
BALATON Zoltan
1
-0
/
+5
2020-06-30
sm501: Drop unneded variable
BALATON Zoltan
1
-3
/
+2
2020-06-30
sm501: Fix bounds checks
BALATON Zoltan
1
-4
/
+4
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
[next]