aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-25target-sparc: use notifier for signaling guest system_powerdown commandIgor Mammedov1-1/+13
2012-09-25target-arm: use notifier for signaling guest system_powerdown commandIgor Mammedov1-1/+13
2012-09-25acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov1-3/+5
2012-09-25Introduce powerdown_notifiersIgor Mammedov2-0/+9
2012-09-25Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori7-66/+188
2012-09-26tcg/i386: fix build with -march < i686Aurelien Jarno1-0/+2
2012-09-26tcg: Streamline movcond_i64 using movcond_i32Richard Henderson1-7/+15
2012-09-26tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson1-0/+20
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson3-2/+14
2012-09-26tcg: Sanity check deposit inputsRichard Henderson1-0/+8
2012-09-26tcg: Add tcg_debug_assertRichard Henderson1-0/+9
2012-09-26tcg: Implement concat*_i64 with deposit_i64Richard Henderson1-30/+30
2012-09-26tcg: Emit XORI as NOT for appropriate constantsRichard Henderson1-4/+15
2012-09-26tcg: Optimize initial inputs for ori_i64Richard Henderson1-6/+13
2012-09-26tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson1-11/+56
2012-09-26tcg: Adjust descriptions of *cond opcodesRichard Henderson1-5/+5
2012-09-26tcg/mips: fix MIPS32(R2) detectionAurelien Jarno2-9/+9
2012-09-25Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori16-142/+563
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori18-25/+46
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori9-310/+276
2012-09-25Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori4-29/+63
2012-09-25Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori3-80/+367
2012-09-24block: remove keep_read_only flag from BlockDriverState structJeff Cody2-3/+0
2012-09-24block: convert bdrv_commit() to use bdrv_reopen()Jeff Cody1-43/+5
2012-09-24block: vpc image file reopenJeff Cody1-0/+7
2012-09-24block: vdi image file reopenJeff Cody1-0/+7
2012-09-24block: vmdk image file reopenJeff Cody1-0/+35
2012-09-24block: qcow image file reopenJeff Cody1-0/+10
2012-09-24block: qcow2 image file reopenJeff Cody1-0/+10
2012-09-24block: qed image file reopenJeff Cody1-0/+9
2012-09-24block: raw image file reopenJeff Cody1-0/+10
2012-09-24block: raw-posix image file reopenJeff Cody1-0/+114
2012-09-24block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody1-20/+1
2012-09-24block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody1-1/+1
2012-09-24block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody5-24/+6
2012-09-24block: move open flag parsing in raw block drivers to helper functionsJeff Cody2-34/+47
2012-09-24block: move aio initialization into a helper functionJeff Cody1-18/+35
2012-09-24block: Framework for reopening files safelyJeff Cody3-0/+257
2012-09-24block: make bdrv_set_enable_write_cache() modify open_flagsJeff Cody1-0/+7
2012-09-24block: correctly set the keep_read_only flagJeff Cody2-7/+8
2012-09-24blockdev: preserve readonly and snapshot states across media changesKevin Shanahan1-0/+2
2012-09-23w32: Add implementation of gmtime_r, localtime_rStefan Weil2-0/+30
2012-09-23w32: Always use standard instead of native format stringsStefan Weil1-0/+5
2012-09-23net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2-3/+8
2012-09-23linux-user: Remove redundant null check and replace free by g_freeStefan Weil1-3/+1
2012-09-23qemu-timer: simplify qemu_run_timersPaolo Bonzini1-4/+3
2012-09-23TextConsole: saturate escape parameter in TTY_STATE_CSILaszlo Ersek1-2/+5
2012-09-23curses: don't initialize curses when qemu is daemonizedHitoshi Mitake4-1/+15
2012-09-23dtrace backend: add function to reserved wordsAlon Levy1-1/+1
2012-09-23pflash_cfi01: Fix warning caused by unreachable codeStefan Weil1-4/+4