qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/2] pci: 64bit bits
@ 2012-05-02 14:02 Gerd Hoffmann
  2012-05-02 14:02 ` [Qemu-devel] [PATCH 1/2] pc: add pci64 memory hole Gerd Hoffmann
                   ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Gerd Hoffmann @ 2012-05-02 14:02 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  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(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-05-02 16:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-02 14:02 [Qemu-devel] [PATCH 0/2] pci: 64bit bits Gerd Hoffmann
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

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).