Volker Ruppert
100b097c29
Added symbol BX_GUI_CONFIRM_QUIT to enable showing the dialog after pressing
...
the power button (disabled by default).
2017-04-02 16:16:53 +00:00
Volker Ruppert
12679aeb13
Updated cpu model list in the docs.
2017-04-02 15:43:48 +00:00
Volker Ruppert
ed92dc4dfd
Code cleanup: We don't need to copy data here.
2017-04-02 14:01:40 +00:00
Volker Ruppert
912d104a63
Android updates from lubomyr GIT repository (instructions and app settings).
2017-04-02 09:05:21 +00:00
Volker Ruppert
f7b1d77136
Fixed keypad event reporting.
...
FIXME: Keypad mouse function fails (cannot enable it as removable mouse yet).
2017-04-02 08:47:14 +00:00
Volker Ruppert
bd77824db6
Store configuration and interface values in the USB device object.
2017-04-01 10:35:38 +00:00
Stanislav Shwartsman
bad84e48cd
remove redundant memory access from IRET
2017-04-01 05:49:01 +00:00
Volker Ruppert
e023b5896f
Partial rewrite of the optional keyboard handling. Now the BX_KEY_* events are
...
directly sent to the optional keyboard (USB keypad). It is now independent
from the legacy keyboard and the check for supported keys is simplified. The
legacy keyboard still receives the unhandled key event, but now sent from the
common devices code.
2017-03-31 21:32:58 +00:00
Stanislav Shwartsman
e351aaa28a
update (c) for tlb.h
2017-03-31 07:34:44 +00:00
Stanislav Shwartsman
a51eb1cc39
added more debug info for TLB through param tree, update year in the (c)
2017-03-31 07:34:08 +00:00
Stanislav Shwartsman
c9c3672509
allow monitor to UC memory type but not MONITORX
2017-03-31 07:00:36 +00:00
Stanislav Shwartsman
566a7aa82b
fixed softfloat FUZ condition. fixed/optimized pmaddwd computing function
2017-03-30 22:11:38 +00:00
Stanislav Shwartsman
a6e7ffb284
implemented undefined flags behavior for SHRD instruction matching HW
2017-03-30 22:03:38 +00:00
Stanislav Shwartsman
097310cd00
fixed integer overflow while computing shift flags, avoid using bx_bool while working with flags for more robust code
2017-03-30 21:53:39 +00:00
Volker Ruppert
c897ffa619
Cleanups in the Bochs system timer code
...
- Now using macro DEV_register_timer() in all devices and lowlevel modules.
- Removed unused timer stuff from the plugin.cc/.h code.
2017-03-30 18:08:15 +00:00
Volker Ruppert
cb33607004
Split configure options table into 3 tables (general, cpu, devices) and some
...
other documenation updates.
2017-03-28 21:13:05 +00:00
Stanislav Shwartsman
862e817884
fixed typo caused compilation err
2017-03-28 19:13:20 +00:00
Stanislav Shwartsman
31d29734d6
some comments about more CPUID leaf 80000008.EBX by Ryzen
2017-03-28 19:11:42 +00:00
Stanislav Shwartsman
b7b0165d3c
new naming convention for UD opcodes
2017-03-28 19:00:00 +00:00
Stanislav Shwartsman
a673612784
fixed permission checks performed by CLFLUSH/CLFLUSHOPT/MONITOR* instructions
2017-03-28 18:52:53 +00:00
Volker Ruppert
4bbed47b5d
THe ACPI device can use the base class pci_read_handler().
...
Minor other PCI code changes.
2017-03-27 19:38:37 +00:00
Stanislav Shwartsman
e5c64b3b56
cleanup of warning messages from cpuid code
2017-03-26 20:12:14 +00:00
Stanislav Shwartsman
2b79061127
Implemented MONITORX/MWAITX instructions (AMD), enabled in Ryzen CPU model
2017-03-26 19:14:15 +00:00
Volker Ruppert
dd2d03ec0a
The 'del' command doesn't like forward slashes, so the MSVC nmake 'clean'
...
target skipped files in subfolders. Updated cpu makefile dependencies.
2017-03-26 15:55:57 +00:00
Volker Ruppert
76b54ecb61
Renamed bx_pci_device_stub_c to bx_pci_device_c and derive it now from class
...
bx_devmodel_c. The early version of the combined vga / svga_cirrus code
required the now obsolete implementation. Some related cleanups in the
devices code.
2017-03-26 08:09:28 +00:00
Stanislav Shwartsman
411ea954b4
implemented CLZERO instruction from AMD Ryzen CPU
2017-03-25 20:12:31 +00:00
Volker Ruppert
880564f6ee
Revoved obsolete macros and device stub methods.
2017-03-25 15:23:29 +00:00
Volker Ruppert
d46a9b7205
Some work on the PCI devices code.
...
- Since the pci_read_handler() method is identical in most devices, move it
to the base class to reduce code duplication. Only the 'pcidev' device has
it's own implementation (NOTE: it is not maintained yet).
- Minor other fixes and cleanups in some PCI devices.
2017-03-24 19:57:25 +00:00
Volker Ruppert
bc1b1d4ed5
Continued release preparations:
...
- Using bochsrc option "load32bitOSImage" now causes a warning. It is not
maintained yet, not documented and we don't whether it is used or not.
I guess it was designed to boot a real 32-bit guest OS when the Bochs BIOS
wasn't able to do it.
- Added config option --enable-busmouse to all shortcut scripts. We have two
usable models present now (tested with Win95).
2017-03-24 18:23:07 +00:00
Volker Ruppert
f1e90c93b1
Fixed incorrect PAM setup (caused recent SeaBIOS to fail).
2017-03-23 22:44:20 +00:00
Volker Ruppert
994fdbae82
Some cleanups in in the user documentation and the code (obsolete stuff).
2017-03-23 19:09:37 +00:00
Volker Ruppert
07414a9bc8
Next Bochs release is coming soon.
2017-03-22 21:49:04 +00:00
Volker Ruppert
f0afd30a9a
Fixed Cirrus VGA PCI save/restore when a standard VGA mode is active. The PCI
...
memory setup doesn't depend on the mode and must always be done after restore.
2017-03-22 21:24:30 +00:00
Volker Ruppert
fef9a3b3f7
Some release preparations:
...
- Added warnings for currently not maintained features in the configure script,
the bochsrc sample and the user doc.
- Removed detection of deprecated bochsrc options "i440fxsupport" and
"vga_update_interval".
- Legacy bochsrc option "user_shortcut" is now deprecated.
- Removed deprecated configure option --enable-misaligned-sse from user doc.
- Updated some TODO items.
2017-03-21 20:12:07 +00:00
Volker Ruppert
a78cb399ac
Started preparing documentation for release (to be continued).
2017-03-20 20:56:54 +00:00
Volker Ruppert
8c310f68e1
Documentation updates.
...
- Added section about the 'socket' networking module.
- Updated and sorted lists of installed files on Windows and Linux.
- Fixed bxhub help message.
2017-03-19 19:08:15 +00:00
Volker Ruppert
df6adaaf1f
Added symbol VSIDE in the MSVC workspace files and and the manifest section
...
of win32res.rc to compile Bochs correctly with both IDE and nmake.
Fixed MSVC warnings in some devices.
2017-03-19 12:22:27 +00:00
Volker Ruppert
9bef555f3e
Updated build test script and fixed compilation without FPU.
2017-03-19 09:50:16 +00:00
Volker Ruppert
640f5e2ce9
Fixed compilation error.
2017-03-19 07:26:56 +00:00
Stanislav Shwartsman
2c5588cda0
convert some defines to enums and consts
2017-03-18 21:25:06 +00:00
Stanislav Shwartsman
de7aa70c23
fixed more warning from msvc
2017-03-18 19:28:02 +00:00
Volker Ruppert
23c1263849
Updated MSVC workspace files to compile default setup with current SVN.
...
FIXME: When using these workspace files it is currently required to disable
the manifest entry in win32res.rc.
2017-03-18 15:49:00 +00:00
Volker Ruppert
a24041d58a
Updated devices list.
2017-03-18 09:40:20 +00:00
Volker Ruppert
8e0ea486c9
Reverted 'clean' target optimization. MinGW/MSYS uses targets without ".exe",
...
but for removing files the extension is required.
2017-03-18 09:27:48 +00:00
Stanislav Shwartsman
2809e7f5ad
fixed warnings in the cpu code
2017-03-18 07:32:17 +00:00
Stanislav Shwartsman
c24d5bfa94
fixed warning (and also potential bug when >4G of mem is emulated) for USB code
2017-03-18 07:26:26 +00:00
Volker Ruppert
29e9b54cfd
Added dummy waveout class to make sure that resampling and mixing features
...
are not used. It also fixes a possible crash in the speaker code.
2017-03-17 23:09:18 +00:00
Volker Ruppert
0ac2150920
Network and sound driver plugins are no devmodel devices.
2017-03-17 20:53:31 +00:00
Stanislav Shwartsman
15d9b068a3
fix msvc warnings
2017-03-17 17:35:15 +00:00
Volker Ruppert
78f51adf42
Updated default MSVC workspace to compile default setup with current SVN.
...
TODO: Update plugins workspace.
2017-03-17 16:05:46 +00:00