index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
qxl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
vga: raise default vgamem size
Gerd Hoffmann
2012-06-22
1
-1
/
+1
*
qxl: add vgamem_size_mb and vgamem_size
Alon Levy
2012-06-22
1
-30
/
+42
*
vga: make vram size configurable
Gerd Hoffmann
2012-06-22
1
-1
/
+4
*
qxl: reset current_async on qxl_soft_reset
Alon Levy
2012-06-22
1
-0
/
+1
*
hw/qxl: ignore guest from guestbug until reset
Alon Levy
2012-06-22
1
-1
/
+12
*
qxl: stop dirty loging when not in vga mode
Alon Levy
2012-06-22
1
-0
/
+2
*
hw/qxl: s/qxl_guest_bug/qxl_set_guest_bug/
Alon Levy
2012-06-22
1
-22
/
+27
*
qxl: set size of PCI IO BAR correctly (16) for revision 2
Uri Lublin
2012-05-14
1
-5
/
+3
*
qxl: don't assert on guest create_guest_primary
Alon Levy
2012-05-03
1
-1
/
+4
*
qxl: ioport_write: remove guest trigerrable abort
Alon Levy
2012-05-03
1
-2
/
+1
*
qxl: qxl_add_memslot: remove guest trigerrable panics
Alon Levy
2012-05-03
1
-7
/
+20
*
qxl: interface_notify_update: remove guest trigerrable abort
Alon Levy
2012-05-03
1
-2
/
+7
*
qxl: cleanup s/__FUNCTION__/__func__/
Alon Levy
2012-05-03
1
-1
/
+1
*
qxl: don't abort on guest trigerrable ring indices mismatch
Alon Levy
2012-05-03
1
-12
/
+39
*
qxl: fix > 80 chars line
Alon Levy
2012-05-03
1
-2
/
+2
*
qxl: replace panic with guest bug in qxl_track_command
Alon Levy
2012-05-03
1
-1
/
+5
*
qxl: check for NULL return from qxl_phys2virt
Alon Levy
2012-05-03
1
-1
/
+12
*
hw/qxl.c: qxl_phys2virt: replace panics with guest_bug
Alon Levy
2012-05-03
1
-6
/
+19
*
qxl: Add missing GCC_FMT_ATTR and fix format specifier
Stefan Weil
2012-04-20
1
-1
/
+1
*
qxl: set default values of vram*_size_mb to -1
Alon Levy
2012-04-18
1
-2
/
+2
*
hw/qxl.c: Fix compilation failures on 32 bit hosts
Peter Maydell
2012-03-19
1
-8
/
+8
*
qxl: switch qxl.c to trace-events
Alon Levy
2012-03-19
1
-72
/
+69
*
qxl: init_pipe_signaling: exit on failure
Alon Levy
2012-03-19
1
-10
/
+11
*
qxl: add optinal 64bit vram bar
Gerd Hoffmann
2012-02-28
1
-7
/
+44
*
qxl: make qxl_render_update async
Alon Levy
2012-02-27
1
-4
/
+65
*
qxl: introduce QXLCookie
Alon Levy
2012-02-27
1
-14
/
+47
*
qxl: require spice >= 0.8.2
Alon Levy
2012-02-27
1
-40
/
+0
*
qxl: fix spice+sdl no cursor regression
Alon Levy
2012-02-27
1
-0
/
+4
*
optimize screendump for the common non-switch case
Gerd Hoffmann
2012-02-24
1
-2
/
+2
*
qxl: add user-friendly bar size properties
Gerd Hoffmann
2012-02-21
1
-0
/
+8
*
qxl: move ram size init to new function
Gerd Hoffmann
2012-02-21
1
-19
/
+22
*
qxl: drop vram bar minimum size
Gerd Hoffmann
2012-02-21
1
-2
/
+2
*
qxl: make sure primary surface is saved on migration also in compat mode
Yonit Halperin
2012-02-21
1
-1
/
+1
*
qxl: set only off-screen surfaces dirty instead of the whole vram
Yonit Halperin
2012-02-21
1
-9
/
+44
*
qxl: fix warnings on 32bit
Gerd Hoffmann
2012-02-21
1
-3
/
+4
*
qom: Unify type registration
Andreas Färber
2012-02-15
1
-2
/
+2
*
qdev: register all types natively through QEMU Object Model
Anthony Liguori
2012-02-03
1
-18
/
+22
*
pci: convert to QEMU Object Model
Anthony Liguori
2012-01-27
1
-24
/
+38
*
qdev: prepare source tree for code conversion
Anthony Liguori
2012-01-27
1
-4
/
+4
*
memory: change dirty setting APIs to take a size
Blue Swirl
2012-01-25
1
-4
/
+1
*
qxl: Slot sanity check in qxl_phys2virt() is off by one, fix
Markus Armbruster
2012-01-17
1
-1
/
+1
*
vmstate, memory: decouple vmstate from memory API
Avi Kivity
2012-01-04
1
-6
/
+6
*
qxl: fix vga port initialization.
Gerd Hoffmann
2011-11-07
1
-5
/
+17
*
qxl: create slots on post_load in vga state
Alon Levy
2011-11-01
1
-7
/
+19
*
qxl: reset update_surface
Alon Levy
2011-10-25
1
-0
/
+1
*
qxl: fix guest cursor tracking
Yonit Halperin
2011-10-25
1
-4
/
+12
*
qxl: factor out properties
Gerd Hoffmann
2011-10-25
1
-24
/
+15
*
qxl: Drop phread_yield on OOM
Jan Kiszka
2011-10-25
1
-6
/
+0
*
qxl: Convert to QEMU thread API
Jan Kiszka
2011-10-25
1
-2
/
+2
*
vga: Convert to isa_register_portio_list
Richard Henderson
2011-10-11
1
-1
/
+1
[next]