]> xenbits.xensource.com Git - qemu-xen-3.3-testing.git/log
qemu-xen-3.3-testing.git
18 years agoKqemu support for Solaris, by Ben Taylor.
ths [Wed, 17 Jan 2007 23:31:19 +0000 (23:31 +0000)]
Kqemu support for Solaris, by Ben Taylor.

18 years agoFix USB buffer size, by Herbert Xu.
ths [Wed, 17 Jan 2007 23:08:17 +0000 (23:08 +0000)]
Fix USB buffer size, by Herbert Xu.

18 years agoSlirp UDP fix, by Jason Wessel.
ths [Wed, 17 Jan 2007 22:47:40 +0000 (22:47 +0000)]
Slirp UDP fix, by Jason Wessel.

18 years agoNote newsworthy changes.
ths [Wed, 17 Jan 2007 21:32:49 +0000 (21:32 +0000)]
Note newsworthy changes.

18 years agoKeep track of mips related issues.
ths [Wed, 17 Jan 2007 20:03:15 +0000 (20:03 +0000)]
Keep track of mips related issues.

18 years agoDisable Malta floppy controller for now, by Aurelien Jarno.
ths [Wed, 17 Jan 2007 15:15:52 +0000 (15:15 +0000)]
Disable Malta floppy controller for now, by Aurelien Jarno.

18 years agoARM boot fix (Jason Wessel).
pbrook [Wed, 17 Jan 2007 08:59:26 +0000 (08:59 +0000)]
ARM boot fix (Jason Wessel).

18 years agoImproved console handling, thanks Stefan Weil.
ths [Tue, 16 Jan 2007 23:02:36 +0000 (23:02 +0000)]
Improved console handling, thanks Stefan Weil.

18 years agofixed movd mmx/sse insn
bellard [Tue, 16 Jan 2007 19:28:58 +0000 (19:28 +0000)]
fixed movd mmx/sse insn

18 years agoARM ELF loader.
pbrook [Tue, 16 Jan 2007 18:54:31 +0000 (18:54 +0000)]
ARM ELF loader.

18 years agoMIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.
ths [Mon, 15 Jan 2007 23:58:11 +0000 (23:58 +0000)]
MIPS Malta system and devices support, by Aurelien Jarno and Stefan Weil.

18 years agoGallileo GT64xxx support, by Aurelien Jarno.
ths [Mon, 15 Jan 2007 18:32:02 +0000 (18:32 +0000)]
Gallileo GT64xxx support, by Aurelien Jarno.

18 years agoPIIX4 support, by Aurelien Jarno.
ths [Mon, 15 Jan 2007 17:08:08 +0000 (17:08 +0000)]
PIIX4 support, by Aurelien Jarno.

18 years agoIncrease MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.
ths [Wed, 10 Jan 2007 16:25:04 +0000 (16:25 +0000)]
Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.

18 years agoDevfn number for the PIIX3 southbridge, by Aurelien Jarno.
ths [Wed, 10 Jan 2007 16:23:41 +0000 (16:23 +0000)]
Devfn number for the PIIX3 southbridge, by Aurelien Jarno.

18 years agoDevfn number for network PCI cards, by Aurelien Jarno.
ths [Wed, 10 Jan 2007 16:17:21 +0000 (16:17 +0000)]
Devfn number for network PCI cards, by Aurelien Jarno.

18 years agoRestore SCSI disk attaching, by Igor Kovalenko.
ths [Wed, 10 Jan 2007 11:46:13 +0000 (11:46 +0000)]
Restore SCSI disk attaching, by Igor Kovalenko.

18 years agoifname arg fix
bellard [Tue, 9 Jan 2007 19:44:41 +0000 (19:44 +0000)]
ifname arg fix

18 years agowin32: physical drive support (initial patch by kazu)
bellard [Sun, 7 Jan 2007 22:43:30 +0000 (22:43 +0000)]
win32: physical drive support (initial patch by kazu)

18 years agoadded cutils.c
bellard [Sun, 7 Jan 2007 22:04:40 +0000 (22:04 +0000)]
added cutils.c

18 years agoRevert -disk patch, as requested by Fabrice. The general idea of this
ths [Sun, 7 Jan 2007 20:42:14 +0000 (20:42 +0000)]
Revert -disk patch, as requested by Fabrice. The general idea of this
patch is sound, but the implementation is just too ugly.

