So, we can use qemu within our development system here, but the problem is we have something that is a bit specialized in that the machines talk to one another over a special interface. It's a bit like named pipes, and to our applications, named pipes are a sufficient interface to test over. In any case, I was wondering, does anybody know of a way to share memory between two QEMU instances? Or even to communicate between two instances?
Why not use networking? 2016-10-19 8:53 GMT-02:00 Kenneth Adam Miller <kennethadammiller@gmail.com>:
So, we can use qemu within our development system here, but the problem is we have something that is a bit specialized in that the machines talk to one another over a special interface. It's a bit like named pipes, and to our applications, named pipes are a sufficient interface to test over.
In any case, I was wondering, does anybody know of a way to share memory between two QEMU instances? Or even to communicate between two instances?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- "Do or do not. There is no try" Yoda Master
That doesn't work for our use case. We have special hardware for our use case. On Oct 19, 2016 12:21 PM, "Daniel." <danielhilst@gmail.com> wrote:
Why not use networking?
2016-10-19 8:53 GMT-02:00 Kenneth Adam Miller <kennethadammiller@gmail.com
: So, we can use qemu within our development system here, but the problem is we have something that is a bit specialized in that the machines talk to one another over a special interface. It's a bit like named pipes, and to our applications, named pipes are a sufficient interface to test over.
In any case, I was wondering, does anybody know of a way to share memory between two QEMU instances? Or even to communicate between two instances?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- "Do or do not. There is no try" Yoda Master
Did you see this? http://fedoraproject.org/wiki/Features/VirtioSerial Regards, 2016-10-19 14:24 GMT-02:00 Kenneth Adam Miller <kennethadammiller@gmail.com>:
That doesn't work for our use case. We have special hardware for our use case.
On Oct 19, 2016 12:21 PM, "Daniel." <danielhilst@gmail.com> wrote:
Why not use networking?
2016-10-19 8:53 GMT-02:00 Kenneth Adam Miller <kennethadammiller@gmail.com>:
So, we can use qemu within our development system here, but the problem is we have something that is a bit specialized in that the machines talk to one another over a special interface. It's a bit like named pipes, and to our applications, named pipes are a sufficient interface to test over.
In any case, I was wondering, does anybody know of a way to share memory between two QEMU instances? Or even to communicate between two instances?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- "Do or do not. There is no try" Yoda Master
-- "Do or do not. There is no try" Yoda Master
I will check that out, thanks! On Wed, Oct 19, 2016 at 1:06 PM, Daniel. <danielhilst@gmail.com> wrote:
Did you see this? http://fedoraproject.org/wiki/Features/VirtioSerial
Regards,
2016-10-19 14:24 GMT-02:00 Kenneth Adam Miller <kennethadammiller@gmail.com>:
That doesn't work for our use case. We have special hardware for our use case.
On Oct 19, 2016 12:21 PM, "Daniel." <danielhilst@gmail.com> wrote:
Why not use networking?
2016-10-19 8:53 GMT-02:00 Kenneth Adam Miller <kennethadammiller@gmail.com>:
So, we can use qemu within our development system here, but the problem is we have something that is a bit specialized in that the machines talk to one another over a special interface. It's a bit like named pipes, and to our applications, named pipes are a sufficient interface to test over.
In any case, I was wondering, does anybody know of a way to share memory between two QEMU instances? Or even to communicate between two instances?
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org https://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- "Do or do not. There is no try" Yoda Master
-- "Do or do not. There is no try" Yoda Master
participants (2)
-
Daniel. -
Kenneth Adam Miller