summaryrefslogtreecommitdiff
path: root/schulung_tools/leds/README
blob: b89d34da4b68ddb3cbfbc56be396f9412368f0cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# build
#
QT_SELECT=qt5 qmake
make

#
# leds expects that ivshmem-server is already running
# (ivshmem-server does not need to run as root)
#
ivshmem-server -p /tmp/ivshmem-server.pid

#
# run leds
# (must run as the same user as ivshmem-server)
#
./leds

#
# qemu should be started with the following extra options:
#
#   -device ivshmem-doorbell,vectors=1,chardev=chid1
#   -chardev socket,path=/tmp/ivshmem_socket,id=chid1
#