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
2018-08-07
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
2
-0
/
+16
2018-07-17
hw/display/xlnx_dp: Move problematic code from instance_init to realize
Paolo Bonzini
1
-1
/
+7
2018-07-16
sm501: Fix warning about unreachable code
BALATON Zoltan
1
-1
/
+1
2018-07-16
sm501: Update screen on frame buffer address change
BALATON Zoltan
1
-0
/
+2
2018-07-07
sm501: Set updated region dirty after 2D operation
BALATON Zoltan
1
-2
/
+15
2018-07-07
sm501: Fix support for non-zero frame buffer start address
BALATON Zoltan
1
-3
/
+16
2018-07-07
sm501: Log unimplemented raster operation modes
Sebastian Bauer
1
-0
/
+23
2018-07-07
sm501: Implement negated destination raster operation mode
Sebastian Bauer
1
-1
/
+11
2018-07-07
sm501: Use values from the pitch register for 2D operations
Sebastian Bauer
1
-2
/
+2
2018-07-07
sm501: Perform a full update after palette change
Sebastian Bauer
1
-0
/
+8
2018-07-07
sm501: Implement i2c part for reading monitor EDID
BALATON Zoltan
1
-4
/
+143
2018-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
10
-32
/
+68
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
9
-13
/
+23
2018-07-03
virtio-gpu: disable scanout when backing resource is destroyed
Gerd Hoffmann
1
-0
/
+10
2018-07-03
virtio-gpu: update old resource too.
Gerd Hoffmann
1
-1
/
+6
2018-07-03
virtio-gpu: tweak scanout disable.
Gerd Hoffmann
1
-18
/
+29
2018-07-02
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
10
-43
/
+46
2018-07-02
ramfb: enable vgabios
Gerd Hoffmann
1
-0
/
+1
2018-07-02
bochs-display: enable vgabios
Gerd Hoffmann
1
-0
/
+1
2018-07-02
hw/display: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
9
-35
/
+38
2018-07-02
hw: Directly use "qemu/units.h" instead of "qemu/cutils.h"
Philippe Mathieu-Daudé
1
-1
/
+1
2018-07-02
hw: Use IEC binary prefix definitions from "qemu/units.h"
Philippe Mathieu-Daudé
1
-7
/
+7
2018-06-27
compiler: add a sizeof_field() macro
Stefan Hajnoczi
1
-2
/
+2
2018-06-26
ramfb: fix overflow
Gerd Hoffmann
1
-2
/
+2
2018-06-26
vga: set owner for mmio regions
Gerd Hoffmann
3
-6
/
+8
2018-06-21
sm501: Fix hardware cursor color conversion
Sebastian Bauer
1
-3
/
+3
2018-06-19
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180618-pull-request' ...
Peter Maydell
3
-0
/
+160
2018-06-18
hw/display: add standalone ramfb device
Gerd Hoffmann
2
-0
/
+63
2018-06-18
hw/display: add ramfb, a simple boot framebuffer living in guest ram
Gerd Hoffmann
2
-0
/
+97
2018-06-16
sm501: Do not clear read only bits when writing registers
BALATON Zoltan
1
-6
/
+9
2018-06-12
object: fix OBJ_PROP_LINK_UNREF_ON_RELEASE ambivalence
Marc-André Lureau
1
-1
/
+1
2018-06-08
xilinx-dp: Add trailing '\n' to qemu_log() call
Philippe Mathieu-Daudé
1
-1
/
+3
2018-06-04
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180604-pull-request' ...
Peter Maydell
2
-17
/
+20
2018-06-04
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2018-06-04
vga: cleanup surface handling
Gerd Hoffmann
1
-17
/
+19
2018-06-04
bochs-display: add missing break
Gerd Hoffmann
1
-0
/
+1
2018-06-01
display: use local path for local headers
Michael S. Tsirkin
1
-1
/
+1
2018-06-01
hw: make virtio devices configurable via default-configs/
Paolo Bonzini
1
-2
/
+2
2018-06-01
hw/i2c: Use DeviceClass::realize instead of I2CSlaveClass::init
Philippe Mathieu-Daudé
1
-5
/
+4
2018-06-01
hw: Do not include "sysemu/block-backend.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-06-01
hw: Do not include "exec/address-spaces.h" if it is not necessary
Philippe Mathieu-Daudé
1
-1
/
+0
2018-05-24
bochs-display: add pcie support
Gerd Hoffmann
1
-0
/
+8
2018-05-24
bochs-display: add dirty tracking support
Gerd Hoffmann
1
-2
/
+32
2018-05-24
hw/display: add new bochs-display device
Gerd Hoffmann
2
-0
/
+326
2018-05-24
vga-pci: use PCI_VGA_MMIO_SIZE
Gerd Hoffmann
1
-2
/
+4
2018-05-24
vga: move bochs vbe defines to header file
Gerd Hoffmann
2
-46
/
+2
2018-05-24
vga: catch depth 0
Gerd Hoffmann
1
-5
/
+18
2018-05-18
ui: add x_keymap.o to modules
Paolo Bonzini
1
-0
/
+2
2018-05-07
qxl: fix local renderer crash
Gerd Hoffmann
1
-1
/
+2
2018-03-13
secondary-vga: properly close QemuConsole on unplug
Gerd Hoffmann
1
-0
/
+9
[next]