Age | Commit message (Expand) | Author | Files | Lines |
2011-08-11 | scsi-bus: use DO_UPCAST | Zhi Yong Wu | 1 | -1/+1 |
2011-08-11 | etrax-ser: printf -> qemu_log. | Edgar E. Iglesias | 1 | -4/+6 |
2011-08-11 | etrax: QDevify the Ethernet MAC. | Edgar E. Iglesias | 3 | -31/+67 |
2011-08-10 | ui/spice-core: report compiled-version in info spice/query-spice | Alon Levy | 1 | -0/+8 |
2011-08-10 | seabios: update to master | Gerd Hoffmann | 2 | -0/+0 |
2011-08-10 | qxl: unbreak after memory API conversion | Alon Levy | 1 | -2/+3 |
2011-08-10 | qxl: allowing the command rings to be not empty when spice worker is stopped ... | Yonit Halperin | 1 | -5/+3 |
2011-08-10 | usb-hid: remove usb_hid_datain_cb | Gerd Hoffmann | 2 | -17/+0 |
2011-08-10 | milkymist-softusb: use hid code directly | Michael Walle | 1 | -84/+38 |
2011-08-10 | usb-hid: use hid vmstate macro | Michael Walle | 1 | -39/+2 |
2011-08-10 | hid: introduce hid vmstate macros | Michael Walle | 2 | -0/+78 |
2011-08-10 | hid: register kbd hander in init() | Michael Walle | 1 | -2/+3 |
2011-08-10 | usb/hid: add hid_pointer_activate, use it | Gerd Hoffmann | 3 | -4/+13 |
2011-08-09 | Merge remote-tracking branch 'pm-arm/for-upstream' into pm | Edgar E. Iglesias | 3 | -42/+121 |
2011-08-09 | etrax: Allocate DMA connections at board level. | Edgar E. Iglesias | 3 | -22/+28 |
2011-08-09 | etrax: Remove hw/etraxfs.c. | Edgar E. Iglesias | 3 | -160/+1 |
2011-08-09 | lance: unbreak after memory API conversion | Avi Kivity | 1 | -1/+1 |
2011-08-08 | Merge remote-tracking branch 'qemu-kvm/uq/master' into staging | Anthony Liguori | 7 | -19/+44 |
2011-08-08 | hw/9pfs: Update vfs_rename to use coroutines | Aneesh Kumar K.V | 2 | -89/+52 |
2011-08-08 | hw/9pfs: Add yeild support to rename coroutine | Aneesh Kumar K.V | 2 | -0/+15 |
2011-08-08 | hw/9pfs: Update v9fs_remove to use coroutines | Venkateswararao Jujjuri | 2 | -43/+13 |
2011-08-08 | hw/9pfs: Add yield support for remove | Venkateswararao Jujjuri | 2 | -0/+15 |
2011-08-08 | hw/9pfs: Update mkdir to use coroutines | Venkateswararao Jujjuri | 1 | -71/+25 |
2011-08-08 | hw/9pfs: Add yield support for mkdir coroutine | Venkateswararao Jujjuri | 2 | -0/+20 |
2011-08-08 | hw/9pfs: Update v9fs_mknod to use coroutines | Aneesh Kumar K.V | 1 | -58/+30 |
2011-08-08 | hw/9pfs: Add yield support to mknod coroutine | Aneesh Kumar K.V | 2 | -0/+23 |
2011-08-08 | hw/9pfs: Update v9fs_xattrcreate to use coroutines | Aneesh Kumar K.V | 2 | -38/+26 |
2011-08-08 | hw/9pfs: Update v9fs_xattrwalk to coroutines | Aneesh Kumar K.V | 1 | -135/+63 |
2011-08-08 | hw/9pfs: Add yield support to xattr related coroutine | Aneesh Kumar K.V | 3 | -0/+54 |
2011-08-08 | hw/9pfs: Update v9fs_setattr to use coroutines | Aneesh Kumar K.V | 2 | -117/+54 |
2011-08-08 | hw/9pfs: Add yield support to setattr related coroutines | Aneesh Kumar K.V | 2 | -0/+68 |
2011-08-08 | hw/9pfs: Update v9fs_getattr to use coroutines | Aneesh Kumar K.V | 2 | -46/+19 |
2011-08-08 | hw/9pfs: Add yield support to lstat coroutine | Aneesh Kumar K.V | 3 | -1/+34 |
2011-08-08 | hw/9pfs: Update v9fs_statfs to use coroutines | Aneesh Kumar K.V | 2 | -70/+44 |
2011-08-08 | hw/9pfs: Add yield support to statfs coroutine | Aneesh Kumar K.V | 2 | -0/+15 |
2011-08-08 | hw/9pfs: Update v9fs_readdir to use coroutines | Aneesh Kumar K.V | 1 | -101/+72 |
2011-08-08 | hw/9pfs: Add yield support for readdir related coroutines | Aneesh Kumar K.V | 3 | -1/+72 |
2011-08-08 | hw/9pfs: Update v9fs_readlink to use coroutine | Venkateswararao Jujjuri | 2 | -60/+17 |
2011-08-08 | hw/9pfs: Add yeild support for readlink | Venkateswararao Jujjuri (JV) | 3 | -1/+46 |
2011-08-08 | pci: remove support for pre memory API BARs | Avi Kivity | 1 | -31/+2 |
2011-08-08 | pci: rename pci_register_bar_region() to pci_register_bar() | Avi Kivity | 29 | -89/+68 |
2011-08-08 | pci: fold BAR mapping function into its caller | Avi Kivity | 2 | -17/+9 |
2011-08-08 | pci: remove pci_register_bar() | Avi Kivity | 2 | -28/+17 |
2011-08-08 | pci: convert pci rom to memory API | Avi Kivity | 2 | -14/+9 |
2011-08-08 | pci: remove pci_register_bar_simple() | Avi Kivity | 2 | -20/+0 |
2011-08-08 | msix: convert to memory API | Avi Kivity | 6 | -58/+42 |
2011-08-08 | xen-platform: convert to memory API | Avi Kivity | 1 | -33/+50 |
2011-08-08 | uhci: convert to memory API | Avi Kivity | 1 | -14/+28 |
2011-08-08 | ehci: convert to memory API | Avi Kivity | 1 | -27/+9 |
2011-08-08 | sun4u: convert to memory API | Avi Kivity | 1 | -28/+23 |