aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-10-27net: make iov_to_buf take right size argument in nc_sendv_compat()Yang Hongyang1-1/+1
2015-10-27net: Remove duplicate data from query-rx-filter on multiqueue net devicesVladislav Yasevich1-0/+6
2015-10-27vmxnet3: Do not fill stats if device is inactiveShmulik Ladkani1-0/+4
2015-10-27options: Add documentation for filter-dumpThomas Huth1-0/+8
2015-10-27net/dump: Provide the dumping facility as a net-filterThomas Huth2-2/+134
2015-10-27net/dump: Separate the NetClientState from the DumpStateThomas Huth1-25/+49
2015-10-27net/dump: Rework net-dump init functionsThomas Huth1-14/+13
2015-10-27net/dump: Add support for receive_iov functionThomas Huth1-3/+21
2015-10-27net: cadence_gem: Set initial MAC addressSebastian Huber1-0/+6
2015-10-26Merge remote-tracking branch 'remotes/sstabellini/tags/xen-2015-10-26' into s...Peter Maydell5-7/+29
2015-10-26xen-platform: Replace assert() with appropriate error reportingEduardo Habkost1-1/+5
2015-10-26xen_platform: switch to realizeStefano Stabellini1-4/+2
2015-10-26Merge remote-tracking branch 'remotes/elmarco/tags/ivshmem-pull-request' into...Peter Maydell26-321/+3106
2015-10-26Qemu/Xen: Fix early freeing MSIX MMIO memory regionLan Tianyu4-2/+22
2015-10-26doc: document ivshmem & hugepagesMarc-André Lureau1-0/+13
2015-10-26ivshmem: use little-endian int64_t for the protocolMarc-André Lureau7-41/+54
2015-10-26ivshmem: use kvm irqfd for msi notificationsMarc-André Lureau1-6/+174
2015-10-26ivshmem: rename MSI eventfd_tableMarc-André Lureau1-9/+9
2015-10-26ivshmem: remove EventfdEntry.vectorMarc-André Lureau1-4/+4
2015-10-26ivshmem: add hostmem backendMarc-André Lureau2-18/+78
2015-10-26ivshmem: use qemu_strtosz()Marc-André Lureau1-31/+5
2015-10-26ivshmem: do not keep shm_fd openMarc-André Lureau1-11/+5
2015-10-26tests: add ivshmem qtestMarc-André Lureau2-20/+448
2015-10-24qtest: add qtest_add_abrt_handler()Marc-André Lureau2-13/+26
2015-10-24msix: implement pba write (but read-only)Marc-André Lureau1-0/+6
2015-10-24contrib: remove unnecessary strdup()Marc-André Lureau2-4/+4
2015-10-24ivshmem: add check on protocol version in QEMUDavid Marchand7-8/+81
2015-10-24docs: update ivshmem device specDavid Marchand1-31/+93
2015-10-24ivshmem-server: fix hugetlbfs supportMarc-André Lureau3-6/+54
2015-10-24ivshmem-server: use a uint16 for client IDMarc-André Lureau2-2/+11
2015-10-24ivshmem-client: check the number of vectorsMarc-André Lureau1-0/+5
2015-10-24contrib: add ivshmem client and serverDavid Marchand12-3/+1759
2015-10-24util: const event_notifier_get_fd() argumentMarc-André Lureau2-2/+2
2015-10-24ivshmem: reset mask on device resetMarc-André Lureau1-0/+1
2015-10-24ivshmem: error on too many eventfd receivedMarc-André Lureau1-0/+7
2015-10-24ivshmem: replace 'guest' for 'peer' appropriatelyMarc-André Lureau1-14/+14
2015-10-24ivshmem: fix pci_ivshmem_exit()Marc-André Lureau1-3/+35
2015-10-24ivshmem: add device descriptionMarc-André Lureau1-0/+1
2015-10-24ivshmem: check shm isn't already initializedMarc-André Lureau1-0/+6
2015-10-24ivshmem: shmfd can be 0Marc-André Lureau1-3/+3
2015-10-24ivshmem: migrate with VMStateDescriptionMarc-André Lureau1-53/+89
2015-10-24ivshmem: use common is_power_of_2()Marc-André Lureau1-5/+1
2015-10-24ivshmem: use common returnMarc-André Lureau1-2/+1
2015-10-24ivshmem: simplify a bit the codeMarc-André Lureau1-14/+14
2015-10-24ivshmem: print error on invalid peer idMarc-André Lureau1-0/+1
2015-10-24ivshmem: improve error handlingMarc-André Lureau1-3/+7
2015-10-24ivshmem: improve debug messagesMarc-André Lureau1-3/+7
2015-10-24ivshmem: remove max_peer fieldMarc-André Lureau1-9/+1
2015-10-24ivshmem: initialize max_peer to -1Marc-André Lureau1-2/+2
2015-10-24ivshmem: remove useless ivshmem_update_irq() val argumentMarc-André Lureau1-4/+4