summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2006-07-14win32 compilation fixesbellard1-25/+27
2006-07-13avoid recursive txbellard1-1/+14
2006-07-13new clock logic: cpu ticks and virtual clocks are no longer proportional - ad...bellard1-2/+11
2006-07-10fixed for TCP segmentation offloading - removed dependency on slirp.h (Igor K...bellard1-67/+268
2006-07-04audio endianness API changes (malc)bellard4-16/+15
2006-07-04avoid unneeded dependenciesbellard1-18/+21
2006-07-04audio fixes + initial audio capture support (malc)bellard1-1/+2
2006-07-04sb16 fixes (WfW 3 appears to work with shipped drivers) (malc)bellard1-24/+60
2006-07-04pcnet nic support (Antony T Curtis)bellard2-0/+1773
2006-07-04rtl8139 fixes (Igor Kovalenko)bellard1-442/+837
2006-07-04flash device fixbellard1-4/+1
2006-07-01disable unimplemented C+ mode (aka windows xp 64 fix)bellard1-1/+1
2006-06-26display device identifier string for user with info usb (Lonnie Mendez)bellard4-0/+10
2006-06-25AMD NOR flash device support (initial patch by Jocelyn Mayer)bellard1-0/+627
2006-06-25C99 64 bit printfbellard8-9/+9
2006-06-18Sun4u vga+bios tweaks (Blue Swirl).pbrook1-5/+2
2006-06-14more ACPI definition to keep Solaris Happy (Juergen Kiel)bellard3-104/+293
2006-06-14-no-fd-bootchk option (Lonnie Mendez)bellard1-4/+2
2006-06-14clock year fix for sparc (Blue Swirl)bellard1-2/+8
2006-06-14use OpenBIOS instead of Proll on sparc (Blue Swirl)bellard2-14/+4
2006-06-13support for Bochs VBE GETCAPS call so that -std-vga works again with new VGA ...bellard2-14/+45
2006-06-04Disk cache flush support.pbrook2-1/+6
2006-06-03More SCSI commands (Blue Swirl).pbrook1-20/+72
2006-06-03SATN fixes (Blue Swirl).pbrook1-18/+75
2006-05-30PCI SCSI HBA emulation.pbrook4-14/+1624
2006-05-26SCSI lun probing fix.pbrook3-18/+22
2006-05-26Small read fix.pbrook1-1/+1
2006-05-26Fix partial transfer bug.pbrook1-1/+0
2006-05-26Fix scsi sector size confusion (Blue Swirl).pbrook1-38/+41
2006-05-25Rearrange SCSI disk emulation code.pbrook9-468/+1056
2006-05-25OHCI large packet fix.pbrook1-1/+7
2006-05-22Fix USB root hub hotplugging.pbrook2-29/+34
2006-05-21Don't clear DMA status register when loading address.pbrook1-1/+1
2006-05-21OHCI USB host emulation.pbrook8-19/+1211
2006-05-21Use lookup table for PCI class descriptions.pbrook1-12/+24
2006-05-21ESP DMA fix.pbrook1-20/+50
2006-05-14ne2000 buffer fulness fix (Han Zhu)bellard1-1/+1
2006-05-14Avoid compiler warning.pbrook1-1/+1
2006-05-13Rearrange PCI host emulation code.pbrook17-1423/+1698
2006-05-11BGR_FORMAT fixbellard1-1/+1
2006-05-11mips bios loading fixbellard1-4/+0
2006-05-10bgr32 pixel format supportbellard2-101/+138
2006-05-08alignment fixbellard1-1/+2
2006-05-05patch in bLength for hub descriptor (Lonnie Mendez)bellard1-1/+2
2006-05-05typobellard1-1/+1
2006-05-03PCI irq mapping fixbellard2-51/+51
2006-05-03ACPI supportbellard4-0/+1268
2006-05-02performance boost (on P4 hosts at least, rdtsc is a _very_ bad random generator)bellard1-3/+6
2006-05-01increase max kernel size with initrdbellard1-1/+1
2006-04-30fixes for more than 8 ports - return NAK if no change - FreeBSD workaround (L...bellard1-10/+42