Age | Commit message (Expand) | Author | Files | Lines |
2010-04-26 | tcg-hppa: Fix branch offset during retranslation. | Richard Henderson | 1 | -2/+8 |
2010-04-26 | tcg-hppa: Schedule the address masking after the TLB load. | Richard Henderson | 1 | -1/+6 |
2010-04-26 | tcg-hppa: Fix softmmu loads and stores. | Richard Henderson | 1 | -144/+132 |
2010-04-26 | tcg-hppa: Fix GUEST_BASE initialization in prologue. | Richard Henderson | 1 | -10/+10 |
2010-04-26 | tcg-hppa: Constrain immediate inputs to and_i32, or_i32, andc_i32. | Richard Henderson | 2 | -54/+56 |
2010-04-26 | linux-user: Fix sparc32plus stat64 syscalls. | Richard Henderson | 1 | -1/+1 |
2010-04-26 | target-sparc: Fix -singlestep. | Richard Henderson | 1 | -4/+5 |
2010-04-26 | QMP: Check "arguments" member's type | Luiz Capitulino | 1 | -0/+3 |
2010-04-26 | QError: Improve QERR_QMP_BAD_INPUT_OBJECT desc | Luiz Capitulino | 1 | -1/+1 |
2010-04-26 | QMP: Use QERR_QMP_BAD_INPUT_OBJECT_MEMBER | Luiz Capitulino | 1 | -1/+1 |
2010-04-26 | QError: New QERR_QMP_BAD_INPUT_OBJECT_MEMBER | Luiz Capitulino | 2 | -0/+7 |
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 | 3 | -8/+10 |
2010-04-25 | alpha: add missing 'break', spotted by clang analyzer | Blue Swirl | 1 | -0/+1 |
2010-04-25 | alpha: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2 | -9/+4 |
2010-04-25 | microblaze: remove dead assignments, spotted by clang analyzer | Blue Swirl | 2 | -8/+2 |
2010-04-25 | m68k: remove dead assignments, spotted by clang analyzer | Blue Swirl | 1 | -3/+0 |
2010-04-25 | cris: remove dead assignments, spotted by clang analyzer | Blue Swirl | 3 | -8/+3 |
2010-04-25 | arm: remove dead assignments, spotted by clang analyzer | Blue Swirl | 14 | -40/+32 |
2010-04-25 | x86: remove dead assignments, spotted by clang analyzer | Blue Swirl | 7 | -19/+17 |
2010-04-25 | Remove dead assignments in various common files, spotted by clang analyzer | Blue Swirl | 6 | -15/+10 |
2010-04-25 | usb: remove dead assignments, spotted by clang analyzer | Blue Swirl | 7 | -14/+24 |
2010-04-25 | bt: remove dead assignments, spotted by clang analyzer | Blue Swirl | 3 | -10/+5 |
2010-04-25 | linux-user: Fix Sparc64 syscall returns. | Richard Henderson | 1 | -2/+3 |
2010-04-25 | Fix dead initialization, spotted by clang analyzer | Blue Swirl | 2 | -2/+3 |
2010-04-25 | Remove IO_MEM_SUBWIDTH. | Richard Henderson | 2 | -78/+36 |
2010-04-25 | linux-user: Remove ELFLOAD32. | Richard Henderson | 5 | -47/+1 |
2010-04-25 | tcg/arm: fix condition in zero/sign extension functions | Aurelien Jarno | 1 | -6/+6 |
2010-04-23 | Fix OpenBSD build | Blue Swirl | 1 | -240/+240 |
2010-04-23 | m68k: fix if statement with empty body, spotted by clang | Blue Swirl | 1 | -2/+3 |
2010-04-23 | m68k-dis: fix unused return value, spotted by clang | Blue Swirl | 1 | -29/+35 |
2010-04-23 | Fix harmless if statement with empty body, spotted by clang | Blue Swirl | 1 | -1/+2 |
2010-04-23 | Merge remote branch 'origin/master' into staging | Anthony Liguori | 1 | -14/+11 |
2010-04-23 | target-sparc: Fix address masking in ldqf and stqf. | Richard Henderson | 1 | -14/+11 |
2010-04-23 | block: Free iovec arrays allocated by multiwrite_merge() | Stefan Hajnoczi | 1 | -0/+3 |
2010-04-23 | qcow2: Use QLIST_FOREACH_SAFE macro | Stefan Hajnoczi | 1 | -8/+2 |
2010-04-23 | linux-aio: Fix typo in read() EINTR check | Stefan Hajnoczi | 1 | -1/+1 |
2010-04-23 | qemu-img: Fix BRDV_O_FLAGS typo | Stefan Hajnoczi | 1 | -10/+10 |
2010-04-23 | qemu-img: Eliminate bdrv_new_open() code duplication | Stefan Hajnoczi | 1 | -73/+10 |
2010-04-23 | block: Convert first_drv to QLIST | Stefan Hajnoczi | 2 | -11/+13 |
2010-04-23 | block.h: bdrv_create2 doesn't exist any more | Kevin Wolf | 1 | -4/+0 |
2010-04-23 | Remove un-needed code | Bruce Rogers | 1 | -1/+0 |
2010-04-23 | block: Convert bdrv_first to QTAILQ | Stefan Hajnoczi | 2 | -23/+21 |
2010-04-23 | block: Do not export bdrv_first | Stefan Hajnoczi | 3 | -33/+34 |
2010-04-23 | cleanup block driver option handling in vl.c | Christoph Hellwig | 1 | -29/+16 |
2010-04-23 | qcow2: Return 0/-errno in l2_allocate | Kevin Wolf | 1 | -17/+23 |
2010-04-23 | qcow2: Return 0/-errno in write_l1_entry | Kevin Wolf | 1 | -5/+5 |
2010-04-23 | qcow2: Fix error return code in qcow2_alloc_cluster_link_l2 | Kevin Wolf | 1 | -2/+2 |
2010-04-23 | qcow2: Return 0/-errno in write_l2_entries | Kevin Wolf | 1 | -4/+5 |