Age | Commit message (Expand) | Author | Files | Lines |
2011-08-12 | Merge remote-tracking branch 'stefanha/trivial-patches' into staging | Anthony Liguori | 4 | -4/+9 |
2011-08-12 | Merge remote-tracking branch 'aneesh/for-upstream-1' into staging | Anthony Liguori | 11 | -854/+1024 |
2011-08-12 | Merge remote-tracking branch 'spice/spice.v41' into staging | Anthony Liguori | 2 | -7/+14 |
2011-08-12 | Merge remote-tracking branch 'kraxel/usb.23' into staging | Anthony Liguori | 6 | -146/+134 |
2011-08-12 | Merge remote-tracking branch 'kraxel/seabios' into staging | Anthony Liguori | 2 | -0/+0 |
2011-08-12 | fix QLIST usage for RAM list | Paolo Bonzini | 2 | -2/+2 |
2011-08-11 | hw/qdev: Don't crash if qdev_create(NULL, ...) fails | Peter Maydell | 1 | -1/+6 |
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 |