On Thu, 2011-08-11 at 17:49 +0800, walimis wrote: > On Thu, Aug 11, 2011 at 12:04:08PM +0300, Sasha Levin wrote: > >This patch makes BAR 1 16k, instead of BAR0 - which is the PIO bar. > > > >This fixes wrong output on lspci command and ioremap warnings during boot. > > > >Reported-by: David Evensky <evensky@xxxxxxxxxxxxxxxxxxxx> > >Signed-off-by: Sasha Levin <levinsasha928@xxxxxxxxx> > >--- > > tools/kvm/hw/serial.c | 2 +- > > tools/kvm/hw/vesa.c | 2 +- > > tools/kvm/pci.c | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > > >diff --git a/tools/kvm/hw/serial.c b/tools/kvm/hw/serial.c > >index 1199264..0393d3d 100644 > >--- a/tools/kvm/hw/serial.c > >+++ b/tools/kvm/hw/serial.c > >@@ -213,7 +213,7 @@ static bool serial8250_out(struct ioport *ioport, struct kvm *kvm, u16 port, voi > > case UART_TX: { > > char *addr = data; > > > >- if (!(dev->mcr & UART_MCR_LOOP)) > >+ if (!(dev->mcr & (UART_MCR_LOOP | UART_MCR_OUT2))) > I assume it was your mistake to include this part? > > walimis Heh... yes it was. Thanks :) -- Sasha. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html