.. |
acpi.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
acpi.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
aspi-win32.h
|
- only define PACKED if it's not already defined, since in Cygwin it's
|
2001-06-25 12:52:37 +00:00 |
biosdev.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
biosdev.h
|
- delete the device object in the plugin_fini() function of each plugin device
|
2006-09-10 17:18:44 +00:00 |
busmouse.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
busmouse.h
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
cdrom_amigaos.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
cdrom_beos.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
cdrom_beos.h
|
Added missed CVS header to several files
|
2006-04-27 15:11:45 +00:00 |
cdrom.cc
|
Merged patch from @SF
|
2008-10-01 07:47:02 +00:00 |
cdrom.h
|
More indent and C++ style changes (explicitly write virtual before virtual desctructors).
|
2006-03-07 21:11:20 +00:00 |
cmos.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
cmos.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
crc32.cc
|
32-bit systems have a problem to allocate large amount of physical memory for Bochs simulation which makes simulation with 4G address space virtually impossible. But in most of the cases when 4G physical address space defined - it is not touched by default on every run so it is possible to allocate only really accessed blocks. This commit made all necessary preparations for it.
|
2008-04-17 14:39:33 +00:00 |
crc32.h
|
Style and indent changes
|
2006-03-07 18:16:41 +00:00 |
devices.cc
|
- added basic user plugin support (TODO: add sample code)
|
2009-01-02 11:51:03 +00:00 |
dma.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
dma.h
|
whispace, tab2space, indent, dos2unix and other cleanups
|
2008-02-15 22:05:43 +00:00 |
eth_arpback.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_fbsd.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_linux.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_null.cc
|
- fixed some warnings in iodev
|
2008-12-21 08:56:26 +00:00 |
eth_packetmaker.cc
|
whispace, tab2space, indent, dos2unix and other cleanups
|
2008-02-15 22:05:43 +00:00 |
eth_packetmaker.h
|
- dependencies between NE2k and PCI Pseudo-NIC removed from the config interface
|
2004-10-07 17:38:03 +00:00 |
eth_tap.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_tuntap.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_vde.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_vnet.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth_win32.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth.cc
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
eth.h
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
extfpuirq.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
extfpuirq.h
|
More indent and C++ style changes (explicitly write virtual before virtual desctructors).
|
2006-03-07 21:11:20 +00:00 |
floppy.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
floppy.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
gameport.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
gameport.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
guest2host.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
guest2host.h
|
More indent and C++ style changes (explicitly write virtual before virtual desctructors).
|
2006-03-07 21:11:20 +00:00 |
harddrv.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
harddrv.h
|
Fixed some compilation issues with
|
2008-09-18 17:18:36 +00:00 |
hdimage.cc
|
whispace, tab2space, indent, dos2unix and other cleanups
|
2008-02-15 22:05:43 +00:00 |
hdimage.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
ioapic.cc
|
- fixed some warnings in iodev
|
2008-12-21 08:56:26 +00:00 |
ioapic.h
|
Implemented HW reset for I/O APIC
|
2008-11-17 20:06:16 +00:00 |
iodebug.cc
|
- converted iodebug device to a plugin
|
2008-12-30 18:11:13 +00:00 |
iodebug.h
|
- converted iodebug device to a plugin
|
2008-12-30 18:11:13 +00:00 |
iodev.h
|
- converted iodebug device to a plugin
|
2008-12-30 18:11:13 +00:00 |
keyboard.cc
|
Fixed some compilation issues with
|
2008-09-18 17:18:36 +00:00 |
keyboard.h
|
Fixed some compilation issues with
|
2008-09-18 17:18:36 +00:00 |
Makefile.in
|
- converted iodebug device to a plugin
|
2008-12-30 18:11:13 +00:00 |
ne2k.cc
|
- reduce some more dependencies
|
2008-12-30 09:17:09 +00:00 |
ne2k.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
parallel.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
parallel.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pci2isa.cc
|
- reduce some more dependencies
|
2008-12-30 09:17:09 +00:00 |
pci2isa.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pci_ide.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
pci_ide.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pci.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
pci.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pcidev.cc
|
- reduce some more dependencies (rarely used options, no Makefile.in update
|
2008-12-30 15:33:38 +00:00 |
pcidev.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
pcipnic.cc
|
- reduce some more dependencies (rarely used options, no Makefile.in update
|
2008-12-30 15:33:38 +00:00 |
pcipnic.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pciusb.cc
|
- reduce some more dependencies
|
2008-12-30 09:17:09 +00:00 |
pciusb.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
pcivga.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
pcivga.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pic.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
pic.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
pit82c54.cc
|
whispace, tab2space, indent, dos2unix and other cleanups
|
2008-02-15 22:05:43 +00:00 |
pit82c54.h
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
pit_wrap.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
pit_wrap.h
|
- compilation fixes for MSVC toolkit 2003
|
2008-11-09 22:04:14 +00:00 |
pnic_api.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
sb16.cc
|
- reduce some more dependencies
|
2008-12-30 09:17:09 +00:00 |
sb16.h
|
- fixed a bunch of warnings
|
2008-12-11 18:01:56 +00:00 |
scancodes.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
scancodes.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
scsi_commands.h
|
- add RCS Id to header of every file. This makes it easier to know what's
|
2001-10-03 13:10:38 +00:00 |
scsi_device.cc
|
- update sector count before calling write completion function (SF patch #2144692)
|
2008-11-23 19:21:19 +00:00 |
scsi_device.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
scsidefs.h
|
- clean up ^M pollution from working in cygwin
|
2002-09-16 17:00:16 +00:00 |
scsipt.h
|
whispace, tab2space, indent, dos2unix and other cleanups
|
2008-02-15 22:05:43 +00:00 |
serial_raw.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
serial_raw.h
|
- fixed compilation error with raw serial enabled
|
2007-11-03 16:47:49 +00:00 |
serial.cc
|
- fixed some warnings in iodev
|
2008-12-21 08:56:26 +00:00 |
serial.h
|
- added new serial modes based on SF patch #1928848 by Eugene Toder
|
2008-05-22 08:13:22 +00:00 |
slowdown_timer.cc
|
- compilation fixes for MSVC toolkit 2003
|
2008-11-09 22:04:14 +00:00 |
slowdown_timer.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
soundlnx.cc
|
- removed some optional devices from the bx_devices_c object
|
2008-07-26 08:02:27 +00:00 |
soundlnx.h
|
- ALSA code cleanup: removed unused client and queue
|
2008-07-20 08:08:23 +00:00 |
soundosx.cc
|
- removed some optional devices from the bx_devices_c object
|
2008-07-26 08:02:27 +00:00 |
soundosx.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
soundwin.cc
|
Fixed warning
|
2008-08-24 17:28:42 +00:00 |
soundwin.h
|
- some fixes in the (currently disabled) sndPlaySound feature (TODO: wave output
|
2006-02-05 17:13:54 +00:00 |
speaker.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
speaker.h
|
Added missed CVS header to several files
|
2006-04-27 15:11:45 +00:00 |
svga_cirrus.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
svga_cirrus.h
|
fixed memory handler params - use bx_phy_address data type
|
2008-04-29 22:14:23 +00:00 |
unmapped.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
unmapped.h
|
- delete the device object in the plugin_fini() function of each plugin device
|
2006-09-10 17:18:44 +00:00 |
usb_hid.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
usb_hid.h
|
A lot of changes but everything is really trivial.
|
2007-09-28 19:52:08 +00:00 |
usb_msd.cc
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
usb_msd.h
|
- reduce some more dependencies
|
2008-12-30 09:17:09 +00:00 |
vga.cc
|
reduce include dependencies in iodev.h
|
2008-12-29 20:16:08 +00:00 |
vga.h
|
- don't skip text update if character height is 1
|
2008-12-29 08:16:53 +00:00 |
virt_timer.cc
|
- use a local copy of the IPS value to avoid reading it frequently in timer handler
|
2008-12-19 12:52:34 +00:00 |
virt_timer.h
|
- use a local copy of the IPS value to avoid reading it frequently in timer handler
|
2008-12-19 12:52:34 +00:00 |
vmware3.cc
|
- fixed some warnings in iodev
|
2008-12-21 08:56:26 +00:00 |
vmware3.h
|
white space cleanups and coding style changes
|
2008-01-26 22:24:03 +00:00 |
vmware4.cc
|
warnings fixed
|
2007-10-24 23:17:42 +00:00 |
vmware4.h
|
- support for VMWare version 4 disk image format implemented (patch by Sharvil
|
2006-12-17 08:17:28 +00:00 |