Monitor, PCI DMA and BAR

This commit is contained in:
Ciro Santilli
2017-06-23 17:58:06 +01:00
parent 366b1c1af2
commit 01032004f7
2 changed files with 10 additions and 2 deletions

View File

@@ -49,9 +49,9 @@ case "$arch" in
cmd="$debug_qemu ./buildroot/output/host/usr/bin/qemu-system-x86_64 \
-M pc \
-append 'root=/dev/vda $extra_append' \
-device edu \
-drive file=${images_dir}/rootfs.ext2,if=virtio,format=raw \
-kernel ${images_dir}/bzImage \
-monitor telnet::45454,server,nowait \
-m 128M \
-net nic,model=virtio \
-net user \
@@ -70,6 +70,7 @@ case "$arch" in
-dtb ${images_dir}/versatile-pb.dtb \
-kernel ${images_dir}/zImage \
-m 128M \
-monitor telnet::45454,server,nowait \
-net nic,model=rtl8139 \
-net user \
-serial stdio \