18 years agoScript to check for missing FORCE_RET.
pbrook [Sun, 7 Jan 2007 19:38:08 +0000 (19:38 +0000)]
Script to check for missing FORCE_RET.

18 years agopath_is_absolute() fix for win32
bellard [Sun, 7 Jan 2007 18:22:37 +0000 (18:22 +0000)]
path_is_absolute() fix for win32

18 years agoremoved redundant qemu_aio_flush()
bellard [Sun, 7 Jan 2007 17:33:20 +0000 (17:33 +0000)]
removed redundant qemu_aio_flush()

18 years agowin32 block device fixes (initial patch by kazu)
bellard [Sun, 7 Jan 2007 17:27:07 +0000 (17:27 +0000)]
win32 block device fixes (initial patch by kazu)

18 years agoJapanese keyboard patch (kazu)
bellard [Sun, 7 Jan 2007 17:12:41 +0000 (17:12 +0000)]
Japanese keyboard patch (kazu)

18 years agoUnbreak the last patch.
ths [Sat, 6 Jan 2007 02:24:15 +0000 (02:24 +0000)]
Unbreak the last patch.

18 years agoDifferent MIPS BIOS binary names per endianness, and more relaxed size
ths [Sat, 6 Jan 2007 01:37:51 +0000 (01:37 +0000)]
Different MIPS BIOS binary names per endianness, and more relaxed size
rules for the binaries, by Alec Voropay.

18 years agoAdd new Etherboot ROMs for PXE boot.
ths [Fri, 5 Jan 2007 23:48:51 +0000 (23:48 +0000)]
Add new Etherboot ROMs for PXE boot.

18 years agoReinitialize monitor upon reconnect, by Anthony Liguori.
ths [Fri, 5 Jan 2007 22:01:59 +0000 (22:01 +0000)]
Reinitialize monitor upon reconnect, by Anthony Liguori.

18 years agoConfigure check for alsa, by Bernhard Fischer.
ths [Fri, 5 Jan 2007 21:25:54 +0000 (21:25 +0000)]
Configure check for alsa, by Bernhard Fischer.

18 years agoSupport fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.
ths [Fri, 5 Jan 2007 20:55:49 +0000 (20:55 +0000)]
Support fcntl F_GETLK64, F_SETLK64, F_SETLKW64, by Kirill A. Shutemov.

18 years agoFix for hard disk translation hints, by Volker Ruppert.
ths [Fri, 5 Jan 2007 18:58:34 +0000 (18:58 +0000)]
Fix for hard disk translation hints, by Volker Ruppert.

18 years agoSupport for Bochs "growing" images, by Volker Ruppert.
ths [Fri, 5 Jan 2007 18:56:04 +0000 (18:56 +0000)]
Support for Bochs "growing" images, by Volker Ruppert.

18 years agoFix comment, by Volker Ruppert.
ths [Fri, 5 Jan 2007 18:52:57 +0000 (18:52 +0000)]
Fix comment, by Volker Ruppert.

18 years agopatch for block-raw.c for Solaris, by Ben Taylor.
ths [Fri, 5 Jan 2007 17:44:41 +0000 (17:44 +0000)]
patch for block-raw.c for Solaris, by Ben Taylor.

18 years agoAdd -boot n option for x86 using PXE, by Anthony Liguori.
ths [Fri, 5 Jan 2007 17:41:07 +0000 (17:41 +0000)]
Add -boot n option for x86 using PXE, by Anthony Liguori.

18 years agoAdd -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.
ths [Fri, 5 Jan 2007 17:39:04 +0000 (17:39 +0000)]
Add -option-rom option to allow loading of PCI option ROMs, by Anthony Liguori.

18 years agoPPC32 Trace Exception and Trap instruction, by Jason Wessel.
ths [Fri, 5 Jan 2007 16:54:16 +0000 (16:54 +0000)]
PPC32 Trace Exception and Trap instruction, by Jason Wessel.

18 years agoDynamic handling of guest mice, by Lonnie Mendez.
ths [Fri, 5 Jan 2007 16:42:13 +0000 (16:42 +0000)]
Dynamic handling of guest mice, by Lonnie Mendez.

