aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2011-08-08hw/9pfs: Add yield support for mkdir coroutineVenkateswararao Jujjuri2-0/+20
2011-08-08hw/9pfs: Update v9fs_mknod to use coroutinesAneesh Kumar K.V1-58/+30
2011-08-08hw/9pfs: Add yield support to mknod coroutineAneesh Kumar K.V2-0/+23
2011-08-08hw/9pfs: Update v9fs_xattrcreate to use coroutinesAneesh Kumar K.V2-38/+26
2011-08-08hw/9pfs: Update v9fs_xattrwalk to coroutinesAneesh Kumar K.V1-135/+63
2011-08-08hw/9pfs: Add yield support to xattr related coroutineAneesh Kumar K.V2-0/+53
2011-08-08hw/9pfs: Update v9fs_setattr to use coroutinesAneesh Kumar K.V2-117/+54
2011-08-08hw/9pfs: Add yield support to setattr related coroutinesAneesh Kumar K.V2-0/+68
2011-08-08hw/9pfs: Update v9fs_getattr to use coroutinesAneesh Kumar K.V2-46/+19
2011-08-08hw/9pfs: Add yield support to lstat coroutineAneesh Kumar K.V2-0/+33
2011-08-08hw/9pfs: Update v9fs_statfs to use coroutinesAneesh Kumar K.V2-70/+44
2011-08-08hw/9pfs: Add yield support to statfs coroutineAneesh Kumar K.V2-0/+15
2011-08-08hw/9pfs: Update v9fs_readdir to use coroutinesAneesh Kumar K.V1-101/+72
2011-08-08hw/9pfs: Add yield support for readdir related coroutinesAneesh Kumar K.V2-0/+71
2011-08-08hw/9pfs: Update v9fs_readlink to use coroutineVenkateswararao Jujjuri2-60/+17
2011-08-08hw/9pfs: Add yeild support for readlinkVenkateswararao Jujjuri (JV)2-0/+45
2011-08-08[virtio-9p] Change all pdu handlers to coroutines.Venkateswararao Jujjuri (JV)3-43/+104
2011-08-08[virtio-9p] Add infrastructure to support glib threads and coroutines.Venkateswararao Jujjuri (JV)3-2/+165
2011-08-05qdev: Eliminate duplicate resetIsaku Yamahata1-2/+12
2011-08-05Check fread() results to avoid gcc 4.6 warningsDavid Gibson1-0/+13
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori9-27/+64
2011-08-04Merge remote-tracking branch 'spice/spice.v40' into stagingAnthony Liguori3-57/+419
2011-08-04Merge remote-tracking branch 'kraxel/usb.22' into stagingAnthony Liguori19-802/+959
2011-08-04Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori4-101/+116
2011-08-04virtio-balloon: Unregister savevm section on device unplugAmit Shah1-0/+4
2011-08-04virtio-balloon: Add exit handler, fix memleaksAmit Shah3-1/+16
2011-08-04virtio-balloon: Check if balloon registration failedAmit Shah2-1/+11
2011-08-04virtio-balloon: Fix header comment; add CopyrightAmit Shah1-1/+3
2011-08-04balloon: Separate out stat and balloon handlingAmit Shah1-5/+2
2011-08-04virtio-balloon: Separate status handling into separate functionAmit Shah1-20/+31
2011-08-04bluetooth: kill dummy usb device, use hid code directly.Gerd Hoffmann1-40/+22
2011-08-04hid: move idle+protocol from usb-hid to hid too.Gerd Hoffmann3-23/+25
2011-08-04usb-hid: split hid code to hw/hid.[ch]Gerd Hoffmann3-395/+451
2011-08-04usb-hid: add hid_has_events()Gerd Hoffmann1-9/+7
2011-08-04usb-hid: add event callbackGerd Hoffmann1-43/+63
2011-08-04usb-hid: create & use HIDStateGerd Hoffmann1-148/+168
2011-08-04ehci: iovec support, remove bufferGerd Hoffmann1-86/+63
2011-08-04uhci: remove bufferGerd Hoffmann1-8/+7
2011-08-04usb-storage: iovec supportGerd Hoffmann1-58/+49
2011-08-04usb-serial: iovec supportGerd Hoffmann1-11/+16
2011-08-04usb: use iovecs in USBPacketGerd Hoffmann17-181/+288
2011-08-04lm32: softusb: claim to support full speedMichael Walle1-2/+4
2011-08-03vhost: remove an incorrect assertMichael S. Tsirkin1-1/+0
2011-08-03qxl: bump pci revGerd Hoffmann2-7/+24
2011-08-03qxl: add QXL_IO_FLUSH_{SURFACES,RELEASE} for guest S3&S4 supportAlon Levy1-0/+30
2011-08-03qxl: async io support using new spice apiAlon Levy3-41/+217
2011-08-01qxl: only disallow specific io's in vga modeAlon Levy1-1/+2
2011-08-01qxl: make qxl_guest_bug take variable argumentsAlon Levy2-3/+8
2011-08-01qxl: error handling fixes and cleanups.Gerd Hoffmann2-5/+32
2011-08-01qxl: add io_port_to_stringAlon Levy1-1/+39