Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-21 Thread Alexey Korolev
> On Wed, Feb 29, 2012 at 02:35:14PM +1300, Alexey Korolev wrote: > I've fixed the commit message and applied. Thank you! > How does one trigger the problem? > I'd like to know so I can test for it. The i440fx_init() function is called from pc_init code. The call looks like that: pci_bus = i440f

Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-21 Thread Michael S. Tsirkin
On Wed, Mar 21, 2012 at 01:32:44PM +0100, Andreas Färber wrote: > Hi, > > Am 21.03.2012 06:26, schrieb Alexey Korolev: > >> Hi, > >> > >> There is a typo in i440FX init code. This is causing problems when > >> somebody wants to access 64bit PCI range. > >> > >> > >> Signed-off-by: Alexey Korolev

Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-21 Thread Michael S. Tsirkin
On Wed, Feb 29, 2012 at 02:35:14PM +1300, Alexey Korolev wrote: > Hi, > > There is a typo in i440FX init code. This is causing problems when > somebody wants to access 64bit PCI range. > > > Signed-off-by: Alexey Korolev I've fixed the commit message and applied. How does one trigger the probl

Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-21 Thread Andreas Färber
Am 21.03.2012 13:28, schrieb Markus Armbruster: > Alexey Korolev writes: > >>> Hi, >>> >>> There is a typo in i440FX init code. This is causing problems when >>> somebody wants to access 64bit PCI range. >>> >>> >>> Signed-off-by: Alexey Korolev >>> --- >>> >>> hw/piix_pci.c |2 +- >>> 1 fi

Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-21 Thread Andreas Färber
Hi, Am 21.03.2012 06:26, schrieb Alexey Korolev: >> Hi, >> >> There is a typo in i440FX init code. This is causing problems when >> somebody wants to access 64bit PCI range. >> >> >> Signed-off-by: Alexey Korolev >> --- >> >> hw/piix_pci.c |2 +- >> 1 files changed, 1 insertions(+), 1 deleti

Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-21 Thread Markus Armbruster
Alexey Korolev writes: >> Hi, >> >> There is a typo in i440FX init code. This is causing problems when >> somebody wants to access 64bit PCI range. >> >> >> Signed-off-by: Alexey Korolev >> --- >> >> hw/piix_pci.c |2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --

Re: [Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-03-20 Thread Alexey Korolev
> Hi, > > There is a typo in i440FX init code. This is causing problems when > somebody wants to access 64bit PCI range. > > > Signed-off-by: Alexey Korolev > --- > > hw/piix_pci.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/hw/piix_pci.c b/hw/piix_pci.c >

[Qemu-devel] [PATCH] Fix typo in i400FX chipset init code

2012-02-28 Thread Alexey Korolev
Hi, There is a typo in i440FX init code. This is causing problems when somebody wants to access 64bit PCI range. Signed-off-by: Alexey Korolev --- hw/piix_pci.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/hw/piix_pci.c b/hw/piix_pci.c index 3ed3d90..aab8188 10064