qemu-e2k/hw/hppa
Igor Mammedov 6a3a2e8282 hppa: drop usage of memory_region_allocate_system_memory() for ROM
machine_hppa_init() violates memory_region_allocate_system_memory() contract
by calling it multiple times which could break with -mem-path. Replace
the second usage (for 'rom') with memory_region_init_ram() instead.

Signed-off-by: Igor Mammedov <imammedo@redhat.com>
Message-Id: <20191008113318.7012-4-imammedo@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
2019-10-23 23:37:42 -03:00
..
Kconfig virtio-vga: only enable for specific boards 2019-03-21 17:42:18 +01:00
Makefile.objs hw/hppa/Makefile.objs: Create CONFIG_* for hppa 2019-02-05 16:50:20 +01:00
dino.c hppa: fix leak from g_strdup_printf 2019-10-04 18:49:17 +02:00
hppa_hardware.h Supply missing header guards 2019-06-12 13:20:21 +02:00
hppa_sys.h Include hw/irq.h a lot less 2019-08-16 13:31:52 +02:00
machine.c hppa: drop usage of memory_region_allocate_system_memory() for ROM 2019-10-23 23:37:42 -03:00
pci.c Clean up inclusion of sysemu/sysemu.h 2019-08-16 13:31:53 +02:00
trace-events trace-events: Shorten file names in comments 2019-03-22 16:18:07 +00:00