From: Isaku Yamahata <yamahata@valinux.co.jp>
To: qemu-devel@nongnu.org
Cc: yamahata@valinux.co.jp
Subject: [Qemu-devel] [PATCH 0/6] pci: various clean up and 64bit bar support.
Date: Tue, 7 Jul 2009 15:59:21 +0900 [thread overview]
Message-ID: <1246949967-4778-1-git-send-email-yamahata@valinux.co.jp> (raw)
The first 4 patches are trivial clean up patches, so they are
ready to commit.
The last 2 patches implement pci 64bit bar support.
At this moment there is no user. I'm implementing
q35 based chipset emulator which uses 64bit bar.
thanks,
Isaku Yamahata (6):
pci.c: remove unnecessary #ifdef DEBUG_PCI.
pci: use uint8_t for pci_register_bar() type argument of int.
pci: minor clean up of pci_update_mappings().
pci: define a constant to represent a unmapped bar and use it.
pci: use uint64_t for bar addr and size instead of uint32_t.
pci: 64bit bar support.
hw/ac97.c | 2 +-
hw/cirrus_vga.c | 6 +-
hw/e1000.c | 12 +++--
hw/eepro100.c | 8 ++--
hw/ide.c | 4 +-
hw/lsi53c895a.c | 6 +-
hw/msix.c | 2 +-
hw/msix.h | 2 +-
hw/ne2000.c | 2 +-
hw/pci.c | 110 ++++++++++++++++++++++++++++++++++++----------------
hw/pci.h | 18 +++++++--
hw/pcnet.c | 9 ++--
hw/rtl8139.c | 4 +-
hw/usb-ohci.c | 2 +-
hw/usb-uhci.c | 2 +-
hw/vga.c | 2 +-
hw/virtio-pci.c | 2 +-
hw/vmware_vga.c | 4 +-
hw/wdt_i6300esb.c | 5 +-
19 files changed, 129 insertions(+), 73 deletions(-)
next reply other threads:[~2009-07-07 7:01 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-07 6:59 Isaku Yamahata [this message]
2009-07-07 6:59 ` [Qemu-devel] [PATCH 1/6] pci.c: remove unnecessary #ifdef DEBUG_PCI Isaku Yamahata
2009-07-07 6:59 ` [Qemu-devel] [PATCH 2/6] pci: use uint8_t for pci_register_bar() type argument of int Isaku Yamahata
2009-07-07 6:59 ` [Qemu-devel] [PATCH 3/6] pci: minor clean up of pci_update_mappings() Isaku Yamahata
2009-07-07 6:59 ` [Qemu-devel] [PATCH 4/6] pci: define a constant to represent a unmapped bar and use it Isaku Yamahata
2009-07-07 6:59 ` [Qemu-devel] [PATCH 5/6] pci: use uint64_t for bar addr and size instead of uint32_t Isaku Yamahata
2009-07-07 6:59 ` [Qemu-devel] [PATCH 6/6] pci: 64bit bar support Isaku Yamahata
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1246949967-4778-1-git-send-email-yamahata@valinux.co.jp \
--to=yamahata@valinux.co.jp \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).