Commit Graph

  • dff38e7b40 more precise RTC emulation (periodic timers + time updates) bellard 2004-03-31 18:57:29 +00:00
  • 1f1af9fd7f added cpu_get_fp80() and cpu_set_fp80() bellard 2004-03-31 18:56:43 +00:00
  • 858693c638 moved gdbstub to qemu - new asynchronous gdbstub bellard 2004-03-31 18:52:07 +00:00
  • 9b14bb04ca install fix (Rusty Russel) bellard 2004-03-26 22:43:34 +00:00
  • c101c49c54 added qemu-mkcow man page bellard 2004-03-26 22:42:54 +00:00
  • 4bb2fcc7c9 gcc 2.95.4 compile fix (Petter Reinholdtsen) bellard 2004-03-26 22:38:57 +00:00
  • 08cea4eef8 fixed ljmp and iret to TSS bellard 2004-03-26 22:26:53 +00:00
  • 883da8e219 task switch fixes bellard 2004-03-24 00:50:26 +00:00
  • 78ebca6e13 fixed IDE probe bellard 2004-03-23 22:42:43 +00:00
  • 5e2a644399 removed most of global context uses - removed unneeded abort() which cause problems during win95 hardware scan bellard 2004-03-23 22:42:11 +00:00
  • 11774f549e protected lret x86 'bug' emulation bellard 2004-03-21 18:28:57 +00:00
  • d9d849fc5d update bellard 2004-03-21 17:12:48 +00:00
  • e19e89a5d4 more log items bellard 2004-03-21 17:08:23 +00:00
  • f193c7979c do not depend on thunk.h - more log items bellard 2004-03-21 17:06:25 +00:00
  • 3035f7ff83 use new directory layout bellard 2004-03-21 17:02:00 +00:00
  • 4afa64828b fixed protected lret imm insn (one more OS/2 fix) bellard 2004-03-20 22:04:16 +00:00
  • c45c3d0059 write to both IDE drives - return 0 for not present drives bellard 2004-03-20 22:01:15 +00:00
  • baca51faff updated floppy driver: formatting code, disk geometry auto detect (Jocelyn Mayer) bellard 2004-03-19 23:05:34 +00:00
  • bc51c5c989 initial x86-64 host support (Gwenole Beauchesne) bellard 2004-03-17 23:46:04 +00:00
  • 5069146392 update bellard 2004-03-17 23:44:10 +00:00
  • 59a983b921 device independent VGA screen dump bellard 2004-03-17 23:17:16 +00:00
  • 4e463d8d50 tun-fd option fix bellard 2004-03-16 00:02:58 +00:00
  • 94fe4f9fa3 update bellard 2004-03-14 21:49:05 +00:00
  • 0fb48229a7 added qemu_mallocz() bellard 2004-03-14 21:48:47 +00:00
  • b41a2cd1e4 io port API change bellard 2004-03-14 21:46:48 +00:00
  • c4b1fcc0f9 added I/O API - io port API change - added multiple network interface support - redirect serial port to a pseudo terminal if using graphical mode bellard 2004-03-14 21:44:30 +00:00
  • 0f35920cd8 io port API change - removed dumb console redraw (not useful) bellard 2004-03-14 21:42:10 +00:00
  • 7d977de7e1 io port API change bellard 2004-03-14 21:41:34 +00:00
  • 07d898662d added qemu_mallocz() bellard 2004-03-14 21:41:12 +00:00
  • caed880216 removable device support - io port API change bellard 2004-03-14 21:40:43 +00:00
  • b338082b3f remoable device support bellard 2004-03-14 21:38:54 +00:00
  • 9dc39cbae3 added a command line monitor bellard 2004-03-14 21:38:27 +00:00
  • 80cabfad16 separated more devices from emulator bellard 2004-03-14 12:20:30 +00:00
  • 38ca2abc2e m68k compile fix bellard 2004-03-13 18:32:13 +00:00
  • 73bdea1951 2.6 kernel compile fix bellard 2004-03-04 22:50:52 +00:00
  • 00af2b2680 added cow.h bellard 2004-02-26 00:20:56 +00:00
  • a735aa3139 added precompiled linux boot sector bellard 2004-02-25 23:54:25 +00:00
  • 6b2b6112f8 more FPU context save tests bellard 2004-02-25 23:34:07 +00:00
  • bf08806145 native FPU support in code copy mode bellard 2004-02-25 23:33:36 +00:00
  • f9e92e973f use physical memory access functions for DMA bellard 2004-02-25 23:32:01 +00:00
  • 8dc75d7535 moved DMA and SB16 outside timer (may break SB16) bellard 2004-02-25 23:30:56 +00:00
  • 03857e318e native FPU support in code copy mode bellard 2004-02-25 23:26:33 +00:00
  • 16f62432c4 DMA API change bellard 2004-02-25 23:25:55 +00:00
  • 8b1f24b090 new physical memory access API (used by DMA accesses) bellard 2004-02-25 23:24:38 +00:00
  • b448f2f36c new physical memory access API (used by DMA accesses) - code copy FP fixes bellard 2004-02-25 23:24:04 +00:00
  • 97eb5b14dc native FPU support in code copy mode bellard 2004-02-25 23:19:55 +00:00
  • 7eee2a509a CR0.MP/EM/TS support bellard 2004-02-25 23:17:58 +00:00
  • 42c3c0cced native FPU support (disabled) bellard 2004-02-25 23:17:25 +00:00
  • 9588b95a08 CR0.MP/EM/TS support - native fpu support in code copy mode bellard 2004-02-25 23:15:55 +00:00
  • 2edcdce334 fpu fix bellard 2004-02-25 23:15:06 +00:00
  • 8853f86e1d shm support, more setsockopt and getsockopt calls, fds fix (initial patch by Paul McKerras) bellard 2004-02-22 14:57:26 +00:00
  • e374bfa35b shm tests - disabled clone test bellard 2004-02-22 14:54:18 +00:00
  • b88e4a9a3b small test optimisations bellard 2004-02-22 13:41:47 +00:00
  • 537730b956 zero offset optimisation bellard 2004-02-22 13:40:57 +00:00
  • edf779ffcc use kernel like macros for user access (will be useful someday to have a better error checking bellard 2004-02-22 13:40:13 +00:00
  • 121061dcdf O_DIRECT compile fix bellard 2004-02-22 11:56:01 +00:00
  • 83d7396850 faster big endian accesses on i386 - big endian ldsw_raw fix bellard 2004-02-22 11:53:50 +00:00
  • 6b2d3e3c96 fixed blr/bctr cases bellard 2004-02-21 15:41:09 +00:00
  • e98a6e40a9 adding direct block chaining support - simplified branch code gen bellard 2004-02-21 15:35:00 +00:00
  • 28fbe299c3 lwarx fix (Jocelyn Mayer) bellard 2004-02-21 14:13:13 +00:00
  • 297d8e6227 Fix check for lswi (Jocelyn Mayer) bellard 2004-02-21 14:11:27 +00:00
  • 004bc62c28 update nip when processing exceptions (Jocelyn Mayer) bellard 2004-02-21 14:10:04 +00:00
  • ed1c0bcb0c use osdep.h bellard 2004-02-16 22:17:43 +00:00
  • 22a46c55e4 update bellard 2004-02-16 22:13:24 +00:00
  • ea88812f4f added OS dependent functions (temporary as most functions are generic in fact) bellard 2004-02-16 22:12:40 +00:00
  • 58fe2f10f0 experimental code copy support bellard 2004-02-16 22:11:32 +00:00
  • 3a1d9b8bbb fixed lea exception bellard 2004-02-16 22:10:33 +00:00
  • 0e4b179d33 experimental code copy support - fixed A20 emulation bellard 2004-02-16 22:08:32 +00:00
  • 77fef8c148 experimental code copy support - added new Linux kernel loader bellard 2004-02-16 22:05:46 +00:00
  • 59817ccb2c use qemu memory allocation - added dirty bit support when using host MMU bellard 2004-02-16 22:01:13 +00:00
  • bf3e8bf11e experimental code copy support - CPU_INTERRUPT_EXITTB support bellard 2004-02-16 21:58:54 +00:00
  • 9acbed0605 added CPU_INTERRUPT_EXITTB and code_copy_enabled bellard 2004-02-16 21:57:02 +00:00
  • cf98951b82 force boot sector feature bellard 2004-02-16 21:56:36 +00:00
  • f72b519c86 added osdep.o and nwfpe bellard 2004-02-16 21:55:35 +00:00
  • 07ce05eaa9 fast Linux boot support bellard 2004-02-16 21:55:09 +00:00
  • b324e814a9 suppressed unused variables bellard 2004-02-16 21:54:14 +00:00
  • c69810559b arm nwfpe support - added code no-code-copy option - __preinit_array_start bug fix (untested) bellard 2004-02-16 21:49:03 +00:00
  • 28c4f361ac arm nwfpe support bellard 2004-02-16 21:47:43 +00:00
  • 3d57da2a70 suppressed dummy FPU ops bellard 2004-02-16 21:47:14 +00:00
  • 00406dff19 added arm nwfpe support (initial patch by Ulrich Hecht) bellard 2004-02-16 21:43:58 +00:00
  • 69de927c6c arm nwfpe support bellard 2004-02-16 21:40:43 +00:00
  • 72cbca10e1 direct chaining support for SPARC bellard 2004-02-16 20:30:05 +00:00
  • 34f715e754 fixed WP semantics bellard 2004-02-07 20:42:14 +00:00
  • cae61cef89 bochs vbe: virtual screen support and bank switch (untested) bellard 2004-02-06 23:58:08 +00:00
  • 6411cfb6f3 update bellard 2004-02-06 19:57:09 +00:00
  • 898712a85c sdl_cleanup fix (Martin Garton) bellard 2004-02-06 19:56:42 +00:00
  • 4fa0f5d292 added bochs VBE support bellard 2004-02-06 19:47:52 +00:00
  • 1ccde1cb94 added generic physical memory dirty bit support bellard 2004-02-06 19:46:14 +00:00
  • ad08132319 added tlb_flush() flags bellard 2004-02-03 23:39:42 +00:00
  • 415e561f1d cleanup bellard 2004-02-03 23:37:12 +00:00
  • ee8b7021da temporary interrupt locking fix (need rework) bellard 2004-02-03 23:35:10 +00:00
  • 625976dac8 update bellard 2004-02-03 23:30:47 +00:00
  • 1ac157da77 more precise TLB invalidation - init cleanup bellard 2004-02-03 23:28:30 +00:00
  • 64a595f26a cleanup bellard 2004-02-03 23:27:13 +00:00
  • 3ad9a57e4f ide identify fix (initial patch by Jens Axboe) bellard 2004-02-01 17:55:47 +00:00
  • 7f777bf385 fixed atapi error codes (initial patch by Jens Axboe) bellard 2004-02-01 17:37:48 +00:00
  • 56bf1d37a0 SEEK_STAT bit ata reset fix (Jens Axboe) bellard 2004-02-01 17:24:11 +00:00
  • c92b2e845f vga memory address fix bellard 2004-01-27 00:14:11 +00:00
  • 68e73e391f clean tests dir bellard 2004-01-25 15:47:27 +00:00
  • c0637b3794 update bellard 2004-01-25 15:38:01 +00:00