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
2014-09-30
vga: Add endian to vmstate
Benjamin Herrenschmidt
2
-4
/
+39
2014-09-30
vga: Make fb endian a common state variable
Benjamin Herrenschmidt
2
-13
/
+20
2014-09-30
vga: Rename vga_template.h to vga-helpers.h
Benjamin Herrenschmidt
2
-1
/
+1
2014-09-30
vga: Remove some "should be done in BIOS" comments
Benjamin Herrenschmidt
1
-4
/
+2
2014-09-30
cirrus: Remove non-32bpp cursor drawing
Benjamin Herrenschmidt
2
-130
/
+36
2014-09-30
vga: Simplify vga_draw_blank() a bit
Benjamin Herrenschmidt
1
-7
/
+2
2014-09-30
vga: Remove rgb_to_pixel indirection
Benjamin Herrenschmidt
3
-29
/
+19
2014-09-30
vga: Separate LE and BE conversion functions
Benjamin Herrenschmidt
2
-40
/
+112
2014-09-30
vga: Remove remainder of old conversion cruft
Benjamin Herrenschmidt
2
-178
/
+95
2014-09-30
vga: Start cutting out non-32bpp conversion support
Benjamin Herrenschmidt
1
-236
/
+22
2014-09-30
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140929'...
Peter Maydell
2
-16
/
+0
2014-09-29
hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set
Peter Maydell
1
-8
/
+0
2014-09-29
hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv
Peter Maydell
1
-8
/
+0
2014-09-29
qxl: use graphic_console_set_hwops
Gerd Hoffmann
1
-40
/
+9
2014-09-23
tcx: Implement hardware acceleration
Mark Cave-Ayland
1
-118
/
+559
2014-09-12
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
7
-11
/
+17
2014-09-11
Merge remote-tracking branch 'remotes/kraxel/tags/pull-console-20140905-2' in...
Peter Maydell
4
-12
/
+21
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
7
-11
/
+17
2014-09-05
console: stop using PixelFormat
Gerd Hoffmann
4
-12
/
+21
2014-09-04
vbe: rework sanity checks
Gerd Hoffmann
1
-59
/
+95
2014-09-04
vbe: make bochs dispi interface return the correct memory size with qxl
Gerd Hoffmann
3
-2
/
+7
2014-09-01
qxl-render: add more sanity checks
Gerd Hoffmann
1
-1
/
+3
2014-08-18
memory: convert memory_region_destroy to object_unparent
Paolo Bonzini
1
-1
/
+1
2014-08-17
vga: do not dynamically allocate chain4_alias
Paolo Bonzini
2
-15
/
+12
2014-07-11
cirrus: Fix host CPU blits
Benjamin Herrenschmidt
1
-2
/
+1
2014-07-11
cirrus: Fix build of debug code
Benjamin Herrenschmidt
1
-4
/
+4
2014-07-11
cirrus_vga: adding sanity check for vram size
Gonglei
1
-0
/
+16
2014-07-07
xen: build on ARM
Stefano Stabellini
1
-8
/
+10
2014-06-20
spice: fix 32bit build
Gerd Hoffmann
1
-1
/
+1
2014-06-16
savevm: Remove all the unneeded version_minimum_id_old (x86)
Juan Quintela
4
-12
/
+6
2014-06-13
qxl-render: add sanity check
Gerd Hoffmann
1
-0
/
+6
2014-06-13
spice: add mouse cursor support
Gerd Hoffmann
1
-1
/
+5
2014-06-10
hw: vmware_vga: don't return cursorx when the driver asks for cursory register
Nicolas Owens
1
-1
/
+1
2014-06-05
Merge remote-tracking branch 'remotes/mcayland/qemu-sparc' into staging
Peter Maydell
2
-38
/
+53
2014-06-05
tcx: move initialisation from realizefn to initfn
Mark Cave-Ayland
1
-18
/
+28
2014-06-05
tcx: move initialisation from SysBusDevice class to TCX class realizefn
Mark Cave-Ayland
1
-14
/
+12
2014-06-05
cg3: add extra check to prevent CG3 register array overflow
Mark Cave-Ayland
1
-2
/
+2
2014-06-05
cg3: move initialisation from realizefn to initfn
Mark Cave-Ayland
1
-8
/
+15
2014-06-05
hw: use ld_p/st_p instead of ld_raw/st_raw
Paolo Bonzini
3
-10
/
+10
2014-05-28
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140527'...
Peter Maydell
1
-8
/
+8
2014-05-27
hw/display/pxa2xx_lcd: Fix 16bpp+alpha and 18bpp+alpha palette formats
Peter Maydell
1
-8
/
+8
2014-05-24
jazz_led: Add missing break in switch case
Saravanakumar
1
-0
/
+1
2014-05-15
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140515' i...
Peter Maydell
6
-9
/
+4
2014-05-14
savevm: Remove all the unneeded version_minimum_id_old (rest)
Juan Quintela
6
-9
/
+4
2014-05-13
savevm: Remove all the unneeded version_minimum_id_old (arm)
Juan Quintela
4
-10
/
+6
2014-05-07
Merge remote-tracking branch 'remotes/juanquintela/tags/migration/20140505' i...
Peter Maydell
1
-0
/
+24
2014-05-05
ssd0323: fix buffer overun on invalid state load
Michael S. Tsirkin
1
-0
/
+24
2014-05-05
PortioList: Store PortioList in device state
Kirill Batuzov
4
-11
/
+11
2014-04-28
vga: add secondary stdvga variant
Gerd Hoffmann
2
-0
/
+65
2014-04-28
vga: allow non-global vmstate
Gerd Hoffmann
8
-10
/
+10
[next]