You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/hw/display
Evgeny Ermakov c1966f515d hw/display/next-fb: Fix comment typo
Signed-off-by: Evgeny Ermakov <evgeny.v.ermakov@gmail.com>
Message-Id: <20221125160849.23711-1-evgeny.v.ermakov@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
2 years ago
..
Kconfig hw/display: Rename VGA_ISA_MM -> VGA_MMIO 3 years ago
acpi-vga-stub.c acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors 2 years ago
acpi-vga.c acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors 2 years ago
artist.c artist: set memory region owners for buffers to the artist device 2 years ago
ati.c hw/display: Allow vga_common_init() to return errors 3 years ago
ati_2d.c display: include dependencies explicitly 2 years ago
ati_dbg.c ati-vga: Add dummy MEM_SDRAM_MODE_REG 4 years ago
ati_int.h Use OBJECT_DECLARE_SIMPLE_TYPE when possible 4 years ago
ati_regs.h ati-vga: Add dummy MEM_SDRAM_MODE_REG 4 years ago
bcm2835_fb.c hw/display/bcm2835_fb: Fix framebuffer allocation address 2 years ago
blizzard.c hw/display: fix tab indentation 2 years ago
bochs-display.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 4 years ago
cg3.c Remove qemu-common.h include from most units 3 years ago
cirrus_vga.c display: include dependencies explicitly 2 years ago
cirrus_vga_internal.h hw/display/cirrus_vga: Move "isa-cirrus-vga" device into a separate file 6 years ago
cirrus_vga_isa.c display: include dependencies explicitly 2 years ago
cirrus_vga_rop.h cirrus: fix off-by-one in cirrus_bitblt_rop_bkwd_transp_*_16 8 years ago
cirrus_vga_rop2.h cirrus: fix PUTPIXEL macro 8 years ago
dpcd.c hw/display/dpcd: Convert debug printf()s to trace events 5 years ago
edid-generate.c edid: Fix clock of Detailed Timing Descriptor 3 years ago
edid-region.c Include exec/memory.h slightly less 5 years ago
exynos4210_fimd.c hw/display/exynos4210_fimd: Fix potential NULL pointer dereference 4 years ago
framebuffer.c Include hw/hw.h exactly where needed 5 years ago
framebuffer.h framebuffer: set DIRTY_MEMORY_VGA on RAM that is used for the framebuffer 9 years ago
g364fb.c g364fb: add VMStateDescription for G364SysBusState 3 years ago
i2c-ddc.c Mark remaining global TypeInfo instances as const 3 years ago
jazz_led.c Use OBJECT_DECLARE_SIMPLE_TYPE when possible 4 years ago
macfb.c macfb: set initial value of mode control registers in macfb_common_realize() 3 years ago
meson.build acpi: pc: vga: use AcpiDevAmlIf interface to build VGA device descriptors 2 years ago
next-fb.c hw/display/next-fb: Fix comment typo 2 years ago
omap_dss.c hw/display: fix tab indentation 2 years ago
omap_lcdc.c hw/display/omap_lcdc: Delete unnecessary macro 4 years ago
pl110.c hw/display/pl110: Remove use of BITS from pl110_template.h 4 years ago
pl110_template.h Replace config-time define HOST_WORDS_BIGENDIAN 3 years ago
pxa2xx_lcd.c hw/display: fix tab indentation 2 years ago
qxl-logger.c hw/display/qxl: Pass requested buffer size to qxl_phys2virt() 2 years ago
qxl-render.c hw/display/qxl: Pass requested buffer size to qxl_phys2virt() 2 years ago
qxl.c hw/display/qxl: Assert memory slot fits in preallocated MemoryRegion 2 years ago
qxl.h hw/display/qxl: Avoid buffer overrun in qxl_phys2virt (CVE-2022-4144) 2 years ago
ramfb-standalone.c Use DECLARE_*CHECKER* macros 4 years ago
ramfb.c ramfb: fix size calculation 5 years ago
sii9022.c hw/i2c: add asynchronous send 2 years ago
sm501.c hw/i2c: Rename i2c_set_slave_address() -> i2c_slave_set_address() 3 years ago
ssd0303.c hw/i2c: add asynchronous send 2 years ago
ssd0323.c hw/ssi: Rename SSI 'slave' as 'peripheral' 4 years ago
tc6393xb.c Use g_new() & friends where that makes obvious sense 3 years ago
tcx.c Remove qemu-common.h include from most units 3 years ago
trace-events hw/display/vmware_vga: do not discard screen updates 3 years ago
trace.h trace: switch position of headers to what Meson requires 4 years ago
vga-access.h vga: move access helpers to separate include file 5 years ago
vga-helpers.h vga: move access helpers to separate include file 5 years ago
vga-isa.c display: include dependencies explicitly 2 years ago
vga-mmio.c display: include dependencies explicitly 2 years ago
vga-pci.c display: include dependencies explicitly 2 years ago
vga.c display: include dependencies explicitly 2 years ago
vga_int.h display: include dependencies explicitly 2 years ago
vga_regs.h hw/display: fix tab indentation 2 years ago
vhost-user-gpu-pci.c modules: introduces module_kconfig directive 3 years ago
vhost-user-gpu.c vhost-user: Call qemu_socketpair() instead of socketpair() 2 years ago
vhost-user-vga.c modules: introduces module_kconfig directive 3 years ago
virtio-gpu-base.c virtio-gpu: Respect UI refresh rate for EDID 2 years ago
virtio-gpu-gl.c modules: introduces module_kconfig directive 3 years ago
virtio-gpu-pci-gl.c modules: introduces module_kconfig directive 3 years ago
virtio-gpu-pci.c modules: introduces module_kconfig directive 3 years ago
virtio-gpu-udmabuf-stubs.c virtio-gpu: splitting one extended mode guest fb into n-scanouts 3 years ago
virtio-gpu-udmabuf.c Remove qemu-common.h include from most units 3 years ago
virtio-gpu-virgl.c virtio-gpu: use VIRTIO_GPU_RESOURCE_FLAG_Y_0_TOP 3 years ago
virtio-gpu.c virtio-gpu: update scanout if there is any area covered by the rect 2 years ago
virtio-vga-gl.c modules: introduces module_kconfig directive 3 years ago
virtio-vga.c ui/console: Do not return a value with ui_info 2 years ago
virtio-vga.h qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros 4 years ago
vmware_vga.c display: include dependencies explicitly 2 years ago
xenfb.c hw/display: fix tab indentation 2 years ago
xlnx_dp.c xlnx_dp: drop unsupported AUXCommand in xlnx_dp_aux_set_command 2 years ago