- 233aa5c Fix address handling in inet_nonblocking_connect by Orit Wasserman · 12 years ago
- 5db5f44 Separate inet_connect into inet_connect (blocking) and inet_nonblocking_connect by Orit Wasserman · 12 years ago
- 05bc1d8 Refactor inet_connect_opts function by Michael S. Tsirkin · 12 years ago
- 8bdd3d4 configure: Allow builds without any system or user emulation by Stefan Weil · 13 years ago
- c08ba66 ivshmem: add 64bit option by Gerd Hoffmann · 13 years ago
- 183c5ea compat: turn off msi/msix on xhci for old machine types by Gerd Hoffmann · 13 years ago
- f430694 add pc-1.3 machine type by Gerd Hoffmann · 13 years ago
- 013c2f1 Cleanup unused global var qemu_system_powerdown by Igor Mammedov · 13 years ago
- bea4228 target-sparc: use notifier for signaling guest system_powerdown command by Igor Mammedov · 13 years ago
- c72ddb1 target-arm: use notifier for signaling guest system_powerdown command by Igor Mammedov · 13 years ago
- d010f91 acpi: use notifier for signaling guest system_powerdown command by Igor Mammedov · 13 years ago
- a9552c8 Introduce powerdown_notifiers by Igor Mammedov · 13 years ago
- d9b41bc Merge remote-tracking branch 'origin/master' into staging by Anthony Liguori · 12 years ago
- f813cb8 tcg/i386: fix build with -march < i686 by Aurelien Jarno · 12 years ago
- a80a6b6 tcg: Streamline movcond_i64 using movcond_i32 by Richard Henderson · 12 years ago
- a463133 tcg: Streamline movcond_i64 using 32-bit arithmetic by Richard Henderson · 12 years ago
- 0a209d4 tcg: Sanity check goto_tb input by Richard Henderson · 12 years ago
- 717e703 tcg: Sanity check deposit inputs by Richard Henderson · 12 years ago
- c552d6c tcg: Add tcg_debug_assert by Richard Henderson · 12 years ago
- 77276f6 tcg: Implement concat*_i64 with deposit_i64 by Richard Henderson · 12 years ago
- 6f3bb33 tcg: Emit XORI as NOT for appropriate constants by Richard Henderson · 12 years ago
- d81ada7 tcg: Optimize initial inputs for ori_i64 by Richard Henderson · 12 years ago
- 42ce3e2 tcg: Emit ANDI as EXTU for appropriate constants by Richard Henderson · 12 years ago
- 5a696f6 tcg: Adjust descriptions of *cond opcodes by Richard Henderson · 12 years ago
- 8f06bf6 tcg/mips: fix MIPS32(R2) detection by Aurelien Jarno · 12 years ago
- 444dbc3 Merge remote-tracking branch 'kwolf/for-anthony' into staging by Anthony Liguori · 12 years ago
- 3988475 Merge remote-tracking branch 'stefanha/trivial-patches' into staging by Anthony Liguori · 12 years ago
- 97fe81d Merge remote-tracking branch 'afaerber/qom-cpu' into staging by Anthony Liguori · 12 years ago
- d352210 Merge remote-tracking branch 'bonzini/scsi-next' into staging by Anthony Liguori · 12 years ago
- 09d0726 Merge remote-tracking branch 'bonzini/nbd-next' into staging by Anthony Liguori · 12 years ago
- dc1c13d block: remove keep_read_only flag from BlockDriverState struct by Jeff Cody · 12 years ago
- 0bce597 block: convert bdrv_commit() to use bdrv_reopen() by Jeff Cody · 12 years ago
- 3fe4b70 block: vpc image file reopen by Jeff Cody · 12 years ago
- ecfe2bb block: vdi image file reopen by Jeff Cody · 12 years ago
- 3897575 block: vmdk image file reopen by Jeff Cody · 12 years ago
- d177692 block: qcow image file reopen by Jeff Cody · 12 years ago
- 21d82ac block: qcow2 image file reopen by Jeff Cody · 12 years ago
- f9cb20f block: qed image file reopen by Jeff Cody · 12 years ago
- 01bdddb block: raw image file reopen by Jeff Cody · 12 years ago
- eeb6b45 block: raw-posix image file reopen by Jeff Cody · 12 years ago
- 3d1807a block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c by Jeff Cody · 12 years ago
- 9acc5a0 block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c by Jeff Cody · 12 years ago
- 39c9fb9 block: do not parse BDRV_O_CACHE_WB in block drivers by Jeff Cody · 12 years ago
- 6a8dc04 block: move open flag parsing in raw block drivers to helper functions by Jeff Cody · 12 years ago
- fc32a72 block: move aio initialization into a helper function by Jeff Cody · 12 years ago
- e971aa1 block: Framework for reopening files safely by Jeff Cody · 12 years ago
- 55b110f block: make bdrv_set_enable_write_cache() modify open_flags by Jeff Cody · 12 years ago
- be028ad block: correctly set the keep_read_only flag by Jeff Cody · 12 years ago
- 80dd1aa blockdev: preserve readonly and snapshot states across media changes by Kevin Shanahan · 12 years ago
- d3e8f95 w32: Add implementation of gmtime_r, localtime_r by Stefan Weil · 12 years ago
- 95df51a w32: Always use standard instead of native format strings by Stefan Weil · 13 years ago
- 73062df net/socket: Fix compiler warning (regression for MinGW) by Stefan Weil · 12 years ago
- ad11ad7 linux-user: Remove redundant null check and replace free by g_free by Stefan Weil · 13 years ago
- 144b97c qemu-timer: simplify qemu_run_timers by Paolo Bonzini · 12 years ago
- c10600a TextConsole: saturate escape parameter in TTY_STATE_CSI by Laszlo Ersek · 13 years ago
- 995ee2b curses: don't initialize curses when qemu is daemonized by Hitoshi Mitake · 13 years ago
- d8f8a86 dtrace backend: add function to reserved words by Alon Levy · 13 years ago
- 12dabc7 pflash_cfi01: Fix warning caused by unreachable code by Stefan Weil · 13 years ago
- 997f156 ioh3420: Remove unreachable code by Stefan Weil · 13 years ago
- 8139626 lm4549: Fix buffer overflow by Stefan Weil · 13 years ago
- 5d40097 cadence_uart: Fix buffer overflow by Stefan Weil · 13 years ago
- 39b3845 qemu-sockets: Fix potential memory leak by Stefan Weil · 13 years ago
- b548828 qemu-ga: Remove unreachable code after g_error by Stefan Weil · 13 years ago
- 2e84849 target-i386: Allow tsc-frequency to be larger then 2.147G by Don Slutz · 12 years ago
- 93b6599 audio: Fix warning from static code analysis by Stefan Weil · 13 years ago
- 04cbbde Merge branch 'tcg-sparc' of git://repo.or.cz/qemu/rth by Blue Swirl · 12 years ago
- ef04a84 target-xtensa: implement coprocessor context option by Max Filippov · 13 years ago
- 4e27386 target-xtensa: implement FP1 group by Max Filippov · 13 years ago
- b7ee8c6 target-xtensa: implement FP0 conversions by Max Filippov · 13 years ago
- 0b6df83 target-xtensa: implement FP0 arithmetic by Max Filippov · 13 years ago
- 9ed7ae1 target-xtensa: implement LSCX and LSCI groups by Max Filippov · 13 years ago
- dd519cb target-xtensa: add FP registers by Max Filippov · 13 years ago
- b81fe82 target-xtensa: specialize softfloat NaN rules by Max Filippov · 13 years ago
- 10f6ca0 target-xtensa: handle boolean option in overlays by Max Filippov · 13 years ago
- 213ff4e softfloat: add NO_SIGNALING_NANS by Max Filippov · 13 years ago
- 6617680 softfloat: make float_muladd_negate_* flags independent by Max Filippov · 13 years ago
- e809c0d Revert "tcg/mips" by Aurelien Jarno · 12 years ago
- 23f3ff2 tcg/ppc32: Implement movcond32 by malc · 12 years ago
- ad49d1f tcg/mips by Aurelien Jarno · 12 years ago
- 6e17d0c tcg: Remove tcg_target_get_call_iarg_regs_count by Stefan Weil · 13 years ago
- d73685e tcg/i386: Remove unused registers from tcg_target_call_iarg_regs by Stefan Weil · 13 years ago
- b18212c tcg/i386: Add shortcuts for registers used in L constraint by Stefan Weil · 13 years ago
- 1b7621a w64: Fix TCG helper functions with 5 arguments by Stefan Weil · 13 years ago
- 9bacf41 tcg/README: document tcg_gen_goto_tb restrictions by Max Filippov · 12 years ago
- f0da375 tcg-hppa: Implement movcond by Richard Henderson · 12 years ago
- 7ef55fc tcg/optimize: add constant folding for deposit by Aurelien Jarno · 12 years ago
- fba3161 tcg: remove #ifdef #endif around TCGOpcode tests by Aurelien Jarno · 12 years ago
- c2b0e2f tcg/optimize: prefer the "op a, a, b" form for commutative ops by Aurelien Jarno · 12 years ago
- b336ceb tcg/optimize: further optimize brcond/movcond/setcond by Aurelien Jarno · 13 years ago
- 3c94193 tcg/optimize: optimize "op r, a, a => movi r, 0" by Aurelien Jarno · 13 years ago
- 0aba1c7 tcg/optimize: optimize "op r, a, a => mov r, a" by Aurelien Jarno · 13 years ago
- 1ff8c54 tcg/optimize: do copy propagation for all operations by Aurelien Jarno · 13 years ago
- e590d4e tcg/optimize: rework copy progagation by Aurelien Jarno · 13 years ago
- b80bb01 tcg/optimize: check types in copy propagation by Aurelien Jarno · 13 years ago
- 48b56ce tcg/optimize: remove TCG_TEMP_ANY by Aurelien Jarno · 13 years ago
- 7d7c493 tcg/mips: implement movcond op on MIPS32R2 by Aurelien Jarno · 12 years ago
- 04f71aa tcg/mips: implement deposit op on MIPS32R2 by Aurelien Jarno · 12 years ago
- 9a15251 tcg/mips: implement rotl/rotr ops on MIPS32R2 by Aurelien Jarno · 12 years ago
- c1cf85c tcg/mips: optimize bswap{16,16s,32} on MIPS32R2 by Aurelien Jarno · 12 years ago
- 0f46c06 tcg/mips: optimize brcond arg, 0 by Aurelien Jarno · 12 years ago