18 years agoUntangle the various CFLAGS/LDFLAGS flavours. Allow overriding the
ths [Fri, 5 Jan 2007 01:00:47 +0000 (01:00 +0000)]
Untangle the various CFLAGS/LDFLAGS flavours. Allow overriding the
optional flags at make time.

18 years agomemsave monitor command
bellard [Wed, 3 Jan 2007 15:20:39 +0000 (15:20 +0000)]
memsave monitor command

18 years agomoved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppressed...
bellard [Wed, 3 Jan 2007 15:18:08 +0000 (15:18 +0000)]
moved invalidate_tlb() to helper.c as a work around for gcc 3.2.2 bug - suppressed invalid tb_invalidate_page_range() calls

18 years agoArm GIC stuck interrupt fix.
pbrook [Tue, 2 Jan 2007 19:33:15 +0000 (19:33 +0000)]
Arm GIC stuck interrupt fix.

18 years agoFix Makefile weirdness.
ths [Mon, 1 Jan 2007 21:31:01 +0000 (21:31 +0000)]
Fix Makefile weirdness.

18 years agoFix bad data type.
ths [Mon, 1 Jan 2007 20:35:21 +0000 (20:35 +0000)]
Fix bad data type.

18 years agoFix lwl/lwr for 64bit emulation, also debug output spec for 64bit emulation.
ths [Mon, 1 Jan 2007 20:34:37 +0000 (20:34 +0000)]
Fix lwl/lwr for 64bit emulation, also debug output spec for 64bit emulation.

18 years agoSimplify code and fix formatting.
ths [Mon, 1 Jan 2007 20:32:08 +0000 (20:32 +0000)]
Simplify code and fix formatting.

18 years agoFix initrd load address.
ths [Mon, 1 Jan 2007 20:31:07 +0000 (20:31 +0000)]
Fix initrd load address.

18 years agoRemove duplicate TARGET_M68K case.
pbrook [Mon, 1 Jan 2007 14:14:34 +0000 (14:14 +0000)]
Remove duplicate TARGET_M68K case.

18 years agobFLT loader commandline fix.
pbrook [Tue, 26 Dec 2006 18:27:07 +0000 (18:27 +0000)]
bFLT loader commandline fix.

18 years agoFix SCSI cdrom boot, thanks Blue Swirl.
ths [Sun, 24 Dec 2006 17:12:43 +0000 (17:12 +0000)]
Fix SCSI cdrom boot, thanks Blue Swirl.

18 years agoNull character instead of numeric null.
ths [Sat, 23 Dec 2006 22:51:27 +0000 (22:51 +0000)]
Null character instead of numeric null.

18 years agoSolaris SMBD hacks (Ben Taylor).
pbrook [Sat, 23 Dec 2006 15:37:33 +0000 (15:37 +0000)]
Solaris SMBD hacks (Ben Taylor).

18 years agoSimplify error handling again.
ths [Sat, 23 Dec 2006 15:18:47 +0000 (15:18 +0000)]
Simplify error handling again.

18 years agoCheck ELF binaries for machine type and endianness.
ths [Sat, 23 Dec 2006 14:18:39 +0000 (14:18 +0000)]
Check ELF binaries for machine type and endianness.

18 years agoUse memory barriers in FORCE_RET / RETURN.
ths [Sat, 23 Dec 2006 00:49:32 +0000 (00:49 +0000)]
Use memory barriers in FORCE_RET / RETURN.

18 years agoFix spelling.
ths [Sat, 23 Dec 2006 00:33:26 +0000 (00:33 +0000)]
Fix spelling.

18 years agoMore serial ports for the mips machine.
ths [Sat, 23 Dec 2006 00:23:19 +0000 (00:23 +0000)]
More serial ports for the mips machine.

18 years agoFix build warning on Windows.
ths [Sat, 23 Dec 2006 00:03:15 +0000 (00:03 +0000)]
Fix build warning on Windows.

18 years agoSparc64 build fix (Igor Kovalenko).
pbrook [Fri, 22 Dec 2006 22:35:25 +0000 (22:35 +0000)]
Sparc64 build fix (Igor Kovalenko).

