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
2021-10-08
macfb: add vertical blank interrupt
Mark Cave-Ayland
1
-0
/
+83
2021-10-08
macfb: fix 24-bit RGB pixel encoding
Mark Cave-Ayland
1
-4
/
+4
2021-10-08
macfb: fix up 1-bit pixel encoding
Mark Cave-Ayland
1
-1
/
+3
2021-10-08
macfb: add common monitor modes supported by the MacOS toolbox ROM
Mark Cave-Ayland
2
-16
/
+134
2021-10-08
macfb: add qdev property to specify display type
Mark Cave-Ayland
1
-1
/
+6
2021-10-08
macfb: implement mode sense to allow display type to be detected
Mark Cave-Ayland
2
-2
/
+117
2021-10-08
macfb: add trace events for reading and writing the control registers
Mark Cave-Ayland
2
-1
/
+11
2021-10-08
macfb: use memory_region_init_ram() in macfb_common_realize() for the framebu...
Mark Cave-Ayland
1
-3
/
+2
2021-10-08
macfb: fix overflow of color_palette array
Mark Cave-Ayland
1
-1
/
+3
2021-10-08
macfb: fix invalid object reference in macfb_common_realize()
Mark Cave-Ayland
1
-1
/
+1
2021-10-08
macfb: update macfb.c to use the Error API best practices
Mark Cave-Ayland
1
-8
/
+8
2021-10-08
macfb: handle errors that occur during realize
Mark Cave-Ayland
1
-0
/
+11
2021-09-29
macfb: don't register declaration ROM
Mark Cave-Ayland
1
-6
/
+0
2021-09-15
virtio-gpu: Add gl_flushed callback
Vivek Kasireddy
1
-2
/
+30
2021-09-15
ui: Create sync objects and fences only for blobs
Vivek Kasireddy
1
-0
/
+1
2021-09-15
qxl: fix pre-save logic
Gerd Hoffmann
1
-1
/
+1
2021-08-31
hw/display/artist: Fix bug in coordinate extraction in artist_vram_read() and...
Helge Deller
1
-4
/
+4
2021-08-31
hw/display/xlnx_dp: fix an out-of-bounds read in xlnx_dp_read
Qiang Liu
1
-1
/
+5
2021-08-31
vga: don't abort when adding a duplicate isa-vga device
Jose R. Ziviani
1
-0
/
+10
2021-08-31
hw/display: Restrict virtio-gpu-udmabuf stubs to !Linux
Philippe Mathieu-Daudé
2
-1
/
+29
2021-08-31
virtio-gpu: no point of checking res->iov
Dongwon Kim
1
-1
/
+1
2021-07-22
hw/display: fix virgl reset regression
Marc-André Lureau
2
-13
/
+17
2021-07-22
hw/display: fail early when multiple virgl devices are requested
Marc-André Lureau
1
-0
/
+5
2021-07-22
Revert "qxl: add migration blocker to avoid pre-save assert"
Gerd Hoffmann
2
-32
/
+0
2021-07-22
qxl: remove assert in qxl_pre_save.
Gerd Hoffmann
1
-1
/
+3
2021-07-22
hw/display/virtio-gpu: Fix memory leak (CID 1453811)
Philippe Mathieu-Daudé
1
-16
/
+10
2021-07-11
Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ...
Peter Maydell
11
-0
/
+22
2021-07-11
Merge remote-tracking branch 'remotes/cminyard/tags/for-qemu-6.1-2' into staging
Peter Maydell
3
-9
/
+11
2021-07-09
modules: add virtio-gpu module annotations
Gerd Hoffmann
10
-0
/
+18
2021-07-09
modules: add qxl module annotations
Gerd Hoffmann
1
-0
/
+4
2021-07-08
hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address()
Philippe Mathieu-Daudé
3
-3
/
+3
2021-07-08
hw/display/sm501: Replace i2c_send_recv() by i2c_recv() & i2c_send()
Philippe Mathieu-Daudé
1
-4
/
+5
2021-07-08
hw/display/sm501: Simplify sm501_i2c_write() logic
Philippe Mathieu-Daudé
1
-2
/
+3
2021-07-06
configure, meson: convert virgl detection to meson
Paolo Bonzini
1
-3
/
+3
2021-07-04
Merge remote-tracking branch 'remotes/philmd/tags/mips-20210702' into staging
Peter Maydell
1
-12
/
+20
2021-07-02
g364fb: add VMStateDescription for G364SysBusState
Mark Cave-Ayland
1
-1
/
+11
2021-07-02
g364fb: use RAM memory region for framebuffer
Mark Cave-Ayland
1
-11
/
+9
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
1
-2
/
+4
2021-06-15
virtio-gpu: move scanout_id sanity check
Gerd Hoffmann
1
-6
/
+14
2021-06-15
vga: Allow writing VBE_DISPI_ID5 to ID register
Dennis Wölfing
1
-1
/
+2
2021-06-05
hw/display/macfb: Classify the "nubus-macfb" as display device
Thomas Huth
1
-0
/
+1
2021-06-02
docs: fix references to docs/devel/tracing.rst
Stefano Garzarella
1
-1
/
+1
2021-05-27
virtio-gpu: Update cursor data using blob
Vivek Kasireddy
1
-5
/
+14
2021-05-27
virtio-gpu: Add virtio_gpu_set_scanout_blob
Vivek Kasireddy
2
-7
/
+96
2021-05-27
virtio-gpu: Factor out update scanout
Vivek Kasireddy
1
-12
/
+23
2021-05-27
virtio-gpu: Add helpers to create and destroy dmabuf objects
Vivek Kasireddy
1
-0
/
+65
2021-05-27
virtio-gpu: Add virtio_gpu_resource_create_blob
Vivek Kasireddy
2
-3
/
+71
2021-05-27
virtio-gpu: Add initial definitions for blob resources
Vivek Kasireddy
2
-0
/
+17
2021-05-27
virtio-gpu: Refactor virtio_gpu_create_mapping_iov
Vivek Kasireddy
2
-11
/
+11
2021-05-27
virtio-gpu: Refactor virtio_gpu_set_scanout
Vivek Kasireddy
1
-64
/
+87
[next]