aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use macros for .code16/32 mode switches in inline asm in stacks.cKevin O'Connor2014-12-031-12/+17
* Minor - be consistent in placement of .code16/32 in romlayout.SKevin O'Connor2014-12-031-6/+11
* floppy: Make sure to yield() during floppy PIOKevin O'Connor2014-12-031-0/+2
* build: set LC_ALL=CGerd Hoffmann2014-12-031-0/+1
* add scripts/tarball.shGerd Hoffmann2014-11-251-0/+36
* pciinit: Fix build warning in mch_pci_slot_get_irq()Kevin O'Connor2014-11-121-16/+7
* Fix build issue on gcc34Kevin O'Connor2014-11-121-1/+1
* Minor - comment updates in romlayout.SKevin O'Connor2014-11-121-8/+8
* Use an aligned stack offset when entering on the extra stackKevin O'Connor2014-11-124-23/+24
* vgabios: Add software cursor capabilityKevin O'Connor2014-11-126-5/+143
* vgabios: Support emulating text mode attributes while in graphics modeKevin O'Connor2014-11-125-10/+47
* Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.cKevin O'Connor2014-11-122-2/+1
* megasas: read addional PCI I/O barHannes Reinecke2014-11-101-0/+4
* Fix PNP regression introduced in 99cb8f3e due to missed conversionKevin O'Connor2014-11-031-1/+1
* vgabios: Add support for reading framebuffer in "direct" modeKevin O'Connor2014-10-271-5/+32
* vgabios: Fill in available legacy modes in video_func_static at runtimeKevin O'Connor2014-10-273-2/+12
* vgabios: Move standard table definitions to std/vga.hKevin O'Connor2014-10-275-67/+79
* vgabios: Only set the dcc_index=8 if stdvga ports are availableKevin O'Connor2014-10-271-2/+1
* vgabios: Only init BDA device details in init_bios_area()Kevin O'Connor2014-10-272-20/+8
* vgabios: Refactor get/set_cursor_shape() codeKevin O'Connor2014-10-273-32/+29
* vgabios: Set cursor shape fixesKevin O'Connor2014-10-271-11/+7
* vgabios: Rename vbe_flags to flagsKevin O'Connor2014-10-272-4/+7
* vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()Kevin O'Connor2014-10-273-19/+19
* vgabios: Cache a pointer to the current mode struct in the BDAKevin O'Connor2014-10-272-2/+7
* vgabios: Don't declare custom internal BDA storage in std/bda.hKevin O'Connor2014-10-274-14/+22
* Remove unused macro ENTRY_STKevin O'Connor2014-10-271-23/+0
* Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastackKevin O'Connor2014-10-271-41/+15
* Create assembler macros for saving and restoring 'struct bregs'Kevin O'Connor2014-10-273-68/+47
* Don't clobber %ax on ENTRY_INTO32 macroKevin O'Connor2014-10-272-11/+4
* Use 32bit memcpy in int1587 when applicableKevin O'Connor2014-10-271-13/+19
* usb: Use usb_realloc_pipe for pipe alloc, update, and free.Kevin O'Connor2014-10-162-36/+30
* ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()Kevin O'Connor2014-10-163-5/+9
* ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()Kevin O'Connor2014-10-163-5/+9
* uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()Kevin O'Connor2014-10-163-5/+9
* xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc tooKevin O'Connor2014-10-163-12/+14
* usb: Clarify usb freelist manipulationsKevin O'Connor2014-10-165-12/+29
* usb: Rename free_pipe() to usb_free_pipe()Kevin O'Connor2014-10-164-11/+11
* usb: Rename send_default_control() to usb_send_default_control()Kevin O'Connor2014-10-165-16/+16
* usb: Rename findEndPointDesc() to usb_find_desc()Kevin O'Connor2014-10-164-7/+7
* usb: Rename usb_getFrameExp() to usb_get_period()Kevin O'Connor2014-10-166-8/+8
* usb: Rename ?hci_control() to ?hci_send_control()Kevin O'Connor2014-10-169-24/+24
* Backup and restore a20 on call32_sloppy()Kevin O'Connor2014-10-151-0/+7
* Move a20 code from system.c and ps2port.h to x86.hKevin O'Connor2014-10-154-31/+19
* Implement call32 mechanism using SMIs.Kevin O'Connor2014-10-154-1/+192