From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39700) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCCvp-0006P9-16 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 14:15:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VCCvh-0007Yd-56 for qemu-devel@nongnu.org; Wed, 21 Aug 2013 14:14:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43925) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VCCvg-0007YN-TR for qemu-devel@nongnu.org; Wed, 21 Aug 2013 14:14:49 -0400 From: Eduardo Habkost Date: Wed, 21 Aug 2013 15:14:39 -0300 Message-Id: <1377108885-2057-1-git-send-email-ehabkost@redhat.com> Subject: [Qemu-devel] [pci PATCH v2 0/6] pc init & compat function cleanup List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, "Michael S. Tsirkin" Cc: Anthony Liguori , Markus Armbruster , Gerd Hoffmann , Paolo Bonzini , Igor Mammedov , =?UTF-8?q?Andreas=20F=C3=A4rber?= Now sending the same series based on Michael's pci tree, to avoid conflicts, and including 2 "don't prematurely explode QEMUMachineInitArgs" patches from Markus. Eduardo Habkost (4): pc: Kill pc_init_pci_1_0() pc: Create pc_compat_*() functions pc: pc_compat_1_4() now can call pc_compat_1_5() pc_piix: Kill pc_init1() memory region args Markus Armbruster (2): pc: Don't prematurely explode QEMUMachineInitArgs pc: Don't explode QEMUMachineInitArgs into local variables needlessly hw/i386/pc_piix.c | 127 +++++++++++++++++++++++++----------------------------- hw/i386/pc_q35.c | 53 ++++++++++++++--------- 2 files changed, 92 insertions(+), 88 deletions(-) -- 1.8.3.1