index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
qxl.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2011-07-04
qxl: allow QXL_IO_LOG also in vga
Alon Levy
1
-0
/
+1
2011-07-04
qxl: put QXL_IO_UPDATE_IRQ into vgamode whitelist
Gerd Hoffmann
1
-0
/
+1
2011-07-04
qxl: make sure primary surface is saved on migration
Yonit Halperin
1
-3
/
+6
2011-07-04
qxl: add dev id to guest prints
Alon Levy
1
-1
/
+2
2011-07-04
qxl: interface_get_command: fix reported mode
Alon Levy
1
-4
/
+21
2011-07-04
qxl: device id fixup
Gerd Hoffmann
1
-8
/
+3
2011-06-15
Merge remote-tracking branch 'origin/master' into pci
Michael S. Tsirkin
1
-15
/
+16
2011-06-12
hw/qxl.c: convert to PCIDeviceInfo to initialize ids
Isaku Yamahata
1
-3
/
+4
2011-06-06
qxl: fix cmdlog for vga
Alon Levy
1
-1
/
+3
2011-05-03
spice: drop obsolete iothread locking
Gerd Hoffmann
1
-8
/
+0
2011-05-03
spice: don't call displaystate callbacks from spice server context.
Gerd Hoffmann
1
-0
/
+2
2011-05-03
spice: don't create updates in spice server context.
Gerd Hoffmann
1
-6
/
+11
2011-01-24
qxl: locking fix
Gerd Hoffmann
1
-0
/
+2
2011-01-24
spice/qxl: zap spice 0.4 migration compatibility bits
Gerd Hoffmann
1
-69
/
+10
2011-01-10
qxl: tag as not hotpluggable
Gerd Hoffmann
1
-0
/
+1
2010-12-09
spice: add qxl device
Gerd Hoffmann
1
-0
/
+1587