summaryrefslogtreecommitdiff
path: root/hw/misc/ivshmem.c
AgeCommit message (Expand)AuthorFilesLines
2014-10-31ivshmem: use error_reportAndrew Jones1-27/+25
2014-10-31ivshmem: Fix fd leak on errorAndreas Färber1-0/+1
2014-10-31ivshmem: Fix potential OOB r/w accessSebastian Krahmer1-4/+23
2014-10-31ivshmem: validate incoming_posn value from serverStefan Hajnoczi1-0/+8
2014-10-31ivshmem: Check ivshmem_read() size argumentStefan Hajnoczi1-2/+28
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-3/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-08-15Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-2014-08-15' in...Peter Maydell1-1/+5
2014-08-15ivshmem: check the value returned by fstat()zhanghailiang1-1/+5
2014-08-14ivshmem: fix building when debug mode is enabledLevente Kurusa1-2/+2
2014-04-25qerror.h: Remove QERR defines that are only used onceCole Robinson1-2/+2
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-1/+1
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-23misc/ivshmem: QOM parent field cleanupAndreas Färber1-15/+22
2013-07-23misc/ivshmem: QOM Upcast SweepPeter Crosthwaite1-9/+13
2013-07-04hw/m*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-4/+4
2013-06-12ivshmem: add missing error exit(2)Stefan Hajnoczi1-0/+1
2013-04-15sysemu: avoid proliferation of include/ subdirectoriesPaolo Bonzini1-1/+1
2013-04-08hw: move VFIO and ivshmem to hw/misc/Paolo Bonzini1-0/+826