aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-10-01QMP/README: Update QMP homepage addressLuiz Capitulino1-1/+1
2010-10-01Monitor: Rename the qemu-monitor.hx fileLuiz Capitulino4-6/+6
2010-10-01QMP: Introduce qmp_call_cmd()Luiz Capitulino1-24/+15
2010-10-01Monitor: Directly call QObject handlersLuiz Capitulino1-1/+9
2010-10-01Monitor: Rename monitor_handler_is_async()Luiz Capitulino1-5/+5
2010-10-01Monitor: Rename monitor_handler_ported()Luiz Capitulino1-3/+3
2010-10-01Monitor: Drop monitor_cmd_user_only()Luiz Capitulino2-6/+0
2010-10-01Monitor: Drop QMP info from the qemu-monitor.hx fileLuiz Capitulino2-1366/+0
2010-10-01QMP: Small cleanup in handle_qmp_command()Luiz Capitulino1-8/+2
2010-10-01QMP: Simplify do_info_commands()Luiz Capitulino1-9/+4
2010-10-01QMP: Introduce query commands dispatch tableLuiz Capitulino1-2/+128
2010-10-01QMP: Introduce command dispatch tableLuiz Capitulino2-4/+14
2010-10-01QMP: Introduce qmp_find_cmd()Luiz Capitulino1-1/+6
2010-10-01Monitor: Introduce the qmp-commands.hx fileLuiz Capitulino3-2/+1543
2010-10-01Monitor: Convert do_info() back to HMPLuiz Capitulino2-5/+3
2010-10-01Monitor: Drop is_async_return()Luiz Capitulino1-24/+1
2010-10-01Monitor: Drop QMP bits from do_info()Luiz Capitulino1-30/+7
2010-10-01QMP: Don't use do_info()Luiz Capitulino1-8/+31
2010-10-01QMP: handle_qmp_command(): Move 'cmd' sanity checkLuiz Capitulino1-5/+5
2010-10-01Monitor: Introduce search_dispatch_table()Luiz Capitulino1-2/+8
2010-10-01disable guest-provided stats on "info balloon" commandEduardo Habkost1-1/+7
2010-10-01Add option to turn on JSON pretty printing in monitorDaniel P. Berrange4-1/+11
2010-10-01Add support for JSON pretty printingDaniel P. Berrange2-8/+48
2010-09-30powerpc: Add a virtex5 ml507 refdesign boardEdgar E. Iglesias6-0/+296
2010-09-30powerpc: Add a ppc-440x5 Xilinx modelEdgar E. Iglesias1-2/+4
2010-09-29tap: Remove double include of util.hAndreas Färber1-4/+0
2010-09-29pulse-audio: fix bug on updating rposWu Fengguang1-1/+1
2010-09-28audio: Fix memory size for resampling buffer in DAC casemalc1-4/+0
2010-09-26mingw: add version information to the executablesBlue Swirl4-3/+48
2010-09-26Avoid exit in trap as it breaks with some shellsLoïc Minier1-1/+3
2010-09-25Introduce qemu_madvise()Andreas Färber8-20/+100
2010-09-24powerpc: Make the decr interrupt type overridableEdgar E. Iglesias3-5/+17
2010-09-24powerpc: Improve emulation of the BookE MMUEdgar E. Iglesias2-8/+33
2010-09-24fmopl: workaround for -Wempty-bodymalc1-2/+4
2010-09-22Move macros GCC_ATTR and GCC_FMT_ATTR to common header fileStefan Weil2-8/+16
2010-09-22Fix OpenBSD buildBlue Swirl1-0/+1
2010-09-22block-verify: fix 32-bit buildAnthony Liguori1-1/+1
2010-09-22Fix compilation error (missing include statement)Stefan Weil1-0/+1
2010-09-21Merge remote branch 'kwolf/for-anthony' into stagingAnthony Liguori23-123/+721
2010-09-21mips_malta: Fix format stringsStefan Weil1-2/+2
2010-09-21mips_fulong2e: Fix format stringsStefan Weil1-3/+3
2010-09-21trace: Fix user emulator dependency on trace objectsAndreas Färber1-2/+2
2010-09-21blkverify: Add block driver for verifying I/OStefan Hajnoczi3-1/+452
2010-09-21scsi_bus: fix length and xfer_mode for RESERVE and RELEASE commandsBernhard Kohl1-1/+2
2010-09-21scsi-generic: add missing reset handlerBernhard Kohl1-2/+19
2010-09-21qcow2: Avoid bounce buffers for AIO write requestsKevin Wolf1-23/+18
2010-09-21qcow2: Avoid bounce buffers for AIO read requestsKevin Wolf3-30/+68
2010-09-21cutils: qemu_iovec_copy and qemu_iovec_memsetKevin Wolf2-9/+44
2010-09-21ide: propagate the required alignmentChristoph Hellwig1-1/+3
2010-09-21scsi-disk: propagate the required alignmentChristoph Hellwig1-0/+1