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
Age
Commit message (
Expand
)
Author
2011-08-22
char: rename qemu_chr_open() -> qemu_chr_new()
Anthony Liguori
2011-08-22
char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()
Anthony Liguori
2011-08-22
char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()
Anthony Liguori
2011-08-22
char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()
Anthony Liguori
2011-08-22
char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()
Anthony Liguori
2011-08-22
char: rename qemu_chr_read() -> qemu_chr_be_write()
Anthony Liguori
2011-08-22
char: rename qemu_chr_printf() -> qemu_chr_fe_printf()
Anthony Liguori
2011-08-22
char: rename qemu_chr_write() -> qemu_chr_fe_write()
Anthony Liguori
2011-08-21
Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into staging
Anthony Liguori
2011-08-21
escc: replace DPRINTFs with tracepoints
Blue Swirl
2011-08-21
m48t59: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
escc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
fdc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
pcnet: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
esp: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
sun4m: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
tcx: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
sun4m_iommu: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
slavio_intctl: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
slavio_misc: avoid structure holes spotted by pahole
Blue Swirl
2011-08-21
slavio_timer: avoid structure holes spotted by pahole
Blue Swirl
2011-08-20
Use glib memory allocation and free functions
Anthony Liguori
2011-08-20
scsi-disk: fix DPRINTF
Blue Swirl
2011-08-17
hw/stellaris: Add support for RCC2 register
Engin AYDOGAN
2011-08-17
hw/pl061.c: Support GPIOAMSEL register
Peter Maydell
2011-08-17
hw/pl061: Convert to VMState
Peter Maydell
2011-08-17
vexpress, realview: Use pl111, not pl110
Peter Maydell
2011-08-17
versatilepb: Implement SYS_CLCD mux control register bits
Peter Maydell
2011-08-17
hw/pl110: Model the PL111 CLCD controller
Peter Maydell
2011-08-16
scsi: do not overwrite memory on REQUEST SENSE commands with a large buffer
Paolo Bonzini
2011-08-14
hw/scsi-bus.c: Fix use of uninitialised variable
Peter Maydell
2011-08-12
scsi: add special traces for common commands
Paolo Bonzini
2011-08-12
scsi: report unit attention on reset
Paolo Bonzini
2011-08-12
scsi: add support for unit attention conditions
Paolo Bonzini
2011-08-12
scsi: add a bunch more common sense codes
Paolo Bonzini
2011-08-12
scsi: move handling of REQUEST SENSE to common code
Paolo Bonzini
2011-08-12
scsi: move handling of REPORT LUNS and invalid LUNs to common code
Paolo Bonzini
2011-08-12
scsi: move request parsing to common code
Paolo Bonzini
2011-08-12
scsi: push lun field to SCSIDevice
Paolo Bonzini
2011-08-12
scsi: introduce SCSICommand
Paolo Bonzini
2011-08-12
scsi: pass cdb already to scsi_req_new
Paolo Bonzini
2011-08-12
scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOps
Paolo Bonzini
2011-08-12
scsi: introduce SCSIReqOps
Paolo Bonzini
2011-08-12
scsi: move sense handling to generic code
Paolo Bonzini
2011-08-12
scsi: pass status when completing
Paolo Bonzini
2011-08-12
vscsi: always use get_sense
Paolo Bonzini
2011-08-12
scsi-disk: no need to call scsi_req_data on a short read
Paolo Bonzini
2011-08-12
pc: make vgabios exit port more useful
Anthony Liguori
2011-08-12
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2011-08-12
Merge remote-tracking branch 'aneesh/for-upstream-1' into staging
Anthony Liguori
[next]