From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33112) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYv1R-0001HK-GI for qemu-devel@nongnu.org; Mon, 07 Sep 2015 07:55:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZYv1N-0005ty-Sc for qemu-devel@nongnu.org; Mon, 07 Sep 2015 07:55:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59338) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZYv1N-0005tp-MB for qemu-devel@nongnu.org; Mon, 07 Sep 2015 07:55:37 -0400 From: Igor Mammedov Date: Mon, 7 Sep 2015 13:55:30 +0200 Message-Id: <1441626932-76366-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH 0/2] pc: fix 64-bit PCI window clashing with memory hotplug region List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: bharata@linux.vnet.ibm.com, ehabkost@redhat.com, mst@redhat.com Igor Mammedov (2): pc: memhotplug: fix incorrectly set reserved-memory-end pc: memhotplug: keep reserved-memory-end broken on 2.4 and earlier machines hw/i386/pc.c | 8 +++++++- hw/i386/pc_piix.c | 2 ++ hw/i386/pc_q35.c | 2 ++ include/hw/i386/pc.h | 1 + 4 files changed, 12 insertions(+), 1 deletion(-) -- 1.8.3.1