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
/
qxl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-02-28
qxl: add optinal 64bit vram bar
Gerd Hoffmann
1
-7
/
+44
2012-02-27
qxl: make qxl_render_update async
Alon Levy
1
-4
/
+65
2012-02-27
qxl: introduce QXLCookie
Alon Levy
1
-14
/
+47
2012-02-27
qxl: require spice >= 0.8.2
Alon Levy
1
-40
/
+0
2012-02-27
qxl: fix spice+sdl no cursor regression
Alon Levy
1
-0
/
+4
2012-02-24
optimize screendump for the common non-switch case
Gerd Hoffmann
1
-2
/
+2
2012-02-21
qxl: add user-friendly bar size properties
Gerd Hoffmann
1
-0
/
+8
2012-02-21
qxl: move ram size init to new function
Gerd Hoffmann
1
-19
/
+22
2012-02-21
qxl: drop vram bar minimum size
Gerd Hoffmann
1
-2
/
+2
2012-02-21
qxl: make sure primary surface is saved on migration also in compat mode
Yonit Halperin
1
-1
/
+1
2012-02-21
qxl: set only off-screen surfaces dirty instead of the whole vram
Yonit Halperin
1
-9
/
+44
2012-02-21
qxl: fix warnings on 32bit
Gerd Hoffmann
1
-3
/
+4
2012-02-15
qom: Unify type registration
Andreas Färber
1
-2
/
+2
2012-02-03
qdev: register all types natively through QEMU Object Model
Anthony Liguori
1
-18
/
+22
2012-01-27
pci: convert to QEMU Object Model
Anthony Liguori
1
-24
/
+38
2012-01-27
qdev: prepare source tree for code conversion
Anthony Liguori
1
-4
/
+4
2012-01-25
memory: change dirty setting APIs to take a size
Blue Swirl
1
-4
/
+1
2012-01-17
qxl: Slot sanity check in qxl_phys2virt() is off by one, fix
Markus Armbruster
1
-1
/
+1
2012-01-04
vmstate, memory: decouple vmstate from memory API
Avi Kivity
1
-6
/
+6
2011-11-07
qxl: fix vga port initialization.
Gerd Hoffmann
1
-5
/
+17
2011-11-01
qxl: create slots on post_load in vga state
Alon Levy
1
-7
/
+19
2011-10-25
qxl: reset update_surface
Alon Levy
1
-0
/
+1
2011-10-25
qxl: fix guest cursor tracking
Yonit Halperin
1
-4
/
+12
2011-10-25
qxl: factor out properties
Gerd Hoffmann
1
-24
/
+15
2011-10-25
qxl: Drop phread_yield on OOM
Jan Kiszka
1
-6
/
+0
2011-10-25
qxl: Convert to QEMU thread API
Jan Kiszka
1
-2
/
+2
2011-10-11
vga: Convert to isa_register_portio_list
Richard Henderson
1
-1
/
+1
2011-09-15
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
1
-2
/
+3
2011-09-07
qxl: s/qxl_set_irq/qxl_update_irq/
Yonit Halperin
1
-6
/
+6
2011-09-07
qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949
Yonit Halperin
1
-2
/
+8
2011-09-07
hw/qxl: Fix format string errors
Peter Maydell
1
-4
/
+4
2011-09-02
main: force enabling of I/O thread
Anthony Liguori
1
-4
/
+0
2011-08-22
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
1
-1
/
+1
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
1
-2
/
+2
2011-08-10
qxl: unbreak after memory API conversion
Alon Levy
1
-2
/
+3
2011-08-10
qxl: allowing the command rings to be not empty when spice worker is stopped ...
Yonit Halperin
1
-5
/
+3
2011-08-08
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
1
-8
/
+8
2011-08-08
vga: convert vga and its derivatives to the memory API
Avi Kivity
1
-86
/
+49
2011-08-03
qxl: bump pci rev
Gerd Hoffmann
1
-7
/
+18
2011-08-03
qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 support
Alon Levy
1
-0
/
+30
2011-08-03
qxl: async io support using new spice api
Alon Levy
1
-37
/
+203
2011-08-01
qxl: only disallow specific io's in vga mode
Alon Levy
1
-1
/
+2
2011-08-01
qxl: make qxl_guest_bug take variable arguments
Alon Levy
1
-2
/
+7
2011-08-01
qxl: error handling fixes and cleanups.
Gerd Hoffmann
1
-4
/
+30
2011-08-01
qxl: add io_port_to_string
Alon Levy
1
-1
/
+39
2011-08-01
qxl: fix surface tracking & locking
Gerd Hoffmann
1
-1
/
+12
2011-08-01
spice/qxl: move worker wrappers
Gerd Hoffmann
1
-10
/
+57
2011-08-01
spice: add qemu_spice_display_init_common
Gerd Hoffmann
1
-6
/
+1
2011-08-01
spice: add worker wrapper functions.
Gerd Hoffmann
1
-16
/
+16
2011-07-20
qxl: upon reset, if spice worker is stopped, the command rings can be not empty
Yonit Halperin
1
-2
/
+2
[next]