index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
usb-msd.c
Age
Commit message (
Expand
)
Author
2009-05-13
Replace gcc variadic macro extension with C99 version
Blue Swirl
2009-03-05
monitor: Rework modal password input (Jan Kiszka)
aliguori
2009-03-05
monitor: Rework early disk password inquiry (Jan Kiszka)
aliguori
2009-02-05
hw: remove error handling from qemu_malloc() callers (Avi Kivity)
aliguori
2008-08-21
Add image format option for USB mass-storage devices
aurel32
2007-12-10
SCSI cleanup, by Laurent Vivier.
ths
2007-11-17
Break up vl.h.
pbrook
2007-09-17
find -type f | xargs sed -i 's/[\t ]*$//g' # Yes, again. Note the star in the...
ths
2007-09-16
find -type f | xargs sed -i 's/[\t ]$//g' # on most files
ths
2007-04-30
Remove repeated code and enable encrypted SD cards and USB sticks images.
balrog
2007-03-31
Fix usb hid and mass-storage protocol revision, by Juergen Keil.
ths
2006-08-29
SCSI TCQ support.
pbrook
2006-08-19
delete block device
bellard
2006-08-12
SCSI and USB async IO support.
pbrook
2006-07-19
usb destroy API change (Lonnie Mendez)
bellard
2006-06-26
display device identifier string for user with info usb (Lonnie Mendez)
bellard
2006-05-26
SCSI lun probing fix.
pbrook
2006-05-25
Rearrange SCSI disk emulation code.
pbrook