From: Gerd Hoffmann <kraxel@redhat.com>
To: qemu-devel@nongnu.org
Cc: Gerd Hoffmann <kraxel@redhat.com>
Subject: [Qemu-devel] [PATCH 0/2] pci: 64bit bits
Date: Wed, 2 May 2012 16:02:13 +0200 [thread overview]
Message-ID: <1335967335-30197-1-git-send-email-kraxel@redhat.com> (raw)
Hi,
seabios (master branch) just got 64bit pci support. When running out of
address space in the pci memory window below 4G (0xe0000000+) seabios
will map 64bit pci bars above 4G to make room below 4G.
This patch series carries two little patches for qemu to adapt it to the
seabios changes. First patch creates a memory window for the 64bit pci
bars. Second patch adds a 64bit option to the ivshmem driver, which
allows to use huge shared memory chunks.
please review & apply,
Gerd
Gerd Hoffmann (2):
pc: add pci64 memory hole
ivshmem: add 64bit option
hw/ivshmem.c | 13 ++++++++++---
hw/pc.c | 17 ++++++++++++++---
hw/pc.h | 6 ++++++
hw/pc_piix.c | 22 ++++++++++------------
4 files changed, 40 insertions(+), 18 deletions(-)
next reply other threads:[~2012-05-02 14:02 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-02 14:02 Gerd Hoffmann [this message]
2012-05-02 14:02 ` [Qemu-devel] [PATCH 1/2] pc: add pci64 memory hole Gerd Hoffmann
2012-05-02 15:31 ` Avi Kivity
2012-05-02 15:46 ` Gerd Hoffmann
2012-05-02 15:52 ` Avi Kivity
2012-05-02 14:02 ` [Qemu-devel] [PATCH 2/2] ivshmem: add 64bit option Gerd Hoffmann
2012-05-02 15:33 ` Avi Kivity
2012-05-02 15:33 ` [Qemu-devel] [PATCH 0/2] pci: 64bit bits Avi Kivity
2012-05-02 15:54 ` Gerd Hoffmann
2012-05-02 15:57 ` Avi Kivity
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=1335967335-30197-1-git-send-email-kraxel@redhat.com \
--to=kraxel@redhat.com \
--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).