aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* build: Use git describe --alwaysKevin O'Connor2018-02-271-1/+1
* shadow: Don't invoke a shutdown on reboot unless in a reboot loopKevin O'Connor2018-02-221-11/+16
* floppy: Send 4 sense interrupt commands during controller initializationNikolay Nikolov2018-02-151-1/+14
* floppy: Wait for the floppy motor to reach a stable speed, after startingNikolay Nikolov2018-02-151-2/+11
* floppy: Support up to 4 floppy drives when turning on the floppy motorNikolay Nikolov2018-02-151-1/+1
* floppy: Execute a SPECIFY command after sensing the media typeNikolay Nikolov2018-02-151-2/+20
* floppy: hold the DOR reset bit low for 4 microseconds, when resettingNikolay Nikolov2018-02-151-0/+2
* floppy: Use timer_check() in floppy_wait_irq()Nikolay Nikolov2018-02-071-4/+5
* floppy: Reset the floppy motor count in floppy_drive_pio()Nikolay Nikolov2018-02-071-0/+1
* floppy: Preserve motor and drive sel bits when resetting the floppy controllerNikolay Nikolov2018-02-071-3/+6
* floppy: Introduce FLOPPY_DOR_XXX constantsNikolay Nikolov2018-02-071-4/+13
* floppy: Introduce floppy_dor_mask()Nikolay Nikolov2018-02-071-1/+7
* floppy: Introduce the floppy_dor_read() functionNikolay Nikolov2018-02-071-2/+8
* pci: fix 'io hints' capability for RedHat PCI bridgesMarcel Apfelbaum2018-01-161-9/+5
* docs/Download: Use more secure HTTPS URLs where possiblePaul Menzel2017-12-081-3/+3
* tpm: Add support for TPM2 ACPI tableStefan Berger2017-11-152-11/+54
* paravirt: Only enable sercon in NOGRAPHIC mode if no other console specifiedKevin O'Connor2017-11-101-6/+7
* docs: Add sercon-port to Runtime_config.md documentationKevin O'Connor2017-11-101-0/+1
* docs: Note v1.11.0 releaserel-1.11.0Kevin O'Connor2017-11-101-0/+18
* sercon: Disable ScreenAndDebug in case both serial console and serial debug a...Gerd Hoffmann2017-11-031-0/+4
* timer: Avoid integer overflows in usec and nsec calculationsKevin O'Connor2017-11-021-24/+31
* nvme: Use the Maximum Queue Entries Supported (MQES) to initialize I/O queuesFilippo Sironi2017-10-141-2/+8
* xhci: Verify the device is still present in xhci_cmd_submit()Kevin O'Connor2017-10-091-0/+11
* nvme: fix out of memory behaviorJulian Stecklina2017-10-061-36/+111
* xhci: Build TRBs directly in xhci_trb_queue()Kevin O'Connor2017-10-031-105/+59
* virtio: Allocate drive_s storage in low memoryKevin O'Connor2017-09-273-9/+7
* block: Rename disk_op_s->drive_gf to drive_flKevin O'Connor2017-09-2720-174/+174
* disk: Don't require the 'struct drive_s' to be in the f-segmentKevin O'Connor2017-09-273-18/+18
* boot: Rename drive_g to driveKevin O'Connor2017-09-271-8/+8
* add serial console supportGerd Hoffmann2017-09-2210-18/+739
* paravirt: serial console configuration.Gerd Hoffmann2017-09-221-0/+8
* romfile: add support for constant files.Gerd Hoffmann2017-09-222-0/+48
* kbd: make enqueue_key public, add ascii_to_keycodeGerd Hoffmann2017-09-222-1/+19
* std: add cp437 to unicode mapGerd Hoffmann2017-09-223-0/+277
* pci: enable RedHat PCI bridges to reserve additional resources on PCI initAleksandr Bezzubikov2017-09-142-4/+105
* pci: add QEMU-specific PCI capability structureAleksandr Bezzubikov2017-09-141-0/+52
* pci: refactor pci_find_capapibilty to get bdf as the first argument instead o...Aleksandr Bezzubikov2017-09-146-30/+30
* tcgbios: Fix use of unitialized variableKevin O'Connor2017-09-141-2/+1
* docs: Fix typos in Memory_Model.mdKevin O'Connor2017-09-021-3/+3
* vga: Fix bug in stdvga_get_linesize()Kevin O'Connor2017-08-291-1/+1
* usb-xhci: use hub portmapGerd Hoffmann2017-07-251-4/+41
* usb: add hub portmapGerd Hoffmann2017-07-252-3/+11
* virtio: IOMMU supportJason Wang2017-07-073-2/+5
* ahci: Disable Native Command QueueingZeh, Werner2017-07-021-1/+0
* nvme: Enable NVMe support for non-qemu hardwareYouness Alaoui2017-06-121-2/+1
* SeaVGABios/cbvga: Advertise compatible VESA modesPatrick Rudolph2017-06-121-1/+103
* SeaVGABios/cbvga: Use active mode to clear screenPatrick Rudolph2017-06-121-1/+1
* SeaVGABIOS/vbe: Query driver for scanline pitch v2Patrick Rudolph2017-06-125-1/+21
* SeaVGABios/cbvga: Advertise correct pixel formatPatrick Rudolph2017-06-121-1/+3
* Revert "lsi-scsi: reset in case of a serious problem"Roman Kagan2017-06-121-2/+0