19 lines
717 B
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
created: 20230217150049780
creator: Octt
2023-08-23 00:08:11 +00:00
modified: 20230823000733774
2023-06-11 20:14:59 +00:00
modifier: Octt
tags: Emulation Libre
title: QEMU
* https://www.qemu.org/
* https://github.com/qemu
<<^wikipediaframe QEMU>>
A software integrating QEMU as an [[Android]] app is [[Limbo PC Emulator|https://virtualmachinery.weebly.com/]] ([[Git|https://github.com/limboemu/limbo]]).
!!! ''How-to''
* [[Really Simple Network Bridging With qemu|https://spad.uk/really-simple-network-bridging-with-qemu/]]
2023-08-23 00:08:11 +00:00
* [[Expose guest port to host network|https://unix.stackexchange.com/questions/124681/how-to-ssh-from-host-to-guest-using-qemu#124777]] --- eg. `-device e1000,netdev=net0 -netdev user,id=net0`''`,hostfwd={tcp|udp}::{HostPort}-:{GuestPort}`''