summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a boot parameter to set reboot timeoutAmos Kong2012-09-254-4/+39
* Clear handler only for valid fdOrit Wasserman2012-09-251-1/+3
* Fix address handling in inet_nonblocking_connectOrit Wasserman2012-09-254-58/+126
* Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman2012-09-256-16/+57
* Refactor inet_connect_opts functionMichael S. Tsirkin2012-09-251-63/+85
* configure: Allow builds without any system or user emulationStefan Weil2012-09-252-4/+5
* ivshmem: add 64bit optionGerd Hoffmann2012-09-252-3/+14
* compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann2012-09-251-0/+16
* add pc-1.3 machine typeGerd Hoffmann2012-09-251-2/+10
* Cleanup unused global var qemu_system_powerdownIgor Mammedov2012-09-252-6/+7
* target-sparc: use notifier for signaling guest system_powerdown commandIgor Mammedov2012-09-251-1/+13
* target-arm: use notifier for signaling guest system_powerdown commandIgor Mammedov2012-09-251-1/+13
* acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov2012-09-251-3/+5
* Introduce powerdown_notifiersIgor Mammedov2012-09-252-0/+9
* Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori2012-09-257-66/+188
|\
| * tcg/i386: fix build with -march < i686Aurelien Jarno2012-09-261-0/+2
| * tcg: Streamline movcond_i64 using movcond_i32Richard Henderson2012-09-261-7/+15
| * tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson2012-09-261-0/+20
| * tcg: Sanity check goto_tb inputRichard Henderson2012-09-263-2/+14
| * tcg: Sanity check deposit inputsRichard Henderson2012-09-261-0/+8
| * tcg: Add tcg_debug_assertRichard Henderson2012-09-261-0/+9
| * tcg: Implement concat*_i64 with deposit_i64Richard Henderson2012-09-261-30/+30
| * tcg: Emit XORI as NOT for appropriate constantsRichard Henderson2012-09-261-4/+15
| * tcg: Optimize initial inputs for ori_i64Richard Henderson2012-09-261-6/+13
| * tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson2012-09-261-11/+56
| * tcg: Adjust descriptions of *cond opcodesRichard Henderson2012-09-261-5/+5
| * tcg/mips: fix MIPS32(R2) detectionAurelien Jarno2012-09-262-9/+9
* | Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori2012-09-2516-142/+563
|\ \
| * | block: remove keep_read_only flag from BlockDriverState structJeff Cody2012-09-242-3/+0
| * | block: convert bdrv_commit() to use bdrv_reopen()Jeff Cody2012-09-241-43/+5
| * | block: vpc image file reopenJeff Cody2012-09-241-0/+7
| * | block: vdi image file reopenJeff Cody2012-09-241-0/+7
| * | block: vmdk image file reopenJeff Cody2012-09-241-0/+35
| * | block: qcow image file reopenJeff Cody2012-09-241-0/+10
| * | block: qcow2 image file reopenJeff Cody2012-09-241-0/+10
| * | block: qed image file reopenJeff Cody2012-09-241-0/+9
| * | block: raw image file reopenJeff Cody2012-09-241-0/+10
| * | block: raw-posix image file reopenJeff Cody2012-09-241-0/+114
| * | block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody2012-09-241-20/+1
| * | block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.cJeff Cody2012-09-241-1/+1
| * | block: do not parse BDRV_O_CACHE_WB in block driversJeff Cody2012-09-245-24/+6
| * | block: move open flag parsing in raw block drivers to helper functionsJeff Cody2012-09-242-34/+47
| * | block: move aio initialization into a helper functionJeff Cody2012-09-241-18/+35
| * | block: Framework for reopening files safelyJeff Cody2012-09-243-0/+257
| * | block: make bdrv_set_enable_write_cache() modify open_flagsJeff Cody2012-09-241-0/+7
| * | block: correctly set the keep_read_only flagJeff Cody2012-09-242-7/+8
| * | blockdev: preserve readonly and snapshot states across media changesKevin Shanahan2012-09-241-0/+2
| |/
* | Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori2012-09-2518-25/+46
|\ \
| * | w32: Always use standard instead of native format stringsStefan Weil2012-09-231-0/+5
| * | net/socket: Fix compiler warning (regression for MinGW)Stefan Weil2012-09-232-3/+8
OpenPOWER on IntegriCloud