Searched hist:"6 a3a2e828220d9c86425930178445b868ea3c3c4" (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/hppa/ |
H A D | machine.c | diff 6a3a2e828220d9c86425930178445b868ea3c3c4 Tue Oct 08 06:33:18 CDT 2019 Igor Mammedov <imammedo@redhat.com> 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>
|