]> git.proxmox.com Git - qemu.git/commit
musicpal: Fix registration of MMIO-less sysbus devices
authorJan Kiszka <jan.kiszka@web.de>
Sun, 10 Apr 2011 07:35:42 +0000 (09:35 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Sun, 10 Apr 2011 12:30:39 +0000 (14:30 +0200)
commitd04fba948fb945e467f263e820b1100d657c533d
treeb2e17bfabc16cc5379fbe2ad93303ca8b5b47c7a
parent23910d3f669d46073b403876e30a7314599633af
musicpal: Fix registration of MMIO-less sysbus devices

The proper way to signal that a sysbus devices need no MMIO region is to
pass -1 to sysbus_create_simple.

Signed-off-by: Jan Kiszka <jan.kiszka@web.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/musicpal.c