summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-12tcg: Introduce tcg_op_buf_count and tcg_op_buf_fullRichard Henderson19-113/+79
2015-02-12tcg: Move emit of INDEX_op_end into gen_tb_endRichard Henderson19-18/+14
2015-02-12tcg: Reduce ifdefs in tcg-op.cRichard Henderson1-242/+207
2015-02-12tcg: Move some opcode generation functions out of lineRichard Henderson5-2245/+2315
2015-02-11Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...Peter Maydell6-44/+106
2015-02-10vfio: Fix debug message compile errorAlexey Kardashevskiy1-1/+1
2015-02-10vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson1-2/+6
2015-02-10vfio: unmap and free BAR data in instance_finalizePaolo Bonzini1-8/+57
2015-02-10vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2-11/+18
2015-02-10vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini3-23/+19
2015-02-10memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini3-1/+7
2015-02-10Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-02-1...Peter Maydell38-217/+223
2015-02-10virtio: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10vga: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10stubs: Fix warning caused by missing include statementStefan Weil1-1/+1
2015-02-10spice: Add missing 'static' attributeStefan Weil1-1/+1
2015-02-10serial: Fix warnings caused by missing 'static' attributeStefan Weil1-7/+7
2015-02-10moxie: Fix warning caused by missing include statementStefan Weil1-0/+1
2015-02-10migration: Fix warnings caused by missing 'static' attributeStefan Weil1-4/+4
2015-02-10migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil1-2/+0
2015-02-10disas/sh4: Fix warning caused by missing 'static' attributeStefan Weil1-1/+1
2015-02-10translate-all: Use g_try_malloc() for dynamic translator bufferMarkus Armbruster1-1/+1
2015-02-10vnc: g_realloc() can't fail, bury dead error handlingMarkus Armbruster1-4/+0
2015-02-10rdma: g_malloc0() can't fail, bury dead error handlingMarkus Armbruster1-3/+0
2015-02-10kvm: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-4/+0
2015-02-10rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-14/+0
2015-02-10onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster1-7/+1
2015-02-10Fix name error in migration stream analyzation scriptGreg Kurz1-1/+1
2015-02-10QJSON: fix typo in author's email addressGreg Kurz1-1/+1
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