| Commit message (Expand) | Author | Files | Lines |
| 2015-02-18 | vhost-scsi: Improve error reporting for invalid vhostfd | Markus Armbruster | 1 | -2/+4 |
| 2015-02-13 | target-arm: A64: Avoid signed shifts in disas_ldst_pair() | Peter Maydell | 1 | -1/+1 |
| 2015-02-13 | target-arm: A64: Avoid left shifting negative integers in disas_pc_rel_addr | Peter Maydell | 1 | -2/+3 |
| 2015-02-13 | target-arm: A64: Fix handling of rotate in logic_imm_decode_wmask | Peter Maydell | 1 | -1/+4 |
| 2015-02-13 | target-arm: A64: Fix shifts into sign bit | Peter Maydell | 1 | -3/+3 |
| 2015-02-13 | target-arm: Add AArch32 guest support to KVM64 | Greg Bellows | 1 | -3/+33 |
| 2015-02-13 | target-arm: Add 32/64-bit register sync | Greg Bellows | 4 | -8/+216 |
| 2015-02-13 | target-arm: Add feature parsing to virt | Greg Bellows | 1 | -3/+17 |
| 2015-02-13 | target-arm: Add CPU property to disable AArch64 | Greg Bellows | 2 | -1/+43 |
| 2015-02-13 | pci: Move PCI VGA to pci.mak | Alexander Graf | 12 | -22/+2 |
| 2015-02-13 | arm: Add PCIe host bridge in virt machine | Alexander Graf | 3 | -5/+144 |
| 2015-02-13 | pci: Add generic PCIe host bridge | Alexander Graf | 3 | -0/+211 |
| 2015-02-13 | pci: Allocate PCIe host bridge PCI ID | Alexander Graf | 1 | -0/+1 |
| 2015-02-12 | tcg: Remove unused opcodes | Richard Henderson | 3 | -27/+2 |
| 2015-02-12 | tcg: Implement insert_op_before | Richard Henderson | 3 | -44/+35 |
| 2015-02-12 | tcg: Remove opcodes instead of noping them out | Richard Henderson | 3 | -11/+32 |
| 2015-02-12 | tcg: Put opcodes in a linked list | Richard Henderson | 5 | -501/+431 |
| 2015-02-12 | tcg: Introduce tcg_op_buf_count and tcg_op_buf_full | Richard Henderson | 19 | -113/+79 |
| 2015-02-12 | tcg: Move emit of INDEX_op_end into gen_tb_end | Richard Henderson | 19 | -18/+14 |
| 2015-02-12 | tcg: Reduce ifdefs in tcg-op.c | Richard Henderson | 1 | -242/+207 |
| 2015-02-12 | tcg: Move some opcode generation functions out of line | Richard Henderson | 5 | -2245/+2315 |
| 2015-02-10 | vfio: Fix debug message compile error | Alexey Kardashevskiy | 1 | -1/+1 |
| 2015-02-10 | vfio: Use vfio type1 v2 IOMMU interface | Alex Williamson | 1 | -2/+6 |
| 2015-02-10 | vfio: unmap and free BAR data in instance_finalize | Paolo Bonzini | 1 | -8/+57 |
| 2015-02-10 | vfio: free dynamically-allocated data in instance_finalize | Paolo Bonzini | 2 | -11/+18 |
| 2015-02-10 | vfio: cleanup vfio_get_device error path, remove vfio_populate_device callback | Paolo Bonzini | 3 | -23/+19 |
| 2015-02-10 | memory: unregister AddressSpace MemoryListener within BQL | Paolo Bonzini | 3 | -1/+7 |
| 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 |