index
:
seabios
guest-hint
kvmtool
master
memory2-logging
microvm
pci-4g-map
pci64-cfg
seabios
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
docs: Don't point to repo README files
Kevin O'Connor
2014-12-29
1
-6
/
+3
*
Add wiki documentation to repository
Kevin O'Connor
2014-12-29
11
-0
/
+1039
*
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
2014-12-29
7
-1
/
+339
*
Simplify README files - point to online documentation instead
Kevin O'Connor
2014-12-15
2
-198
/
+11
*
usb: Update USB hub code to support super speed hubs
Kevin O'Connor
2014-12-15
2
-3
/
+39
*
Eliminate FUNCFSEG - only force portions of inline asm to f-segment
Kevin O'Connor
2014-12-03
2
-10
/
+6
*
Use macros for .code16/32 mode switches in inline asm in stacks.c
Kevin O'Connor
2014-12-03
1
-12
/
+17
*
Minor - be consistent in placement of .code16/32 in romlayout.S
Kevin O'Connor
2014-12-03
1
-6
/
+11
*
floppy: Make sure to yield() during floppy PIO
Kevin O'Connor
2014-12-03
1
-0
/
+2
*
build: set LC_ALL=C
Gerd Hoffmann
2014-12-03
1
-0
/
+1
*
add scripts/tarball.sh
Gerd Hoffmann
2014-11-25
1
-0
/
+36
*
pciinit: Fix build warning in mch_pci_slot_get_irq()
Kevin O'Connor
2014-11-12
1
-16
/
+7
*
Fix build issue on gcc34
Kevin O'Connor
2014-11-12
1
-1
/
+1
*
Minor - comment updates in romlayout.S
Kevin O'Connor
2014-11-12
1
-8
/
+8
*
Use an aligned stack offset when entering on the extra stack
Kevin O'Connor
2014-11-12
4
-23
/
+24
*
vgabios: Add software cursor capability
Kevin O'Connor
2014-11-12
6
-5
/
+143
*
vgabios: Support emulating text mode attributes while in graphics mode
Kevin O'Connor
2014-11-12
5
-10
/
+47
*
Minor - move PORT_PS2_CTRLB from hw/ps2port.h to hw/timer.c
Kevin O'Connor
2014-11-12
2
-2
/
+1
*
megasas: read addional PCI I/O bar
Hannes Reinecke
2014-11-10
1
-0
/
+4
*
Fix PNP regression introduced in 99cb8f3e due to missed conversion
Kevin O'Connor
2014-11-03
1
-1
/
+1
*
vgabios: Add support for reading framebuffer in "direct" mode
Kevin O'Connor
2014-10-27
1
-5
/
+32
*
vgabios: Fill in available legacy modes in video_func_static at runtime
Kevin O'Connor
2014-10-27
3
-2
/
+12
*
vgabios: Move standard table definitions to std/vga.h
Kevin O'Connor
2014-10-27
5
-67
/
+79
*
vgabios: Only set the dcc_index=8 if stdvga ports are available
Kevin O'Connor
2014-10-27
1
-2
/
+1
*
vgabios: Only init BDA device details in init_bios_area()
Kevin O'Connor
2014-10-27
2
-20
/
+8
*
vgabios: Refactor get/set_cursor_shape() code
Kevin O'Connor
2014-10-27
3
-32
/
+29
*
vgabios: Set cursor shape fixes
Kevin O'Connor
2014-10-27
1
-11
/
+7
*
vgabios: Rename vbe_flags to flags
Kevin O'Connor
2014-10-27
2
-4
/
+7
*
vgabios: Don't pass vmode_g to vgafb_move_chars() / vgafb_clear_chars()
Kevin O'Connor
2014-10-27
3
-19
/
+19
*
vgabios: Cache a pointer to the current mode struct in the BDA
Kevin O'Connor
2014-10-27
2
-2
/
+7
*
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
2014-10-27
4
-14
/
+22
*
Remove unused macro ENTRY_ST
Kevin O'Connor
2014-10-27
1
-23
/
+0
*
Do full BREGS backup/restore for pmm, pnp, and irqentry_extrastack
Kevin O'Connor
2014-10-27
1
-41
/
+15
*
Create assembler macros for saving and restoring 'struct bregs'
Kevin O'Connor
2014-10-27
3
-68
/
+47
*
Don't clobber %ax on ENTRY_INTO32 macro
Kevin O'Connor
2014-10-27
2
-11
/
+4
*
Use 32bit memcpy in int1587 when applicable
Kevin O'Connor
2014-10-27
1
-13
/
+19
*
usb: Use usb_realloc_pipe for pipe alloc, update, and free.
Kevin O'Connor
2014-10-16
2
-36
/
+30
*
ehci: Export ehci_realloc_pipe() instead of ehci_alloc_pipe()
Kevin O'Connor
2014-10-16
3
-5
/
+9
*
ohci: Export ohci_realloc_pipe() instead of ohci_alloc_pipe()
Kevin O'Connor
2014-10-16
3
-5
/
+9
*
uhci: Export uhci_realloc_pipe() instead of uhci_alloc_pipe()
Kevin O'Connor
2014-10-16
3
-5
/
+9
*
xhci: Change xhci_update_pipe() to xhci_realloc_pipe() and use for alloc too
Kevin O'Connor
2014-10-16
3
-12
/
+14
*
usb: Clarify usb freelist manipulations
Kevin O'Connor
2014-10-16
5
-12
/
+29
*
usb: Rename free_pipe() to usb_free_pipe()
Kevin O'Connor
2014-10-16
4
-11
/
+11
*
usb: Rename send_default_control() to usb_send_default_control()
Kevin O'Connor
2014-10-16
5
-16
/
+16
*
usb: Rename findEndPointDesc() to usb_find_desc()
Kevin O'Connor
2014-10-16
4
-7
/
+7
*
usb: Rename usb_getFrameExp() to usb_get_period()
Kevin O'Connor
2014-10-16
6
-8
/
+8
*
usb: Rename ?hci_control() to ?hci_send_control()
Kevin O'Connor
2014-10-16
9
-24
/
+24
*
Backup and restore a20 on call32_sloppy()
Kevin O'Connor
2014-10-15
1
-0
/
+7
*
Move a20 code from system.c and ps2port.h to x86.h
Kevin O'Connor
2014-10-15
4
-31
/
+19
*
Implement call32 mechanism using SMIs.
Kevin O'Connor
2014-10-15
4
-1
/
+192
[next]