summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vgabios: On bda_save_restore() the saved vbe_mode also has flags in itrel-1.8.21.8-stableKevin O'Connor2015-06-161-1/+1
* build: CONFIG_VGA_FIXUP_ASM should depend on CONFIG_BUILD_VGABIOSKevin O'Connor2015-06-161-0/+1
* smm: ignore bits 16,18-31 of SMM revision IDPaolo Bonzini2015-06-151-4/+11
* vga: rework virtio-vga supportGerd Hoffmann2015-06-121-4/+1
* build: Support "make VERSION=xyz" to override the default build versionKevin O'Connor2015-06-122-8/+12
* ahci: Ignore max_ports.Vladimir Serbinenko2015-06-121-1/+1
* vgabios: Emulate "leal" instructionKevin O'Connor2015-06-122-26/+59
* vgabios: Add config option for assembler fixupsKevin O'Connor2015-06-123-10/+25
* smp: Fix smp race introduced in 0673b787rel-1.8.1Kevin O'Connor2015-03-131-3/+6
* fw/pci: map memory and IO regions for multiple pci root busesMarcel Apfelbaum2015-03-121-0/+10
* fw/pci: scan all buses if extraroots romfile is presentMarcel Apfelbaum2015-03-121-0/+9
* x86: add barrier to read{b,w,l} and write{b,w,l} functionsAmeya Palande2015-03-121-3/+12
* docs: Note v1.8.0 releaserel-1.8.0Kevin O'Connor2015-02-181-0/+22
* docs: There is only one VAR16 flag nowKevin O'Connor2015-02-181-1/+1
* docs: Update release history with dates of stable releasesKevin O'Connor2015-02-181-0/+45
* docs: Document why v1.6.3 release came after v0.6.2Kevin O'Connor2015-02-181-0/+5
* checkstack: Handle callw instructionKevin O'Connor2015-01-191-0/+2
* usb: Minor - properly free memory on get_device_config() error pathKevin O'Connor2015-01-071-1/+3
* usb: Control transfers always have an 8 byte command sizeKevin O'Connor2015-01-0710-22/+25
* xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe()Kevin O'Connor2015-01-071-62/+18
* xhci: Move xhci_xfer_x() functions togetherKevin O'Connor2015-01-071-81/+81
* usb: Use usb_send_pipe() now that all drivers have x_send_pipe()Kevin O'Connor2015-01-071-25/+15
* xhci: Merge xhci_send_control with xhci_send_bulkKevin O'Connor2015-01-073-35/+19
* uhci: Merge uhci_send_control with uhci_send_bulkKevin O'Connor2015-01-073-66/+39
* ohci: Merge ohci_send_control with ohci_send_bulkKevin O'Connor2015-01-073-65/+34
* ehci: Merge ehci_send_control with ehci_send_bulkKevin O'Connor2015-01-073-71/+34
* ehci: Simplify fillTDbuffer() and renameKevin O'Connor2015-01-071-28/+17
* ehci: No need to support td array wrappingKevin O'Connor2015-01-071-15/+13
* vgabios: Support emulated text in gfx_read_char()Kevin O'Connor2015-01-071-6/+19
* vgabios: implement read char in graphics modePaolo Bonzini2015-01-063-12/+55
* vgabios: fix graphics operation with Bochs VGA in non-DISPI modesPaolo Bonzini2015-01-061-8/+19
* uhci: Increase bulk transfer STACKTDS to 16Kevin O'Connor2015-01-011-2/+2
* uhci: Enable "depth" tree traversal for bulk transfersKevin O'Connor2015-01-011-3/+3
* docs: Add documentation on using readserial.py scriptKevin O'Connor2015-01-011-0/+37
* readserial: Enhance pipe supportKevin O'Connor2015-01-011-15/+14
* usb: Add support for OHCI bulk transfersKevin O'Connor2015-01-013-18/+76
* block: Check for read/write requests over 64KKevin O'Connor2014-12-292-0/+6
* cdrom: Break up very large read requests into smaller requestsKevin O'Connor2014-12-291-4/+13
* scsi: Don't export cdb_* functionsKevin O'Connor2014-12-292-16/+7
* cdrom: call scsi_process_op() instead of cdb_read()Kevin O'Connor2014-12-291-3/+4
* scsi: Move process_scsi_op() to hw/blockcmd.c and renameKevin O'Connor2014-12-293-23/+24
* scsi: Move cdb_* functions above scsi_* functionsKevin O'Connor2014-12-291-88/+98
* docs: Add page describing SeaBIOS final object linkingKevin O'Connor2014-12-292-0/+169
* docs: Add info on MODE16/MODESEGMENT compile time flagsKevin O'Connor2014-12-291-0/+9
* docs: Don't point to repo README filesKevin O'Connor2014-12-291-6/+3
* Add wiki documentation to repositoryKevin O'Connor2014-12-2911-0/+1039
* sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor2014-12-297-1/+339
* Simplify README files - point to online documentation insteadKevin O'Connor2014-12-152-198/+11
* usb: Update USB hub code to support super speed hubsKevin O'Connor2014-12-152-3/+39
* Eliminate FUNCFSEG - only force portions of inline asm to f-segmentKevin O'Connor2014-12-032-10/+6