aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-08-22e1000: use MII status register for link up/downBjørn Mork2-2/+22
2011-08-22char: remove qemu_chr_send_event()Anthony Liguori1-15/+0
2011-08-22char: rename qemu_chr_get_msgfd() -> qemu_chr_fe_get_msgfd()Anthony Liguori1-1/+1
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-22use readdir_r instead of readdir for reentrancyHarsh Prateek Bora4-15/+26
2011-08-22hw/9pfs: Update v9fs_read to use coroutinesAneesh Kumar K.V1-198/+117
2011-08-22hw/9pfs: Add yield support for preadv coroutineAneesh Kumar K.V2-0/+19
2011-08-22hw/9pfs: Update v9fs_attach to use coroutinesAneesh Kumar K.V1-9/+4
2011-08-22hw/9pfs: Update v9fs_wstat to use coroutinesAneesh Kumar K.V2-211/+63
2011-08-22hw/9pfs: Update v9fs_write to use coroutinesAneesh Kumar K.V1-89/+59
2011-08-22hw/9pfs: Add yield support for pwritev coroutineAneesh Kumar K.V2-0/+19
2011-08-22hw/9pfs: Update v9fs_link to use coroutinesVenkateswararao Jujjuri (JV)1-13/+6
2011-08-22hw/9pfs: Add yield support for link coroutineVenkateswararao Jujjuri2-0/+15
2011-08-22hw/9pfs: Update v9fs_symlink to use coroutinesVenkateswararao Jujjuri2-76/+28
2011-08-22hw/9pfs: Add yield support for symlin coroutineVenkateswararao Jujjuri2-0/+22
2011-08-22hw/9pfs: Update v9fs_create to use coroutinesVenkateswararao Jujjuri2-216/+97
2011-08-22hw/9pfs: Update v9fs_fsync to use coroutinesAneesh Kumar K.V1-16/+11
2011-08-22hw/9pfs: Add yield support for fsync coroutineAneesh Kumar K.V2-0/+17
2011-08-22hw/9pfs: Update v9fs_clunk to use coroutinesAneesh Kumar K.V1-37/+7
2011-08-22hw/9pfs: Add yeild support for clunk related coroutineAneesh Kumar K.V4-0/+71
2011-08-22hw/9pfs: Update v9fs_walk to use coroutinesAneesh Kumar K.V2-151/+68
2011-08-22hw/9pfs: Update v9fs_stat to use coroutinesAneesh Kumar K.V1-41/+21
2011-08-22hw/9pfs: Update v9fs_lcreate to use coroutinesVenkateswararao Jujjuri2-102/+38
2011-08-22hw/9pfs: Add yield support for open2 coroutineVenkateswararao Jujjuri2-0/+22
2011-08-22hw/9pfs: Update v9fs_open to use coroutinesAneesh Kumar K.V1-100/+43
2011-08-22hw/9pfs: Add yield support for open and opendir coroutineAneesh Kumar K.V3-0/+34
2011-08-22hw/9pfs: Update v9fs_getlock to use coroutinesAneesh Kumar K.V2-32/+19
2011-08-22hw/9pfs: Update v9fs_lock to use coroutinesAneesh Kumar K.V2-34/+20
2011-08-22hw/9pfs: Add yeild support for fstat coroutineAneesh Kumar K.V2-0/+15
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