Age | Commit message (Expand) | Author |
2015-02-12 | tcg: Put opcodes in a linked list | Richard Henderson |
2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson |
2015-02-12 | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson |
2015-02-12 | tcg: Reduce ifdefs in tcg-op.c | Richard Henderson |
2015-02-12 | tcg: Move some opcode generation functions out of line | Richard Henderson |
2015-02-11 | Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i... | Peter Maydell |
2015-02-10 | vfio: Fix debug message compile error | Alexey Kardashevskiy |
2015-02-10 | vfio: Use vfio type1 v2 IOMMU interface | Alex Williamson |
2015-02-10 | vfio: unmap and free BAR data in instance_finalize | Paolo Bonzini |
2015-02-10 | vfio: free dynamically-allocated data in instance_finalize | Paolo Bonzini |
2015-02-10 | vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback | Paolo Bonzini |
2015-02-10 | memory: unregister AddressSpace MemoryListener within BQL | Paolo Bonzini |
2015-02-10 | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-02-1... | Peter Maydell |
2015-02-10 | virtio: Fix warning caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | vga: Fix warning caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | stubs: Fix warning caused by missing include statement | Stefan Weil |
2015-02-10 | spice: Add missing 'static' attribute | Stefan Weil |
2015-02-10 | serial: Fix warnings caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | moxie: Fix warning caused by missing include statement | Stefan Weil |
2015-02-10 | migration: Fix warnings caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | migration: Fix warning caused by missing declaration of vmstate_dummy | Stefan Weil |
2015-02-10 | disas/sh4: Fix warning caused by missing 'static' attribute | Stefan Weil |
2015-02-10 | translate-all: Use g_try_malloc() for dynamic translator buffer | Markus Armbruster |
2015-02-10 | vnc: g_realloc() can't fail, bury dead error handling | Markus Armbruster |
2015-02-10 | rdma: g_malloc0() can't fail, bury dead error handling | Markus Armbruster |
2015-02-10 | kvm: g_malloc() can't fail, bury dead error handling | Markus Armbruster |
2015-02-10 | rtl8139: g_malloc() can't fail, bury dead error handling | Markus Armbruster |
2015-02-10 | onenand: g_malloc() can't fail, bury dead error handling | Markus Armbruster |
2015-02-10 | Fix name error in migration stream analyzation script | Greg Kurz |
2015-02-10 | QJSON: fix typo in author's email address | Greg Kurz |
2015-02-10 | util/uri: URI member path can be null, compare more carfully | Markus Armbruster |
2015-02-10 | util/uri: realloc2n() can't fail, drop dead error handling | Markus Armbruster |
2015-02-10 | util/uri: uri_new() can't fail, drop dead error handling | Markus Armbruster |
2015-02-10 | usb: Pair g_malloc() with g_free(), not free() | Markus Armbruster |
2015-02-10 | spapr_vio: Pair g_malloc() with g_free(), not free() | Markus Armbruster |
2015-02-10 | qemu-option: Pair g_malloc() with g_free(), not free() | Markus Armbruster |
2015-02-10 | qemu-option: Replace pointless use of g_malloc0() by g_malloc() | Markus Armbruster |
2015-02-10 | libcacard: stop linking against every single 3rd party library | Daniel P. Berrange |
2015-02-10 | linux-user: wrong TARGET_SI_PAD_SIZE value for some targets. | Maxim Ostapenko |
2015-02-10 | qemu-sockets: Fix buffer overflow in inet_parse() | Kevin Wolf |
2015-02-10 | vl.c: fix memory leak spotted by valgrind | Christian Borntraeger |
2015-02-10 | aes: remove a dead return statement | Paolo Bonzini |
2015-02-10 | qemu-sockets: improve error reporting in unix_listen_opts | Paolo Bonzini |
2015-02-10 | cpu-exec: simplify icount code | Paolo Bonzini |
2015-02-10 | cpu-exec: drop dead assignment | Paolo Bonzini |
2015-02-10 | qemu-log: Correct help text of 'log cpu_reset' | Thomas Huth |
2015-02-10 | linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to... | Chen Gang S |
2015-02-10 | linux-user/main.c: Use TARGET_SIG* instead of SIG* | Chen Gang S |
2015-02-10 | linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ... | Chen Gang S |
2015-02-10 | linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code block | Chen Gang S |