summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-26qapi: convert add_clientLuiz Capitulino4-43/+69
2012-09-26monitor: add Error * argument to monitor_get_fdPaolo Bonzini4-10/+12
2012-09-26pci-assign: use monitor_handle_fd_paramPaolo Bonzini1-9/+3
2012-09-26qapi: add "unix" to the set of reserved wordsPaolo Bonzini1-1/+3
2012-09-26qapi: do not protect enum values from namespace pollutionPaolo Bonzini3-7/+7
2012-09-26Add qemu-ga-client scriptRyota Ozaki1-0/+299
2012-09-26Support settimeout in QEMUMonitorProtocolRyota Ozaki1-0/+5
2012-09-26Make negotiation optional in QEMUMonitorProtocolRyota Ozaki1-3/+4
2012-09-25add a boot parameter to set reboot timeoutAmos Kong4-4/+39
2012-09-25Clear handler only for valid fdOrit Wasserman1-1/+3
2012-09-25Fix address handling in inet_nonblocking_connectOrit Wasserman4-58/+126
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman6-16/+57
2012-09-25Refactor inet_connect_opts functionMichael S. Tsirkin1-63/+85
2012-09-25configure: Allow builds without any system or user emulationStefan Weil2-4/+5
2012-09-25ivshmem: add 64bit optionGerd Hoffmann2-3/+14
2012-09-25compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann1-0/+16
2012-09-25add pc-1.3 machine typeGerd Hoffmann1-2/+10
2012-09-25Cleanup unused global var qemu_system_powerdownIgor Mammedov2-6/+7
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