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
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: Minor - properly free memory on get_device_config() error path
Kevin O'Connor
2015-01-07
1
-1
/
+3
*
usb: Control transfers always have an 8 byte command size
Kevin O'Connor
2015-01-07
10
-22
/
+25
*
xhci: Merge some xhci_xfer_x() functions into xhci_send_pipe()
Kevin O'Connor
2015-01-07
1
-62
/
+18
*
xhci: Move xhci_xfer_x() functions together
Kevin O'Connor
2015-01-07
1
-81
/
+81
*
usb: Use usb_send_pipe() now that all drivers have x_send_pipe()
Kevin O'Connor
2015-01-07
1
-25
/
+15
*
xhci: Merge xhci_send_control with xhci_send_bulk
Kevin O'Connor
2015-01-07
3
-35
/
+19
*
uhci: Merge uhci_send_control with uhci_send_bulk
Kevin O'Connor
2015-01-07
3
-66
/
+39
*
ohci: Merge ohci_send_control with ohci_send_bulk
Kevin O'Connor
2015-01-07
3
-65
/
+34
*
ehci: Merge ehci_send_control with ehci_send_bulk
Kevin O'Connor
2015-01-07
3
-71
/
+34
*
ehci: Simplify fillTDbuffer() and rename
Kevin O'Connor
2015-01-07
1
-28
/
+17
*
ehci: No need to support td array wrapping
Kevin O'Connor
2015-01-07
1
-15
/
+13
*
vgabios: implement read char in graphics mode
Paolo Bonzini
2015-01-06
2
-0
/
+14
*
uhci: Increase bulk transfer STACKTDS to 16
Kevin O'Connor
2015-01-01
1
-2
/
+2
*
uhci: Enable "depth" tree traversal for bulk transfers
Kevin O'Connor
2015-01-01
1
-3
/
+3
*
usb: Add support for OHCI bulk transfers
Kevin O'Connor
2015-01-01
3
-18
/
+76
*
block: Check for read/write requests over 64K
Kevin O'Connor
2014-12-29
2
-0
/
+6
*
cdrom: Break up very large read requests into smaller requests
Kevin O'Connor
2014-12-29
1
-4
/
+13
*
scsi: Don't export cdb_* functions
Kevin O'Connor
2014-12-29
2
-16
/
+7
*
cdrom: call scsi_process_op() instead of cdb_read()
Kevin O'Connor
2014-12-29
1
-3
/
+4
*
scsi: Move process_scsi_op() to hw/blockcmd.c and rename
Kevin O'Connor
2014-12-29
3
-23
/
+24
*
scsi: Move cdb_* functions above scsi_* functions
Kevin O'Connor
2014-12-29
1
-88
/
+98
*
sdcard: Initial support for SD cards on PCI SDHCI controllers on QEMU
Kevin O'Connor
2014-12-29
6
-0
/
+338
*
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
*
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
3
-13
/
+14
*
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: Move standard table definitions to std/vga.h
Kevin O'Connor
2014-10-27
1
-0
/
+63
*
vgabios: Don't declare custom internal BDA storage in std/bda.h
Kevin O'Connor
2014-10-27
1
-6
/
+1
*
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
2
-48
/
+45
*
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
[next]