summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-10util/uri: URI member path can be null, compare more carfullyMarkus Armbruster1-1/+2
2015-02-10util/uri: realloc2n() can't fail, drop dead error handlingMarkus Armbruster1-22/+0
2015-02-10util/uri: uri_new() can't fail, drop dead error handlingMarkus Armbruster1-25/+11
2015-02-10usb: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2015-02-10spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster1-1/+1
2015-02-10qemu-option: Pair g_malloc() with g_free(), not free()Markus Armbruster1-2/+2
2015-02-10qemu-option: Replace pointless use of g_malloc0() by g_malloc()Markus Armbruster1-2/+2
2015-02-10libcacard: stop linking against every single 3rd party libraryDaniel P. Berrange1-0/+2
2015-02-10linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko1-1/+8
2015-02-10qemu-sockets: Fix buffer overflow in inet_parse()Kevin Wolf1-1/+1
2015-02-10vl.c: fix memory leak spotted by valgrindChristian Borntraeger1-0/+1
2015-02-10aes: remove a dead return statementPaolo Bonzini1-1/+1
2015-02-10qemu-sockets: improve error reporting in unix_listen_optsPaolo Bonzini1-6/+18
2015-02-10cpu-exec: simplify icount codePaolo Bonzini1-8/+3
2015-02-10cpu-exec: drop dead assignmentPaolo Bonzini1-1/+0
2015-02-10qemu-log: Correct help text of 'log cpu_reset'Thomas Huth1-1/+1
2015-02-10linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S1-0/+2
2015-02-10linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S1-32/+32
2015-02-10linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S1-1/+1
2015-02-10linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S1-0/+5
2015-02-10virtfs-proxy-helper: Fix possible socket leak.Gonglei1-4/+9
2015-02-10vl: Fix bogus error message for implied mon ID clashingMarkus Armbruster1-2/+4
2015-02-10Convert some debugging printfs to trace calls in pcnet.c.Don Koch2-20/+16
2015-02-10Add/convert trace calls in pcnet-pci.c.Don Koch2-30/+31
2015-02-10Add trace to ps2.c.Don Koch2-0/+33
2015-02-10Add tracing to xenfb.Don Koch2-0/+9
2015-02-10fw_cfg: fix typos in comments: patch -> pathGonglei2-2/+2
2015-02-10target-mips: Clean up switch fall through after commit fecd264Markus Armbruster1-0/+4
2015-02-09qmp: unbreak build for non-vnc configurationLeon Yu1-0/+6
2015-02-06Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell55-462/+1602
2015-02-06block/raw-posix.c: Fix raw_getlength() on Mac OS X block devicesProgrammingkid1-1/+14
2015-02-06Merge remote-tracking branch 'mreitz/block' into queue-blockKevin Wolf6-51/+57
2015-02-06block: Eliminate silly QERR_ macros used for encryption keysMarkus Armbruster2-8/+3
2015-02-06block: New bdrv_add_key(), convert monitor to use itMarkus Armbruster5-31/+47
2015-02-06blockdev: Eliminate silly QERR_BLOCK_JOB_NOT_ACTIVE macroMarkus Armbruster2-4/+2
2015-02-06blockdev: Give find_block_job() an Error ** parameterMarkus Armbruster1-11/+8
2015-02-06qcow2: Rewrite qcow2_alloc_bytes()Max Reitz1-39/+39
2015-02-06block: Give always priority to unused entries in the qcow2 L2 cacheAlberto Garcia1-1/+3
2015-02-06nbd: fix max_discard/max_transfer_lengthDenis V. Lunev1-0/+9
2015-02-06block: introduce BDRV_REQUEST_MAX_SECTORSPeter Lieven3-14/+14
2015-02-06nbd: Improve error messagesMax Reitz8-58/+55
2015-02-06iotests: Fix 104 for NBDMax Reitz2-6/+4
2015-02-06iotests: Fix 100 for nbdMax Reitz1-0/+12
2015-02-06iotests: Fix 083Max Reitz1-19/+11
2015-02-06block: fix off-by-one error in qcow and qcow2Jeff Cody2-2/+2
2015-02-06qemu-iotests: add 116 invalid QED input file testsStefan Hajnoczi3-0/+134
2015-02-06qed: check for header size overflowStefan Hajnoczi1-0/+5
2015-02-06block/dmg: improve zeroes handlingPeter Wu1-3/+15
2015-02-06block/dmg: support bzip2 block entry typesPeter Wu3-1/+74
2015-02-06block/dmg: factor out block type checkPeter Wu1-13/+23