Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-07-02 | hw/display: Use the IEC binary prefix definitions | Philippe Mathieu-Daudé | 1 | -16/+14 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+1 |
2018-01-12 | spice: remove QXLWorker interface field | Frediano Ziglio | 1 | -1/+0 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 1 | -0/+4 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 1 | -1/+3 |
2017-08-15 | qxl: call qemu_spice_display_init_common for secondary devices | Paolo Bonzini | 1 | -1/+1 |
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 |