index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup unused global var qemu_system_powerdown
Igor Mammedov
2012-09-25
2
-6
/
+7
*
target-sparc: use notifier for signaling guest system_powerdown command
Igor Mammedov
2012-09-25
1
-1
/
+13
*
target-arm: use notifier for signaling guest system_powerdown command
Igor Mammedov
2012-09-25
1
-1
/
+13
*
acpi: use notifier for signaling guest system_powerdown command
Igor Mammedov
2012-09-25
1
-3
/
+5
*
Introduce powerdown_notifiers
Igor Mammedov
2012-09-25
2
-0
/
+9
*
Merge remote-tracking branch 'origin/master' into staging
Anthony Liguori
2012-09-25
7
-66
/
+188
|
\
|
*
tcg/i386: fix build with -march < i686
Aurelien Jarno
2012-09-26
1
-0
/
+2
|
*
tcg: Streamline movcond_i64 using movcond_i32
Richard Henderson
2012-09-26
1
-7
/
+15
|
*
tcg: Streamline movcond_i64 using 32-bit arithmetic
Richard Henderson
2012-09-26
1
-0
/
+20
|
*
tcg: Sanity check goto_tb input
Richard Henderson
2012-09-26
3
-2
/
+14
|
*
tcg: Sanity check deposit inputs
Richard Henderson
2012-09-26
1
-0
/
+8
|
*
tcg: Add tcg_debug_assert
Richard Henderson
2012-09-26
1
-0
/
+9
|
*
tcg: Implement concat*_i64 with deposit_i64
Richard Henderson
2012-09-26
1
-30
/
+30
|
*
tcg: Emit XORI as NOT for appropriate constants
Richard Henderson
2012-09-26
1
-4
/
+15
|
*
tcg: Optimize initial inputs for ori_i64
Richard Henderson
2012-09-26
1
-6
/
+13
|
*
tcg: Emit ANDI as EXTU for appropriate constants
Richard Henderson
2012-09-26
1
-11
/
+56
|
*
tcg: Adjust descriptions of *cond opcodes
Richard Henderson
2012-09-26
1
-5
/
+5
|
*
tcg/mips: fix MIPS32(R2) detection
Aurelien Jarno
2012-09-26
2
-9
/
+9
*
|
Merge remote-tracking branch 'kwolf/for-anthony' into staging
Anthony Liguori
2012-09-25
16
-142
/
+563
|
\
\
|
*
|
block: remove keep_read_only flag from BlockDriverState struct
Jeff Cody
2012-09-24
2
-3
/
+0
|
*
|
block: convert bdrv_commit() to use bdrv_reopen()
Jeff Cody
2012-09-24
1
-43
/
+5
|
*
|
block: vpc image file reopen
Jeff Cody
2012-09-24
1
-0
/
+7
|
*
|
block: vdi image file reopen
Jeff Cody
2012-09-24
1
-0
/
+7
|
*
|
block: vmdk image file reopen
Jeff Cody
2012-09-24
1
-0
/
+35
|
*
|
block: qcow image file reopen
Jeff Cody
2012-09-24
1
-0
/
+10
|
*
|
block: qcow2 image file reopen
Jeff Cody
2012-09-24
1
-0
/
+10
|
*
|
block: qed image file reopen
Jeff Cody
2012-09-24
1
-0
/
+9
|
*
|
block: raw image file reopen
Jeff Cody
2012-09-24
1
-0
/
+10
|
*
|
block: raw-posix image file reopen
Jeff Cody
2012-09-24
1
-0
/
+114
|
*
|
block: purge s->aligned_buf and s->aligned_buf_size from raw-posix.c
Jeff Cody
2012-09-24
1
-20
/
+1
|
*
|
block: use BDRV_O_NOCACHE instead of s->aligned_buf in raw-posix.c
Jeff Cody
2012-09-24
1
-1
/
+1
|
*
|
block: do not parse BDRV_O_CACHE_WB in block drivers
Jeff Cody
2012-09-24
5
-24
/
+6
|
*
|
block: move open flag parsing in raw block drivers to helper functions
Jeff Cody
2012-09-24
2
-34
/
+47
|
*
|
block: move aio initialization into a helper function
Jeff Cody
2012-09-24
1
-18
/
+35
|
*
|
block: Framework for reopening files safely
Jeff Cody
2012-09-24
3
-0
/
+257
|
*
|
block: make bdrv_set_enable_write_cache() modify open_flags
Jeff Cody
2012-09-24
1
-0
/
+7
|
*
|
block: correctly set the keep_read_only flag
Jeff Cody
2012-09-24
2
-7
/
+8
|
*
|
blockdev: preserve readonly and snapshot states across media changes
Kevin Shanahan
2012-09-24
1
-0
/
+2
|
|
/
*
|
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
2012-09-25
18
-25
/
+46
|
\
\
|
*
|
w32: Always use standard instead of native format strings
Stefan Weil
2012-09-23
1
-0
/
+5
|
*
|
net/socket: Fix compiler warning (regression for MinGW)
Stefan Weil
2012-09-23
2
-3
/
+8
|
*
|
linux-user: Remove redundant null check and replace free by g_free
Stefan Weil
2012-09-23
1
-3
/
+1
|
*
|
qemu-timer: simplify qemu_run_timers
Paolo Bonzini
2012-09-23
1
-4
/
+3
|
*
|
TextConsole: saturate escape parameter in TTY_STATE_CSI
Laszlo Ersek
2012-09-23
1
-2
/
+5
|
*
|
curses: don't initialize curses when qemu is daemonized
Hitoshi Mitake
2012-09-23
4
-1
/
+15
|
*
|
dtrace backend: add function to reserved words
Alon Levy
2012-09-23
1
-1
/
+1
|
*
|
pflash_cfi01: Fix warning caused by unreachable code
Stefan Weil
2012-09-23
1
-4
/
+4
|
*
|
ioh3420: Remove unreachable code
Stefan Weil
2012-09-23
1
-1
/
+0
|
*
|
lm4549: Fix buffer overflow
Stefan Weil
2012-09-23
1
-1
/
+1
|
*
|
cadence_uart: Fix buffer overflow
Stefan Weil
2012-09-23
1
-1
/
+1
[next]