summaryrefslogtreecommitdiff
path: root/bin/debvm-run
AgeCommit message (Expand)Author
2024-03-05debvm-run: refactor bus managementHelmut Grohne
2024-03-05debvm-run: skip rngdev for sparc64 via opt_skipHelmut Grohne
2024-01-09debvm-run: use -cpu max for kvmHelmut Grohne
2024-01-09disable highmem for 32bit arm by defaultHelmut Grohne
2024-01-07debvm-run.1: more details on disabling networkHelmut Grohne
2023-07-04bin/debvm-run: commas in the image filename must be escapedJohannes Schauer Marin Rodrigues
2023-06-24bin/debvm-run: allow being run in environments without TERM setJohannes Schauer Marin Rodrigues
2023-06-22Merge run-skip into mainHelmut Grohne
2023-06-22debvm-run: restore behaviour of repeated --sshport flagsHelmut Grohne
2023-06-22Merge run-netopt into mainHelmut Grohne
2023-06-22Merge qemu-append into mainHelmut Grohne
2023-06-22debvm-run: expand the rootdev skipHelmut Grohne
2023-06-21debvm-run: add a --netopt option to customize the -netdevHelmut Grohne
2023-06-20debvm-run: add a --skip optionHelmut Grohne
2023-06-20debvm-run: fix local emulation of set -exHelmut Grohne
2023-06-19debvm-run: match on DEB_HOTS_ARCH_CPU rather than DEB_HOST_ARCHHelmut Grohne
2023-06-19debvm-run: make shellcheck happyHelmut Grohne
2023-06-19bin/debvm-run: qemu (>> 1:8.0) provides symlinks for qemu-system-${debarch} a...Johannes Schauer Marin Rodrigues
2023-06-19debvm-run: avoid hard coding fds for kernel and initrdHelmut Grohne
2023-06-19debvm-run: replace shell process with qemu processHelmut Grohne
2023-06-09the argument to setterm is --resize, not -resizeHelmut Grohne
2023-06-07debvm-run: add an --append optionHelmut Grohne
2023-03-30debvm-run: do not apply pauth-impdef=on to arm32Helmut Grohne
2023-03-29debvm-run: massively speed up tcg emulation of arm cpusHelmut Grohne
2023-03-11debvm-run: --graphical should not require an argumentHelmut Grohne
2023-03-06debvm-create: autodetect size of serial consolesHelmut Grohne
2023-03-06support a mips64el kernel in a mipsel image via multiarchHelmut Grohne
2023-03-05debvm-run: always use virtio input devices for graphical modeHelmut Grohne
2023-03-02debvm-run: be more explicit about graphics and cloud kernelsHelmut Grohne
2023-03-02debvm-run: improve graphical experience on !x86Arnd Bergmann
2023-02-02debvm-run: deal with arbitrary disk labelsHelmut Grohne
2023-01-26debvm-run: be a bit more verbose about detected architectureHelmut Grohne
2023-01-25Merge branch 'multiarch' into 'main'Helmut Grohne
2023-01-25debvm-run: always pass gic-version=max for arm64Helmut Grohne
2023-01-25debvm-run: disable kvm for armhf -> arm64 when the cpu cannot run itHelmut Grohne
2023-01-25debvm-run: internally differentiate between VMARCH and KERNELARCHHelmut Grohne
2023-01-25debvm-run: make shellcheck happyHelmut Grohne
2023-01-25debvm-run: also handle upgrading armHelmut Grohne
2023-01-25debvm-run: extract kernel image before inspecting itHelmut Grohne
2023-01-25debvm-run: handle some multiarch kernelsHelmut Grohne
2023-01-24debvm-run: do not pass -smp on unicore systemsHelmut Grohne
2023-01-22debvm-run: arm virt machine cannot do more than 8 coresHelmut Grohne
2023-01-22debv-run: apply smp limits for the native caseHelmut Grohne
2023-01-21debvm-run: also avoid pci networking for m68kHelmut Grohne
2023-01-21debvm-run: refactor rng deviceHelmut Grohne
2023-01-21debvm-run: use gic-version=max for arm64Helmut Grohne
2023-01-21debvm-run: skip virtio-rng-pci for architectures that lack pciHelmut Grohne
2023-01-21debvm-run: also pass reasonable -cpu for native non-kvmHelmut Grohne
2023-01-21debvm-run: prefer qemu-system-* over kvmHelmut Grohne
2023-01-21debvm-run: pass -M accel=kvm:tcg rather than -enable-kvmHelmut Grohne