summaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-08-22char: rename qemu_chr_close() -> qemu_chr_delete()Anthony Liguori2-2/+2
2011-08-22char: rename qemu_chr_open() -> qemu_chr_new()Anthony Liguori5-10/+10
2011-08-22char: qemu_chr_ioctl() -> qemu_chr_fe_ioctl()Anthony Liguori5-27/+27
2011-08-22char: rename qemu_chr_guest_close() -> qemu_chr_fe_close()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_guest_open() -> qemu_chr_fe_open()Anthony Liguori1-1/+1
2011-08-22char: rename qemu_chr_can_read() -> qemu_chr_be_can_read()Anthony Liguori1-2/+2
2011-08-22char: rename qemu_chr_read() -> qemu_chr_be_write()Anthony Liguori2-5/+5
2011-08-22char: rename qemu_chr_printf() -> qemu_chr_fe_printf()Anthony Liguori1-11/+11
2011-08-22char: rename qemu_chr_write() -> qemu_chr_fe_write()Anthony Liguori22-27/+27
2011-08-21Merge remote-tracking branch 'pmaydell/armhw-for-upstream' into stagingAnthony Liguori9-136/+415
2011-08-21escc: replace DPRINTFs with tracepointsBlue Swirl1-46/+14
2011-08-21m48t59: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-21escc: avoid structure holes spotted by paholeBlue Swirl1-4/+5
2011-08-21fdc: avoid structure holes spotted by paholeBlue Swirl1-9/+9
2011-08-21pcnet: avoid structure holes spotted by paholeBlue Swirl1-2/+2
2011-08-21esp: avoid structure holes spotted by paholeBlue Swirl1-5/+6
2011-08-21sun4m: avoid structure holes spotted by paholeBlue Swirl1-10/+10
2011-08-21tcx: avoid structure holes spotted by paholeBlue Swirl1-2/+2
2011-08-21sun4m_iommu: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2011-08-21slavio_intctl: avoid structure holes spotted by paholeBlue Swirl1-4/+4
2011-08-21slavio_misc: avoid structure holes spotted by paholeBlue Swirl1-1/+1
2011-08-21slavio_timer: avoid structure holes spotted by paholeBlue Swirl1-3/+3
2011-08-20Use glib memory allocation and free functionsAnthony Liguori189-657/+655
2011-08-20scsi-disk: fix DPRINTFBlue Swirl1-2/+2
2011-08-17hw/stellaris: Add support for RCC2 registerEngin AYDOGAN1-4/+68
2011-08-17hw/pl061.c: Support GPIOAMSEL registerPeter Maydell1-1/+8
2011-08-17hw/pl061: Convert to VMStatePeter Maydell1-95/+79
2011-08-17vexpress, realview: Use pl111, not pl110Peter Maydell2-2/+2
2011-08-17versatilepb: Implement SYS_CLCD mux control register bitsPeter Maydell3-11/+80
2011-08-17hw/pl110: Model the PL111 CLCD controllerPeter Maydell3-28/+183
2011-08-16scsi: do not overwrite memory on REQUEST SENSE commands with a large bufferPaolo Bonzini1-1/+2
2011-08-14hw/scsi-bus.c: Fix use of uninitialised variablePeter Maydell1-1/+1
2011-08-12scsi: add special traces for common commandsPaolo Bonzini1-0/+17
2011-08-12scsi: report unit attention on resetPaolo Bonzini4-6/+7
2011-08-12scsi: add support for unit attention conditionsPaolo Bonzini3-2/+94
2011-08-12scsi: add a bunch more common sense codesPaolo Bonzini2-0/+42
2011-08-12scsi: move handling of REQUEST SENSE to common codePaolo Bonzini3-25/+12
2011-08-12scsi: move handling of REPORT LUNS and invalid LUNs to common codePaolo Bonzini4-29/+177
2011-08-12scsi: move request parsing to common codePaolo Bonzini4-30/+38
2011-08-12scsi: push lun field to SCSIDevicePaolo Bonzini3-4/+3
2011-08-12scsi: introduce SCSICommandPaolo Bonzini2-54/+58
2011-08-12scsi: pass cdb already to scsi_req_newPaolo Bonzini6-15/+18
2011-08-12scsi: move request-related callbacks from SCSIDeviceInfo to SCSIReqOpsPaolo Bonzini4-40/+29
2011-08-12scsi: introduce SCSIReqOpsPaolo Bonzini4-25/+40
2011-08-12scsi: move sense handling to generic codePaolo Bonzini4-112/+110
2011-08-12scsi: pass status when completingPaolo Bonzini4-31/+25
2011-08-12vscsi: always use get_sensePaolo Bonzini1-70/+21
2011-08-12scsi-disk: no need to call scsi_req_data on a short readPaolo Bonzini1-3/+0
2011-08-12pc: make vgabios exit port more usefulAnthony Liguori1-2/+2
2011-08-12Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2-2/+7