2015-02-10 |
Stefan Weil | serial: Fix warnings caused by missing 'static' attribute |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Stefan Weil | moxie: Fix warning caused by missing include statement |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Stefan Weil | migration: Fix warnings caused by missing 'static'... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Stefan Weil | migration: Fix warning caused by missing declaration... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Stefan Weil | disas/sh4: Fix warning caused by missing 'static' attribute |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | translate-all: Use g_try_malloc() for dynamic translato... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | vnc: g_realloc() can't fail, bury dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | rdma: g_malloc0() can't fail, bury dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | kvm: g_malloc() can't fail, bury dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | rtl8139: g_malloc() can't fail, bury dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | onenand: g_malloc() can't fail, bury dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Greg Kurz | Fix name error in migration stream analyzation script |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Greg Kurz | QJSON: fix typo in author's email address |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | util/uri: URI member path can be null, compare more... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | util/uri: realloc2n() can't fail, drop dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | util/uri: uri_new() can't fail, drop dead error handling |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | usb: Pair g_malloc() with g_free(), not free() |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | spapr_vio: Pair g_malloc() with g_free(), not free() |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | qemu-option: Pair g_malloc() with g_free(), not free() |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | qemu-option: Replace pointless use of g_malloc0() by... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Daniel P. Berrange | libcacard: stop linking against every single 3rd party... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Maxim Ostapenko | linux-user: wrong TARGET_SI_PAD_SIZE value for some... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Kevin Wolf | qemu-sockets: Fix buffer overflow in inet_parse() |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Christian Borntraeger | vl.c: fix memory leak spotted by valgrind |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Paolo Bonzini | aes: remove a dead return statement |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Paolo Bonzini | qemu-sockets: improve error reporting in unix_listen_opts |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Paolo Bonzini | cpu-exec: simplify icount code |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Paolo Bonzini | cpu-exec: drop dead assignment |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Thomas Huth | qemu-log: Correct help text of 'log cpu_reset' |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Chen Gang S | linux-user/syscall.c: do_ioctl_dm: Need to call unlock_... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Chen Gang S | linux-user/main.c: Use TARGET_SIG* instead of SIG* |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Chen Gang S | linux-user/syscall.c: Fix typo issue for using target_v... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Chen Gang S | linux-user/syscall.c: lock_iovec: unlock vec[i] in... |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Gonglei | virtfs-proxy-helper: Fix possible socket leak. |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | vl: Fix bogus error message for implied mon ID clashing |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Don Koch | Convert some debugging printfs to trace calls in pcnet.c. |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Don Koch | Add/convert trace calls in pcnet-pci.c. |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Don Koch | Add trace to ps2.c. |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Don Koch | Add tracing to xenfb. |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Gonglei | fw_cfg: fix typos in comments: patch -> path |
commit | commitdiff | tree | snapshot |
2015-02-10 |
Markus Armbruster | target-mips: Clean up switch fall through after commit... |
commit | commitdiff | tree | snapshot |
2015-02-09 |
Leon Yu | qmp: unbreak build for non-vnc configuration |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Maydell | Merge remote-tracking branch 'remotes/kevin/tags/for... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Programmingkid | block/raw-posix.c: Fix raw_getlength() on Mac OS X... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Kevin Wolf | Merge remote-tracking branch 'mreitz/block' into queue... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Markus Armbruster | block: Eliminate silly QERR_ macros used for encryption... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Markus Armbruster | block: New bdrv_add_key(), convert monitor to use it |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Markus Armbruster | blockdev: Eliminate silly QERR_BLOCK_JOB_NOT_ACTIVE... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Markus Armbruster | blockdev: Give find_block_job() an Error ** parameter |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Max Reitz | qcow2: Rewrite qcow2_alloc_bytes() |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Alberto Garcia | block: Give always priority to unused entries in the... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | nbd: fix max_discard/max_transfer_length |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | block: introduce BDRV_REQUEST_MAX_SECTORS |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Max Reitz | nbd: Improve error messages |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Max Reitz | iotests: Fix 104 for NBD |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Max Reitz | iotests: Fix 100 for nbd |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Max Reitz | iotests: Fix 083 |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Jeff Cody | block: fix off-by-one error in qcow and qcow2 |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Stefan Hajnoczi | qemu-iotests: add 116 invalid QED input file tests |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Stefan Hajnoczi | qed: check for header size overflow |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: improve zeroes handling |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: support bzip2 block entry types |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: factor out block type check |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: use SectorNumber from BLKX header |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: fix sector data offset calculation |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: set virtual size to a non-zero value |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: process XML plists |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: validate chunk size to avoid overflow |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: process a buffer instead of reading ints |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: extract processing of resource forks |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: extract mish block decoding functionality |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Wu | block/dmg: properly detect the UDIF trailer |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Francesco Romani | block: add event when disk usage exceeds threshold |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Max Reitz | iotests: Specify format for qemu-nbd |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Fam Zheng | qemu-iotests: Fix supported_oses check |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | virtio-blk: add a knob to disable request merging |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | virtio-blk: introduce multiread |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | block-backend: expose bs->bl.max_transfer_length |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | hw/virtio-blk: add a constant for max number of merged... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | block: add accounting for merged requests |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Fam Zheng | qed: Really remove unused field QEDAIOCB.finished |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Don Slutz | qemu-img: Add QEMU_PKGVERSION to QEMU_IMG_VERSION |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Lieven | block: change default for discard and write zeroes... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | block: use fallocate(FALLOC_FL_PUNCH_HOLE) & fallocate... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | block/raw-posix: call plain fallocate in handle_aiocb_w... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | block: use fallocate(FALLOC_FL_ZERO_RANGE) in handle_ai... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | block/raw-posix: refactor handle_aiocb_write_zeroes... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | block/raw-posix: create do_fallocate helper |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Denis V. Lunev | block/raw-posix: create translate_err helper to merge... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dr. David Alan... | atapi migration: Throw recoverable error to avoid recovery |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Dr. David Alan... | Restore atapi_dma flag across migration |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Maydell | softfloat: expand out STATUS macro |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Maydell | softfloat: expand out STATUS_VAR |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Maydell | softfloat: Expand out the STATUS_PARAM macro |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Peter Maydell | Merge remote-tracking branch 'remotes/stefanha/tags... |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Jason Wang | monitor: more accurate completion for host_net_remove() |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Jason Wang | net: del hub port when peer is deleted |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Jason Wang | net: remove the wrong comment in net_init_hubport() |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Jason Wang | monitor: print hub port name during info network |
commit | commitdiff | tree | snapshot |
2015-02-06 |
Paolo Bonzini | rtl8139: simplify timer logic |
commit | commitdiff | tree | snapshot |
next |