Virtualization, Virtual Machines
Using QEMU
Section titled “Using QEMU”QEMU running (either, or):
- Damn Small Linux (embedded version for running inside Windows via QEMU)
- Porteus running QEMU Portable
- Tiny Core
- Ubuntu Core Snappy
Qemu manager:
- OSLauncher Portable - run batch files in C:.com
- Related Levinux USB linux at http://mikelev.in/wp_super_faq/how-can-you-make-a-really-portable-qemu/#
e.g. command line execution for porteus
@ECHO OFFREM ##############################################################################REM (c) Eric Lassauge - December 2015REM <lassauge {AT} users {DOT} sourceforge {DOT} net >REMREM ##############################################################################
REM This program is free software: you can redistribute it and/or modifyREM it under the terms of the GNU General Public License as published byREM the Free Software Foundation, either version 3 of the License, orREM (at your option) any later version.REMREM This program is distributed in the hope that it will be useful,REM but WITHOUT ANY WARRANTY; without even the implied warranty ofREM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See theREM GNU General Public License for more details.REMREM You should have received a copy of the GNU General Public LicenseREM along with this program. If not, see <<http://www.gnu.org/licenses/>>
REM ##############################################################################REM Exemple BAT script for starting qemu-system-ppc.exe on windows host with aREM virtex-ml507 linux kernelREM to test QEMU (See <http://wiki.qemu.org/Testing>)REM Start qemu on windows.REM QEMU_AUDIO_DRV=dsound or wav or none can be used. See qemu -audio-help.SET QEMU_AUDIO_DRV=dsoundREM SDL_AUDIODRIVER=waveout or dsound can be used. Only if QEMU_AUDIO_DRV=sdl.SET SDL_AUDIODRIVER=dsoundREM QEMU_AUDIO_LOG_TO_MONITOR=1 displays log messages in QEMU monitor.SET QEMU_AUDIO_LOG_TO_MONITOR=1REM ################################################REM # Boot kernel:REM # Use test-ppc/ppc.dtb as a device tree binary (dtb) image and pass it to the kernel on bootREM # redirect the virtual serial port and the QEMU monitor to the console with the -nographic optionREM # Use <Ctrl-a c> to switch between the serial console and the monitorREM ################################################
START qemu-system-x86_64.exe -L Bios -m 1024M ^
-hda porteus.img -cdrom Porteus-XFCE-v3.1-x86_64.iso -boot dSee Also
Section titled “See Also”Resources
Section titled “Resources”- debezium-tests/localdev.md at main · justunsix/debezium-tests · GitHub - Virtual environments for developing with Debezium