[Qemu-devel] [PATCH for-1.6 v2 1/2] i82801b11: Fix i82801b11 PCI host bridge config space

2013-08-05 Thread Andreas Färber
From: Gerd Hoffmann pci_bridge_write_config() was not being used. Cc: qemu-sta...@nongnu.org Signed-off-by: Gerd Hoffmann Signed-off-by: Andreas Färber --- hw/pci-bridge/i82801b11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hw/pci-bridge/i82801b11.c b/hw/pci-bridge/i82801b11.c index

Re: [Qemu-devel] [PATCH for-1.6 v2 1/2] i82801b11: Fix i82801b11 PCI host bridge config space

2013-08-12 Thread Gerd Hoffmann
On 08/05/13 16:36, Andreas Färber wrote: > From: Gerd Hoffmann > > pci_bridge_write_config() was not being used. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Gerd Hoffmann > Signed-off-by: Andreas Färber Ping? I see it's not yet in master, can we *please* get this in? It is save to take j

Re: [Qemu-devel] [PATCH for-1.6 v2 1/2] i82801b11: Fix i82801b11 PCI host bridge config space

2013-08-12 Thread Andreas Färber
Am 12.08.2013 10:51, schrieb Gerd Hoffmann: > On 08/05/13 16:36, Andreas Färber wrote: >> From: Gerd Hoffmann >> >> pci_bridge_write_config() was not being used. >> >> Cc: qemu-sta...@nongnu.org >> Signed-off-by: Gerd Hoffmann >> Signed-off-by: Andreas Färber > > Ping? I see it's not yet in ma

Re: [Qemu-devel] [PATCH for-1.6 v2 1/2] i82801b11: Fix i82801b11 PCI host bridge config space

2013-08-05 Thread Michael S. Tsirkin
On Mon, Aug 05, 2013 at 04:36:40PM +0200, Andreas Färber wrote: > From: Gerd Hoffmann > > pci_bridge_write_config() was not being used. > > Cc: qemu-sta...@nongnu.org > Signed-off-by: Gerd Hoffmann > Signed-off-by: Andreas Färber Acked-by: Michael S. Tsirkin > --- > hw/pci-bridge/i82801b11