sdk/emulator/qemu.git
19 years agofixed clean target
bellard [Tue, 26 Apr 2005 20:34:26 +0000 (20:34 +0000)]
fixed clean target

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1396 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoi386-user compile fix (Paul Brook)
bellard [Tue, 26 Apr 2005 19:33:35 +0000 (19:33 +0000)]
i386-user compile fix (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1395 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agofixed zero ss selector case in x86_64 emulation
bellard [Sun, 24 Apr 2005 18:04:33 +0000 (18:04 +0000)]
fixed zero ss selector case in x86_64 emulation

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1394 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoefer is present even in legacy mode
bellard [Sun, 24 Apr 2005 18:03:37 +0000 (18:03 +0000)]
efer is present even in legacy mode

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1393 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agocompatibility fix with kqemu-x86_64
bellard [Sun, 24 Apr 2005 18:02:38 +0000 (18:02 +0000)]
compatibility fix with kqemu-x86_64

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1392 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoqemu code is not ready to handle these registers
bellard [Sun, 24 Apr 2005 18:01:56 +0000 (18:01 +0000)]
qemu code is not ready to handle these registers

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1391 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoMMU fix (Blue Swirl)
bellard [Sun, 24 Apr 2005 10:08:19 +0000 (10:08 +0000)]
MMU fix (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1390 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoremoved RS_CONTINUE 'state'
bellard [Sun, 24 Apr 2005 10:07:11 +0000 (10:07 +0000)]
removed RS_CONTINUE 'state'

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1389 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoinformative message about low memory on /dev/shm
bellard [Sat, 23 Apr 2005 20:44:25 +0000 (20:44 +0000)]
informative message about low memory on /dev/shm

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1388 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoFix dumping of arm registers (Paul Brook)
bellard [Sat, 23 Apr 2005 18:46:03 +0000 (18:46 +0000)]
Fix dumping of arm registers (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1387 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoremoved obsolete S3 VGA code
bellard [Sat, 23 Apr 2005 18:43:45 +0000 (18:43 +0000)]
removed obsolete S3 VGA code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1386 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agocygwin host support (Paul Brook)
bellard [Sat, 23 Apr 2005 18:30:28 +0000 (18:30 +0000)]
cygwin host support (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1385 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoARM singlestep support (Paul Brook)
bellard [Sat, 23 Apr 2005 18:27:52 +0000 (18:27 +0000)]
ARM singlestep support (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1384 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoARM "Angel" semihosting syscalls (Paul Brook)
bellard [Sat, 23 Apr 2005 18:25:41 +0000 (18:25 +0000)]
ARM "Angel" semihosting syscalls (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1383 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoarm vfp fcmp and fcmpe instructions fix (Paul Brook)
bellard [Sat, 23 Apr 2005 18:21:13 +0000 (18:21 +0000)]
arm vfp fcmp and fcmpe instructions fix (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1382 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoPREP machines have two IO mappings.
bellard [Sat, 23 Apr 2005 18:18:54 +0000 (18:18 +0000)]
PREP machines have two IO mappings.
This patch adds support for non-contiguous IO map, which is used by
OS/2.
It also adds the missing legacy IO ports for the PREP PCI bridge and
changes CPU PVR from 74x/75x to 604 to make OS/2 happy.
(Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1381 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoThis patch fixes two bugs in cuda emulation:
bellard [Sat, 23 Apr 2005 18:16:54 +0000 (18:16 +0000)]
This patch fixes two bugs in cuda emulation:
- the CUDA timer is always triggered twice, with current code
- SET_TIME command is supposed to send back a 7 bytes packet
(Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1380 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoThis patch adds little-endian mode support to PPC emulation.
bellard [Sat, 23 Apr 2005 18:16:07 +0000 (18:16 +0000)]
This patch adds little-endian mode support to PPC emulation.
This is needed by OS/2 and Windows NT and some programs like VirtualPC.
This patch has been tested using OS/2 bootloader (thanks to Tero
Kaarlela).
(Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1379 c046a42c-6fe2-441c-8c8c-71466251a162

19 years ago- remove the ugly "stop" pseudo-opcode.
bellard [Sat, 23 Apr 2005 18:05:46 +0000 (18:05 +0000)]
- remove the ugly "stop" pseudo-opcode.
- fix fsqrt instruction (there's no fsqrt.).
- floating point load and store are not integer instructions.
- wrong opcode for dcba instructions.
(Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1378 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoARM syscall fix (Paul Brook)
bellard [Sat, 23 Apr 2005 18:01:57 +0000 (18:01 +0000)]
ARM syscall fix (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1377 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agolretq, lcall and ljmp tests in 64 bit mode
bellard [Sat, 23 Apr 2005 17:54:59 +0000 (17:54 +0000)]
lretq, lcall and ljmp tests in 64 bit mode

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1376 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agolcall and ljmp fixes in 64 bit mode - sysret fix
bellard [Sat, 23 Apr 2005 17:53:12 +0000 (17:53 +0000)]
lcall and ljmp fixes in 64 bit mode - sysret fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1375 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoreturn model id in cpuid for x86_64
bellard [Sat, 23 Apr 2005 17:50:32 +0000 (17:50 +0000)]
return model id in cpuid for x86_64

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1374 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosysret fix - better cpuid support - lcall support for x86_64 - efer access in i386...
bellard [Sat, 23 Apr 2005 17:48:47 +0000 (17:48 +0000)]
sysret fix - better cpuid support - lcall support for x86_64 - efer access in i386 emulation

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1373 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoenable EFER usage in i386 emulation - more cpuid bits
bellard [Sat, 23 Apr 2005 17:46:55 +0000 (17:46 +0000)]
enable EFER usage in i386 emulation - more cpuid bits

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1372 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agox86_64 support
bellard [Sat, 23 Apr 2005 17:45:43 +0000 (17:45 +0000)]
x86_64 support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1371 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agokqemu build fix
bellard [Sat, 23 Apr 2005 17:44:28 +0000 (17:44 +0000)]
kqemu build fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1370 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agomake lsl, lar verr and verw exception safe
bellard [Sun, 17 Apr 2005 19:50:21 +0000 (19:50 +0000)]
make lsl, lar verr and verw exception safe

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1369 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoverr and verw eflags opt fix
bellard [Sun, 17 Apr 2005 19:49:02 +0000 (19:49 +0000)]
verr and verw eflags opt fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1368 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agogdb support for user mode (Paul Brook)
bellard [Sun, 17 Apr 2005 19:16:13 +0000 (19:16 +0000)]
gdb support for user mode (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1367 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agowindows support for kqemu (Filip Navara)
bellard [Sun, 17 Apr 2005 18:33:47 +0000 (18:33 +0000)]
windows support for kqemu (Filip Navara)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1366 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoremoved unused stuff
bellard [Sun, 17 Apr 2005 18:32:14 +0000 (18:32 +0000)]
removed unused stuff

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1365 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agodestination write mask support, fixed banked memory access, read-only access for...
bellard [Sun, 17 Apr 2005 17:56:18 +0000 (17:56 +0000)]
destination write mask support, fixed banked memory access, read-only access for bus type in SR 0x17 (Volker Ruppert)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1364 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agopacket fix for for netware 3.11 (initial patch by Mark Jonckheere) - security bug fix
bellard [Sun, 10 Apr 2005 14:51:41 +0000 (14:51 +0000)]
packet fix for for netware 3.11 (initial patch by Mark Jonckheere) - security bug fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1363 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agofixed MMU bug on code page boundary
bellard [Sun, 10 Apr 2005 14:40:58 +0000 (14:40 +0000)]
fixed MMU bug on code page boundary

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1362 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agorenamed set_bit to cow_set_bit (Paul Brook)
bellard [Sun, 10 Apr 2005 14:39:05 +0000 (14:39 +0000)]
renamed set_bit to cow_set_bit (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1361 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoia64 host support (David Mosberger)
bellard [Thu, 7 Apr 2005 22:20:31 +0000 (22:20 +0000)]
ia64 host support (David Mosberger)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1360 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoaccept more disk image extensions (David Still)
bellard [Thu, 7 Apr 2005 20:36:50 +0000 (20:36 +0000)]
accept more disk image extensions (David Still)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1359 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoopen the dialog box if an image was not selected from command-line (Pierre d'Herbemont)
bellard [Thu, 7 Apr 2005 20:35:06 +0000 (20:35 +0000)]
open the dialog box if an image was not selected from command-line (Pierre d'Herbemont)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1358 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agohelper_lret_protected fix for kqemu (Paul Brook)
bellard [Thu, 7 Apr 2005 20:33:08 +0000 (20:33 +0000)]
helper_lret_protected fix for kqemu (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1357 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoARM double ordering fix (Paul Brook)
bellard [Thu, 7 Apr 2005 19:55:52 +0000 (19:55 +0000)]
ARM double ordering fix (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1356 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoVFP register ordering (Paul Brook)
bellard [Thu, 7 Apr 2005 19:42:46 +0000 (19:42 +0000)]
VFP register ordering (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1355 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoOpen Hack'Ware version 0.4.1
bellard [Wed, 6 Apr 2005 23:06:54 +0000 (23:06 +0000)]
Open Hack'Ware version 0.4.1

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1354 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoIDE irq fix (Jocelyn Mayer)
bellard [Wed, 6 Apr 2005 23:03:38 +0000 (23:03 +0000)]
IDE irq fix (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1353 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agonew bochs BIOS - 16 bit APM support (initial patch by Struan Bartlett)
bellard [Wed, 6 Apr 2005 23:01:24 +0000 (23:01 +0000)]
new bochs BIOS - 16 bit APM support (initial patch by Struan Bartlett)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1352 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoPCI irq in sync with new Bochs BIOS
bellard [Wed, 6 Apr 2005 23:00:25 +0000 (23:00 +0000)]
PCI irq in sync with new Bochs BIOS

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1351 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosparc update (Blue Swirl)
bellard [Wed, 6 Apr 2005 20:47:48 +0000 (20:47 +0000)]
sparc update (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1350 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoupdate (Blue Swirl)
bellard [Wed, 6 Apr 2005 20:45:26 +0000 (20:45 +0000)]
update (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1349 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agodefaut case (Blue Swirl)
bellard [Wed, 6 Apr 2005 20:44:48 +0000 (20:44 +0000)]
defaut case (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1348 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoswap serial ports (Blue Swirl)
bellard [Wed, 6 Apr 2005 20:43:37 +0000 (20:43 +0000)]
swap serial ports (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1347 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agokeyboard support (Blue Swirl)
bellard [Wed, 6 Apr 2005 20:42:35 +0000 (20:42 +0000)]
keyboard support (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1346 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agouse standard TCX display size for sparc
bellard [Wed, 6 Apr 2005 20:32:23 +0000 (20:32 +0000)]
use standard TCX display size for sparc

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1345 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoSCSI support (Blue Swirl)
bellard [Wed, 6 Apr 2005 20:31:50 +0000 (20:31 +0000)]
SCSI support (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1344 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosparc exception fix (we go up to the shell prompt)
bellard [Sun, 20 Mar 2005 12:43:29 +0000 (12:43 +0000)]
sparc exception fix (we go up to the shell prompt)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1343 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoNaN tests
bellard [Sun, 20 Mar 2005 10:40:15 +0000 (10:40 +0000)]
NaN tests

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1342 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoNaN support in FPU comparisons
bellard [Sun, 20 Mar 2005 10:39:24 +0000 (10:39 +0000)]
NaN support in FPU comparisons

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1341 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoremoved extern inline (Paul Brook)
bellard [Sun, 20 Mar 2005 10:34:22 +0000 (10:34 +0000)]
removed extern inline (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1340 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agomore native FPU comparison functions - native FPU remainder
bellard [Sun, 20 Mar 2005 10:33:58 +0000 (10:33 +0000)]
more native FPU comparison functions - native FPU remainder

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1339 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoadded abs, chs and compare functions
bellard [Sun, 13 Mar 2005 18:52:29 +0000 (18:52 +0000)]
added abs, chs and compare functions

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1338 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosoft float support
bellard [Sun, 13 Mar 2005 18:50:23 +0000 (18:50 +0000)]
soft float support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1337 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosoft float support
bellard [Sun, 13 Mar 2005 17:01:47 +0000 (17:01 +0000)]
soft float support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1336 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agofpu fixes (Jocelyn Mayer) - soft float support
bellard [Sun, 13 Mar 2005 17:01:22 +0000 (17:01 +0000)]
fpu fixes (Jocelyn Mayer) - soft float support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1335 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agofpu init fix
bellard [Sun, 13 Mar 2005 16:56:51 +0000 (16:56 +0000)]
fpu init fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1334 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agouse the generic soft float code
bellard [Sun, 13 Mar 2005 16:55:58 +0000 (16:55 +0000)]
use the generic soft float code

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1333 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosoft float support
bellard [Sun, 13 Mar 2005 16:54:06 +0000 (16:54 +0000)]
soft float support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1332 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoavoid redefinition problems
bellard [Sun, 13 Mar 2005 16:53:06 +0000 (16:53 +0000)]
avoid redefinition problems

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1331 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agofpu init fix (Jocelyn Mayer)
bellard [Sun, 13 Mar 2005 16:51:00 +0000 (16:51 +0000)]
fpu init fix (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1330 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoadd missing FORCE_RET (Paul Brook)
bellard [Sun, 13 Mar 2005 09:55:49 +0000 (09:55 +0000)]
add missing FORCE_RET (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1329 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoGOTO_LABEL_PARAM for ARM
bellard [Sun, 13 Mar 2005 09:53:38 +0000 (09:53 +0000)]
GOTO_LABEL_PARAM for ARM

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1328 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoARM host configure tweaks (Paul Brook)
bellard [Sun, 13 Mar 2005 09:49:52 +0000 (09:49 +0000)]
ARM host configure tweaks (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1327 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosparc fixes (Blue Swirl)
bellard [Sun, 13 Mar 2005 09:43:36 +0000 (09:43 +0000)]
sparc fixes (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1326 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosparc update
bellard [Sun, 13 Mar 2005 09:43:05 +0000 (09:43 +0000)]
sparc update

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1325 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agox86_64 fixes
bellard [Thu, 3 Mar 2005 01:14:55 +0000 (01:14 +0000)]
x86_64 fixes

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1324 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agocmov fix
bellard [Thu, 3 Mar 2005 01:13:19 +0000 (01:13 +0000)]
cmov fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1323 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agococoa tiny fixes
bellard [Wed, 2 Mar 2005 22:22:43 +0000 (22:22 +0000)]
cocoa tiny fixes

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1322 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agox86_64 test program
bellard [Wed, 2 Mar 2005 22:19:12 +0000 (22:19 +0000)]
x86_64 test program

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1321 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agox86_64 support
bellard [Tue, 1 Mar 2005 22:33:42 +0000 (22:33 +0000)]
x86_64 support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1320 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoSUSE fix
bellard [Tue, 1 Mar 2005 22:32:06 +0000 (22:32 +0000)]
SUSE fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1319 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agodisabled obsolete static SDL warning
bellard [Tue, 1 Mar 2005 22:30:41 +0000 (22:30 +0000)]
disabled obsolete static SDL warning

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1318 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoupdate
bellard [Tue, 1 Mar 2005 22:30:05 +0000 (22:30 +0000)]
update

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1317 c046a42c-6fe2-441c-8c8c-71466251a162

19 years ago-append support (Blue Swirl)
bellard [Tue, 1 Mar 2005 21:51:04 +0000 (21:51 +0000)]
-append support (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1316 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoWindows keys support with keymaps
bellard [Tue, 1 Mar 2005 21:43:42 +0000 (21:43 +0000)]
Windows keys support with keymaps

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1315 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoescape support
bellard [Tue, 1 Mar 2005 21:40:00 +0000 (21:40 +0000)]
escape support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1314 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoinitial Cocoa support (Pierre d'Herbemont)
bellard [Tue, 1 Mar 2005 21:37:28 +0000 (21:37 +0000)]
initial Cocoa support (Pierre d'Herbemont)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1313 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoSamba 3 support
bellard [Tue, 1 Mar 2005 21:28:45 +0000 (21:28 +0000)]
Samba 3 support

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1312 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agomore explicit message
bellard [Tue, 1 Mar 2005 21:28:22 +0000 (21:28 +0000)]
more explicit message

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1311 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoupdate
bellard [Tue, 22 Feb 2005 19:43:42 +0000 (19:43 +0000)]
update

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1310 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoARM VFP support (Paul Brook)
bellard [Tue, 22 Feb 2005 19:27:29 +0000 (19:27 +0000)]
ARM VFP support (Paul Brook)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1309 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoMMU fixes
bellard [Tue, 22 Feb 2005 19:14:33 +0000 (19:14 +0000)]
MMU fixes

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1308 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoPSR.PS fix (Blue Swirl)
bellard [Tue, 22 Feb 2005 19:08:57 +0000 (19:08 +0000)]
PSR.PS fix (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1307 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoinitrd support (Blue Swirl)
bellard [Tue, 22 Feb 2005 19:08:41 +0000 (19:08 +0000)]
initrd support (Blue Swirl)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1306 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoloop insn fix for non x86 hosts
bellard [Mon, 21 Feb 2005 20:23:59 +0000 (20:23 +0000)]
loop insn fix for non x86 hosts

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1305 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agowin32 + Mac OS X compile fix
bellard [Mon, 21 Feb 2005 20:10:36 +0000 (20:10 +0000)]
win32 + Mac OS X compile fix

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1304 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoMac OS X fix (Jonas Maebe)
bellard [Mon, 21 Feb 2005 19:53:34 +0000 (19:53 +0000)]
Mac OS X fix (Jonas Maebe)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1303 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoremoved all references to KQEMU to comply with the Savannah rules
bellard [Sun, 20 Feb 2005 19:09:44 +0000 (19:09 +0000)]
removed all references to KQEMU to comply with the Savannah rules

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1302 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosparc Linux works better with NWINDOWS = 8
bellard [Sat, 19 Feb 2005 17:26:37 +0000 (17:26 +0000)]
sparc Linux works better with NWINDOWS = 8

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1301 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agofixed handling of sparc register window exceptions
bellard [Sat, 19 Feb 2005 17:25:31 +0000 (17:25 +0000)]
fixed handling of sparc register window exceptions

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1300 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agosuppressed sparc64 targets as they are far from being usable
bellard [Sat, 19 Feb 2005 17:24:28 +0000 (17:24 +0000)]
suppressed sparc64 targets as they are far from being usable

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1299 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoupdate
bellard [Tue, 15 Feb 2005 23:06:39 +0000 (23:06 +0000)]
update

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1298 c046a42c-6fe2-441c-8c8c-71466251a162

19 years agoppc fixes (Jocelyn Mayer)
bellard [Tue, 15 Feb 2005 23:06:19 +0000 (23:06 +0000)]
ppc fixes (Jocelyn Mayer)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1297 c046a42c-6fe2-441c-8c8c-71466251a162