[Qemu-devel] qemu/target-i386 helper.c

2008-02-02 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 08/02/03 03:26:30 Modified files: target-i386: helper.c Log message: NMI and INTR events injection should not be handled as software interrupts (Bernhard Kauer). CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c helper2.c

2007-12-24 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/24 13:36:00 Modified files: target-i386: helper.c helper2.c Log message: SVM enabled processor should provide cpuid Fn8000_000A (Bernhard Kauer). CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-12-09 Thread Andrzej Zaborowski
CVSROOT:/sources/qemu Module name:qemu Changes by: Andrzej Zaborowski balrog 07/12/09 23:39:23 Modified files: target-i386: helper.c Log message: Make SVM IOIO intercept check all needed bits, by Bernhard Kauer. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-09-12 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/09/13 02:21:28 Modified files: target-i386: helper.c Log message: Intel cache info, by Filip Navara. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-04-18 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/18 11:15:57 Modified files: target-i386: helper.c Log message: Revert, this is already fixed in a better way. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-04-17 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/17 23:25:07 Modified files: target-i386: helper.c Log message: Fix helper.c with isinf on Solaris 9/Sparc, by Ben Taylor. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-04-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/02 08:56:24 Modified files: target-i386: helper.c Log message: ltr for x86_64 should check the upper descriptor type, by Bernhard Kauer. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-04-02 Thread Thiemo Seufer
CVSROOT:/sources/qemu Module name:qemu Changes by: Thiemo Seufer ths 07/04/02 16:33:41 Modified files: target-i386: helper.c Log message: Fix guest x86/amd64 helper_fprem/helper_fprem1, by Julian Seward. CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2007-02-01 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 07/02/01 22:12:19 Modified files: target-i386: helper.c Log message: 64 bit syscall fixes - more logical mwait/monitor ECX test CVSWeb URLs:

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Juergen Keil
On Fri, 29 Sep 2006, Fabrice Bellard wrote: Log message: 32 bit RSP update fix (aka Open Solaris x86_64 bug) I've been getting the following errors the last while. Very early in kernel init: WARNING: failed to program IO space [0/3/0] [EMAIL PROTECTED] length 0x100 I've

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Paul Jakma
On Mon, 2 Oct 2006, Juergen Keil wrote: ... seems to indicate that it is trying to find an unused portion of 256 bytes of I/O space (for the NIC (?) at pci bus/device/func 0/3/0, according to the command info pci in qemu's monitor), and has failed. Yeah, seems to be for the NIC. I also get

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Juergen Keil
Try to boot with the kernel debugger enabled, so that you can read the panic message (I guess it reboots because of a panic). D'oh, I should have known that ;). It's not able to mount root. One thing it says on IDE init is: ata_set_feature: (0x66,0x0) failed Harmless. Then lots

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-02 Thread Eric Lowe
Then lots of 'timeout: reset bus, target=0, lun=0' and other warnings with: Error for command 'read sector' Error Level: informational Sense Key: aborted command Vendor 'Gen-ATA' error code: 0x3 That's a new problem. It seems that the updated bios.bin doesn't setup the ide disk

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-10-01 Thread Paul Jakma
On Fri, 29 Sep 2006, Fabrice Bellard wrote: Log message: 32 bit RSP update fix (aka Open Solaris x86_64 bug) I've been getting the following errors the last while. Very early in kernel init: WARNING: failed to program IO space [0/3/0] [EMAIL PROTECTED] length 0x100 Later:

[Qemu-devel] qemu/target-i386 helper.c

2006-09-29 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/29 20:01:17 Modified files: target-i386: helper.c Log message: 32 bit RSP update fix (aka Open Solaris x86_64 bug) CVSWeb URLs:

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-29 Thread Eric Lowe
Woohoo! Thanks to everybody on the quick turnaround on this, it's very exciting to see it booting now. :) - Eric --- Fabrice Bellard [EMAIL PROTECTED] wrote: CVSROOT: /sources/qemu Module name: qemu Changes by: Fabrice Bellard bellard 06/09/29 20:01:17 Modified files:

Re: [Qemu-devel] qemu/target-i386 helper.c

2006-09-28 Thread Jens Arm
Hi This is not fixing the DHCP-Errors: If I do a ipconfig /renew in W2k I get: DHCP-Server unreachable I start qemu like this: qemu -snapshot -m 384 office.dsk If I try with -no-acpi, W2k is not loading the Kernel. Jens On Wed, 27 Sep 2006 21:31:59 + Fabrice Bellard [EMAIL

[Qemu-devel] qemu/target-i386 helper.c

2006-09-27 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/09/27 21:31:59 Modified files: target-i386: helper.c Log message: fixed user mode emulation CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2006-06-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/19 22:06:13 Modified files: target-i386: helper.c Log message: switch_tss eflags restore fix (malc) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2006-06-19 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Changes by: Fabrice Bellard bellard 06/06/19 22:43:38 Modified files: target-i386: helper.c Log message: fxam fix (Julian Seward) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2006-02-09 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 06/02/09 21:54:36 Modified files: target-i386: helper.c Log message: always compile 'int' traces CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2005-12-16 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/12/17 01:05:42 Modified files: target-i386: helper.c Log message: switch_tss fix (aka spoon OS bug) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2005-12-16 Thread Fabrice Bellard
CVSROOT:/sources/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/12/17 02:59:58 Modified files: target-i386: helper.c Log message: fixed null segment validation (aka x86_64 regression bug) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2005-12-04 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/12/04 22:17:11 Modified files: target-i386: helper.c Log message: segment validation fix in lret/iret CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2005-11-28 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/11/28 21:01:52 Modified files: target-i386: helper.c Log message: x86_64 lcall fix CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2005-09-08 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/09/08 19:26:14 Modified files: target-i386: helper.c Log message: div64 fix (aka ssh bug) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c translate.c

2005-08-21 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/08/21 10:28:44 Modified files: target-i386: helper.c translate.c Log message: CR4.TSD flag support (Matt Schulkind) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c

2005-08-15 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/08/15 16:33:13 Modified files: target-i386: helper.c Log message: CLFLUSH cpuid fix (aka Linux 2.6 hang on x86_64) CVSWeb URLs:

[Qemu-devel] qemu/target-i386 helper.c op.c

2005-07-23 Thread Fabrice Bellard
CVSROOT:/cvsroot/qemu Module name:qemu Branch: Changes by: Fabrice Bellard [EMAIL PROTECTED] 05/07/23 20:21:38 Modified files: target-i386: helper.c op.c Log message: added overflow exceptions in divisions CVSWeb URLs: