qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/8] ivshmem: test msi=off, remove CharDriver


From: marcandre . lureau
Subject: [Qemu-devel] [PATCH 0/8] ivshmem: test msi=off, remove CharDriver
Date: Mon, 21 Dec 2015 12:30:36 +0100

From: Marc-André Lureau <address@hidden>

This is a ivshmem series with various bits:
- add a test for a recently introduced regression
- the fix is included in the series but was sent separatly to cc -stable
- fix some test leaks
- get rid of CharDriver usage for eventfd
- simplify event callback

Marc-André Lureau (8):
  ivshmem: no need for opaque argument
  ivshmem: remove redundant assignment, fix crash with msi=off
  ivshmem-test: leak fixes
  libqos: remove some leaks
  ivshmem-test: test both msi & irq cases
  ivshmem: generalize ivshmem_setup_interrupts
  ivshmem: use a single eventfd callback, get rid of CharDriver
  char: remove qemu_chr_open_eventfd

 hw/misc/ivshmem.c     | 85 +++++++++++++++++++++------------------------------
 include/sysemu/char.h |  3 --
 qemu-char.c           | 13 --------
 tests/ivshmem-test.c  | 81 ++++++++++++++++++++++++++++++++----------------
 tests/libqos/pci.c    |  2 ++
 5 files changed, 91 insertions(+), 93 deletions(-)

-- 
2.5.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]