18 years agoWindows build fix, namespace cleanup, fix error message, by Stefan Weil.
ths [Fri, 22 Dec 2006 21:20:52 +0000 (21:20 +0000)]
Windows build fix, namespace cleanup, fix error message, by Stefan Weil.

18 years agoSupport for unidirectional pipes, by Ed Swierk.
ths [Fri, 22 Dec 2006 19:25:31 +0000 (19:25 +0000)]
Support for unidirectional pipes, by Ed Swierk.

18 years agoFix -cdrom breakage.
ths [Fri, 22 Dec 2006 17:29:05 +0000 (17:29 +0000)]
Fix -cdrom breakage.

18 years agoSCSI emulation improvements, by Chuck Brazie.
ths [Fri, 22 Dec 2006 16:34:11 +0000 (16:34 +0000)]
SCSI emulation improvements, by Chuck Brazie.

18 years agoBuild fix for AIO (-dummy) on Windows, by Stefan Weil.
ths [Fri, 22 Dec 2006 14:19:53 +0000 (14:19 +0000)]
Build fix for AIO (-dummy) on Windows, by Stefan Weil.

18 years agoEscape filname printout properly, by Anthony Liguori and Julian Seward.
ths [Fri, 22 Dec 2006 14:11:31 +0000 (14:11 +0000)]
Escape filname printout properly, by Anthony Liguori and Julian Seward.

18 years agoFix CDROM change, by Anthony Liguori.
ths [Fri, 22 Dec 2006 02:14:49 +0000 (02:14 +0000)]
Fix CDROM change, by Anthony Liguori.

18 years agoDaemonize option, by Anthony Liguori.
ths [Fri, 22 Dec 2006 02:11:31 +0000 (02:11 +0000)]
Daemonize option, by Anthony Liguori.

18 years agoUnix domain socket support for VNC, by Anthony Liguori.
ths [Fri, 22 Dec 2006 02:09:07 +0000 (02:09 +0000)]
Unix domain socket support for VNC, by Anthony Liguori.

18 years agoRun monitor over unix domain sockets, by Anthony Liguori.
ths [Thu, 21 Dec 2006 19:46:43 +0000 (19:46 +0000)]
Run monitor over unix domain sockets, by Anthony Liguori.

18 years agoFix "inaccessible boot device" on FreeBSD, by Juergen Lock.
ths [Thu, 21 Dec 2006 19:14:11 +0000 (19:14 +0000)]
Fix "inaccessible boot device" on FreeBSD, by Juergen Lock.

18 years agoEnable TCP_NODELAY, by Daniel Jacobowitz.
ths [Thu, 21 Dec 2006 19:10:59 +0000 (19:10 +0000)]
Enable TCP_NODELAY, by Daniel Jacobowitz.

18 years agoDon't cast lvalues, fixes compiler warning.
ths [Thu, 21 Dec 2006 17:24:45 +0000 (17:24 +0000)]
Don't cast lvalues, fixes compiler warning.

18 years agoAvoid "unused variable" compiler warning.
ths [Thu, 21 Dec 2006 17:23:49 +0000 (17:23 +0000)]
Avoid "unused variable" compiler warning.

18 years agoRemove unused variable.
ths [Thu, 21 Dec 2006 16:50:54 +0000 (16:50 +0000)]
Remove unused variable.

18 years agoSilence a spurious gcc warning.
ths [Thu, 21 Dec 2006 16:50:09 +0000 (16:50 +0000)]
Silence a spurious gcc warning.

18 years agoFix compiler warnings, add signed versions of some swab functions.
ths [Thu, 21 Dec 2006 16:49:27 +0000 (16:49 +0000)]
Fix compiler warnings, add signed versions of some swab functions.

18 years agoScrap SIGN_EXTEND32.
ths [Thu, 21 Dec 2006 13:48:28 +0000 (13:48 +0000)]
Scrap SIGN_EXTEND32.

18 years agoPreliminiary MIPS64 support, disabled by default due to performance impact.
ths [Thu, 21 Dec 2006 01:19:56 +0000 (01:19 +0000)]
Preliminiary MIPS64 support, disabled by default due to performance impact.

18 years agoLook for gcc3 (Anthony Liguori).
pbrook [Tue, 19 Dec 2006 03:31:34 +0000 (03:31 +0000)]
Look for gcc3 (Anthony Liguori).

