From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33018) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cBS3A-0004fi-Gr for qemu-devel@nongnu.org; Mon, 28 Nov 2016 14:57:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cBS39-0001pK-Jh for qemu-devel@nongnu.org; Mon, 28 Nov 2016 14:57:16 -0500 From: Laszlo Ersek Date: Mon, 28 Nov 2016 20:56:59 +0100 Message-Id: <20161128195701.24912-1-lersek@redhat.com> Subject: [Qemu-devel] [PATCH for-2.8 0/2] loader fixes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu devel list Cc: "Michael S. Tsirkin" , Alistair Francis , Igor Mammedov , Michael Walle , Paolo Bonzini , Peter Maydell , Shannon Zhao , qemu-arm@nongnu.org While rebasing Michael's patch at to current master, I noticed something was wrong with rom_add_blob() in current master. I'm proposing these fixes. Thanks Laszlo Cc: "Michael S. Tsirkin" Cc: Alistair Francis Cc: Igor Mammedov Cc: Michael Walle Cc: Paolo Bonzini Cc: Peter Maydell Cc: Shannon Zhao Cc: qemu-arm@nongnu.org Cc: qemu-devel@nongnu.org Laszlo Ersek (2): loader: fix handling of custom address spaces when adding ROM blobs loader: fix undefined behavior in rom_order_compare() hw/lm32/lm32_hwsetup.h | 2 +- include/hw/loader.h | 6 +++--- hw/arm/virt-acpi-build.c | 2 +- hw/core/loader.c | 6 ++++-- hw/i386/acpi-build.c | 2 +- 5 files changed, 10 insertions(+), 8 deletions(-) -- 2.9.2