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