qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/2] pci: 64bit bits


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 0/2] pci: 64bit bits
Date: Wed, 2 May 2012 16:02:13 +0200

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]