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
*
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
*
Replace the VMSTOP macros with a proper state type
Luiz Capitulino
2011-09-15
1
-2
/
+3
*
qxl: s/qxl_set_irq/qxl_update_irq/
Yonit Halperin
2011-09-07
1
-6
/
+6
*
qxl: send interrupt after migration in case ram->int_pending != 0, RHBZ #732949
Yonit Halperin
2011-09-07
1
-2
/
+8
*
hw/qxl: Fix format string errors
Peter Maydell
2011-09-07
1
-4
/
+4
*
main: force enabling of I/O thread
Anthony Liguori
2011-09-02
1
-4
/
+0
*
vga: drop get_system_memory() from vga devices and derivatives
Avi Kivity
2011-08-22
1
-1
/
+1
*
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
1
-2
/
+2
*
qxl: unbreak after memory API conversion
Alon Levy
2011-08-10
1
-2
/
+3
*
qxl: allowing the command rings to be not empty when spice worker is stopped ...
Yonit Halperin
2011-08-10
1
-5
/
+3
*
pci: rename pci_register_bar_region() to pci_register_bar()
Avi Kivity
2011-08-08
1
-8
/
+8
*
vga: convert vga and its derivatives to the memory API
Avi Kivity
2011-08-08
1
-86
/
+49
*
qxl: bump pci rev
Gerd Hoffmann
2011-08-03
1
-7
/
+18
*
qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 support
Alon Levy
2011-08-03
1
-0
/
+30
*
qxl: async io support using new spice api
Alon Levy
2011-08-03
1
-37
/
+203
*
qxl: only disallow specific io's in vga mode
Alon Levy
2011-08-01
1
-1
/
+2
*
qxl: make qxl_guest_bug take variable arguments
Alon Levy
2011-08-01
1
-2
/
+7
*
qxl: error handling fixes and cleanups.
Gerd Hoffmann
2011-08-01
1
-4
/
+30
*
qxl: add io_port_to_string
Alon Levy
2011-08-01
1
-1
/
+39
*
qxl: fix surface tracking & locking
Gerd Hoffmann
2011-08-01
1
-1
/
+12
*
spice/qxl: move worker wrappers
Gerd Hoffmann
2011-08-01
1
-10
/
+57
*
spice: add qemu_spice_display_init_common
Gerd Hoffmann
2011-08-01
1
-6
/
+1
*
spice: add worker wrapper functions.
Gerd Hoffmann
2011-08-01
1
-16
/
+16
*
qxl: upon reset, if spice worker is stopped, the command rings can be not empty
Yonit Halperin
2011-07-20
1
-2
/
+2
*
qxl: allow QXL_IO_LOG also in vga
Alon Levy
2011-07-04
1
-0
/
+1
*
qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelist
Gerd Hoffmann
2011-07-04
1
-0
/
+1
*
qxl: make sure primary surface is saved on migration
Yonit Halperin
2011-07-04
1
-3
/
+6
*
qxl: add dev id to guest prints
Alon Levy
2011-07-04
1
-1
/
+2
*
qxl: interface_get_command: fix reported mode
Alon Levy
2011-07-04
1
-4
/
+21
*
qxl: device id fixup
Gerd Hoffmann
2011-07-04
1
-8
/
+3
*
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
2011-06-15
1
-15
/
+16
|
\
|
*
qxl: fix cmdlog for vga
Alon Levy
2011-06-06
1
-1
/
+3
|
*
spice: drop obsolete iothread locking
Gerd Hoffmann
2011-05-03
1
-8
/
+0
|
*
spice: don't call displaystate callbacks from spice server context.
Gerd Hoffmann
2011-05-03
1
-0
/
+2
|
*
spice: don't create updates in spice server context.
Gerd Hoffmann
2011-05-03
1
-6
/
+11
*
|
hw/qxl.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
2011-06-12
1
-3
/
+4
|
/
*
qxl: locking fix
Gerd Hoffmann
2011-01-24
1
-0
/
+2
*
spice/qxl: zap spice 0.4 migration compatibility bits
Gerd Hoffmann
2011-01-24
1
-69
/
+10
[next]