summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pci: Add generic PCIe host bridgeAlexander Graf2015-02-133-0/+211
* pci: Allocate PCIe host bridge PCI IDAlexander Graf2015-02-131-0/+1
* Merge remote-tracking branch 'remotes/awilliam/tags/vfio-update-20150210.0' i...Peter Maydell2015-02-116-44/+106
|\
| * vfio: Fix debug message compile errorAlexey Kardashevskiy2015-02-101-1/+1
| * vfio: Use vfio type1 v2 IOMMU interfaceAlex Williamson2015-02-101-2/+6
| * vfio: unmap and free BAR data in instance_finalizePaolo Bonzini2015-02-101-8/+57
| * vfio: free dynamically-allocated data in instance_finalizePaolo Bonzini2015-02-102-11/+18
| * vfio: cleanup vfio_get_device error path, remove vfio_populate_device callbackPaolo Bonzini2015-02-103-23/+19
| * memory: unregister AddressSpace MemoryListener within BQLPaolo Bonzini2015-02-103-1/+7
* | Merge remote-tracking branch 'remotes/mjt/tags/pull-trivial-patches-2015-02-1...Peter Maydell2015-02-1038-217/+223
|\ \
| * | virtio: Fix warning caused by missing 'static' attributeStefan Weil2015-02-101-1/+1
| * | vga: Fix warning caused by missing 'static' attributeStefan Weil2015-02-101-1/+1
| * | stubs: Fix warning caused by missing include statementStefan Weil2015-02-101-1/+1
| * | spice: Add missing 'static' attributeStefan Weil2015-02-101-1/+1
| * | serial: Fix warnings caused by missing 'static' attributeStefan Weil2015-02-101-7/+7
| * | moxie: Fix warning caused by missing include statementStefan Weil2015-02-101-0/+1
| * | migration: Fix warnings caused by missing 'static' attributeStefan Weil2015-02-101-4/+4
| * | migration: Fix warning caused by missing declaration of vmstate_dummyStefan Weil2015-02-101-2/+0
| * | disas/sh4: Fix warning caused by missing 'static' attributeStefan Weil2015-02-101-1/+1
| * | translate-all: Use g_try_malloc() for dynamic translator bufferMarkus Armbruster2015-02-101-1/+1
| * | vnc: g_realloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-4/+0
| * | rdma: g_malloc0() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-3/+0
| * | kvm: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-4/+0
| * | rtl8139: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-14/+0
| * | onenand: g_malloc() can't fail, bury dead error handlingMarkus Armbruster2015-02-101-7/+1
| * | Fix name error in migration stream analyzation scriptGreg Kurz2015-02-101-1/+1
| * | QJSON: fix typo in author's email addressGreg Kurz2015-02-101-1/+1
| * | util/uri: URI member path can be null, compare more carfullyMarkus Armbruster2015-02-101-1/+2
| * | util/uri: realloc2n() can't fail, drop dead error handlingMarkus Armbruster2015-02-101-22/+0
| * | util/uri: uri_new() can't fail, drop dead error handlingMarkus Armbruster2015-02-101-25/+11
| * | usb: Pair g_malloc() with g_free(), not free()Markus Armbruster2015-02-101-1/+1
| * | spapr_vio: Pair g_malloc() with g_free(), not free()Markus Armbruster2015-02-101-1/+1
| * | qemu-option: Pair g_malloc() with g_free(), not free()Markus Armbruster2015-02-101-2/+2
| * | qemu-option: Replace pointless use of g_malloc0() by g_malloc()Markus Armbruster2015-02-101-2/+2
| * | libcacard: stop linking against every single 3rd party libraryDaniel P. Berrange2015-02-101-0/+2
| * | linux-user: wrong TARGET_SI_PAD_SIZE value for some targets.Maxim Ostapenko2015-02-101-1/+8
| * | qemu-sockets: Fix buffer overflow in inet_parse()Kevin Wolf2015-02-101-1/+1
| * | vl.c: fix memory leak spotted by valgrindChristian Borntraeger2015-02-101-0/+1
| * | aes: remove a dead return statementPaolo Bonzini2015-02-101-1/+1
| * | qemu-sockets: improve error reporting in unix_listen_optsPaolo Bonzini2015-02-101-6/+18
| * | cpu-exec: simplify icount codePaolo Bonzini2015-02-101-8/+3
| * | cpu-exec: drop dead assignmentPaolo Bonzini2015-02-101-1/+0
| * | qemu-log: Correct help text of 'log cpu_reset'Thomas Huth2015-02-101-1/+1
| * | linux-user/syscall.c: do_ioctl_dm: Need to call unlock_user() before going to...Chen Gang S2015-02-101-0/+2
| * | linux-user/main.c: Use TARGET_SIG* instead of SIG*Chen Gang S2015-02-101-32/+32
| * | linux-user/syscall.c: Fix typo issue for using target_vec[i].iov_len instead ...Chen Gang S2015-02-101-1/+1
| * | linux-user/syscall.c: lock_iovec: unlock vec[i] in failure processing code blockChen Gang S2015-02-101-0/+5
| * | virtfs-proxy-helper: Fix possible socket leak.Gonglei2015-02-101-4/+9
| * | vl: Fix bogus error message for implied mon ID clashingMarkus Armbruster2015-02-101-2/+4
| * | Convert some debugging printfs to trace calls in pcnet.c.Don Koch2015-02-102-20/+16
OpenPOWER on IntegriCloud