| Commit message (Expand) | Author | Age | Files | Lines |
* | alpha: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 2 | -9/+4 |
* | microblaze: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 2 | -8/+2 |
* | m68k: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 1 | -3/+0 |
* | cris: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 3 | -8/+3 |
* | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 14 | -40/+32 |
* | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 7 | -19/+17 |
* | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 6 | -15/+10 |
* | usb: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 7 | -14/+24 |
* | bt: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 3 | -10/+5 |
* | linux-user: Fix Sparc64 syscall returns. | Richard Henderson | 2010-04-25 | 1 | -2/+3 |
* | Fix dead initialization, spotted by clang analyzer | Blue Swirl | 2010-04-25 | 2 | -2/+3 |
* | Remove IO_MEM_SUBWIDTH. | Richard Henderson | 2010-04-25 | 2 | -78/+36 |
* | linux-user: Remove ELFLOAD32. | Richard Henderson | 2010-04-25 | 5 | -47/+1 |
* | tcg/arm: fix condition in zero/sign extension functions | Aurelien Jarno | 2010-04-25 | 1 | -6/+6 |
* | Fix OpenBSD build | Blue Swirl | 2010-04-23 | 1 | -240/+240 |
* | m68k: fix if statement with empty body, spotted by clang | Blue Swirl | 2010-04-23 | 1 | -2/+3 |
* | m68k-dis: fix unused return value, spotted by clang | Blue Swirl | 2010-04-23 | 1 | -29/+35 |
* | Fix harmless if statement with empty body, spotted by clang | Blue Swirl | 2010-04-23 | 1 | -1/+2 |
* | Merge remote branch 'origin/master' into staging | Anthony Liguori | 2010-04-23 | 1 | -14/+11 |
|\ |
|
| * | target-sparc: Fix address masking in ldqf and stqf. | Richard Henderson | 2010-04-23 | 1 | -14/+11 |
* | | block: Free iovec arrays allocated by multiwrite_merge() | Stefan Hajnoczi | 2010-04-23 | 1 | -0/+3 |
* | | qcow2: Use QLIST_FOREACH_SAFE macro | Stefan Hajnoczi | 2010-04-23 | 1 | -8/+2 |
* | | linux-aio: Fix typo in read() EINTR check | Stefan Hajnoczi | 2010-04-23 | 1 | -1/+1 |
* | | qemu-img: Fix BRDV_O_FLAGS typo | Stefan Hajnoczi | 2010-04-23 | 1 | -10/+10 |
* | | qemu-img: Eliminate bdrv_new_open() code duplication | Stefan Hajnoczi | 2010-04-23 | 1 | -73/+10 |
* | | block: Convert first_drv to QLIST | Stefan Hajnoczi | 2010-04-23 | 2 | -11/+13 |
* | | block.h: bdrv_create2 doesn't exist any more | Kevin Wolf | 2010-04-23 | 1 | -4/+0 |
* | | Remove un-needed code | Bruce Rogers | 2010-04-23 | 1 | -1/+0 |
* | | block: Convert bdrv_first to QTAILQ | Stefan Hajnoczi | 2010-04-23 | 2 | -23/+21 |
* | | block: Do not export bdrv_first | Stefan Hajnoczi | 2010-04-23 | 3 | -33/+34 |
* | | cleanup block driver option handling in vl.c | Christoph Hellwig | 2010-04-23 | 1 | -29/+16 |
* | | qcow2: Return 0/-errno in l2_allocate | Kevin Wolf | 2010-04-23 | 1 | -17/+23 |
* | | qcow2: Return 0/-errno in write_l1_entry | Kevin Wolf | 2010-04-23 | 1 | -5/+5 |
* | | qcow2: Fix error return code in qcow2_alloc_cluster_link_l2 | Kevin Wolf | 2010-04-23 | 1 | -2/+2 |
* | | qcow2: Return 0/-errno in write_l2_entries | Kevin Wolf | 2010-04-23 | 1 | -4/+5 |
* | | block: split raw_getlength | Christoph Hellwig | 2010-04-23 | 1 | -23/+42 |
* | | block: get rid of the BDRV_O_FILE flag | Christoph Hellwig | 2010-04-23 | 3 | -26/+25 |
* | | Replace calls of old bdrv_open | Kevin Wolf | 2010-04-23 | 11 | -35/+31 |
* | | qcow2: Fix creation of large images | Kevin Wolf | 2010-04-23 | 1 | -10/+33 |
* | | qcow2: Trigger blkdebug events | Kevin Wolf | 2010-04-23 | 5 | -0/+125 |
* | | blkdebug: Add events and rules | Kevin Wolf | 2010-04-23 | 4 | -1/+272 |
* | | Make qemu-config available for tools | Kevin Wolf | 2010-04-23 | 4 | -21/+20 |
* | | blkdebug: Inject errors | Kevin Wolf | 2010-04-23 | 1 | -0/+81 |
* | | blkdebug: Basic request passthrough | Kevin Wolf | 2010-04-23 | 2 | -1/+105 |
* | | qemu-config: Make qemu_config_parse more generic | Kevin Wolf | 2010-04-23 | 2 | -7/+13 |
* | | qemu-config: qemu_read_config_file() reads the normal config file | Kevin Wolf | 2010-04-23 | 3 | -24/+28 |
|/ |
|
* | audio/sdlaudio: remove unused variable | Serge Ziryukin | 2010-04-22 | 1 | -9/+2 |
* | bt-sdp: Fix an excessive ; and assignment of the wrong variable | Andrzej Zaborowski | 2010-04-22 | 1 | -2/+2 |
* | bt-l2cap: fix if statement with empty body, spotted by clang | Blue Swirl | 2010-04-22 | 1 | -3/+3 |
* | audio/alsa: Avoid snd_pcm_format_t vs audfmt_e mixup | malc | 2010-04-21 | 1 | -5/+6 |