Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-19 Thread Andreas Färber
Am 17.03.2014 22:55, schrieb Artyom Tarasenko: > Hi Andreas, > > On Mon, Mar 17, 2014 at 8:59 PM, Andreas Färber > wrote: >>> this patch seems still be missing in master. Is it causing any problems? >> >> It does not apply without the preceding patches. Here's my cherry-pick >> result: >> [...]

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-19 Thread Andreas Färber
Am 17.03.2014 23:25, schrieb Hervé Poussineau: > Hi, > Le lun. 17 mars 2014 22:55:37 CET, Artyom Tarasenko a écrit : > [...] >>> BTW another unresolved issue that's been discussed is whether we should >>> change the default CPU for -M prep. I've been open to doing so for 2.0 >>> but would like some

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-17 Thread Mark Cave-Ayland
On 17/03/14 21:55, Artyom Tarasenko wrote: Hi Andreas, On Mon, Mar 17, 2014 at 8:59 PM, Andreas Färber wrote: this patch seems still be missing in master. Is it causing any problems? It does not apply without the preceding patches. Here's my cherry-pick result: [...] I.e. we might change 1

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-17 Thread Hervé Poussineau
Hi, Le lun. 17 mars 2014 22:55:37 CET, Artyom Tarasenko a écrit : [...] BTW another unresolved issue that's been discussed is whether we should change the default CPU for -M prep. I've been open to doing so for 2.0 but would like some pointer that such a machine did exist That's fair. I don't h

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-17 Thread Artyom Tarasenko
Hi Andreas, On Mon, Mar 17, 2014 at 8:59 PM, Andreas Färber wrote: >> this patch seems still be missing in master. Is it causing any problems? > > It does not apply without the preceding patches. Here's my cherry-pick > result: >[...] > I.e. we might change 1 -> 4 in the SysBus API, but would tha

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-17 Thread Andreas Färber
Hi Artyom, Am 16.03.2014 23:27, schrieb Artyom Tarasenko: > Hi Andreas, Hervé, > > this patch seems still be missing in master. Is it causing any problems? It does not apply without the preceding patches. Here's my cherry-pick result: diff --cc hw/pci-host/prep.c index 94fdffa,fed6c26..000

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-03-16 Thread Artyom Tarasenko
Hi Andreas, Hervé, this patch seems still be missing in master. Is it causing any problems? Artyom On Mon, Feb 10, 2014 at 11:46 PM, Artyom Tarasenko wrote: > On Tue, Nov 5, 2013 at 12:09 AM, Hervé Poussineau > wrote: >> Signed-off-by: Hervé Poussineau > > Without this patch PReP is broken r

Re: [Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2014-02-10 Thread Artyom Tarasenko
On Tue, Nov 5, 2013 at 12:09 AM, Hervé Poussineau wrote: > Signed-off-by: Hervé Poussineau Without this patch PReP is broken really bad. Was going to submit the same fix, and then found that the bug was already fixed 4 months ago. Hope it helps getting it closer to master: Tested-by: Artyom Ta

[Qemu-devel] [PATCH v3 09/10] raven: fix PCI bus accesses with size > 1

2013-11-04 Thread Hervé Poussineau
Signed-off-by: Hervé Poussineau --- hw/pci-host/prep.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hw/pci-host/prep.c b/hw/pci-host/prep.c index c11679a..4eabe31 100644 --- a/hw/pci-host/prep.c +++ b/hw/pci-host/prep.c @@ -222,12 +222,12 @@ static void raven_pci