.. |
acpi.c
|
Match values with the ones documented in the PIIX4 datasheet.
|
2007-10-09 11:41:47 +00:00 |
adb.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
adlib.c
|
Unify IRQ handling.
|
2007-04-07 18:14:41 +00:00 |
ads7846.c
|
Make touchscreen calibration values better match the HW. Invert WM8750 GPIO.
|
2007-06-24 13:45:36 +00:00 |
alpha_palcode.c
|
Replace is_user variable with mmu_idx in softmmu core,
|
2007-10-14 07:07:08 +00:00 |
an5206.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
apb_pci.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
apic.c
|
Don't route PIC interrupts through the local APIC if the local APIC
|
2007-10-09 03:08:56 +00:00 |
arm_boot.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
arm_gic.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
arm_pic.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
arm_pic.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
arm_sysctl.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
arm_timer.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
armv7m_nvic.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
armv7m.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
cdrom.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
cirrus_vga_rop2.h
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
cirrus_vga_rop.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
cirrus_vga.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
cs4231.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
cuda.c
|
* sort the PowerPC target object files
|
2007-10-28 23:42:18 +00:00 |
dma.c
|
Fix incorrect target_ulong use in hw devices
|
2007-06-08 16:45:23 +00:00 |
ds1225y.c
|
Fix incorrect target_ulong use in hw devices
|
2007-06-08 16:45:23 +00:00 |
dummy_m68k.c
|
Fix build failure.
|
2007-11-10 19:21:30 +00:00 |
ecc.c
|
Move ECC calculation to a more appropriate place.
|
2007-09-25 01:17:04 +00:00 |
eepro100.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
eeprom93xx.c
|
Eepro100 emulation, by Stefan Weil.
|
2007-04-02 12:35:34 +00:00 |
eeprom93xx.h
|
Eepro100 emulation, by Stefan Weil.
|
2007-04-02 12:35:34 +00:00 |
es1370.c
|
Unify IRQ handling.
|
2007-04-07 18:14:41 +00:00 |
esp.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
etraxfs_ser.c
|
EtraxFS board support, by Edgar E. Iglesias.
|
2007-10-08 13:26:33 +00:00 |
etraxfs_timer.c
|
EtraxFS board support, by Edgar E. Iglesias.
|
2007-10-08 13:26:33 +00:00 |
etraxfs.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
fdc.c
|
No functional changes: remove dead code and fix indentation & wrapping lines.
|
2007-11-05 03:11:37 +00:00 |
fmopl.c
|
audio merge (malc)
|
2004-11-07 18:04:02 +00:00 |
fmopl.h
|
audio merge (malc)
|
2004-11-07 18:04:02 +00:00 |
grackle_pci.c
|
Fix grackle (in fact MPC106) PCI host bridge header
|
2007-11-04 08:49:01 +00:00 |
gt64xxx.c
|
removed warning
|
2007-11-11 19:50:22 +00:00 |
heathrow_pic.c
|
* sort the PowerPC target object files
|
2007-10-28 23:42:18 +00:00 |
i2c.c
|
Initial OMAP I^2C controller implementation (communication not tested).
|
2007-11-03 00:51:03 +00:00 |
i2c.h
|
Spelling fixes, by Stefan Weil.
|
2007-07-11 22:48:58 +00:00 |
i8254.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
i8259.c
|
Avoid PreP target kernel freeze waiting for IRQs.
|
2007-10-20 09:13:55 +00:00 |
ide.c
|
Revert "Last AIO Patch" as requested by Fabrice, it is incomplete and
|
2007-11-08 16:38:17 +00:00 |
integratorcp.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
iommu.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
irq.c
|
Add a qemu_irq_invert() shortcut for inverting a signal.
|
2007-10-29 10:59:29 +00:00 |
irq.h
|
Add a qemu_irq_invert() shortcut for inverting a signal.
|
2007-10-29 10:59:29 +00:00 |
isa_mmio.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
jazz_led.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
lsi53c895a.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
m48t59.c
|
Give an opaque to the m48t59 direct access routines to make it easier
|
2007-10-28 23:33:05 +00:00 |
m48t59.h
|
Give an opaque to the m48t59 direct access routines to make it easier
|
2007-10-28 23:33:05 +00:00 |
mac_dbdma.c
|
* sort the PowerPC target object files
|
2007-10-28 23:42:18 +00:00 |
mac_nvram.c
|
Fix PowerMac NVRAM device.
|
2007-11-04 01:16:04 +00:00 |
macio.c
|
Fix PowerMac NVRAM device.
|
2007-11-04 01:16:04 +00:00 |
max111x.c
|
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
|
2007-05-24 18:50:09 +00:00 |
max7310.c
|
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
|
2007-05-24 18:50:09 +00:00 |
mc146818rtc.c
|
added -startdate option
|
2007-11-07 16:24:33 +00:00 |
mcf5206.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
mcf5208.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
mcf_fec.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
mcf_intc.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
mcf_uart.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
mips_int.c
|
Unify IRQ handling.
|
2007-04-07 18:14:41 +00:00 |
mips_malta.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
mips_mipssim.c
|
removed unused variable
|
2007-11-11 19:49:08 +00:00 |
mips_pica61.c
|
removed unused variable
|
2007-11-11 19:49:08 +00:00 |
mips_r4k.c
|
mips_r4k warning fixes.
|
2007-11-11 12:02:33 +00:00 |
mips_timer.c
|
Timer start/stop implementation, by Aurelien Jarno.
|
2007-09-25 16:53:15 +00:00 |
mipsnet.c
|
Less debug noise from the mipsnet driver.
|
2007-10-28 01:43:52 +00:00 |
mpcore.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
nand.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
ne2000.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
omap1_clk.c
|
Zeroing ITR shouldn't ack irq zero.
|
2007-11-04 22:53:50 +00:00 |
omap_i2c.c
|
Add register mappings in DSP space (must be accessible for MPU too).
|
2007-11-04 12:19:22 +00:00 |
omap_lcd_template.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
omap_lcdc.c
|
Basic OMAP310 support. Basic Palm Tungsten|E machine emulation.
|
2007-07-29 17:57:26 +00:00 |
omap_mmc.c
|
Add register mappings in DSP space (must be accessible for MPU too).
|
2007-11-04 12:19:22 +00:00 |
omap.c
|
fixed cast
|
2007-11-11 19:48:47 +00:00 |
omap.h
|
Zeroing ITR shouldn't ack irq zero.
|
2007-11-04 22:53:50 +00:00 |
openpic.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
palm.c
|
Zeroing ITR shouldn't ack irq zero.
|
2007-11-04 22:53:50 +00:00 |
parallel.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
pc.c
|
More generic boot devices specification, allowing more devices to be specified
|
2007-11-11 01:50:45 +00:00 |
pci_host.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
pci.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
pckbd.c
|
"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.
|
2007-10-20 20:48:09 +00:00 |
pcnet.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
pcspk.c
|
Unify IRQ handling.
|
2007-04-07 18:14:41 +00:00 |
pflash_cfi02.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
piix_pci.c
|
Enable ACPI interrupts, by Igor Lvovsky.
|
2007-10-20 20:36:52 +00:00 |
pixel_ops.h
|
Use pixel_ops.h in PXA LCD screen drawing.
|
2007-06-13 22:36:30 +00:00 |
pl011.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
pl022.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
pl031.c
|
ARM PL031 RTC emulation.
|
2007-06-30 17:32:17 +00:00 |
pl050.c
|
Fix 64-bit host printf format mismatches.
|
2007-11-10 16:34:46 +00:00 |
pl061.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
pl080.c
|
Fix 64-bit host printf format mismatches.
|
2007-11-10 16:34:46 +00:00 |
pl110_template.h
|
Implement PL110 byte order config bit (original patch by Richard Purdie).
|
2007-10-04 23:45:31 +00:00 |
pl110.c
|
Fix 64-bit host printf format mismatches.
|
2007-11-10 16:34:46 +00:00 |
pl181.c
|
Fix 64-bit host printf format mismatches.
|
2007-11-10 16:34:46 +00:00 |
pl190.c
|
Fix 64-bit host printf format mismatches.
|
2007-11-10 16:34:46 +00:00 |
ppc4xx_devs.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
ppc4xx.h
|
Share devices that might be useful for all PowerPC 40x & 440 implementations
|
2007-10-07 14:21:26 +00:00 |
ppc405_boards.c
|
Set boot sequence from command line (Dan Kenigsberg).
|
2007-10-31 01:54:04 +00:00 |
ppc405_uc.c
|
Temporary hack to avoid Qemu crash at PowerPC reset time.
|
2007-10-29 10:22:58 +00:00 |
ppc405.h
|
Share devices that might be useful for all PowerPC 40x & 440 implementations
|
2007-10-07 14:21:26 +00:00 |
ppc_chrp.c
|
Fix PowerPC boot device selection.
|
2007-11-11 14:44:28 +00:00 |
ppc_mac.h
|
Fix PowerMac NVRAM device.
|
2007-11-04 01:16:04 +00:00 |
ppc_oldworld.c
|
Fix PowerPC boot device selection.
|
2007-11-11 14:44:28 +00:00 |
ppc_prep.c
|
Fix PowerPC boot device selection.
|
2007-11-11 14:44:28 +00:00 |
ppc.c
|
Temporary hack to avoid Qemu crash at PowerPC reset time.
|
2007-10-29 10:22:58 +00:00 |
prep_pci.c
|
Fix PreP PCI IRQ mapping.
|
2007-10-29 10:24:59 +00:00 |
ps2.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
ptimer.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
pxa2xx_dma.c
|
use correct printf format
|
2007-11-11 19:47:59 +00:00 |
pxa2xx_gpio.c
|
Several corrections in the spitzkbd keymap (patch by Juergen Lock).
|
2007-10-04 19:41:17 +00:00 |
pxa2xx_lcd.c
|
Use pixel_ops.h in PXA LCD screen drawing.
|
2007-06-13 22:36:30 +00:00 |
pxa2xx_mmci.c
|
Fix off-by-one memory region sizes.
|
2007-06-03 15:19:33 +00:00 |
pxa2xx_pcmcia.c
|
Fix off-by-one memory region sizes.
|
2007-06-03 15:19:33 +00:00 |
pxa2xx_pic.c
|
Fix off-by-one memory region sizes.
|
2007-06-03 15:19:33 +00:00 |
pxa2xx_template.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
pxa2xx_timer.c
|
Fix off-by-one memory region sizes.
|
2007-06-03 15:19:33 +00:00 |
pxa2xx.c
|
removed unused variables
|
2007-11-11 19:48:33 +00:00 |
pxa.h
|
use correct printf format
|
2007-11-11 19:47:59 +00:00 |
r2d.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
realview_gic.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
realview.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
rtl8139.c
|
Fix typo, spotted by Samuel Thibault.
|
2007-11-09 18:17:50 +00:00 |
sb16.c
|
Unify IRQ handling.
|
2007-04-07 18:14:41 +00:00 |
scsi-disk.c
|
Spelling fixes, by Stefan Weil.
|
2007-06-03 13:35:16 +00:00 |
sd.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
sd.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
serial.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
sh7750_regnames.c
|
sh775x interrupt controller by Magnus Damm.
|
2007-10-04 21:53:55 +00:00 |
sh7750_regnames.h
|
SHIX board emulation (Samuel Tardieu)
|
2006-04-27 21:32:09 +00:00 |
sh7750_regs.h
|
sh775x interrupt controller by Magnus Damm.
|
2007-10-04 21:53:55 +00:00 |
sh7750.c
|
removed invalid use of _INTC_ARRAY
|
2007-11-11 17:51:40 +00:00 |
sh_intc.c
|
sh775x interrupt controller by Magnus Damm.
|
2007-10-04 21:53:55 +00:00 |
sh_intc.h
|
sh775x interrupt controller by Magnus Damm.
|
2007-10-04 21:53:55 +00:00 |
sh_serial.c
|
Stand-alone SCI/SCIF emulation code, by Magnus Damm.
|
2007-09-29 19:43:54 +00:00 |
sh_timer.c
|
Stand-alone TMU emulation code, by Magnus Damm.
|
2007-09-29 19:40:09 +00:00 |
shix.c
|
added cpu_model parameter to cpu_init()
|
2007-11-10 15:15:54 +00:00 |
slavio_intctl.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
slavio_misc.c
|
Add SPARCserver 600MP emulation (original patch by Robert Reif)
|
2007-11-11 17:56:38 +00:00 |
slavio_serial.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
slavio_timer.c
|
fixed invalid constant
|
2007-11-11 19:47:02 +00:00 |
smbus_eeprom.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
smbus.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
smbus.h
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
smc91c111.c
|
Fix 64-bit host printf format mismatches.
|
2007-11-10 16:34:46 +00:00 |
sparc32_dma.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
spitz.c
|
use correct printf format
|
2007-11-11 19:47:59 +00:00 |
ssd0303.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
ssd0323.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
stellaris.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
sun4m.c
|
Add SPARCserver 600MP emulation (original patch by Robert Reif)
|
2007-11-11 17:56:38 +00:00 |
sun4u.c
|
Fix Sun4u compile
|
2007-11-11 16:51:04 +00:00 |
tc58128.c
|
SHIX board emulation (Samuel Tardieu)
|
2006-04-27 21:32:09 +00:00 |
tcx.c
|
More detabification
|
2007-10-06 11:28:21 +00:00 |
tsc210x.c
|
Zeroing ITR shouldn't ack irq zero.
|
2007-11-04 22:53:50 +00:00 |
unin_pci.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
usb-hid.c
|
Pass correct pointer to HID keyboard event handler, fixes regression from IDLE mode introduction.
|
2007-09-17 17:27:00 +00:00 |
usb-hub.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
usb-msd.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
usb-ohci.c
|
OHCI USB isochronous transfers support (Arnon Gilboa).
|
2007-10-31 00:34:21 +00:00 |
usb-uhci.c
|
removed unused code
|
2007-11-11 19:46:37 +00:00 |
usb-wacom.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
usb.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
usb.h
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
versatile_pci.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
versatilepb.c
|
ARMv7 support.
|
2007-11-11 00:04:49 +00:00 |
vga_int.h
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
vga_template.h
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
vga.c
|
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the regex.
|
2007-09-17 08:09:54 +00:00 |
vmmouse.c
|
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
|
2007-09-16 21:08:06 +00:00 |
vmport.c
|
Fix vmmouse for 64bit guest, by Dan Kenigsberg.
|
2007-10-09 03:19:01 +00:00 |
vmware_vga.c
|
Allow VMware-SVGA operation enable before command FIFO is configured. Implement "screendump" for 32 bit colour depth.
|
2007-05-13 13:26:49 +00:00 |
wm8750.c
|
Savevm/loadvm bits for ARM core, the PXA2xx peripherals and Spitz hardware.
|
2007-05-24 18:50:09 +00:00 |