From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51832) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3LPt-0006IQ-AN for qemu-devel@nongnu.org; Sun, 28 Jul 2013 03:29:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V3LPo-0001SW-HW for qemu-devel@nongnu.org; Sun, 28 Jul 2013 03:29:21 -0400 Received: from mx1.redhat.com ([209.132.183.28]:18964) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V3LPo-0001SM-9p for qemu-devel@nongnu.org; Sun, 28 Jul 2013 03:29:16 -0400 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r6S7TFoI008044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 28 Jul 2013 03:29:15 -0400 From: Igor Mammedov Date: Sun, 28 Jul 2013 09:29:07 +0200 Message-Id: <1374996553-21828-1-git-send-email-imammedo@redhat.com> Subject: [Qemu-devel] [PATCH 0/6 v2 for-1.6] pc: limit 64 bit hole to 2G by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: mst@redhat.com It turns out that some 32 bit windows guests crash if 64 bit PCI hole size is >2G. Limit it to 2G for piix and q35 by default. v1-v2: * redone using QOM properties to pass value around git-tree for testing: https://github.com/imammedo/qemu/commits/pcihole64_fix_v2 Igor Mammedov (5): pc: add I440FX QOM cast macro utils: add range_size() wrapper pc: replace i440fx_common_init() with i440fx_init() as it isn't used by anywhere else pc: add Q35 to QOM composition tree under /machine pc: limit 64 bit hole to 2G by default Michael S. Tsirkin (1): pc: move IO_APIC_DEFAULT_ADDRESS to include/hw/i386/ioapic.h hw/i386/pc.c | 61 ++++++++++++++++++------------- hw/i386/pc_piix.c | 14 +------- hw/i386/pc_q35.c | 2 +- hw/pci-host/piix.c | 91 ++++++++++++++++++++++++++--------------------- hw/pci-host/q35.c | 32 ++++++++++------- include/hw/i386/ioapic.h | 1 + include/hw/i386/pc.h | 5 ++- include/hw/pci-host/q35.h | 1 + include/qemu/range.h | 6 ++++ 9 files changed, 119 insertions(+), 94 deletions(-) -- 1.8.3.1