[Qemu-devel] Re: SMM jmp weirdness

2010-11-16 Thread Stefan Reinauer
On Thu, Nov 11, 2010 at 4:53 PM, Stefan Reinauer wrote: > Hi, > > I'm looking at the following piece of code running under QEMU > >   0x38000:     66 bd 90 f8 27 3f       mov    $0x3f27f890,%ebp ; > target address for jmp >    0x38006:     66 2e 2b 2e f8 fe  

[Qemu-devel] SMM jmp weirdness

2010-11-11 Thread Stefan Reinauer
Hi, I'm looking at the following piece of code running under QEMU 0x38000:     66 bd 90 f8 27 3f       mov    $0x3f27f890,%ebp ; target address for jmp    0x38006:     66 2e 2b 2e f8 fe       sub    %cs:0xfef8,%ebp; subtract SMBASE    0x3800c:     66 ff e5                 jmpl   *%ebp

[Qemu-devel] [PATCH] fix pty handling on OSX/XNU

2009-12-05 Thread Stefan Reinauer
Freiburg • HRB 7656 Geschäftsführer: Stefan Reinauer • Ust-IdNr.: DE245674866 XNU pty fixes Signed-off-by: Stefan Reinauer --- qemu-0.11.0/qemu-char.c +++ qemu-0.11.0/qemu-char.c @@ -821,7 +821,7 @@ #endif #if defined(__linux__) || defined(__sun__) || defined(__FreeBSD__) \ -|| defined

[Qemu-devel] [PATCH] SerialICE - Qemu based (x86) firmware debugger

2009-11-21 Thread Stefan Reinauer
r more information. Comments and patches are of course very welcome! Best regards, Stefan Reinauer -- coresystems GmbH • Brahmsstr. 16 • D-79104 Freiburg i. Br. Tel.: +49 761 7668825 • Fax: +49 761 7664613 Email: i...@coresystems.de • http://www.coresystems.de/ Registergericht: Amtsgerich

[Qemu-devel] SerialICE - Qemu based (x86) firmware debugger

2009-10-29 Thread Stefan Reinauer
cpuid and rdmsr/wrmsr might not give the correct information Special thanks go to Daniel Liu, Rudolf Marek, Ron Minnich, Joe Smith, Uwe Hermann and Mark Marshall for their bug fixes and contributions to this release. See http://www.serialice.com/ for more information. Comments and patches

Re: [OpenBIOS] [Qemu-devel] Re: What is the current support state for Sparc emulation

2007-07-22 Thread Stefan Reinauer
* Blue Swirl <[EMAIL PROTECTED]> [070720 15:11]: > > Unaligned accesses should be done with unaligned-l@ ( addr -- quad ) > > instead of [EMAIL PROTECTED] > > > > So either the pointer was calculated wrong or Solaris does not care > > about alignment in l@ > > > > If you change it, please make the

Re: [OpenBIOS] [Qemu-devel] Re: What is the current support state for Sparc emulation

2007-07-20 Thread Stefan Reinauer
* Blue Swirl <[EMAIL PROTECTED]> [070719 20:46]: > On 7/19/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Unhandled Exception 0x0007 > > PC = 0xffd0a55c NPC = 0xffd09374 > > Stopping execution > > > > So this is my report, I hope it can be of some use. I'll try to boot sparc > > ve

[Qemu-devel] [PATCH] vgabios and PCI data.

2007-03-25 Thread Stefan Reinauer
0x00 +vgabios_name: +.ascii "Plex86/Bochs VGABios" +.ascii " " +.byte 0x00 + + +// PCI data structure by Stefan Reinauer +pci_data: +.ascii "PCIR" // signature +.word 0x1013, 0x00b8 // vendor, device +.word 0x // vpd +.word 0x0018 // pci data structure len +.byte