2024-08-21 | Mark Mentovai | x86: enable console keyboard x86 configuration used by scripts/qemustart, which uses -nographic and |
commit | commitdiff | tree |
2024-06-23 | Mathew McBride | armsr: enable framebuffer emulation for virtio-gpu... Hetzner uses QEMU/KVM with virtio-gpu as the main... This setup can be emulated by qemu using options below: qemu-system-aarch64 \ -bios QEMU_EFI.fd \ -device qemu-xhci,id=xhci \ |
commit | commitdiff | tree |
2024-06-17 | Paul Spooren | build: include tests/Makefile if available `bats`[2], followed by QEMU tests, and finally real device... ...x86-64 # run and test x86/64 in QEMU |
commit | commitdiff | tree |
2024-05-30 | Hauke Mehrtens | armsr: Use kernel 6.6 by default ...compiling fine and booting up in qemu. |
commit | commitdiff | tree |
2024-05-28 | Hauke Mehrtens | malta: Use kernel 6.6 by default ...compiling fine and booting up in qemu. |
commit | commitdiff | tree |
2024-02-03 | Hauke Mehrtens | malta: Use kernel 6.1 by default ...compiling fine and booting up in qemu. |
commit | commitdiff | tree |
2023-09-19 | Pascal Coudurier | x86: add 6.1 testing kernel Run-tested: x86_64, x86_generic (qemu), x86_legacy (qemu) |
commit | commitdiff | tree |
2023-08-26 | Mathew McBride | kernel: add vhost-net module ...the virtio-net network card in QEMU. QEMU -netdev device: qemu-system-aarch64 -nographic -M virt... ...tap,id=landev,helper=/usr/lib/qemu-bridge-helper --br=br-lan,vhost=on" |
commit | commitdiff | tree |
2023-08-14 | Hauke Mehrtens | scripts: qemustart: Fix x86/legacy bootup scripts: qemustart: Fix x86/legacy bootup ...option was renamed to ide-hd in qemu 6.0. With this change qemu is starting again on Debian 12. |
commit | commitdiff | tree |
2023-06-10 | Petr Štetiar | uboot-armsr: add support for QEMU armv7/armv8 uboot-armsr: add support for QEMU armv7/armv8 ...self-compiled bootloader during QEMU based |
commit | commitdiff | tree |
2023-06-10 | Mathew McBride | scripts: qemustart: change armvirt references to armsr scripts: qemustart: change armvirt references... |
commit | commitdiff | tree |
2023-06-02 | Mathew McBride | armvirt: 64: disable CONFIG_SMC91X as it's unlikely there is a QEMU or real hardware configuration |
commit | commitdiff | tree |
2023-06-02 | Anton Antonov | armvirt: 64: Add storage support for qemu-sbsa platform armvirt: 64: Add storage support for qemu-sbsa platform [1] - https://qemu.readthedocs.io/en/latest/system... |
commit | commitdiff | tree |
2023-06-02 | Mathew McBride | armvirt: add ACPI support ...changes allow OpenWrt to boot in a QEMU virtual machine |
commit | commitdiff | tree |
2023-06-02 | Mathew McBride | armvirt: update README with new image names can still be used as before with QEMU directly. |
commit | commitdiff | tree |
2023-05-28 | Tony Ambardar | armvirt: 6.1: enable kernel for testing Build and run-tested on QEMU/armvirt32 and QEMU/armvirt64. |
commit | commitdiff | tree |
2023-05-28 | Tony Ambardar | malta: 6.1: enable kernel for testing Build and run-tested on QEMU/malta-be32 and QEMU/malta-le64. |
commit | commitdiff | tree |
2023-02-03 | Andre Heider | scripts: qemustart: support CONFIG_BINARY_FOLDER scripts: qemustart: support CONFIG_BINARY_FOLDER `./scripts/qemustart armvirt 32`. |
commit | commitdiff | tree |
2022-09-21 | Nicola Corna | x86/64: enable IOMMU support example with `qemu-system-x86_64 -device vfio-pci... |
commit | commitdiff | tree |
2022-05-07 | Christian Lamparter | x86: add ib700wdt module for x86 qemu watchdogs x86: add ib700wdt module for x86 qemu watchdogs QEMU+Libvirt can emulate the ib700wdt... |
commit | commitdiff | tree |
2022-05-07 | Christian Lamparter | armvirt: 64: enable driver for QEMU' supported watchdog armvirt: 64: enable driver for QEMU' supported watchdog QEMU can emulate several watchdogs: |
commit | commitdiff | tree |
2022-05-07 | Christian Lamparter | kernel: provide i6300esb for qemu/libvirt kernel: provide i6300esb for qemu/libvirt the Intel i6300esb is QEMU's default watchdog. And unlike |
commit | commitdiff | tree |
2021-11-03 | Hauke Mehrtens | config: Activate SECCOMP also on MIPS 64 ...working fine in a basic test in qemu. |
commit | commitdiff | tree |
2021-11-03 | Hauke Mehrtens | valgrind: Activate also on MIPS 64 ...working fine in a basic test in qemu. |
commit | commitdiff | tree |
2021-10-01 | Paul Spooren | armvirt: switch to Kernel 5.10 Tested via qemu. |
commit | commitdiff | tree |
2021-09-08 | Paul Spooren | x86: switch to kernel 5.10 Seems to be working fine in QEMU and the wild. |
commit | commitdiff | tree |
2021-04-03 | Tony Ambardar | binutils: fix libbfd missing DSO dependency if NLS... Tested with QEMU on malta/be32, after building... |
commit | commitdiff | tree |
2021-03-14 | Tony Ambardar | x86: support kernel 5.10 Build and run-tested using QEMU: x86/64, x86/legacy, x86/generic. |
commit | commitdiff | tree |
2021-02-28 | Tony Ambardar | iproute2: update to 5.11.0 Compile and run tested: QEMU/malta-mips32be on kernels 5.4... |
commit | commitdiff | tree |
2021-01-10 | Paul Spooren | qemu: remove obsolete package qemu: remove obsolete package Instead of using an ancient qemu version in-tree the building machine should just have qemu-utils installed. |
commit | commitdiff | tree |
2021-01-10 | Paul Spooren | build/image: warn if missing qemu-img for VDI/VMDK build/image: warn if missing qemu-img for VDI/VMDK Currently `qemu-img` is used to convert raw x86... Having `qemu-img` in tree requires us to maintain... `qemu-utils`, which recently required... ...prints a warning message in case `qemu-img` is missing. ...next step the in-tree version of `qemu-img` can be removed. |
commit | commitdiff | tree |
2021-01-02 | Paul Spooren | scripts/qemustart: use squashfs instead of ext4 scripts/qemustart: use squashfs instead of... The qemustart script currently picks the... Change the default behaviour of qemustart to be in line with the rest. |
commit | commitdiff | tree |
2020-12-14 | Josef Schlehofer | armvirt/64: change it to cortex-a53 instead of generic qemu-system-aarch64 -m 1024 -smp 2... |
commit | commitdiff | tree |
2020-11-12 | Jason A. Donenfeld | wireguard: bump to 1.0.20201112 * qemu: drop build support for rhel 8.2 * qemu: bump default testing version |
commit | commitdiff | tree |
2020-10-11 | Tony Ambardar | scripts/qemustart: update malta to use MIPS64 R2 cpu scripts/qemustart: update malta to use MIPS64... Explicitly set the QEMU cpu type and support the MIPS... ...booting malta images with scripts/qemustart will hang. |
commit | commitdiff | tree |
2020-06-22 | Petr Štetiar | kernel: bump 5.4 to 5.4.48 Run tested: qemu-x86-64 |
commit | commitdiff | tree |
2020-06-16 | Petr Štetiar | kernel: bump 5.4 to 5.4.46 Run tested: qemu-x86-64, wrt3200acm |
commit | commitdiff | tree |
2020-06-09 | Petr Štetiar | kernel: bump 5.4 to 5.4.45 Run tested: qemu-x86-64 |
commit | commitdiff | tree |
2020-06-02 | Petr Štetiar | kernel: bump 5.4 to 5.4.43 Run tested: qemu-x86-64 |
commit | commitdiff | tree |
2020-05-21 | Jason A. Donenfeld | wireguard: bump to 1.0.20200520 * qemu: use newer iproute2 for gcc-10 * qemu: add -fcommon for compiling ping... |
commit | commitdiff | tree |
2020-05-20 | Petr Štetiar | kernel: bump 5.4 to 5.4.42 Run tested: qemu-x86-64 |
commit | commitdiff | tree |
2020-05-07 | Petr Štetiar | kernel: bump 5.4 to 5.4.39 Run tested: qemu-x86-64 |
commit | commitdiff | tree |
2020-05-04 | Petr Štetiar | kernel: bump 5.4 to 5.4.38 Run tested: qemu-x86-64, apalis |
commit | commitdiff | tree |
2020-04-29 | Petr Štetiar | kernel: bump 5.4 to 5.4.36 Run tested: qemu-x86-64, apalis, nbg6617 |
commit | commitdiff | tree |
2020-04-25 | Petr Štetiar | kernel: bump 5.4 to 5.4.35 Run tested: qemu-x86-64 |
commit | commitdiff | tree |
2020-04-21 | Petr Štetiar | kernel: bump 5.4 to 5.4.34 Run tested: qemu-x86-64, apalis, a64-olinuxino |
commit | commitdiff | tree |
2020-04-17 | Petr Štetiar | kernel: bump 5.4 to 5.4.33 Run tested: qemu-x86-64, apalis |
commit | commitdiff | tree |
2020-04-14 | Petr Štetiar | kernel: bump 5.4 to 5.4.32 Run tested: qemu-x86-64, apalis |
commit | commitdiff | tree |
2020-04-08 | Petr Štetiar | kernel: bump 5.4 to 5.4.31 Run tested: apu2, qemu-x86-64, apalis |
commit | commitdiff | tree |
2020-03-31 | 李国 | x86: generate EFI platform bootable images ...problems when use these images as qemu disk |
commit | commitdiff | tree |
2020-03-28 | Paul Spooren | x86: fix missing squashfs and ext4 rootfs images under QEMU. |
commit | commitdiff | tree |
2020-03-28 | Paul Spooren | x86: fix padding in images ...x86/64 with Docker (squashfs), qemustart (ext4/squashfs) and |
commit | commitdiff | tree |
2020-03-28 | Petr Štetiar | kernel: bump 5.4 to 5.4.28 Run tested: apu2, qemu-x86-64, apalis, a64-olinuxino... |
commit | commitdiff | tree |
2020-03-21 | Paul Spooren | scripts: fixup qemustart for new x86 image names scripts: fixup qemustart for new x86 image names qemustart allows easy testing of created... Add the profile name to the qemustart script so it still finds... |
commit | commitdiff | tree |
2020-03-21 | Paul Spooren | x86: use qemu-image command from image-commands.mk x86: use qemu-image command from image-commands.mk The `qemu-image` command converts images... |
commit | commitdiff | tree |
2020-03-16 | Petr Štetiar | x86: switch to 5.4 kernel ...to be working fine on apu2 and QEMU, it's 99.9% upstream stuff |
commit | commitdiff | tree |
2019-12-22 | John Sommerville | build: build proper VMDK formats for ESXI 6.5 ...monolithicSparse (The default qemu-img convert -O VMDK option). |
commit | commitdiff | tree |
2019-12-22 | Brett Mastbergen | tools: qemu: Add patches to support adapter_type and... tools: qemu: Add patches to support adapter_type... ...update this to a newer version of qemu than it |
commit | commitdiff | tree |
2019-10-16 | Kevin Darbyshire... | wireguard: bump to latest snapshot 20191012 a3539c4 qemu: bump default version |
commit | commitdiff | tree |
2019-08-17 | Florian Eckert | target/x86/image: use qemu-img from STAGING_DIR_HOST target/x86/image: use qemu-img from STAGING_DIR_HOST The host tool package qemu is build for the target x86. The... qemu-img is needed to build vdi or... use however the host installed qemu-img command and not the tool from the ...force to use the already build qemu-img command |
commit | commitdiff | tree |
2019-07-26 | Petr Štetiar | build: switch to Python 3 ...ipq40xx (nbg6617) and x86_64 (QEMU |
commit | commitdiff | tree |
2019-06-25 | Petr Štetiar | x86: image: remove TARGET_IMAGES_PAD option and force... ...r7258-5eb055306f images on x86 QEMU: |
commit | commitdiff | tree |
2019-06-25 | Petr Štetiar | build: remove TARGET_IMAGES_PAD option squashfs combined images usable in QEMU. ...r7258-5eb055306f images on x86 QEMU: |
commit | commitdiff | tree |
2019-06-18 | Petr Štetiar | treewide: kernel: bump some targets to 4.19 armvirt/32 (runtested in qemu) armvirt/64 (runtested in qemu) malta/be64 (runtested in qemu) malta/be (runtested in qemu) malta/le (runtested in qemu) malta/le64 (runtested in qemu) x86/64 (runtested in qemu) |
commit | commitdiff | tree |
2019-05-31 | Jason A. Donenfeld | wireguard: bump to 0.0.20190531 * qemu: use newer iproute2 and kernel * qemu: build iproute2 with libmnl support * qemu: do not check for alignment with... The QEMU build system has been improved... |
commit | commitdiff | tree |
2019-05-25 | Alexander Couzens | Revert "base-files: add console to inittab" When using OpenWrt in qemu, the shell is unsuable |
commit | commitdiff | tree |
2019-05-23 | Liangbin Lian | lua: lnum: fix strtoul based number parsing * qemu/x86_64 * qemu/armvirt_64 |
commit | commitdiff | tree |
2019-04-26 | Yousong Zhou | scripts/qemustart: add notes on adding new options scripts/qemustart: add notes on adding new... |
commit | commitdiff | tree |
2019-04-26 | Yousong Zhou | scripts/qemustart: fix network device emulation scripts/qemustart: fix network device emulation |
commit | commitdiff | tree |
2019-04-26 | Yousong Zhou | scripts/qemustart: no network by default and enable... scripts/qemustart: no network by default and... |
commit | commitdiff | tree |
2019-04-24 | Hans Dedecker | scripts/qemustart: fix usage with networking support scripts/qemustart: fix usage with networking... Commit 8bf500eb79 added support for qemu usage without networking |
commit | commitdiff | tree |
2019-04-18 | Lucian Cristian | armvirt64: enable qemu drm drivers armvirt64: enable qemu drm drivers adds the qemu video drivers and also fixes the... |
commit | commitdiff | tree |
2019-04-08 | Petr Štetiar | scripts/qemustart: Allow specifying custom rootfs for... scripts/qemustart: Allow specifying custom... |
commit | commitdiff | tree |
2019-04-08 | Petr Štetiar | scripts/qemustart: Allow specifying custom kernel for x86 scripts/qemustart: Allow specifying custom... |
commit | commitdiff | tree |
2019-04-08 | Petr Štetiar | scripts/qemustart: Allow usage without networking scripts/qemustart: Allow usage without networking which allows starting QEMU without network. |
commit | commitdiff | tree |
2019-02-22 | Yousong Zhou | scripts/qemustart: allow machine selection with new... scripts/qemustart: allow machine selection... ...kernel lacking LPAE support with QEMU version 3.0 or later ...Armv7 guest fails to boot with qemu-3.0.0-1, |
commit | commitdiff | tree |
2019-02-19 | Yousong Zhou | armvirt: 32: enable CONFIG_ARM_LPAE ...required for running armvirt_32 on QEMU 3.0 [1], otherwise the Running QEMU with "-M virt,highmem=off" is... introduced as a default on flag since QEMU 2.5.0 and QEMU will fail and quit on ...Armv7 guest fails to boot with qemu-3.0.0-1, |
commit | commitdiff | tree |
2019-02-17 | Tomasz Maciej Nowak | build: remove leftovers from previous x86 commits 0f5d0f6 image: use internal qemu-img for vmdk and vdi images drop... dependencies on qemu-utils and VirtualBox |
commit | commitdiff | tree |
2019-01-23 | Jason A. Donenfeld | wireguard: bump to 0.0.20190123 * qemu: enable FP on MIPS |
commit | commitdiff | tree |
2018-12-17 | Yousong Zhou | scripts/qemustart: more compact rand_mac() scripts/qemustart: more compact rand_mac() |
commit | commitdiff | tree |
2018-10-18 | Jason A. Donenfeld | wireguard: bump to 0.0.20181018 2c6b57b qemu: kill after 20 minutes |
commit | commitdiff | tree |
2018-10-06 | Jason A. Donenfeld | wireguard: bump to 0.0.20181006 * Support many more platforms in QEMU, especially big endian ones. |
commit | commitdiff | tree |
2018-09-27 | Kevin Darbyshire... | wireguard: bump to 0.0.20180925 d6ac367 qemu: bump musl |
commit | commitdiff | tree |
2018-08-12 | Jason A. Donenfeld | wireguard: bump to 0.0.20180809 * qemu: add easy git harness ...makes it a bit easier to use our qemu harness for testing our mainline |
commit | commitdiff | tree |
2018-07-11 | Jason A. Donenfeld | wireguard: bump to 0.0.20180708 * qemu: bump default kernel version * qemu: decide debug kernel based on... |
commit | commitdiff | tree |
2018-06-20 | Kevin Darbyshire... | wireguard: bump to 0.0.20180620 073f31a qemu: bump default kernel |
commit | commitdiff | tree |
2018-05-14 | Kevin Darbyshire... | wireguard: bump to 0.0.20180513 f182b1a qemu: retry on 404 in wget for kernel... |
commit | commitdiff | tree |
2018-04-20 | Kevin Darbyshire... | wireguard: bump to 20180420 c452105 qemu: bump default version |
commit | commitdiff | tree |
2018-02-03 | Kevin Darbyshire... | wireguard: bump to 20180202 381d703 qemu: update base versions 62e8720 qemu: disable AVX-512 in userland 6342bf7 qemu: disable PIE for compilation |
commit | commitdiff | tree |
2018-01-31 | Yousong Zhou | scripts/qemustart: more portable array operation scripts/qemustart: more portable array operation |
commit | commitdiff | tree |
2018-01-09 | Jo-Philipp Wich | armvirt: re-enable VFP support qemu-system-arm and qemu-system-aarch64... |
commit | commitdiff | tree |
2017-12-16 | Hauke Mehrtens | x86: Add support for kernel 4.14 ...kernel 4.14, this was tested in qemu only. |
commit | commitdiff | tree |
2017-11-27 | Kevin Darbyshire... | wireguard: bump to snapshot 20171127 * qemu: use netfilter.org https site * qemu: take shared lock for untarring |
commit | commitdiff | tree |
2017-11-24 | Kevin Darbyshire... | wireguard: bump to 20171122 cc07250 qemu: use unprefixed strip when not... 666ee61 qemu: update kernel |
commit | commitdiff | tree |
2017-11-16 | Kevin Darbyshire... | wireguard: bump to 0.0.20171111 ceb11ba qemu: bump kernel version bee188a qemu: more debugging 2188248 qemu: check for memory leaks |
commit | commitdiff | tree |
2017-11-04 | Kevin Darbyshire... | wireguard: version bump to 0.0.20171101 573cb19 qemu: test using four cores 4d3deae qemu: work around ccache bugs 3ea08d8 qemu: allow for cross compilation |
commit | commitdiff | tree |
2017-10-17 | Jason A. Donenfeld | wireguard: version bump to 0.0.20171017 * qemu: add build-only target * qemu: work on ubuntu toolchain * qemu: add more debugging options to... * qemu: simplify shutdown * qemu: open /dev/console if we're started... * qemu: phase out bitbanging * qemu: always create directory before... * qemu: newer packages * qemu: put hvc directive into configuration |
commit | commitdiff | tree |
2017-10-15 | Hauke Mehrtens | malta: add 64 bit qemu commands to README malta: add 64 bit qemu commands to README |
commit | commitdiff | tree |
2017-04-23 | Yousong Zhou | scripts/qemustart: initial version scripts/qemustart: initial version ...can be used to quickly spin up QEMU virtual machines with lan |
commit | commitdiff | tree |
2017-04-11 | Florian Fainelli | arm64: Remove Vexpress Foundation support a boot wrapper. QEMU is now fully usable and is a much... |
commit | commitdiff | tree |
next |