cefec4f5dcFDC fix 10/10 (Hervé Poussineau): - Replaces access to cur_drv field by macros.
blueswir1
2008-04-29 16:18:58 +00:00
78ae820cfeFDC fix 9/10 (Hervé Poussineau): - Supports up to 4 floppy drives if MAX_FD is set to 4.
blueswir1
2008-04-29 16:18:26 +00:00
46d3233ba0FDC fix 8/10 (Hervé Poussineau): - Replaces bootsel field by the whole tdr register. It may be easier if we want to later add support for tapes.
blueswir1
2008-04-29 16:17:42 +00:00
7737052092FDC fix 7/10 (Hervé Poussineau): - Removes useless fields in fdrive_t structure. - Adds a message when bdrv_read/bdrv_write calls fail. - Rename int_status to status0. - Replace some constants by value names.
blueswir1
2008-04-29 16:17:08 +00:00
b9b3d22516FDC fix 6/10 (Hervé Poussineau): - Stores controller state in MSR register instead of internal state field. This simplifies the fdctrl_read_main_status() function, which may be called in some tight loops.
blueswir1
2008-04-29 16:16:30 +00:00
1c346df2a2FDC fix 5/10 (Hervé Poussineau): - Better handling of DOR register. DOR register drives external motors, but it not limited to existing drives. - Use FD_DOR_nRESET flag instead of internal FD_CTRL_RESET flag. - Support writing to DOR register even in reset mode (as said in specification)
blueswir1
2008-04-29 16:15:53 +00:00
368df94d16FDC fix 4/10 (Hervé Poussineau): - Handles correctly FD_MSR_NONDMA/FD_DOR_NONDMA flags, and uses them when possible. Fixes a problem with SPECIFY command.
blueswir1
2008-04-29 16:15:12 +00:00
8c6a4d7742FDC fix 3/10 (Hervé Poussineau): - Fixes status A and status B registers. It removes one Sun4m mutation. Also removes the internal FD_CTRL_INTR flag.
blueswir1
2008-04-29 16:14:15 +00:00
746d6de7feFDC fix 2/10 (Hervé Poussineau): - Extract seeking to next sector handling in a function. Add a sector seek in PIO read and write modes
blueswir1
2008-04-29 16:13:36 +00:00
678803abe6FDC fix 1/12 (Hervé Poussineau): - Adds a command lookup table, as suggested by Fabrice at http://lists.gnu.org/archive/html/qemu-devel/2008-04/msg00143.html - This also moves initialization functions at the bottom of the file to prevent multiple forward declarations.
blueswir1
2008-04-29 16:12:30 +00:00
a1620fac3dDescribe the format= option in the --help output. List the accepted values with format=?.
aurel32
2008-04-29 05:58:01 +00:00
cd940061c6Fix wrong type in printf(), introduced in revision 4265
aurel32
2008-04-28 20:26:54 +00:00
1e72d3b7adadd format= to drive options (CVE-2008-2004)
aurel32
2008-04-28 20:26:45 +00:00
5b2575789bFix a typo introduced in revision 4272
aurel32
2008-04-28 08:54:59 +00:00
3ea8749da4BIOS: Reenable processor SSDT generation. Don't advertise ACPI C2 or C3 support. Thanks to Avi Kivity for the pointer.
aurel32
2008-04-28 08:54:51 +00:00
d2856f1ad4Factorize code in translate.c
aurel32
2008-04-28 00:32:32 +00:00
923e5e339fqemu ppc uic: Order IRQ bit number as described in the UIC documentation.
aurel32
2008-04-28 00:00:24 +00:00
72fb7daa9aFix a typo in cpu_physical_memory_rw()
aurel32
2008-04-27 23:53:45 +00:00
dc1c0b749fAdd a monitor command to raise NMI
aurel32
2008-04-27 23:52:12 +00:00
e6e514c529bios: disable processor SSDT generation. Fixes high idle load on x86/x86-64.
aurel32
2008-04-27 23:46:00 +00:00
4b8b8b76d4Document the shift values
blueswir1
2008-04-23 17:12:35 +00:00
a23a663b65Fix PHYS_ADDR_MASK: upper bits of a PTE are reserved so they are 52 bits long. Thanks to Paul Brook for noticing that.
aurel32
2008-04-22 21:57:57 +00:00
99c6c082ffIgnore .git and .svn in Makefile, noticed by Stefan Weil.
aurel32
2008-04-22 20:45:30 +00:00
03875444d9Revert "Use correct types to enable > 2G support" (r4238), it is not yet ready.
aurel32
2008-04-22 20:45:18 +00:00
2520c665c8Use "mount -o remount" instead of "umount" and "mount /dev/shm", which results in emptying this virtual file system.
aurel32
2008-04-20 21:10:41 +00:00
b29d8ae4d4fix dyngen on HPPA hosts
aurel32
2008-04-20 20:19:54 +00:00
f93eb9ff66Move the excess of arm_load_kernel() parameters into a struct.
balrog
2008-04-14 20:27:51 +00:00
e22f8f39f3Correctly restore pc after an exception occured in Thumb mode.
balrog
2008-04-14 19:14:06 +00:00
5b340b51fdFix ARM VFP related segfaults.
balrog
2008-04-14 02:19:57 +00:00
35c4d671ebFix keyboard emulation for ARM versatile board: - 0xab is actually a keyboard reply. It should not be escaped. - Because of translated value 0x41, translated to raw conversion is not a bijection. Instead of creating two translation tables, test for s->translate before writing this value.
aurel32
2008-04-13 16:08:44 +00:00
3bee8bd013SDL: Fix dead keys
aurel32
2008-04-13 16:08:37 +00:00
a5b38b5171x86: Rework local IRQ delivery for APICs
aurel32
2008-04-13 16:08:30 +00:00
e2eb9d3e91x86: Raise inter-processor NMI and SMI
aurel32
2008-04-13 16:08:23 +00:00