All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] ohw: let the right reset entry point 0xfff00100 jump to the currently wrong entry point (0xfffffffc)
       [not found] ` <1398287975-14684-3-git-send-email-hpoussin@reactos.org>
@ 2014-05-02 10:06   ` Alexander Graf
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Graf @ 2014-05-02 10:06 UTC (permalink / raw)
  To: Hervé Poussineau; +Cc: Andreas Färber, qemu-ppc, qemu-devel

On 04/23/2014 11:19 PM, Hervé Poussineau wrote:
> This is easier to do this than to copy the code from the wrong entry point to the right entry point.
>
> Suggested-by: Alexander Graf <agraf@suse.de>
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>

Acked-by: Alexander Graf <agraf@suse.de>


Alex

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [PATCH v2 0/2] prep: Remove some clearly wrong assumptions
       [not found] <1398287975-14684-1-git-send-email-hpoussin@reactos.org>
       [not found] ` <1398287975-14684-3-git-send-email-hpoussin@reactos.org>
@ 2014-05-20  5:34 ` Hervé Poussineau
       [not found]   ` <5384E01E.8020608@reactos.org>
  1 sibling, 1 reply; 4+ messages in thread
From: Hervé Poussineau @ 2014-05-20  5:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Andreas Färber, qemu-ppc

Ping.

Le 23/04/2014 23:19, Hervé Poussineau a écrit :
> Hi,
>
> These two patches remove some bugs for a PReP firmware. Note that first patch is very
> PReP-oriented, and breaks OHW compatibility with other QEMU emulations (oldworld and
> newworld machines).
> Patches to remove corresponding hacks on QEMU side have already been sent:
> http://lists.gnu.org/archive/html/qemu-devel/2014-04/msg00240.html
>
> Hervé
>
> Changes v1 -> v2:
> - rewrite patch 2 as suggested by Alexander Graf
>
> Hervé Poussineau (2):
>    ohw: correctly program BAR addresses of PCI devices
>    ohw: let the right reset entry point 0xfff00100 jump to the currently
>      wrong entry point (0xfffffffc)
>
>   src/pci.c     |    7 ++++++-
>   src/vectors.S |    4 +++-
>   2 files changed, 9 insertions(+), 2 deletions(-)
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 0/2] prep: Remove some clearly wrong assumptions
       [not found]       ` <53851E84.80003@suse.de>
@ 2014-06-15 14:31         ` Hervé Poussineau
  2014-06-27 15:11           ` Hervé Poussineau
  0 siblings, 1 reply; 4+ messages in thread
From: Hervé Poussineau @ 2014-06-15 14:31 UTC (permalink / raw)
  To: Alexander Graf, qemu-devel, Andreas Färber; +Cc: qemu-ppc

Ping.

Le 28/05/2014 01:23, Alexander Graf a écrit :
>
> On 28.05.14 01:21, Alexander Graf wrote:
>>
>> On 27.05.14 20:57, Hervé Poussineau wrote:
>>> Ping.
>>>
>>> Le 20/05/2014 07:34, Hervé Poussineau a écrit :
>>>> Ping.
>>>>
>>>> Le 23/04/2014 23:19, Hervé Poussineau a écrit :
>>>>> Hi,
>>>>>
>>>>> These two patches remove some bugs for a PReP firmware. Note that first patch is very
>>>>> PReP-oriented, and breaks OHW compatibility with other QEMU emulations (oldworld and
>>>>> newworld machines).
>>>>> Patches to remove corresponding hacks on QEMU side have already been sent:
>>>>> http://lists.gnu.org/archive/html/qemu-devel/2014-04/msg00240.html
>>
>> Sorry, I assumed Andreas would take this because it's a PReP patch. Andreas, do you want me to apply it instead?
>
> Scratch that - I can't apply it :). Andreas?

Andreas, can you apply those patches, as Alex can't do it ?

Hervé

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Qemu-devel] [Qemu-ppc] [PATCH v2 0/2] prep: Remove some clearly wrong assumptions
  2014-06-15 14:31         ` [Qemu-devel] [Qemu-ppc] " Hervé Poussineau
@ 2014-06-27 15:11           ` Hervé Poussineau
  0 siblings, 0 replies; 4+ messages in thread
From: Hervé Poussineau @ 2014-06-27 15:11 UTC (permalink / raw)
  To: Alexander Graf, qemu-devel, Andreas Färber
  Cc: qemu-ppc, Hervé Poussineau

Ping.

Le 15/06/2014 16:31, Hervé Poussineau a écrit :
> Ping.
>
> Le 28/05/2014 01:23, Alexander Graf a écrit :
>>
>> On 28.05.14 01:21, Alexander Graf wrote:
>>>
>>> On 27.05.14 20:57, Hervé Poussineau wrote:
>>>> Ping.
>>>>
>>>> Le 20/05/2014 07:34, Hervé Poussineau a écrit :
>>>>> Ping.
>>>>>
>>>>> Le 23/04/2014 23:19, Hervé Poussineau a écrit :
>>>>>> Hi,
>>>>>>
>>>>>> These two patches remove some bugs for a PReP firmware. Note that first patch is very
>>>>>> PReP-oriented, and breaks OHW compatibility with other QEMU emulations (oldworld and
>>>>>> newworld machines).
>>>>>> Patches to remove corresponding hacks on QEMU side have already been sent:
>>>>>> http://lists.gnu.org/archive/html/qemu-devel/2014-04/msg00240.html
>>>
>>> Sorry, I assumed Andreas would take this because it's a PReP patch. Andreas, do you want me to apply it instead?
>>
>> Scratch that - I can't apply it :). Andreas?
>
> Andreas, can you apply those patches, as Alex can't do it ?
>
> Hervé
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-06-27 15:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1398287975-14684-1-git-send-email-hpoussin@reactos.org>
     [not found] ` <1398287975-14684-3-git-send-email-hpoussin@reactos.org>
2014-05-02 10:06   ` [Qemu-devel] [Qemu-ppc] [PATCH v2 2/2] ohw: let the right reset entry point 0xfff00100 jump to the currently wrong entry point (0xfffffffc) Alexander Graf
2014-05-20  5:34 ` [Qemu-devel] [PATCH v2 0/2] prep: Remove some clearly wrong assumptions Hervé Poussineau
     [not found]   ` <5384E01E.8020608@reactos.org>
     [not found]     ` <53851E00.1010603@suse.de>
     [not found]       ` <53851E84.80003@suse.de>
2014-06-15 14:31         ` [Qemu-devel] [Qemu-ppc] " Hervé Poussineau
2014-06-27 15:11           ` Hervé Poussineau

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.