summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-06-11Makefile: Install qemu-img and qemu-nbd man pages only if builtAndreas Färber1-1/+4
2013-06-11Unbreak -no-quit for GTK, validate SDL optionsPeter Wu1-5/+10
2013-06-11gtk: implement -full-screenPeter Wu3-3/+7
2013-06-11char/serial: serial_ioport_write: Factor out common codePeter Crosthwaite1-7/+3
2013-06-11char/serial: Use generic Fifo8Peter Crosthwaite2-74/+39
2013-06-11char/serial: cosmetic fixes.Peter Crosthwaite1-11/+19
2013-06-11curl: Whitespace only changes.Richard W.M. Jones1-2/+2
2013-06-11intc/xilinx_intc: Use qemu_set_irqPeter Crosthwaite1-5/+1
2013-06-11configure: Disable host-bsd USB on FreeBSDEd Maste1-1/+3
2013-06-11configure: remove ${config_host_ld} variableEd Maste1-2/+1
2013-06-11gitignore: unignore *.patchMichael Tokarev1-1/+0
2013-06-11qemu-char: remove a few needless #includesMichael Tokarev1-2/+0
2013-06-10qemu-char: don't issue CHR_EVENT_OPEN in a BHMichael Roth7-24/+26
2013-06-10Merge remote-tracking branch 'luiz/queue/qmp' into stagingAnthony Liguori2-3/+26
2013-06-10Merge remote-tracking branch 'stefanha/net' into stagingAnthony Liguori2-7/+13
2013-06-10gtk: use better iconAnthony Liguori3-2/+978
2013-06-10softfloat: Fix shift128Right for shift counts 64..127Peter Maydell1-1/+1
2013-06-10gdbstub: let the debugger resume from guest panicked statePaolo Bonzini2-0/+4
2013-06-10gdbstub: fix for commit 87f25c12bfeaaa0c41fb857713bbc7e8a9b757dcPaolo Bonzini1-1/+1
2013-06-10xilinx_axidma: Do not set DMA .notify to NULL after notifyWendy Liang1-1/+2
2013-06-10xilinx_axienet: Fix bit mask codeStefan Weil1-1/+1
2013-06-07correct RTC_CHANGE_EVENT description (v2)Marcelo Tosatti1-1/+2
2013-06-07MAINTAINERS: split Monitor (QMP/HMP) entryLuiz Capitulino1-2/+17
2013-06-07MAINTAINERS: new maintainers for qapi-schema.jsonLuiz Capitulino1-0/+7
2013-06-07tap: fix NULL dereference when passing invalid parameters to tapJason Wang1-6/+12
2013-06-07Merge remote-tracking branch 'stefanha/block' into stagingAnthony Liguori25-2561/+2715
2013-06-07Merge remote-tracking branch 'cohuck/virtio-ccw-upstr' into stagingAnthony Liguori2-5/+5
2013-06-07hmp: add parameters device and -v for info blockWenchao Xia2-12/+20
2013-06-07hmp: show ImageInfo in 'info block'Wenchao Xia1-0/+14
2013-06-07qmp: add ImageInfo in BlockDeviceInfo used by query-blockWenchao Xia4-8/+125
2013-06-07block: add image info query function bdrv_query_image_info()Wenchao Xia3-14/+46
2013-06-07block: add snapshot info query function bdrv_query_snapshot_info_list()Wenchao Xia3-15/+49
2013-06-06ide-test: Add FLUSH CACHE test caseKevin Wolf1-0/+40
2013-06-06ide: Set BSY bit during FLUSHAndreas Färber1-0/+1
2013-06-06ide-test: Add enum value for DEVKevin Wolf1-1/+2
2013-06-06blkdebug: Add BLKDBG_FLUSH_TO_OS/DISK eventsKevin Wolf3-4/+10
2013-06-06Make qemu-io commands available in HMPKevin Wolf5-1/+37
2013-06-06qemu-io: Use the qemu version for -VKevin Wolf1-3/+1
2013-06-06qemu-io: Interface cleanupKevin Wolf3-30/+27
2013-06-06qemu-io: Move remaining helpers from cmd.cKevin Wolf4-154/+105
2013-06-06qemu-io: Move command_loop() and friendsKevin Wolf3-148/+139
2013-06-06qemu-io: Move functions for registering and running commandsKevin Wolf4-178/+148
2013-06-06qemu-io: Move qemu_strsep() to cutils.cKevin Wolf3-21/+22
2013-06-06qemu-io: Move 'quit' functionKevin Wolf3-32/+16
2013-06-06qemu-io: Move 'help' functionKevin Wolf3-81/+66
2013-06-06qemu-io: Factor out qemuio_commandKevin Wolf3-39/+31
2013-06-06qemu-io: Split off commands to qemu-io-cmds.cKevin Wolf3-1816/+1838
2013-06-06qemu-io: Don't use global bs in command implementationsKevin Wolf3-80/+101
2013-06-06qemu-io: Handle cvtnum() errors in 'alloc'Kevin Wolf1-1/+8
2013-06-06qemu-io: Make cvtnum() a wrapper around strtosz_suffix()Kevin Wolf3-38/+6