index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
display
/
virtio-vga.c
Age
Commit message (
Expand
)
Author
2020-09-29
virtio-vga: implement big-endian-framebuffer property
Gerd Hoffmann
2020-09-15
virtio-gpu: make virtio_gpu_ops static
Gerd Hoffmann
2020-09-09
virtio-vga: Use typedef name for instance_size
Eduardo Habkost
2020-09-09
Use DECLARE_*CHECKER* macros
Eduardo Habkost
2020-09-09
Move QOM typedefs and add missing includes
Eduardo Habkost
2020-07-10
error: Eliminate error_propagate() with Coccinelle, part 1
Markus Armbruster
2020-07-10
qom: Put name parameter before value / visitor parameter
Markus Armbruster
2020-07-10
qdev: Use returned bool to check for qdev_realize() etc. failure
Markus Armbruster
2020-07-02
hw: Fix error API violation around object_property_set_link()
Markus Armbruster
2020-06-15
qdev: Convert uses of qdev_set_parent_bus() with Coccinelle
Markus Armbruster
2020-05-04
virtio-vga: fix virtio-vga bar ordering
Anthoine Bourgeois
2020-01-24
qdev: set properties with device_class_set_props()
Marc-André Lureau
2019-08-16
Include hw/qdev-properties.h less
Markus Armbruster
2019-08-16
Include hw/hw.h exactly where needed
Markus Armbruster
2019-07-29
Revert "hw: report invalid disable-legacy|modern usage for virtio-1-only devs"
Dr. David Alan Gilbert
2019-06-12
Include qemu/module.h where needed, drop it from qemu-common.h
Markus Armbruster
2019-05-29
virtio-gpu: split virtio-gpu-pci & virtio-vga
Marc-André Lureau
2019-05-29
virtio-gpu: split virtio-gpu, introduce virtio-gpu-base
Marc-André Lureau
2019-05-20
hw: report invalid disable-legacy|modern usage for virtio-1-only devs
Daniel P. Berrangé
2019-03-11
virtio-vga: fix reset.
Gerd Hoffmann
2019-01-17
virtio: split virtio gpu bits from virtio-pci.h
Juan Quintela
2018-12-19
virtio: Helper for registering virtio device types
Eduardo Habkost
2018-09-27
display/stdvga: add edid support.
Gerd Hoffmann
2018-08-30
Revert "virtio-gpu: fix crashes upon warm reboot with vga mode"
Gerd Hoffmann
2018-08-30
virtio-vga: fix reset
Gerd Hoffmann
2018-08-07
virtio-gpu: fix crashes upon warm reboot with vga mode
Marc-André Lureau
2018-07-03
vga: disable global_vmstate for 3.0+ machine types
Gerd Hoffmann
2018-06-26
vga: set owner for mmio regions
Gerd Hoffmann
2017-12-18
hw/display/vga: "vga_int.h" requires "ui/console.h"
Philippe Mathieu-Daudé
2016-10-08
virtio: rename the bar index field name in VirtIOPCIProxy
Chen Fan
2016-09-13
virtio-vga: adapt to page-per-vq=off
Gerd Hoffmann
2016-07-29
hw/virtio-pci: fix virtio behaviour
Marcel Apfelbaum
2016-06-06
virtio-gpu: add live migration support
Gerd Hoffmann
2016-05-23
virtio-vga: propagate on gpu realized error
Marc-André Lureau
2016-02-03
virtio-gpu: block any rendering until client (ui) is done
Gerd Hoffmann
2016-01-29
virtio: Clean up includes
Peter Maydell
2015-07-07
virtio-gpu: use virtio_instance_init_common, fixup properties
Gerd Hoffmann
2015-07-07
virtio-gpu: update console device property.
Gerd Hoffmann
2015-06-12
virtio-vga: add virtio gpu device with vga compatibility
Gerd Hoffmann