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
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
2
-5
/
+10
2023-04-20
hw/display: Compile vga.c as target-independent code
Thomas Huth
2
-10
/
+23
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
3
-5
/
+5
2023-03-09
Merge tag 'xenfv-2' of git://git.infradead.org/users/dwmw2/qemu into staging
Peter Maydell
2
-16
/
+18
2023-03-08
hw/display/sm501: Add debug property to control pixman usage
BALATON Zoltan
1
-3
/
+15
2023-03-07
hw/xen: Build PV backend drivers for CONFIG_XEN_BUS
David Woodhouse
1
-1
/
+1
2023-03-07
hw/xen: Use XEN_PAGE_SIZE in PV backend drivers
David Woodhouse
1
-6
/
+6
2023-03-07
hw/xen: Add foreignmem operations to allow redirection to internal emulation
David Woodhouse
1
-9
/
+11
2023-02-27
hw/display/sm501: Add fallbacks to pixman routines
BALATON Zoltan
1
-23
/
+52
2023-02-27
hw/display/sm501: Implement more 2D raster operations
BALATON Zoltan
1
-1
/
+29
2023-02-27
hw/display/sm501: Alias 'dma-offset' QOM property in chipset object
Philippe Mathieu-Daudé
1
-5
/
+2
2023-02-27
hw/display/sm501: Embed OHCI QOM child in chipset
Philippe Mathieu-Daudé
1
-7
/
+10
2023-02-14
Do not include "qemu/error-report.h" in headers that do not need it
Thomas Huth
3
-0
/
+3
2023-02-08
Don't include headers already included by qemu/osdep.h
Markus Armbruster
1
-1
/
+0
2023-02-05
hw/display/sm501: Code style fix
BALATON Zoltan
1
-1
/
+2
2023-02-05
hw/display/sm501: Remove unneeded casts from void pointer
BALATON Zoltan
1
-11
/
+11
2023-02-05
hw/display/sm501: Remove parenthesis around constant macro definitions
BALATON Zoltan
1
-197
/
+197
2023-01-19
Merge tag 'pull-monitor-2023-01-19' of https://repo.or.cz/qemu/armbru into st...
Peter Maydell
3
-28
/
+1
2023-01-19
Merge tag 'trivial-branch-for-8.0-pull-request' of https://gitlab.com/laurent...
Peter Maydell
1
-1
/
+1
2023-01-19
ui/spice: QXLInterface method set_mm_time() is now dead, drop
Markus Armbruster
2
-20
/
+0
2023-01-19
ui/spice: Require spice-server >= 0.14.0
Markus Armbruster
2
-8
/
+1
2023-01-18
bulk: Rename TARGET_FMT_plx -> HWADDR_FMT_plx
Philippe Mathieu-Daudé
3
-8
/
+8
2023-01-16
hw/display: Move omap_lcdc.c out of target-specific source set
Philippe Mathieu-Daudé
1
-1
/
+1
2023-01-12
hw/arm/omap: Drop useless casts from void * to pointer
Philippe Mathieu-Daudé
2
-13
/
+11
2023-01-11
hw/display: avoid creating empty loadable modules
Daniel P. Berrangé
1
-8
/
+12
2023-01-08
include/hw/pci: Split pci_device.h off pci.h
Markus Armbruster
7
-8
/
+7
2023-01-08
virtio: introduce macro VIRTIO_CONFIG_IRQ_IDX
Cindy Lu
1
-0
/
+18
2022-12-16
hw/display/virtio-vga: Convert TYPE_VIRTIO_VGA_BASE to 3-phase reset
Peter Maydell
2
-7
/
+10
2022-12-15
hw: Include the VMWare devices only in the x86 targets
Thomas Huth
1
-1
/
+1
2022-12-03
hw/display/next-fb: Fix comment typo
Evgeny Ermakov
1
-1
/
+1
2022-11-29
hw/display/qxl: Assert memory slot fits in preallocated MemoryRegion
Philippe Mathieu-Daudé
1
-0
/
+1
2022-11-29
hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)
Philippe Mathieu-Daudé
2
-5
/
+24
2022-11-29
hw/display/qxl: Pass requested buffer size to qxl_phys2virt()
Philippe Mathieu-Daudé
4
-13
/
+36
2022-11-29
hw/display/qxl: Document qxl_phys2virt()
Philippe Mathieu-Daudé
1
-0
/
+19
2022-11-29
hw/display/qxl: Have qxl_log_command Return early if no log_cmd handler
Philippe Mathieu-Daudé
1
-0
/
+11
2022-11-10
display: include dependencies explicitly
Michael S. Tsirkin
9
-1
/
+8
2022-11-08
Merge tag 'pull-request-2022-11-08' of https://gitlab.com/thuth/qemu into sta...
Stefan Hajnoczi
6
-1509
/
+1509
2022-11-08
hw/display: fix tab indentation
Amarjargal Gundjalam
6
-1509
/
+1509
2022-11-07
acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors
Igor Mammedov
5
-0
/
+56
2022-10-22
Drop useless casts from g_malloc() & friends to pointer
Markus Armbruster
1
-1
/
+1
2022-10-12
cirrus_vga: fix potential memory overflow
lu zhipeng
1
-1
/
+1
2022-09-29
vhost-user: Call qemu_socketpair() instead of socketpair()
Guoyi Tu
1
-1
/
+2
2022-09-27
virtio-gpu: update scanout if there is any area covered by the rect
Dongwon Kim
1
-3
/
+4
2022-09-27
hw/display/ati_2d: Fix buffer overflow in ati_2d_blt (CVE-2021-3638)
Philippe Mathieu-Daudé
1
-3
/
+3
2022-08-08
xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command
Qiang Liu
1
-2
/
+2
2022-07-28
vga: fix incorrect line height in 640x200x2 mode
Paolo Bonzini
1
-1
/
+2
2022-07-26
hw/display/bcm2835_fb: Fix framebuffer allocation address
Alan Jian
1
-2
/
+1
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
[next]