21 lines
851 B
Plaintext
Raw Normal View History

2023-06-11 20:14:59 +00:00
created: 20230217150049780
creator: Octt
2023-11-05 11:41:08 +00:00
modified: 20231105113011389
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>>
2023-11-05 11:41:08 +00:00
* A software integrating QEMU as an [[Android]] app is [[Limbo PC Emulator|https://virtualmachinery.weebly.com/]] ([[Git|https://github.com/limboemu/limbo]]).
* [[Qemu Anti Detection|https://github.com/zhaodice/qemu-anti-detection]] --- //A patch to hide qemu itself, bypass vm detection//
2023-06-11 20:14:59 +00:00
!!! ''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}`''