summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-20Merge remote-tracking branch 'kiszka/queues/slirp' into stagingAnthony Liguori1-0/+1
2011-09-20Merge remote-tracking branch 'qmp/queue/qmp' into stagingAnthony Liguori30-111/+292
2011-09-20wavaudio: Use stdio instead of QEMUFileJuan Quintela1-10/+36
2011-09-20wavcapture: Use stdio instead of QEMUFileJuan Quintela1-23/+56
2011-09-18sun4u: don't set up isa_mem_baseBlue Swirl1-1/+0
2011-09-17tcg/ppc64: Only one call output register needed for 64 bit hostsStefan Weil1-1/+1
2011-09-17tcg/sparc: Only one call output register needed for 64 bit hostsStefan Weil1-2/+4
2011-09-17tcg/s390: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-09-17tcg/ia64: Only one call output register needed for 64 bit hostsStefan Weil1-3/+2
2011-09-17tcg/i386: Only one call output register needed for 64 bit hostsStefan Weil1-1/+3
2011-09-17target-i386: Fix several SSE3 instructions.Max Reitz1-18/+18
2011-09-17trace: add virtio_set_status() trace eventStefan Hajnoczi3-8/+12
2011-09-17trace: remove trailing double quotes after PRI*64Stefan Hajnoczi1-17/+17
2011-09-17trace: allow PRI*64 at beginning and ending of format stringStefan Hajnoczi2-11/+14
2011-09-17trace: remove newline from grlib_irqmp_check_irqs format stringStefan Hajnoczi1-1/+1
2011-09-17Makefile: Fix broken buildStefan Weil1-2/+2
2011-09-16qdev: print bus properties tooGerd Hoffmann1-0/+6
2011-09-16vga: Respect isa_mem_base when registering chain4 aliasJan Kiszka1-0/+1
2011-09-16hw/integratorcp: Fix bugs in writes to CM_CTRL system registerPeter Maydell1-5/+11
2011-09-16bswap.h: build fixChristoph Egger1-2/+1
2011-09-16console: Properly switch consoles for screen dumpsJan Kiszka1-3/+10
2011-09-16vga: Fix text mode screendumpsJan Kiszka1-4/+3
2011-09-16Fix termination by signal with -no-shutdownKevin Wolf1-0/+1
2011-09-16Remove blanks before \n in output stringsStefan Weil16-41/+41
2011-09-16build: Move tracing objects into libuser on usermode emulation targetsLluís Vilanova4-5/+9
2011-09-16build: Always have 'BUILD_DIR' variable pointing to the root of the build treeLluís Vilanova1-1/+4
2011-09-16slirp: Fill TCP/IP header template after SYN receptionJan Kiszka1-0/+1
2011-09-15HMP: info status: Print the VM stateLuiz Capitulino1-0/+6
2011-09-15QMP: query-status: Introduce 'status' keyLuiz Capitulino4-3/+43
2011-09-15Monitor/QMP: Don't allow cont on bad VM stateLuiz Capitulino4-0/+16
2011-09-15Drop the vm_running global variableLuiz Capitulino14-27/+29
2011-09-15Drop the incoming_expected global variableLuiz Capitulino3-5/+1
2011-09-15runstate_set(): Check for valid transitionsLuiz Capitulino2-1/+74
2011-09-15RunState: Add additional statesLuiz Capitulino4-2/+35
2011-09-15Replace the VMSTOP macros with a proper state typeLuiz Capitulino24-76/+91
2011-09-15Move vm_state_notify() prototype from cpus.h to sysemu.hLuiz Capitulino2-1/+1
2011-09-15Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into stagingAnthony Liguori1-2/+2
2011-09-15Merge remote-tracking branch 'aneesh/for-upstream-4' into stagingAnthony Liguori2-0/+130
2011-09-14Fix subtle integer overflow bug in memory APIDavid Gibson1-2/+2
2011-09-12qcow2: fix range checkFrediano Ziglio1-7/+7
2011-09-12qcow2: align cluster_data to block to improve performance using O_DIRECTFrediano Ziglio1-7/+7
2011-09-12ahci: Remove unused struct memberStefan Weil2-3/+0
2011-09-12qcow2: initialize metadata before inserting in cluster_allocsFrediano Ziglio1-5/+5
2011-09-12ide/atapi scsi-disk: Make monitor eject -f, then change workMarkus Armbruster3-1/+4
2011-09-12block: New change_media_cb() parameter loadMarkus Armbruster6-11/+12
2011-09-12nbd: Clean up use of block_int.hMarkus Armbruster3-2/+2
2011-09-12block: Reset buffer alignment on detachMarkus Armbruster1-0/+1
2011-09-12block: New bdrv_set_buffer_alignment()Markus Armbruster5-6/+8
2011-09-12hw: Trim superfluous #include "block_int.h"Markus Armbruster10-10/+0
2011-09-12block: Move BlockConf & friends from block_int.h to block.hMarkus Armbruster8-38/+42