Age | Commit message (Expand) | Author | Files | Lines |
2015-02-10 | memory: unregister AddressSpace MemoryListener within BQL | Paolo Bonzini | 3 | -1/+7 |
2015-02-10 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-02-1... | Peter Maydell | 38 | -217/+223 |
2015-02-10 | virtio: Fix warning caused by missing 'static' attribute | Stefan Weil | 1 | -1/+1 |
2015-02-10 | vga: Fix warning caused by missing 'static' attribute | Stefan Weil | 1 | -1/+1 |
2015-02-10 | stubs: Fix warning caused by missing include statement | Stefan Weil | 1 | -1/+1 |
2015-02-10 | spice: Add missing 'static' attribute | Stefan Weil | 1 | -1/+1 |
2015-02-10 | serial: Fix warnings caused by missing 'static' attribute | Stefan Weil | 1 | -7/+7 |
2015-02-10 | moxie: Fix warning caused by missing include statement | Stefan Weil | 1 | -0/+1 |
2015-02-10 | migration: Fix warnings caused by missing 'static' attribute | Stefan Weil | 1 | -4/+4 |
2015-02-10 | migration: Fix warning caused by missing declaration of vmstate_dummy | Stefan Weil | 1 | -2/+0 |
2015-02-10 | disas/sh4: Fix warning caused by missing 'static' attribute | Stefan Weil | 1 | -1/+1 |
2015-02-10 | translate-all: Use g_try_malloc() for dynamic translator buffer | Markus Armbruster | 1 | -1/+1 |
2015-02-10 | vnc: g_realloc() can't fail, bury dead error handling | Markus Armbruster | 1 | -4/+0 |
2015-02-10 | rdma: g_malloc0() can't fail, bury dead error handling | Markus Armbruster | 1 | -3/+0 |
2015-02-10 | kvm: g_malloc() can't fail, bury dead error handling | Markus Armbruster | 1 | -4/+0 |
2015-02-10 | rtl8139: g_malloc() can't fail, bury dead error handling | Markus Armbruster | 1 | -14/+0 |
2015-02-10 | onenand: g_malloc() can't fail, bury dead error handling | Markus Armbruster | 1 | -7/+1 |
2015-02-10 | Fix name error in migration stream analyzation script | Greg Kurz | 1 | -1/+1 |
2015-02-10 | QJSON: fix typo in author's email address | Greg Kurz | 1 | -1/+1 |
2015-02-10 | util/uri: URI member path can be null, compare more carfully | Markus Armbruster | 1 | -1/+2 |
2015-02-10 | util/uri: realloc2n() can't fail, drop dead error handling | Markus Armbruster | 1 | -22/+0 |
2015-02-10 | util/uri: uri_new() can't fail, drop dead error handling | Markus Armbruster | 1 | -25/+11 |
2015-02-10 | usb: Pair g_malloc() with g_free(), not free() | Markus Armbruster | 1 | -1/+1 |
2015-02-10 | spapr_vio: Pair g_malloc() with g_free(), not free() | Markus Armbruster | 1 | -1/+1 |
2015-02-10 | qemu-option: Pair g_malloc() with g_free(), not free() | Markus Armbruster | 1 | -2/+2 |
2015-02-10 | qemu-option: Replace pointless use of g_malloc0() by g_malloc() | Markus Armbruster | 1 | -2/+2 |
2015-02-10 | libcacard: stop linking against every single 3rd party library | Daniel P. Berrange | 1 | -0/+2 |
2015-02-10 | linux-user: wrong TARGET_SI_PAD_SIZE value for some targets. | Maxim Ostapenko | 1 | -1/+8 |
2015-02-10 | qemu-sockets: Fix buffer overflow in inet_parse() | Kevin Wolf | 1 | -1/+1 |
2015-02-10 | vl.c: fix memory leak spotted by valgrind | Christian Borntraeger | 1 | -0/+1 |
2015-02-10 | aes: remove a dead return statement | Paolo Bonzini | 1 | -1/+1 |
2015-02-10 | qemu-sockets: improve error reporting in unix_listen_opts | Paolo Bonzini | 1 | -6/+18 |
2015-02-10 | cpu-exec: simplify icount code | Paolo Bonzini | 1 | -8/+3 |
2015-02-10 | cpu-exec: drop dead assignment | Paolo Bonzini | 1 | -1/+0 |
2015-02-10 | qemu-log: Correct help text of 'log cpu_reset' | Thomas Huth | 1 | -1/+1 |
2015-02-10 | linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to... | Chen Gang S | 1 | -0/+2 |
2015-02-10 | linux-user/main.c: Use TARGET_SIG* instead of SIG* | Chen Gang S | 1 | -32/+32 |
2015-02-10 | linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ... | Chen Gang S | 1 | -1/+1 |
2015-02-10 | linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block | Chen Gang S | 1 | -0/+5 |
2015-02-10 | virtfs-proxy-helper: Fix possible socket leak. | Gonglei | 1 | -4/+9 |
2015-02-10 | vl: Fix bogus error message for implied mon ID clashing | Markus Armbruster | 1 | -2/+4 |
2015-02-10 | Convert some debugging printfs to trace calls in pcnet.c. | Don Koch | 2 | -20/+16 |
2015-02-10 | Add/convert trace calls in pcnet-pci.c. | Don Koch | 2 | -30/+31 |
2015-02-10 | Add trace to ps2.c. | Don Koch | 2 | -0/+33 |
2015-02-10 | Add tracing to xenfb. | Don Koch | 2 | -0/+9 |
2015-02-10 | fw_cfg: fix typos in comments: patch -> path | Gonglei | 2 | -2/+2 |
2015-02-10 | target-mips: Clean up switch fall through after commit fecd264 | Markus Armbruster | 1 | -0/+4 |
2015-02-09 | qmp: unbreak build for non-vnc configuration | Leon Yu | 1 | -0/+6 |
2015-02-06 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 55 | -462/+1602 |
2015-02-06 | block/raw-posix.c: Fix raw_getlength() on Mac OS X block devices | Programmingkid | 1 | -1/+14 |