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
2023-12-29
hw/display: Constify VMState
Richard Henderson
1
-5
/
+5
2023-09-08
qxl: don't assert() if device isn't yet initialized
Marc-André Lureau
1
-1
/
+4
2023-08-31
hw/display: spelling fixes
Michael Tokarev
1
-1
/
+1
2023-04-28
hw: replace most qemu_bh_new calls with qemu_bh_new_guarded
Alexander Bulekov
1
-3
/
+6
2023-03-13
ui: rename cursor_{put->unref}
Marc-André Lureau
1
-1
/
+1
2023-01-19
ui/spice: QXLInterface method set_mm_time() is now dead, drop
Markus Armbruster
1
-19
/
+0
2023-01-19
ui/spice: Require spice-server >= 0.14.0
Markus Armbruster
1
-6
/
+1
2022-11-29
hw/display/qxl: Assert memory slot fits in preallocated MemoryRegion
Philippe Mathieu-Daudé
1
-0
/
+1
2022-11-29
hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144)
Philippe Mathieu-Daudé
1
-4
/
+23
2022-11-29
hw/display/qxl: Pass requested buffer size to qxl_phys2virt()
Philippe Mathieu-Daudé
1
-5
/
+9
2022-06-06
modules: introduces module_kconfig directive
Jose R. Ziviani
1
-0
/
+1
2022-04-06
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
1
-1
/
+1
2022-03-18
hw/display: Allow vga_common_init() to return errors
Thomas Huth
1
-1
/
+5
2022-01-18
spice: Update QXLInterface for spice >= 0.15.0
John Snow
1
-1
/
+13
2021-12-21
ui: move qemu_spice_fill_device_address to ui/util.c
Marc-André Lureau
1
-1
/
+6
2021-09-15
qxl: fix pre-save logic
Gerd Hoffmann
1
-1
/
+1
2021-07-22
Revert "qxl: add migration blocker to avoid pre-save assert"
Gerd Hoffmann
1
-31
/
+0
2021-07-22
qxl: remove assert in qxl_pre_save.
Gerd Hoffmann
1
-1
/
+3
2021-07-09
modules: add qxl module annotations
Gerd Hoffmann
1
-0
/
+4
2021-05-27
hw/display/qxl: Set pci rom address aligned with page size
maobibo
1
-1
/
+1
2021-05-02
hw/display/qxl: Constify VMStateDescription
Philippe Mathieu-Daudé
1
-4
/
+4
2021-03-09
sysemu: Let VMChangeStateHandler take boolean 'running' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2021-02-04
qxl: set qxl.ssd.dcl.con on secondary devices
Marc-André Lureau
1
-0
/
+1
2021-02-04
hw/display/qxl: Fix bad printf format specifiers
Alex Chen
1
-1
/
+1
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-2
/
+2
2020-07-21
qxl: fix modular builds with dtrace
Gerd Hoffmann
1
-0
/
+9
2020-05-04
lockable: replaced locks with lock guard macros where appropriate
Daniel Brodsky
1
-23
/
+20
2020-03-02
qxl: map rom r/o
Gerd Hoffmann
1
-1
/
+1
2020-02-18
hw/display/qxl: Remove unneeded variable assignment
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-13
qxl: introduce hardware revision 5
Gerd Hoffmann
1
-1
/
+6
2020-01-30
hw/display/qxl.c: Use trace_event_get_state_backends()
Peter Maydell
1
-1
/
+1
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
1
-1
/
+1
2020-01-02
console: add graphic_hw_update_done()
Marc-André Lureau
1
-0
/
+1
2019-08-16
sysemu: Split sysemu/runstate.h off sysemu/sysemu.h
Markus Armbruster
1
-1
/
+1
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-0
/
+1
2019-08-16
Include migration/vmstate.h less
Markus Armbruster
1
-0
/
+1
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
1
-1
/
+1
2019-05-07
qxl: avoid unaligned pointer reads/writes
Daniel P. Berrangé
1
-31
/
+24
2019-05-07
qxl: check release info object
Prasad J Pandit
1
-0
/
+3
2019-02-21
spice: set device address and device display ID in QXL interface
Lukáš Hrázký
1
-1
/
+13
2019-01-24
display: ensure qxl log_buf is a nul terminated string
Daniel P. Berrangé
1
-4
/
+10
2019-01-10
configure: bump spice-server required version to 0.12.5
Marc-André Lureau
1
-2
/
+0
2018-10-29
qxl: store channel id in qxl->id
Gerd Hoffmann
1
-7
/
+12
2018-10-15
qxl: check qxl_phys2virt return value
Gerd Hoffmann
1
-1
/
+1
2018-10-05
hw/display/qxl: Suppress clang-7 warning about misaligned atomic operation
Peter Maydell
1
-1
/
+25
2018-09-27
qxl: use guest_monitor_config for local renderer.
Gerd Hoffmann
1
-0
/
+12
2018-08-21
qxl: drop unused generation variable
Gerd Hoffmann
1
-1
/
+0
2018-07-03
Merge remote-tracking branch 'remotes/kraxel/tags/vga-20180703-pull-request' ...
Peter Maydell
1
-1
/
+2
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
1
-1
/
+2
[next]