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
/
qxl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-14
hw/display/qxl.c Use memory_region_init_ram()
Peter Maydell
1
-6
/
+3
2017-07-14
memory: Rename memory_region_init_ram() to memory_region_init_ram_nomigrate()
Peter Maydell
1
-3
/
+3
2017-06-28
vmstate: error hint for failed equal checks
Halil Pasic
1
-2
/
+2
2017-05-17
migration: Create migration/blocker.h
Juan Quintela
1
-1
/
+1
2017-04-24
qxl: add xres and yres properties
Gerd Hoffmann
1
-10
/
+24
2017-04-11
qxl: add migration blocker to avoid pre-save assert
Gerd Hoffmann
1
-0
/
+31
2017-04-07
qxl: switch display on entering VGA
Marc-André Lureau
1
-0
/
+1
2017-03-09
qxl: clear guest_cursor on QXL_CURSOR_HIDE
Gerd Hoffmann
1
-0
/
+5
2017-01-31
qxl: switch to constants within BUILD_BUG_ON
Michael S. Tsirkin
1
-5
/
+4
2016-12-05
qxl: Only emit QXL_INTERRUPT_CLIENT_MONITORS_CONFIG on config changes
Christophe Fergeau
1
-1
/
+36
2016-07-20
qxl: fix qxl_set_dirty call in qxl_dirty_one_surface
Gerd Hoffmann
1
-5
/
+6
2016-07-06
spice: avoid .set_mm_time on >= 0.12.6
John Snow
1
-0
/
+4
2016-07-06
qxl: fix surface migration
Gerd Hoffmann
1
-16
/
+21
2016-07-06
qxl: store memory region and offset instead of pointer for guest slots
Gerd Hoffmann
1
-4
/
+11
2016-07-06
qxl: factor out qxl_get_check_slot_offset
Gerd Hoffmann
1
-21
/
+38
2016-07-06
qxl: handle no updates in interface_update_area_complete
Gerd Hoffmann
1
-1
/
+2
2016-07-06
qxl: use uint64_t for vram size
Gerd Hoffmann
1
-4
/
+4
2016-03-01
qxl: lock current_async update in qxl_soft_reset
Gerd Hoffmann
1
-0
/
+2
2016-01-29
hw/display: Clean up includes
Peter Maydell
1
-1
/
+1
2015-11-06
qxl: Use g_new() & friends where that makes obvious sense
Markus Armbruster
1
-1
/
+1
2015-09-18
Fix bad error handling after memory_region_init_ram()
Markus Armbruster
1
-3
/
+3
2015-07-22
qxl: Fix new function name for spice-server library
Frediano Ziglio
1
-2
/
+1
2015-07-16
qxl: allow to specify head limit to qxl driver
Frediano Ziglio
1
-5
/
+21
2015-06-22
Include monitor/monitor.h exactly where needed
Markus Armbruster
1
-1
/
+0
2015-06-12
migration: Use normal VMStateDescriptions for Subsections
Juan Quintela
1
-7
/
+4
2015-05-29
spice: don't update mm_time when spice-server is stopped.
Gerd Hoffmann
1
-0
/
+4
2015-05-19
qxl: QOMify
Gonglei
1
-18
/
+26
2015-04-30
hw/display : remove 'struct' from 'typedef QXL struct'
Chih-Min Chao
1
-1
/
+1
2015-03-09
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-19
/
+17
2015-03-03
qxl: drop update_displaychangelistener call for secondary qxl devices
Gerd Hoffmann
1
-1
/
+0
2015-03-03
qxl: refactor rounding up to a nearest power of 2
Radim Krčmář
1
-18
/
+5
2015-03-03
spice: fix invalid memory access to vga.vram
Radim Krčmář
1
-0
/
+8
2015-03-03
qxl: document minimal video memory for new modes
Radim Krčmář
1
-0
/
+3
2015-02-26
qxl: Convert to realize
Markus Armbruster
1
-19
/
+17
2014-12-16
spice: reduce refresh rate in native mode
Gerd Hoffmann
1
-0
/
+3
2014-12-16
spice: use bottom half instead of refresh timer for cursor updates
Gerd Hoffmann
1
-4
/
+1
2014-10-15
qxl: keep going if reaching guest bug on empty area
Marc-André Lureau
1
-0
/
+5
2014-09-29
qxl: use graphic_console_set_hwops
Gerd Hoffmann
1
-40
/
+9
2014-09-09
memory: add parameter errp to memory_region_init_ram
Hu Tao
1
-3
/
+3
2014-09-04
vbe: make bochs dispi interface return the correct memory size with qxl
Gerd Hoffmann
1
-0
/
+1
2014-06-20
spice: fix 32bit build
Gerd Hoffmann
1
-1
/
+1
2014-06-13
spice: add mouse cursor support
Gerd Hoffmann
1
-1
/
+5
2014-05-05
PortioList: Store PortioList in device state
Kirill Batuzov
1
-4
/
+3
2014-04-28
vga: allow non-global vmstate
Gerd Hoffmann
1
-1
/
+1
2014-03-05
console: add head to index to qemu consoles.
Gerd Hoffmann
1
-2
/
+2
2014-02-24
qxl: add sanity check
Gerd Hoffmann
1
-1
/
+7
2014-02-13
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
1
-1
/
+1
2014-02-10
qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
Igor Mammedov
1
-1
/
+1
2014-02-03
hw/display/qxl: fix signed to unsigned comparison
Alon Levy
1
-6
/
+9
2014-02-03
qxl: clear irq on reset
Alon Levy
1
-0
/
+1
[next]