]> git.proxmox.com Git - qemu.git/commit
pci: fix bridge update
authorMichael S. Tsirkin <mst@redhat.com>
Tue, 6 Jul 2010 11:17:51 +0000 (14:17 +0300)
committerMichael S. Tsirkin <mst@redhat.com>
Sun, 11 Jul 2010 20:31:52 +0000 (23:31 +0300)
commiteb0557dbd1c045b57f1fa1ed5c2d22fbfd667583
tree7a9aab79134812d593e3487f32a031902fdd3465
parent279a42535dc977c495bdbda8c8831016e05a0a5d
pci: fix bridge update

bridge config write should trigger updates
on the secondary bus. never on the primary bus.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/pci.c