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
2022-06-30
hw/i2c: add asynchronous send
Klaus Jensen
2
-0
/
+4
2022-06-26
artist: set memory region owners for buffers to the artist device
Mark Cave-Ayland
1
-1
/
+1
2022-06-14
virtio-gpu: Respect UI refresh rate for EDID
Akihiko Odaki
2
-0
/
+2
2022-06-14
ui: Deliver refresh rate via QemuUIInfo
Akihiko Odaki
1
-3
/
+11
2022-06-14
ui/console: Do not return a value with ui_info
Akihiko Odaki
2
-6
/
+5
2022-06-14
virtio-gpu: update done only on the scanout associated with rect
Dongwon Kim
1
-0
/
+3
2022-06-08
xlnx_dp: Fix the interrupt disable logic
Sai Pavan Boddu
1
-1
/
+1
2022-06-08
xlnx_dp: Introduce a vblank signal
Sai Pavan Boddu
1
-4
/
+26
2022-06-08
xlnx_dp: fix the wrong register size
Frederic Konrad
1
-7
/
+10
2022-06-06
modules: introduces module_kconfig directive
Jose R. Ziviani
11
-0
/
+11
2022-05-18
Merge tag 'artist-cursor-fix-final-pull-request' of https://github.com/hdelle...
Richard Henderson
1
-43
/
+125
2022-05-16
artist: Fix X cursor position calculation in X11
Helge Deller
1
-16
/
+22
2022-05-16
artist: Emulate screen blanking
Helge Deller
1
-0
/
+30
2022-05-16
artist: Allow to turn cursor on or off
Helge Deller
1
-0
/
+14
2022-05-16
artist: Fix vertical X11 cursor position in HP-UX
Helge Deller
1
-5
/
+9
2022-05-16
artist: Use human-readable variable names instead of reg_xxx
Helge Deller
1
-23
/
+49
2022-05-16
artist: Introduce constant for max cursor size
Helge Deller
1
-4
/
+6
2022-05-16
virtio: add vhost support for virtio devices
Jonah Palmer
1
-0
/
+7
2022-05-16
virtio: drop name parameter for virtio_init()
Jonah Palmer
1
-1
/
+1
2022-05-08
artist: only render dirty scanlines on the display surface
Mark Cave-Ayland
1
-1
/
+3
2022-05-08
artist: remove unused ROP8OFF() macro
Mark Cave-Ayland
1
-6
/
+0
2022-05-08
artist: checkpatch and newline style fixes
Mark Cave-Ayland
1
-12
/
+11
2022-04-22
hw/display/vmware_vga: do not discard screen updates
Carwyn Ellis
2
-18
/
+24
2022-04-19
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Richard Henderson
9
-20
/
+16
2022-04-07
ui/cursor: fix integer overflow in cursor_alloc (CVE-2021-4206)
Mauro Matteo Cascella
2
-0
/
+9
2022-04-07
display/qxl-render: fix race condition in qxl_cursor (CVE-2021-4207)
Mauro Matteo Cascella
1
-1
/
+1
2022-04-06
Remove qemu-common.h include from most units
Marc-André Lureau
4
-4
/
+0
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-1
/
+1
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
5
-14
/
+14
2022-03-22
Replace GCC_FMT_ATTR with G_GNUC_PRINTF
Marc-André Lureau
1
-1
/
+1
2022-03-21
Use g_new() & friends where that makes obvious sense
Markus Armbruster
4
-6
/
+6
2022-03-18
hw/display/vga: Report a proper error when adding a 2nd ISA VGA
Thomas Huth
1
-0
/
+6
2022-03-18
hw/display: Allow vga_common_init() to return errors
Thomas Huth
11
-13
/
+42
2022-03-18
hw/display/cirrus_vga: Clean up indentation in pci_cirrus_vga_realize()
Thomas Huth
1
-28
/
+29
2022-03-09
macfb: set initial value of mode control registers in macfb_common_realize()
Mark Cave-Ayland
1
-0
/
+8
2022-03-09
macfb: add VMStateDescription fields for display type and VBL timer
Mark Cave-Ayland
1
-0
/
+2
2022-03-09
macfb: increase number of registers saved in MacfbState
Mark Cave-Ayland
1
-0
/
+8
2022-03-09
macfb: don't use special irq_state and irq_mask variables in MacfbState
Mark Cave-Ayland
1
-8
/
+7
2022-03-09
macfb: add VMStateDescription for MacfbNubusState and MacfbSysBusState
Mark Cave-Ayland
1
-2
/
+22
2022-03-04
hw/display/vmware_vga: replace fprintf calls with trace events
Carwyn Ellis
2
-12
/
+21
2022-03-04
edid: Fix clock of Detailed Timing Descriptor
Akihiko Odaki
1
-34
/
+32
2022-02-22
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2022-02-...
Peter Maydell
1
-0
/
+1
2022-02-21
Mark remaining global TypeInfo instances as const
Bernhard Beschow
4
-5
/
+5
2022-02-21
exec/exec-all: Move 'qemu/log.h' include in units requiring it
Philippe Mathieu-Daudé
1
-0
/
+1
2022-02-02
Merge remote-tracking branch 'remotes/hdeller/tags/hppa-updates-pull-request'...
Peter Maydell
2
-268
/
+203
2022-02-02
hw/display/artist: Fix draw_line() artefacts
Sven Schnelle
1
-2
/
+3
2022-02-02
hw/display/artist: Mouse cursor fixes for HP-UX
Helge Deller
1
-8
/
+34
2022-02-02
hw/display/artist: rewrite vram access mode handling
Sven Schnelle
2
-258
/
+166
2022-01-28
Remove unnecessary minimum_version_id_old fields
Peter Maydell
1
-1
/
+0
[next]