aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)Author
2010-05-02Fix missing '|' in '|=', spotted by clang analyzerBlue Swirl
2010-05-01cmd646: fix abort due to changed opaque pointer for ioport readIgor V. Kovalenko
2010-05-01cmd646: pass pci_dev as it needs itIgor V. Kovalenko
2010-04-28virtio-serial: Implement flow control for individual portsAmit Shah
2010-04-28virtio-serial: Discard data that guest sends us when ports aren't connectedAmit Shah
2010-04-28virtio-serial: Apps should consume all data that guest sends out / Fix virtio...Amit Shah
2010-04-28virtio-serial: Handle scatter/gather input from the guestAmit Shah
2010-04-28virtio-serial: Handle scatter-gather buffers for control messagesAmit Shah
2010-04-28iov: Add iov_to_buf and iov_size helpersAmit Shah
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah
2010-04-28virtio-serial: Send out guest data to ports only if port is openedAmit Shah
2010-04-28virtio-serial: Propagate errors in initialising ports / devices in guestAmit Shah
2010-04-28virtio-serial: Update copyright year to 2010Amit Shah
2010-04-28virtio-serial: Remove redundant check for 0-sized write requestAmit Shah
2010-04-28virtio-serial: whitespace: match surrounding codeAmit Shah
2010-04-28virtio-serial: Use control messages to notify guest of new portsAmit Shah
2010-04-28virtio-serial: save/load: Send target host connection status if differentAmit Shah
2010-04-28virtio-serial: save/load: Ensure we have hot-plugged ports instantiatedAmit Shah
2010-04-28virtio-serial: save/load: Ensure nr_ports on src and dest are same.Amit Shah
2010-04-28virtio-serial: save/load: Ensure target has enough portsAmit Shah
2010-04-25sh4: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25ppc: add missing 'break', spotted by clang analyzerBlue Swirl
2010-04-25ppc: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25alpha: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25microblaze: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25cris: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25arm: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25x86: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25Remove dead assignments in various common files, spotted by clang analyzerBlue Swirl
2010-04-25usb: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-25bt: remove dead assignments, spotted by clang analyzerBlue Swirl
2010-04-23Fix harmless if statement with empty body, spotted by clangBlue Swirl
2010-04-23Remove un-needed codeBruce Rogers
2010-04-23Replace calls of old bdrv_openKevin Wolf
2010-04-23Make qemu-config available for toolsKevin Wolf
2010-04-22bt-sdp: Fix an excessive ; and assignment of the wrong variableAndrzej Zaborowski
2010-04-22bt-l2cap: fix if statement with empty body, spotted by clangBlue Swirl
2010-04-20pci: fix pci_find_bus().Isaku Yamahata
2010-04-19Check for invalid initrd fileM. Mohan Kumar
2010-04-18virtio-blk: Fix use after free in error caseKevin Wolf
2010-04-18error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETERMarkus Armbruster
2010-04-18error: Drop extra messages after qemu_opts_set() and qemu_opts_parse()Markus Armbruster
2010-04-18monitor: convert do_device_del() to QObject, QErrorMarkus Armbruster
2010-04-18qdev: Convert qdev_unplug() to QErrorMarkus Armbruster
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-18sparc32 use empty_slot for missing RAM v1Artyom Tarasenko
2010-04-18create empty_slot deviceArtyom Tarasenko
2010-04-18Fix harmless if statements with empty body, spotted by clangBlue Swirl
2010-04-13Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-04-14vhost.c: include <linux/vhost.h> lastMarcelo Tosatti