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