qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Reactos SVN + Kqemu fails
@ 2006-04-17 21:02 Víctor Córcoles López
  2006-04-17 21:31 ` WaxDragon
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Víctor Córcoles López @ 2006-04-17 21:02 UTC (permalink / raw)
  To: qemu-devel

[-- Attachment #1: Type: text/plain, Size: 424 bytes --]

Reactos 0.3.0 SVN + kqemu fails as guest O.S. It fails in both systems, 
Linux host and Windows Host. Without kqemu the reactos 0.3.0 SVN runs with 
less bugs.

In VMWARE host, this bug not apear.

I Send a screenshot of failure.

_________________________________________________________________
Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con 
MSN Entretenimiento. http://entretenimiento.msn.es/

[-- Attachment #2: reactos.png --]
[-- Type: image/png, Size: 7507 bytes --]

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

* Re: [Qemu-devel] Reactos SVN + Kqemu fails
  2006-04-17 21:02 [Qemu-devel] Reactos SVN + Kqemu fails Víctor Córcoles López
@ 2006-04-17 21:31 ` WaxDragon
  2006-04-17 21:56 ` Fabrice Bellard
  2006-04-18 19:54 ` [Qemu-devel] Flash simulation Stefan Weil
  2 siblings, 0 replies; 5+ messages in thread
From: WaxDragon @ 2006-04-17 21:31 UTC (permalink / raw)
  To: qemu-devel

This bug has been around for a while.

On 4/17/06, Víctor Córcoles López <vcorcoles25@hotmail.com> wrote:
> Reactos 0.3.0 SVN + kqemu fails as guest O.S. It fails in both systems,
> Linux host and Windows Host. Without kqemu the reactos 0.3.0 SVN runs with
> less bugs.
>
> In VMWARE host, this bug not apear.
>
> I Send a screenshot of failure.
>
> _________________________________________________________________
> Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio con
> MSN Entretenimiento. http://entretenimiento.msn.es/
>
>
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel
>
>
>
>


--
ReactOS is a hub, follow the spokes and you'll
immediately find absolutely everything you need
to know about Windows.  ReactOS is not just
software, it's people.
                                        kjk_hyperion

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

* Re: [Qemu-devel] Reactos SVN + Kqemu fails
  2006-04-17 21:02 [Qemu-devel] Reactos SVN + Kqemu fails Víctor Córcoles López
  2006-04-17 21:31 ` WaxDragon
@ 2006-04-17 21:56 ` Fabrice Bellard
  2006-04-17 23:23   ` Juergen Lock
  2006-04-18 19:54 ` [Qemu-devel] Flash simulation Stefan Weil
  2 siblings, 1 reply; 5+ messages in thread
From: Fabrice Bellard @ 2006-04-17 21:56 UTC (permalink / raw)
  To: qemu-devel

I just made a fix for this problem and I will publish the corresponding 
new kqemu version ASAP. This fix also enables to launch plan9.

Fabrice.

Víctor Córcoles López wrote:
> Reactos 0.3.0 SVN + kqemu fails as guest O.S. It fails in both systems, 
> Linux host and Windows Host. Without kqemu the reactos 0.3.0 SVN runs 
> with less bugs.
> 
> In VMWARE host, this bug not apear.
> 
> I Send a screenshot of failure.
> 
> _________________________________________________________________
> Dale rienda suelta a tu tiempo libre. Mil ideas para exprimir tu ocio 
> con MSN Entretenimiento. http://entretenimiento.msn.es/
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Qemu-devel mailing list
> Qemu-devel@nongnu.org
> http://lists.nongnu.org/mailman/listinfo/qemu-devel

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

* Re: [Qemu-devel] Reactos SVN + Kqemu fails
  2006-04-17 21:56 ` Fabrice Bellard
@ 2006-04-17 23:23   ` Juergen Lock
  0 siblings, 0 replies; 5+ messages in thread
From: Juergen Lock @ 2006-04-17 23:23 UTC (permalink / raw)
  To: qemu-devel

On Mon, Apr 17, 2006 at 11:56:51PM +0200, Fabrice Bellard wrote:
> I just made a fix for this problem and I will publish the corresponding 
> new kqemu version ASAP. This fix also enables to launch plan9.

Did you also look at the linux 2.6.16.5 -kernel-kqemu problem I just
posted about?

 Curious, :)
	Juergen

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

* [Qemu-devel] Flash simulation
  2006-04-17 21:02 [Qemu-devel] Reactos SVN + Kqemu fails Víctor Córcoles López
  2006-04-17 21:31 ` WaxDragon
  2006-04-17 21:56 ` Fabrice Bellard
@ 2006-04-18 19:54 ` Stefan Weil
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Weil @ 2006-04-18 19:54 UTC (permalink / raw)
  To: qemu-devel

A typical embedded system (and also most standard PCs)
contains flash memory. Full system emulation should
also emulate flash behaviour - not only read accesses
but also flash type discovery and flash programming.

Is there an easy way to realise flash memory emulation
with Qemu? Must I write this emulation from scratch?
Hints how this might be done are welcome.

Thanks,
Stefan

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

end of thread, other threads:[~2006-04-18 19:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-04-17 21:02 [Qemu-devel] Reactos SVN + Kqemu fails Víctor Córcoles López
2006-04-17 21:31 ` WaxDragon
2006-04-17 21:56 ` Fabrice Bellard
2006-04-17 23:23   ` Juergen Lock
2006-04-18 19:54 ` [Qemu-devel] Flash simulation Stefan Weil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).