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
*
Monitor: Drop monitor_cmd_user_only()
Luiz Capitulino
2010-10-01
2
-6
/
+0
*
Monitor: Drop QMP info from the qemu-monitor.hx file
Luiz Capitulino
2010-10-01
2
-1366
/
+0
*
QMP: Small cleanup in handle_qmp_command()
Luiz Capitulino
2010-10-01
1
-8
/
+2
*
QMP: Simplify do_info_commands()
Luiz Capitulino
2010-10-01
1
-9
/
+4
*
QMP: Introduce query commands dispatch table
Luiz Capitulino
2010-10-01
1
-2
/
+128
*
QMP: Introduce command dispatch table
Luiz Capitulino
2010-10-01
2
-4
/
+14
*
QMP: Introduce qmp_find_cmd()
Luiz Capitulino
2010-10-01
1
-1
/
+6
*
Monitor: Introduce the qmp-commands.hx file
Luiz Capitulino
2010-10-01
3
-2
/
+1543
*
Monitor: Convert do_info() back to HMP
Luiz Capitulino
2010-10-01
2
-5
/
+3
*
Monitor: Drop is_async_return()
Luiz Capitulino
2010-10-01
1
-24
/
+1
*
Monitor: Drop QMP bits from do_info()
Luiz Capitulino
2010-10-01
1
-30
/
+7
*
QMP: Don't use do_info()
Luiz Capitulino
2010-10-01
1
-8
/
+31
*
QMP: handle_qmp_command(): Move 'cmd' sanity check
Luiz Capitulino
2010-10-01
1
-5
/
+5
*
Monitor: Introduce search_dispatch_table()
Luiz Capitulino
2010-10-01
1
-2
/
+8
*
disable guest-provided stats on "info balloon" command
Eduardo Habkost
2010-10-01
1
-1
/
+7
*
Add option to turn on JSON pretty printing in monitor
Daniel P. Berrange
2010-10-01
4
-1
/
+11
*
Add support for JSON pretty printing
Daniel P. Berrange
2010-10-01
2
-8
/
+48
*
powerpc: Add a virtex5 ml507 refdesign board
Edgar E. Iglesias
2010-09-30
6
-0
/
+296
*
powerpc: Add a ppc-440x5 Xilinx model
Edgar E. Iglesias
2010-09-30
1
-2
/
+4
*
tap: Remove double include of util.h
Andreas Färber
2010-09-29
1
-4
/
+0
*
pulse-audio: fix bug on updating rpos
Wu Fengguang
2010-09-29
1
-1
/
+1
*
audio: Fix memory size for resampling buffer in DAC case
malc
2010-09-28
1
-4
/
+0
*
mingw: add version information to the executables
Blue Swirl
2010-09-26
4
-3
/
+48
*
Avoid exit in trap as it breaks with some shells
Loïc Minier
2010-09-26
1
-1
/
+3
*
Introduce qemu_madvise()
Andreas Färber
2010-09-25
8
-20
/
+100
*
powerpc: Make the decr interrupt type overridable
Edgar E. Iglesias
2010-09-24
3
-5
/
+17
*
powerpc: Improve emulation of the BookE MMU
Edgar E. Iglesias
2010-09-24
2
-8
/
+33
*
fmopl: workaround for -Wempty-body
malc
2010-09-24
1
-2
/
+4
*
Move macros GCC_ATTR and GCC_FMT_ATTR to common header file
Stefan Weil
2010-09-22
2
-8
/
+16
*
Fix OpenBSD build
Blue Swirl
2010-09-22
1
-0
/
+1
*
block-verify: fix 32-bit build
Anthony Liguori
2010-09-22
1
-1
/
+1
*
Fix compilation error (missing include statement)
Stefan Weil
2010-09-22
1
-0
/
+1
*
Merge remote branch 'kwolf/for-anthony' into staging
Anthony Liguori
2010-09-21
23
-123
/
+721
|
\
|
*
blkverify: Add block driver for verifying I/O
Stefan Hajnoczi
2010-09-21
3
-1
/
+452
|
*
scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commands
Bernhard Kohl
2010-09-21
1
-1
/
+2
|
*
scsi-generic: add missing reset handler
Bernhard Kohl
2010-09-21
1
-2
/
+19
|
*
qcow2: Avoid bounce buffers for AIO write requests
Kevin Wolf
2010-09-21
1
-23
/
+18
|
*
qcow2: Avoid bounce buffers for AIO read requests
Kevin Wolf
2010-09-21
3
-30
/
+68
|
*
cutils: qemu_iovec_copy and qemu_iovec_memset
Kevin Wolf
2010-09-21
2
-9
/
+44
|
*
ide: propagate the required alignment
Christoph Hellwig
2010-09-21
1
-1
/
+3
|
*
scsi-disk: propagate the required alignment
Christoph Hellwig
2010-09-21
1
-0
/
+1
|
*
virtio-blk: propagate the required alignment
Christoph Hellwig
2010-09-21
1
-0
/
+1
|
*
qcow2: Get rid of additional sync on COW
Kevin Wolf
2010-09-21
1
-2
/
+8
|
*
qcow2: Move sync out of qcow2_alloc_clusters
Kevin Wolf
2010-09-21
3
-2
/
+7
|
*
qcow2: Move sync out of update_refcount
Kevin Wolf
2010-09-21
1
-2
/
+11
|
*
qcow2: Move sync out of write_refcount_block_entries
Kevin Wolf
2010-09-21
1
-1
/
+3
|
*
nbd: correctly manage default port
Laurent Vivier
2010-09-21
2
-5
/
+3
|
*
Improve qemu-nbd performance by 4400 %
Laurent Vivier
2010-09-21
1
-7
/
+18
|
*
raw-posix: handle > 512 byte alignment correctly
Christoph Hellwig
2010-09-21
1
-33
/
+46
|
*
use qemu_blockalign consistently
Christoph Hellwig
2010-09-21
5
-8
/
+9
[next]