From: Gerd Hoffmann <kraxel@redhat.com>
To: Alexey Korolev <alexey.korolev@endace.com>
Cc: mst@redhat.com, sfd@endace.com, seabios@seabios.org,
qemu-devel@nongnu.org, kevin@koconnor.net, avi@redhat.com
Subject: Re: [Qemu-devel] [SeaBIOS] [Seabios] [PATCH 0/6] 64bit PCI BARs allocations (take 2)
Date: Fri, 02 Mar 2012 08:08:10 +0100 [thread overview]
Message-ID: <4F5071DA.5020101@redhat.com> (raw)
In-Reply-To: <4F4FEECB.3060901@endace.com>
[-- Attachment #1: Type: text/plain, Size: 421 bytes --]
On 03/01/12 22:48, Alexey Korolev wrote:
> Hi,
> What is your setup?
> I want to reproduce this case
qemu: latest master with a few patches (mst's bridge patches, pci64
fixes from me, posted to qemu-devel a few days ago), bundle pushed to
http://www.kraxel.org/cgit/qemu/log/?h=pci64 for your convenience.
See the attached config file (which you can pass to qemu via
-readconfig) for the bridge setup.
cheers,
Gerd
[-- Attachment #2: fedora-bridge.cfg --]
[-- Type: text/plain, Size: 1273 bytes --]
[device "br0"]
driver = "pci-bridge"
multifunction = "on"
addr = "10.0"
chassis_nr = "1"
[device "br1"]
driver = "pci-bridge"
multifunction = "on"
addr = "10.1"
chassis_nr = "2"
[device "br2"]
driver = "pci-bridge"
multifunction = "on"
addr = "10.2"
chassis_nr = "3"
[device "br3"]
driver = "pci-bridge"
multifunction = "on"
addr = "10.3"
chassis_nr = "4"
[device]
driver = "ivshmem"
bus = "br0.0"
addr = "01"
shm = "ivshmem.root"
size = "1024M"
use64 = "1"
[device]
driver = "virtio-balloon"
bus = "br1.0"
addr = "01"
#####################################################################
[device "nest-l1"]
driver = "pci-bridge"
addr = "11"
chassis_nr = "5"
[device "nest-l2.1"]
driver = "pci-bridge"
bus = "nest-l1.0"
addr = "01"
chassis_nr = "6"
[device "nest-l2.2"]
driver = "pci-bridge"
bus = "nest-l1.0"
addr = "02"
chassis_nr = "7"
[device]
driver = "ivshmem"
bus = "nest-l2.1.0"
addr = "01"
shm = "ivshmem.br1"
size = "32M"
use64 = "1"
[device]
driver = "ivshmem"
bus = "nest-l2.1.0"
addr = "02"
shm = "ivshmem.br2"
size = "32M"
use64 = "1"
[device]
driver = "ivshmem"
bus = "nest-l2.2.0"
addr = "01"
shm = "ivshmem.br3"
size = "32M"
use64 = "1"
[device]
driver = "ivshmem"
bus = "nest-l2.2.0"
addr = "02"
shm = "ivshmem.br4"
size = "32M"
use64 = "1"
next prev parent reply other threads:[~2012-03-02 7:09 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-01 5:50 [Qemu-devel] [Seabios] [PATCH 0/6] 64bit PCI BARs allocations (take 2) Alexey Korolev
2012-03-01 6:05 ` [Qemu-devel] [Seabios] [PATCH 1/6] Adding new structures Alexey Korolev
2012-03-01 6:15 ` [Qemu-devel] [PATCH 2/6] New service functions and ported old functions to 64bit Alexey Korolev
2012-03-01 6:40 ` [Qemu-devel] [PATCH 3/6] Fill PCI regions with etnries Alexey Korolev
2012-03-01 6:57 ` [Qemu-devel] [PATCH 4/6] Mapping of BARs and Bridge regions Alexey Korolev
2012-03-01 9:22 ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
2012-03-01 22:01 ` Alexey Korolev
2012-03-02 7:21 ` Gerd Hoffmann
2012-03-05 5:31 ` Alexey Korolev
2012-03-01 7:02 ` [Qemu-devel] [PATCH 5/6] Delete old code Alexey Korolev
2012-03-01 7:11 ` [Qemu-devel] [PATCH 6/6] 64bit PCI range in _CRS table Alexey Korolev
2012-03-01 9:05 ` [Qemu-devel] [SeaBIOS] [Seabios] [PATCH 0/6] 64bit PCI BARs allocations (take 2) Gerd Hoffmann
2012-03-01 21:48 ` Alexey Korolev
2012-03-02 7:08 ` Gerd Hoffmann [this message]
2012-03-05 5:34 ` Alexey Korolev
2012-03-05 10:12 ` Gerd Hoffmann
2012-03-06 4:28 ` Alexey Korolev
2012-03-04 19:40 ` [Qemu-devel] " Kevin O'Connor
2012-03-05 6:03 ` Alexey Korolev
2012-03-05 13:16 ` Kevin O'Connor
2012-03-05 9:53 ` [Qemu-devel] [SeaBIOS] " Gerd Hoffmann
2012-03-05 13:49 ` Kevin O'Connor
2012-03-06 4:44 ` Alexey Korolev
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=4F5071DA.5020101@redhat.com \
--to=kraxel@redhat.com \
--cc=alexey.korolev@endace.com \
--cc=avi@redhat.com \
--cc=kevin@koconnor.net \
--cc=mst@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=seabios@seabios.org \
--cc=sfd@endace.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.