aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-06-15smm: ignore bits 16,18-31 of SMM revision IDPaolo Bonzini1-4/+11
2015-06-12ahci: Ignore max_ports.Vladimir Serbinenko1-1/+1
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-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-06vgabios: implement read char in graphics modePaolo Bonzini2-0/+14
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-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-29sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMUKevin O'Connor6-0/+338
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
2014-12-03Use macros for .code16/32 mode switches in inline asm in stacks.cKevin O'Connor1-12/+17
2014-12-03Minor - be consistent in placement of .code16/32 in romlayout.SKevin O'Connor1-6/+11
2014-12-03floppy: Make sure to yield() during floppy PIOKevin O'Connor1-0/+2
2014-11-12pciinit: Fix build warning in mch_pci_slot_get_irq()Kevin O'Connor1-16/+7
2014-11-12Fix build issue on gcc34Kevin O'Connor1-1/+1
2014-11-12Minor - comment updates in romlayout.SKevin O'Connor1-8/+8
2014-11-12Use an aligned stack offset when entering on the extra stackKevin O'Connor3-13/+14
2014-11-12Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.cKevin O'Connor2-2/+1
2014-11-10megasas: read addional PCI I/O barHannes Reinecke1-0/+4
2014-11-03Fix PNP regression introduced in 99cb8f3e due to missed conversionKevin O'Connor1-1/+1
2014-10-27vgabios: Move standard table definitions to std/vga.hKevin O'Connor1-0/+63
2014-10-27vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor1-6/+1
2014-10-27Remove unused macro ENTRY_STKevin O'Connor1-23/+0
2014-10-27Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastackKevin O'Connor1-41/+15
2014-10-27Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor2-48/+45
2014-10-27Don't clobber %ax on ENTRY_INTO32 macroKevin O'Connor2-11/+4
2014-10-27Use 32bit memcpy in int1587 when applicableKevin O'Connor1-13/+19
2014-10-16usb: Use usb_realloc_pipe for pipe alloc, update, and free.Kevin O'Connor2-36/+30
2014-10-16ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()Kevin O'Connor3-5/+9
2014-10-16ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()Kevin O'Connor3-5/+9