Re: [Qemu-devel] [PATCH 4/9] AppleSMC device

2008-02-24 Thread Alexander Graf
On Feb 25, 2008, at 6:57 AM, Rob Landley wrote: On Tuesday 08 January 2008 09:22:49 Alexander Graf wrote: Apples hardware dongle sits withing the fan control. To get Mac OS X up and running, this control device needs to be emulated and given the correct dongle key. This key has to be given v

Re: [Qemu-devel] [PATCH 4/9] AppleSMC device

2008-02-24 Thread Rob Landley
On Tuesday 08 January 2008 09:22:49 Alexander Graf wrote: > Apples hardware dongle sits withing the fan control. To get Mac OS X up > and running, this control device needs to be emulated and given the > correct dongle key. This key has to be given via the command line. How is the key obtained? I

[Qemu-devel] [PATCH] Add KBD_CMD_SCANCODE command

2008-02-24 Thread Hervé Poussineau
Hi, PS/2 controller emulation lacks the KBD_CMD_SCANCODE command, which gets/sets the scancode set (1, 2 or 3). Scancode sets 1 and 2 are still not supported. Hervé Index: hw/ps2.c === RCS file: /sources/qemu/qemu/hw/ps2.c,v retri

[Qemu-devel] [PATCH] Let ESP SCSI adapter to be usable outside sun4m

2008-02-24 Thread Hervé Poussineau
Hi, At the moment, ESP SCSI adapter can only be used inside sun4m machines. Attached patch moves the declaration outside sun4m.h, so other machines can also use it. I've moved the declaration to devices.h because I found no better place to put it. If you know a better place, please tell me :)

[Qemu-devel] [PATCH] CFI: Fix AMD erase support

2008-02-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> diff --git a/hw/pflash_cfi01.c b/hw/pflash_cfi01.c index b3a8a8e..c360179 100644 --- a/hw/pflash_cfi01.c +++ b/hw/pflash_cfi01.c @@ -275,7 +275,7 @@ static void pflash_write (pflash_t *pfl, target_ulong offset, uint32_t value,

[Qemu-devel] [PATCH] TFTP: fix search of ':' in BootFile

2008-02-24 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <[EMAIL PROTECTED]> diff --git a/net/tftp.c b/net/tftp.c index 3dd2b06..ea8fea2 100644 --- a/net/tftp.c +++ b/net/tftp.c @@ -474,7 +474,7 @@ TftpStart (void) printf ("*** Warning: no boot file name; using '%s'\n",

[Qemu-devel] qemu/target-sparc exec.h op.c op_helper.c op_me...

2008-02-24 Thread Blue Swirl
CVSROOT:/cvsroot/qemu Module name:qemu Changes by: Blue Swirl 08/02/24 14:10:06 Modified files: target-sparc : exec.h op.c op_helper.c op_mem.h translate.c Added files: target-sparc : helper.h Removed files: target-sparc : op_template.h Log messa

[Qemu-devel] [ARM] add with PC in argument

2008-02-24 Thread claude vittoria
Hello, I got a problem in an IRQ handler of mutek OS (https://www-asim.lip6.fr/trac/mutekh), target ARM Integrator/CM 922T-XA10. I try to port it on Qemu. A porting has been done for Skyeyes So in qemu I don't get the same comportement. The add of lr = pc + 4 gives lr = pc + 8 into qemu. I