Age | Commit message (Expand) | Author |
2010-05-02 | Fix missing '|' in '|=', spotted by clang analyzer | Blue Swirl |
2010-05-01 | cmd646: fix abort due to changed opaque pointer for ioport read | Igor V. Kovalenko |
2010-05-01 | cmd646: pass pci_dev as it needs it | Igor V. Kovalenko |
2010-04-28 | virtio-serial: Implement flow control for individual ports | Amit Shah |
2010-04-28 | virtio-serial: Discard data that guest sends us when ports aren't connected | Amit Shah |
2010-04-28 | virtio-serial: Apps should consume all data that guest sends out / Fix virtio... | Amit Shah |
2010-04-28 | virtio-serial: Handle scatter/gather input from the guest | Amit Shah |
2010-04-28 | virtio-serial: Handle scatter-gather buffers for control messages | Amit Shah |
2010-04-28 | iov: Add iov_to_buf and iov_size helpers | Amit Shah |
2010-04-28 | iov: Introduce a new file for helpers around iovs, add iov_from_buf() | Amit Shah |
2010-04-28 | virtio-serial: Send out guest data to ports only if port is opened | Amit Shah |
2010-04-28 | virtio-serial: Propagate errors in initialising ports / devices in guest | Amit Shah |
2010-04-28 | virtio-serial: Update copyright year to 2010 | Amit Shah |
2010-04-28 | virtio-serial: Remove redundant check for 0-sized write request | Amit Shah |
2010-04-28 | virtio-serial: whitespace: match surrounding code | Amit Shah |
2010-04-28 | virtio-serial: Use control messages to notify guest of new ports | Amit Shah |
2010-04-28 | virtio-serial: save/load: Send target host connection status if different | Amit Shah |
2010-04-28 | virtio-serial: save/load: Ensure we have hot-plugged ports instantiated | Amit Shah |
2010-04-28 | virtio-serial: save/load: Ensure nr_ports on src and dest are same. | Amit Shah |
2010-04-28 | virtio-serial: save/load: Ensure target has enough ports | Amit Shah |
2010-04-25 | sh4: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | ppc: add missing 'break', spotted by clang analyzer | Blue Swirl |
2010-04-25 | ppc: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | alpha: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | microblaze: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | cris: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl |
2010-04-25 | usb: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-25 | bt: remove dead assignments, spotted by clang analyzer | Blue Swirl |
2010-04-23 | Fix harmless if statement with empty body, spotted by clang | Blue Swirl |
2010-04-23 | Remove un-needed code | Bruce Rogers |
2010-04-23 | Replace calls of old bdrv_open | Kevin Wolf |
2010-04-23 | Make qemu-config available for tools | Kevin Wolf |
2010-04-22 | bt-sdp: Fix an excessive ; and assignment of the wrong variable | Andrzej Zaborowski |
2010-04-22 | bt-l2cap: fix if statement with empty body, spotted by clang | Blue Swirl |
2010-04-20 | pci: fix pci_find_bus(). | Isaku Yamahata |
2010-04-19 | Check for invalid initrd file | M. Mohan Kumar |
2010-04-18 | virtio-blk: Fix use after free in error case | Kevin Wolf |
2010-04-18 | error: Use QERR_INVALID_PARAMETER_VALUE instead of QERR_INVALID_PARAMETER | Markus Armbruster |
2010-04-18 | error: Drop extra messages after qemu_opts_set() and qemu_opts_parse() | Markus Armbruster |
2010-04-18 | monitor: convert do_device_del() to QObject, QError | Markus Armbruster |
2010-04-18 | qdev: Convert qdev_unplug() to QError | Markus Armbruster |
2010-04-18 | Fix harmless if statements with empty body, spotted by clang | Blue Swirl |
2010-04-18 | sparc32 use empty_slot for missing RAM v1 | Artyom Tarasenko |
2010-04-18 | create empty_slot device | Artyom Tarasenko |
2010-04-18 | Fix harmless if statements with empty body, spotted by clang | Blue Swirl |
2010-04-13 | Merge remote branch 'mst/for_anthony' into staging | Anthony Liguori |
2010-04-14 | vhost.c: include <linux/vhost.h> last | Marcelo Tosatti |