From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35226 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OtXCA-0002en-FJ for qemu-devel@nongnu.org; Wed, 08 Sep 2010 22:49:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OtXC8-0008Eg-Uy for qemu-devel@nongnu.org; Wed, 08 Sep 2010 22:49:02 -0400 Received: from mail.valinux.co.jp ([210.128.90.3]:39655) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OtXC8-0008E9-Lo for qemu-devel@nongnu.org; Wed, 08 Sep 2010 22:49:00 -0400 From: Isaku Yamahata Date: Thu, 9 Sep 2010 11:48:54 +0900 Message-Id: Subject: [Qemu-devel] [PATCH 0/3] pci: pci_register_bar() clean up List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: yamahata@valinux.co.jp, mst@redhat.com This patch set cleans up pci_register_bar() a bit. Isaku Yamahata (3): pci: sorting out type confusion in pci_register_bar(). pci: don't ignore invalid parameter for pci_register_bar(). pci: improve signature of pci_register_bar(). hw/pci.c | 11 +++++------ hw/pci.h | 2 +- 2 files changed, 6 insertions(+), 7 deletions(-)