aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-09-26target-arm: use deposit instead of hardcoded versiontcg-arm-movcondAurelien Jarno
2012-09-26target-arm: mark a few integer helpers const and pureAurelien Jarno
2012-09-26target-arm: convert sar, shl and shr helpers to TCGAurelien Jarno
2012-09-26target-arm: convert add_cc and sub_cc helpers to TCGAurelien Jarno
2012-09-26target-arm: use globals for CC flagsAurelien Jarno
2012-09-26tcg/arm: Implement movcond_i32Peter Maydell
2012-09-26tcg/arm: Factor out code to emit immediate or reg-reg opPeter Maydell
2012-09-25add a boot parameter to set reboot timeoutAmos Kong
2012-09-25Clear handler only for valid fdOrit Wasserman
2012-09-25Fix address handling in inet_nonblocking_connectOrit Wasserman
2012-09-25Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connectOrit Wasserman
2012-09-25Refactor inet_connect_opts functionMichael S. Tsirkin
2012-09-25configure: Allow builds without any system or user emulationStefan Weil
2012-09-25ivshmem: add 64bit optionGerd Hoffmann
2012-09-25compat: turn off msi/msix on xhci for old machine typesGerd Hoffmann
2012-09-25add pc-1.3 machine typeGerd Hoffmann
2012-09-25Cleanup unused global var qemu_system_powerdownIgor Mammedov
2012-09-25target-sparc: use notifier for signaling guest system_powerdown commandIgor Mammedov
2012-09-25target-arm: use notifier for signaling guest system_powerdown commandIgor Mammedov
2012-09-25acpi: use notifier for signaling guest system_powerdown commandIgor Mammedov
2012-09-25Introduce powerdown_notifiersIgor Mammedov
2012-09-25Merge remote-tracking branch 'origin/master' into stagingAnthony Liguori
2012-09-26tcg/i386: fix build with -march < i686Aurelien Jarno
2012-09-26tcg: Streamline movcond_i64 using movcond_i32Richard Henderson
2012-09-26tcg: Streamline movcond_i64 using 32-bit arithmeticRichard Henderson
2012-09-26tcg: Sanity check goto_tb inputRichard Henderson
2012-09-26tcg: Sanity check deposit inputsRichard Henderson
2012-09-26tcg: Add tcg_debug_assertRichard Henderson
2012-09-26tcg: Implement concat*_i64 with deposit_i64Richard Henderson
2012-09-26tcg: Emit XORI as NOT for appropriate constantsRichard Henderson
2012-09-26tcg: Optimize initial inputs for ori_i64Richard Henderson
2012-09-26tcg: Emit ANDI as EXTU for appropriate constantsRichard Henderson
2012-09-26tcg: Adjust descriptions of *cond opcodesRichard Henderson
2012-09-26tcg/mips: fix MIPS32(R2) detectionAurelien Jarno
2012-09-25Merge remote-tracking branch 'kwolf/for-anthony' into stagingAnthony Liguori
2012-09-25Merge remote-tracking branch 'stefanha/trivial-patches' into stagingAnthony Liguori
2012-09-25Merge remote-tracking branch 'afaerber/qom-cpu' into stagingAnthony Liguori
2012-09-25Merge remote-tracking branch 'bonzini/scsi-next' into stagingAnthony Liguori
2012-09-25Merge remote-tracking branch 'bonzini/nbd-next' into stagingAnthony Liguori
2012-09-24block: remove keep_read_only flag from BlockDriverState structJeff Cody
2012-09-24block: convert bdrv_commit() to use bdrv_reopen()Jeff Cody
2012-09-24block: vpc image file reopenJeff Cody
2012-09-24block: vdi image file reopenJeff Cody
2012-09-24block: vmdk image file reopenJeff Cody
2012-09-24block: qcow image file reopenJeff Cody
2012-09-24block: qcow2 image file reopenJeff Cody
2012-09-24block: qed image file reopenJeff Cody
2012-09-24block: raw image file reopenJeff Cody
2012-09-24block: raw-posix image file reopenJeff Cody
2012-09-24block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.cJeff Cody