summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-23ioh3420: Remove unreachable codeStefan Weil1-1/+0
2012-09-23lm4549: Fix buffer overflowStefan Weil1-1/+1
2012-09-23cadence_uart: Fix buffer overflowStefan Weil1-1/+1
2012-09-23qemu-sockets: Fix potential memory leakStefan Weil1-1/+1
2012-09-23qemu-ga: Remove unreachable code after g_errorStefan Weil1-2/+0
2012-09-23target-i386: Allow tsc-frequency to be larger then 2.147GDon Slutz1-1/+1
2012-09-23audio: Fix warning from static code analysisStefan Weil1-3/+3
2012-09-22Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rthBlue Swirl9-622/+514
2012-09-22target-xtensa: implement coprocessor context optionMax Filippov2-0/+43
2012-09-22target-xtensa: implement FP1 groupMax Filippov3-1/+135
2012-09-22target-xtensa: implement FP0 conversionsMax Filippov3-0/+89
2012-09-22target-xtensa: implement FP0 arithmeticMax Filippov3-1/+104
2012-09-22target-xtensa: implement LSCX and LSCI groupsMax Filippov1-4/+54
2012-09-22target-xtensa: add FP registersMax Filippov5-7/+71
2012-09-22target-xtensa: specialize softfloat NaN rulesMax Filippov1-2/+3
2012-09-22target-xtensa: handle boolean option in overlaysMax Filippov1-0/+1
2012-09-22softfloat: add NO_SIGNALING_NANSMax Filippov2-0/+72
2012-09-22softfloat: make float_muladd_negate_* flags independentMax Filippov1-1/+1
2012-09-22Revert "tcg/mips"Aurelien Jarno1-2/+2
2012-09-22tcg/ppc32: Implement movcond32malc2-1/+76
2012-09-22tcg/mipsAurelien Jarno1-2/+2
2012-09-22tcg: Remove tcg_target_get_call_iarg_regs_countStefan Weil11-61/+1
2012-09-22tcg/i386: Remove unused registers from tcg_target_call_iarg_regsStefan Weil1-8/+2
2012-09-22tcg/i386: Add shortcuts for registers used in L constraintStefan Weil1-48/+48
2012-09-22w64: Fix TCG helper functions with 5 argumentsStefan Weil2-1/+5
2012-09-22tcg/README: document tcg_gen_goto_tb restrictionsMax Filippov1-1/+2
2012-09-22tcg-hppa: Implement movcondRichard Henderson2-1/+22
2012-09-22tcg/optimize: add constant folding for depositAurelien Jarno1-0/+20
2012-09-22tcg: remove #ifdef #endif around TCGOpcode testsAurelien Jarno1-12/+1
2012-09-22tcg/optimize: prefer the "op a, a, b" form for commutative opsAurelien Jarno1-1/+4
2012-09-22tcg/optimize: further optimize brcond/movcond/setcondAurelien Jarno1-51/+76
2012-09-22tcg/optimize: optimize "op r, a, a => movi r, 0"Aurelien Jarno1-0/+16