summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'spice/usb.5' into stagingAnthony Liguori2011-02-016-111/+282
|\
| * usb-bus: use snprintfBlue Swirl2011-01-241-5/+7
| * usb hid: add migration supportGerd Hoffmann2011-01-241-2/+64
| * usb hub: add migration supportGerd Hoffmann2011-01-241-0/+24
| * usb core: add migration supportGerd Hoffmann2011-01-243-5/+31
| * vnc: fix numlock+capslock trackingGerd Hoffmann2011-01-241-2/+2
| * usb hid: move head+n to common structGerd Hoffmann2011-01-241-24/+22
| * usb keyboard: add event event queueGerd Hoffmann2011-01-241-6/+32
| * add event queueing to USB HIDPaolo Bonzini2011-01-241-94/+127
* | Merge remote branch 'amit/for-anthony' into stagingAnthony Liguori2011-02-013-46/+139
|\ \
| * | virtio-serial: save/restore new fields in port structAmit Shah2011-01-201-2/+40
| * | virtio-serial: Add support for flow controlAmit Shah2011-01-202-11/+55
| * | virtio-serial: Let virtio-serial-bus know if all data was consumedAmit Shah2011-01-202-5/+6
| * | virtio-serial: Don't copy over guest buffer to hostAmit Shah2011-01-201-7/+8
| * | virtio-serial: move out discard logic in a separate functionAmit Shah2011-01-201-17/+30
| * | virtio-console: Remove unnecessary bracesAmit Shah2011-01-191-2/+1
| * | virtio-console: Factor out common init between console and generic portsAmit Shah2011-01-191-17/+14
* | | vnc: Fix password expiration through 'change vnc ""' (v2)Anthony Liguori2011-02-013-10/+38
* | | linux-user: avoid gcc array overrun warning for sparcPeter Maydell2011-02-011-3/+4
* | | hw/slavio_intctl.c: fix gcc warning about array bounds overrunPeter Maydell2011-02-011-1/+6
* | | SPARC: Fix Leon3 cache controlFabien Chouteau2011-02-014-10/+23
* | | Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2011-01-311-2/+2
|\ \ \
| * | | pci: typo in pcibus_get_dev_path()Isaku Yamahata2011-01-271-1/+1
| * | | pci: bridge control fixupMichael S. Tsirkin2011-01-271-1/+0
| * | | pci: memory leak of PCIDevice::rom_fileIsaku Yamahata2011-01-241-0/+1
* | | | blockdev: Fix drive_add for drives without mediaMarkus Armbruster2011-01-315-18/+7
* | | | blockdev: Replace drive_add()'s fmt, ... by optstr parameterMarkus Armbruster2011-01-313-21/+15
* | | | blockdev: Reject multiple definitions for the same driveMarkus Armbruster2011-01-312-17/+33
* | | | blockdev: New drive_get_by_index()Markus Armbruster2011-01-312-0/+8
* | | | blockdev: Factor drive_index_to_{bus,unit}_id out of drive_init()Markus Armbruster2011-01-311-8/+14
* | | | blockdev: Make drive_add() take explicit type, index parametersMarkus Armbruster2011-01-314-25/+48
* | | | blockdev: Fix regression in -drive if=scsi,index=NMarkus Armbruster2011-01-317-9/+20
* | | | blockdev: Put BlockInterfaceType names and max_devs in tablesMarkus Armbruster2011-01-311-30/+21
* | | | blockdev: Move BlockInterfaceType from qemu-common.h to blockdev.hMarkus Armbruster2011-01-312-6/+6
* | | | blockdev: New drive_get_next(), replacing qdev_init_bdrv()Markus Armbruster2011-01-316-22/+19
* | | | qcow2-refcount: remove write-only variablesBlue Swirl2011-01-311-4/+1
* | | | scsi hotplug: Set DriveInfo member bus correctlyMarkus Armbruster2011-01-311-0/+1
* | | | raw-win32: Fix bdrv_flush return valueKevin Wolf2011-01-311-1/+1
* | | | qed: Images with backing file do not require QED_F_NEED_CHECKStefan Hajnoczi2011-01-311-7/+17
* | | | qcow2: Add bdrv_discard supportKevin Wolf2011-01-313-0/+92
* | | | qemu-io: Fix discard commandKevin Wolf2011-01-311-1/+1
* | | | sheepdog: support creating images on remote hostsMORITA Kazutaka2011-01-311-3/+14
* | | | Reorganize struct Qcow2Cache for better struct packingJes Sorensen2011-01-311-1/+1
* | | | ahci: Fix cpu_physical_memory_unmap() argument orderingStefan Hajnoczi2011-01-311-5/+5
* | | | Add documentation for STRTOSZ_DEFSUFFIX_ macrosJes Sorensen2011-01-311-0/+7
* | | | virtio-pci: Disable virtio-ioeventfd when !CONFIG_IOTHREADStefan Hajnoczi2011-01-311-2/+6
* | | | virtio-blk: tell the guest about size changesChristoph Hellwig2011-01-311-0/+10
* | | | block: tell drivers about an image resizeChristoph Hellwig2011-01-315-8/+25
* | | | block: add block_resize monitor commandChristoph Hellwig2011-01-314-0/+78
* | | | strtosz(): Use suffix macros in switch() statementJes Sorensen2011-01-311-5/+5
OpenPOWER on IntegriCloud