aboutsummaryrefslogtreecommitdiffstats
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2010-04-28vga: fix typo in length passed to kvm_log_stopMarcelo Tosatti1-2/+2
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah2-6/+53
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah1-37/+32
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah3-11/+8
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah1-4/+8
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah1-3/+28
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah3-31/+44
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah4-25/+59
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah1-0/+5
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah1-0/+10
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah3-3/+3
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah1-3/+0
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah1-1/+4
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah3-70/+133
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah1-0/+11
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah1-0/+7
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah1-2/+16
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah1-2/+11
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-25ppc: add missing 'break', spotted by clang analyzerBlue Swirl1-0/+1
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl1-4/+0
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+0
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl1-2/+1
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl1-1/+1
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl12-38/+32
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl6-16/+16
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl1-3/+1
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl6-12/+23
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl2-8/+3
2010-04-23Fix harmless if statement with empty body, spotted by clangBlue Swirl1-1/+2
2010-04-23Remove un-needed codeBruce Rogers1-1/+0
2010-04-23Replace calls of old bdrv_openKevin Wolf1-1/+1
2010-04-23Make qemu-config available for toolsKevin Wolf2-2/+18
2010-04-22bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski1-2/+2
2010-04-22bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl1-3/+3
2010-04-20pci: fix pci_find_bus().Isaku Yamahata1-9/+16
2010-04-19Check for invalid initrd fileM. Mohan Kumar1-0/+6
2010-04-18virtio-blk: Fix use after free in error caseKevin Wolf1-3/+3
2010-04-18error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETERMarkus Armbruster1-1/+1
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster1-2/+0
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster2-5/+5
2010-04-18qdev: Convert qdev_unplug() to QErrorMarkus Armbruster1-2/+1
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl1-4/+6
2010-04-18sparc32 use empty_slot for missing RAM v1Artyom Tarasenko1-0/+5
2010-04-18create empty_slot deviceArtyom Tarasenko2-0/+94
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl2-2/+5
2010-04-13Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori3-340/+213
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti1-1/+1
2010-04-13vhost-net: disable mergeable buffersMichael S. Tsirkin1-0/+1
2010-04-13vhost: fix features ackDavid L Stevens1-0/+8