diff options
Diffstat (limited to 'results/scraper/launchpad/1681398')
| -rw-r--r-- | results/scraper/launchpad/1681398 | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/results/scraper/launchpad/1681398 b/results/scraper/launchpad/1681398 new file mode 100644 index 00000000..a697ecc0 --- /dev/null +++ b/results/scraper/launchpad/1681398 @@ -0,0 +1,19 @@ +hw/core: segmentation fault + +Reproducer: + $i386-softmmu/qemu-system-i386 -S -machine isapc,accel=tcg -device amd-iommu +Segmentation fault (core dumped) + +Partial bt: +#0 bus_add_child (child=0x555556d4e520, bus=0x0) at hw/core/qdev.c:88 +#1 qdev_set_parent_bus (dev=0x555556d4e520, bus=bus@entry=0x0) +at hw/core/qdev.c:119 + +This bug seems to have been fixed: we now report the command line issue with a more helpful message: + +$ qemu-system-i386 -S -machine isapc,accel=tcg -device amd-iommu +qemu-system-i386: -device amd-iommu: Machine-type 'isapc' not supported by IOMMU + +This was in QEMU 3.1, so I'm closing this bug. + + |