qemu-e2k/hw/display
Markus Armbruster fa1d36df74 block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()
The patch is big, but all it really does is replacing

    dinfo->bdrv

by

    blk_bs(blk_by_legacy_dinfo(dinfo))

The replacement is repetitive, but the conversion of device models to
BlockBackend is imminent, and will shorten it to just
blk_legacy_dinfo(dinfo).

Line wrapping muddies the waters a bit.  I also omit tests whether
dinfo->bdrv is null, because it never is.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Benoît Canet <benoit.canet@nodalink.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Reviewed-by: Kevin Wolf <kwolf@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
2014-10-20 13:41:27 +02:00
..
ads7846.c
blizzard_template.h
blizzard.c hw/display/blizzard.c: Delete unused function blizzard_rgb2yuv 2014-09-29 18:48:47 +01:00
cg3.c memory: add parameter errp to memory_region_init_ram 2014-09-09 13:41:43 +02:00
cirrus_vga_rop2.h
cirrus_vga_rop.h cirrus: Fix host CPU blits 2014-07-11 10:17:02 +02:00
cirrus_vga.c cirrus: Remove non-32bpp cursor drawing 2014-09-30 13:34:09 +02:00
exynos4210_fimd.c
framebuffer.c
framebuffer.h
g364fb.c
jazz_led.c
Makefile.objs
milkymist-tmu2.c
milkymist-vgafb_template.h
milkymist-vgafb.c
omap_dss.c
omap_lcd_template.h
omap_lcdc.c
pl110_template.h
pl110.c
pxa2xx_lcd.c hw/display/pxa2xx_lcd.c: Remove unused function pxa2xx_dma_rdst_set 2014-09-29 18:48:47 +01:00
pxa2xx_template.h
qxl-logger.c
qxl-render.c console: stop using PixelFormat 2014-09-05 13:27:11 +02:00
qxl.c qxl: use graphic_console_set_hwops 2014-09-29 10:20:09 +02:00
qxl.h
sm501_template.h
sm501.c memory: add parameter errp to memory_region_init_ram 2014-09-09 13:41:43 +02:00
ssd0303.c
ssd0323.c
tc6393xb_template.h
tc6393xb.c block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() 2014-10-20 13:41:27 +02:00
tcx.c tcx: Implement hardware acceleration 2014-09-23 22:23:14 +01:00
vga_int.h vga: Add endian to vmstate 2014-09-30 13:34:09 +02:00
vga-helpers.h vga: Rename vga_template.h to vga-helpers.h 2014-09-30 13:34:09 +02:00
vga-isa-mm.c
vga-isa.c
vga-pci.c vga-pci: add qext region to mmio 2014-10-15 11:08:35 +02:00
vga.c hw/display/vga: Remove unused arrays dmask4 and dmask16 2014-10-15 11:10:50 +02:00
vga.h
vmware_vga.c - Memory: improve error reporting and avoid crashes on hotplug 2014-09-12 16:55:49 +01:00
xenfb.c console: stop using PixelFormat 2014-09-05 13:27:11 +02:00