qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

Revert "roms: switch oldnoconfig to olddefconfig"

This reverts commit a5519b42cfd6c00e9f8b31c5aad7682e7a9f1181.

Breaks "make bios" in roms/ as the kconfig version in seabios doesn't
support olddefconfig. Must have been be totally untested.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>

+1 -1
+1 -1
roms/configure-seabios.sh
··· 2 2 config="$1" 3 3 make -C seabios clean distclean 4 4 cp "$config" seabios/.config 5 - make -C seabios olddefconfig 5 + make -C seabios oldnoconfig