18 years agoAdd unassigned memory debugging code.
pbrook [Mon, 18 Dec 2006 05:03:52 +0000 (05:03 +0000)]
Add unassigned memory debugging code.

18 years agoFix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto.
ths [Sat, 16 Dec 2006 16:45:18 +0000 (16:45 +0000)]
Fix erraneous fallthrough in MIPS trap implementation, thanks Atsushi Nemoto.

18 years agoSimple test for mips/mipsel, based on a test by Alexander Voropay.
ths [Thu, 14 Dec 2006 14:48:11 +0000 (14:48 +0000)]
Simple test for mips/mipsel, based on a test by Alexander Voropay.

18 years agoReduce VNC resize traffic, thanks Eduardo Felipe.
ths [Thu, 14 Dec 2006 13:36:01 +0000 (13:36 +0000)]
Reduce VNC resize traffic, thanks Eduardo Felipe.

18 years agoFix userland ELF loader for zero sized BSS.
ths [Thu, 14 Dec 2006 13:32:11 +0000 (13:32 +0000)]
Fix userland ELF loader for zero sized BSS.

18 years agoMIPS has also a fixed MMAP_SHIFT of 12.
ths [Mon, 11 Dec 2006 22:04:25 +0000 (22:04 +0000)]
MIPS has also a fixed MMAP_SHIFT of 12.

18 years agoMIPS FPU support for the gdb stub, by Daniel Jacobowitz.
ths [Mon, 11 Dec 2006 19:22:27 +0000 (19:22 +0000)]
MIPS FPU support for the gdb stub, by Daniel Jacobowitz.

18 years agoFix addrlen size, by David Woodhouse.
ths [Mon, 11 Dec 2006 19:13:59 +0000 (19:13 +0000)]
Fix addrlen size, by David Woodhouse.

18 years agoSpelling fixes, by Aurelien Jarno.
ths [Mon, 11 Dec 2006 18:35:08 +0000 (18:35 +0000)]
Spelling fixes, by Aurelien Jarno.

18 years agoImplement -no-quit option, by Xavier Gnata.
ths [Mon, 11 Dec 2006 02:08:05 +0000 (02:08 +0000)]
Implement -no-quit option, by Xavier Gnata.

18 years agoFix PCI config space overflow, by Herbert Xu.
ths [Sun, 10 Dec 2006 23:20:45 +0000 (23:20 +0000)]
Fix PCI config space overflow, by Herbert Xu.

18 years agoFix sector size overflow, by Herbert Xu.
ths [Sun, 10 Dec 2006 23:07:39 +0000 (23:07 +0000)]
Fix sector size overflow, by Herbert Xu.

18 years agoBuild fix for newer kernel headers, thanks Jason Wessel.
ths [Sun, 10 Dec 2006 22:11:04 +0000 (22:11 +0000)]
Build fix for newer kernel headers, thanks Jason Wessel.

18 years agoHandle invalid accesses as SIGILL for mips/mipsel userland emulation.
ths [Sun, 10 Dec 2006 22:08:10 +0000 (22:08 +0000)]
Handle invalid accesses as SIGILL for mips/mipsel userland emulation.

18 years agoFix fstat for MIPS userland emulation, and add support for a cacheflush
ths [Fri, 8 Dec 2006 01:32:58 +0000 (01:32 +0000)]
Fix fstat for MIPS userland emulation, and add support for a cacheflush
syscall, thanks to Dave Denholm.

18 years agoFix build of MIPS target without FPU support.
ths [Thu, 7 Dec 2006 20:07:37 +0000 (20:07 +0000)]
Fix build of MIPS target without FPU support.

18 years agoSpelling fixes, thanks to Stefan Weil.
ths [Thu, 7 Dec 2006 18:28:42 +0000 (18:28 +0000)]
Spelling fixes, thanks to Stefan Weil.

18 years agoMIPS RTC emulation.
ths [Thu, 7 Dec 2006 18:15:35 +0000 (18:15 +0000)]
MIPS RTC emulation.

18 years ago.cvsignore m68k-user.
ths [Thu, 7 Dec 2006 17:18:01 +0000 (17:18 +0000)]
.cvsignore m68k-user.