qemu-irix/hw
Paolo Bonzini d55d42078b framebuffer: check memory_region_is_logging
framebuffer.c expects DIRTY_MEMORY_VGA logging to be always on, but that
will not be the case soon.  Because framebuffer.c computes the memory
region on the fly for every update (with memory_region_find), it cannot
enable/disable logging by itself.

Instead, always treat updates as invalidations if dirty logging is
not enabled, assuming that the board will enable logging on the
RAM region that includes the framebuffer.

Reviewed-by: Fam Zheng <famz@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2015-06-05 17:09:59 +02:00
..
9pfs
acpi hw/acpi: piix4_pm_init(): take fw_cfg object no more 2015-06-04 11:25:42 +02:00
alpha hw/alpha/typhoon.c: Fix misusing qemu_allocate_irqs for single irq 2015-06-03 14:21:24 +03:00
arm trivial patches for 2015-06-03 2015-06-04 12:49:15 +01:00
audio
block
bt
char Move parallel_hds_isa_init to hw/isa/isa-bus.c 2015-06-05 17:09:58 +02:00
core machine: add default_ram_size to machine class 2015-06-03 23:56:55 +02:00
cpu
cris
display framebuffer: check memory_region_is_logging 2015-06-05 17:09:59 +02:00
dma
gpio pl061: fix wrong calculation of GPIOMIS register 2015-06-02 14:56:25 +01:00
i2c
i386 pc, acpi, virtio, tpm 2015-06-04 18:33:24 +01:00
ide hw/ide/pci: Fix memory leak 2015-06-03 14:21:24 +03:00
input
intc trivial patches for 2015-06-03 2015-06-04 12:49:15 +01:00
ipack
isa Move parallel_hds_isa_init to hw/isa/isa-bus.c 2015-06-05 17:09:58 +02:00
lm32 hw/lm32/milkymist.c: Fix misusing qemu_allocate_irqs for single irq 2015-06-03 14:21:24 +03:00
m68k
mem pc-dimm: don't assert if pc-dimm alignment != hotpluggable mem range size 2015-06-04 11:20:34 +02:00
microblaze
mips hw/acpi: piix4_pm_init(): take fw_cfg object no more 2015-06-04 11:25:42 +02:00
misc macio: Convert to realize() 2015-06-03 23:56:49 +02:00
moxie
net pc, acpi, virtio, tpm 2015-06-04 18:33:24 +01:00
nvram
openrisc
pci pc, acpi, virtio, tpm 2015-06-04 18:33:24 +01:00
pci-bridge hw/pxb: add numa_node parameter 2015-06-03 18:19:18 +02:00
pci-host
pcmcia
ppc Patch queue for ppc - 2015-06-03 2015-06-04 14:04:14 +01:00
s390x
scsi
sd
sh4
sparc hw/sparc/sun4m.c: Fix misusing qemu_allocate_irqs for single irq 2015-06-03 14:21:24 +03:00
sparc64
ssi
timer hw/timer/arm_timer.c: Fix misusing qemu_allocate_irqs for single irq 2015-06-03 14:21:24 +03:00
tpm
tricore
unicore32 hw/unicore32/puv3.c: Fix misusing qemu_allocate_irqs for single irq 2015-06-03 14:21:24 +03:00
usb
vfio
virtio memory: prepare for multiple bits in the dirty log mask 2015-06-05 17:09:59 +02:00
watchdog
xen xen/pt: unknown PCI config space fields should be read-only 2015-06-02 15:07:01 +00:00
xenpv
xtensa
Makefile.objs