summaryrefslogtreecommitdiff
path: root/hw/pc.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard1-2/+11
2006-06-14-no-fd-bootchk option (Lonnie Mendez)bellard1-4/+2
2006-05-30PCI SCSI HBA emulation.pbrook1-0/+18
2006-05-21OHCI USB host emulation.pbrook1-3/+1
2006-05-14Avoid compiler warning.pbrook1-1/+1
2006-05-13Rearrange PCI host emulation code.pbrook1-4/+5
2006-05-03ACPI supportbellard1-0/+5
2006-05-01increase max kernel size with initrdbellard1-1/+1
2006-04-24PC speaker emulation (Joachim Henke)bellard1-19/+1
2006-02-05Allow selection of emulated network card.pbrook1-11/+31
2005-12-18suppressed -enable-audio and simplified -soundhw option handling (malc)bellard1-19/+34
2005-12-17moved mp config table to a safer placebellard1-1/+1
2005-11-23more generic serial port (initial patch by Jocelyn Mayer)bellard1-2/+3
2005-11-23use HF_HALTED bitbellard1-1/+1
2005-11-21SMP support - cpu_single_env usage fix - a20 helpers - dynamic Multi Processo...bellard1-6/+193
2005-11-06suppressed unneeded options - added isapc machinebellard1-2/+35
2005-11-06USB user interfacebellard1-25/+2
2005-11-05audio merge (malc)bellard1-9/+13
2005-11-05added virtual USB mouse supportbellard1-7/+14
2005-11-05initial USB supportbellard1-0/+22
2005-10-30merged 15a_aqemu.patch audio patch (malc)bellard1-3/+3
2005-07-23IOAPIC support (initial patch by Filip Navara)bellard1-4/+8
2005-07-03VGA bios support for PowerPCbellard1-1/+1
2005-07-02more generic i8259 supportbellard1-1/+28
2005-06-05PC machine supportbellard1-4/+10
2005-01-15PC parallel port support (Mark Jonckheere)bellard1-0/+9
2005-01-03APIC supportbellard1-0/+2
2004-11-16better BIOS ATA translation supportbellard1-12/+16
2004-11-09audio clean up (initial patch by malc)bellard1-1/+12
2004-11-07audio merge (malc)bellard1-3/+0
2004-10-12no need to use LARGE translationbellard1-7/+7
2004-10-09cmos init for IDE (Ben Pfaf)bellard1-2/+54
2004-09-29win32 load_kernel() fixbellard1-1/+1
2004-08-24multiple serial port support - terminal init fixbellard1-2/+9
2004-07-14char device supportbellard1-3/+2
2004-06-26fixed case where ram < 16 MBbellard1-1/+4
2004-06-21added PCI busbellard1-8/+12
2004-06-21dma init fixbellard1-1/+1
2004-06-20accept bigger PC BIOSesbellard1-7/+31
2004-06-20new reset API - shutdown supportbellard1-0/+16
2004-06-06specific VGA BIOS for Cirrus VGA Cardbellard1-1/+6
2004-06-05-cirrusvga optionbellard1-2/+12
2004-06-03-localtime optionbellard1-1/+4
2004-05-23use PIIX3 like IDE controllerbellard1-1/+1
2004-05-23fixed 2.88 MB boot (aka FreeBSD 5.2.1 boot fix)bellard1-29/+25
2004-05-20added cpu_get_tsc()bellard1-0/+7
2004-05-20VGA PCI supportbellard1-1/+1
2004-05-18PCI supportbellard1-9/+28
2004-05-08MSDOS compatibility mode FPU exception supportbellard1-0/+14
2004-05-03pit fixesbellard1-4/+5