qemu-e2k/hw
Andreas Färber 6749695eaa nand: Don't use qdev_create() in nand_init()
Commit 7426aa72c3 (nand: Don't inherit
from Sysbus) changed the parent type of TYPE_NAND but continued to use
qdev_create(), which handled a NULL BusState as SysBus.

Use object_new() instead, and reuse the TYPE_NAND define while at it.

Reported-by: Markus Armbruster <armbru@redhat.com>
Cc: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
2014-02-14 16:22:31 +01:00
..
9pfs hw/9pfs: fix P9_STATS_GEN handling 2014-02-02 22:09:16 +05:30
acpi pc: ACPI: unify source of CPU hotplug IO base/len 2014-01-26 13:11:44 +02:00
alpha exec: Make stq_*_phys input an AddressSpace 2014-02-11 22:57:12 +10:00
arm exec: Make stl_phys_notdirty input an AddressSpace 2014-02-11 22:57:24 +10:00
audio hda-codec: disable streams on reset 2014-01-20 12:17:20 +01:00
block nand: Don't use qdev_create() in nand_init() 2014-02-14 16:22:31 +01:00
bt
char lm32_uart/lm32_juart: use qemu_chr_fe_write_all() 2014-02-04 19:34:30 +01:00
core exec: Make cpu_physical_memory_write_rom input an AS 2014-02-11 22:57:44 +10:00
cpu
cris cris: Remove the CRIS PIC glue 2014-02-03 14:04:00 +00:00
display exec: Make ldq/ldub_*_phys input an AddressSpace 2014-02-11 22:57:00 +10:00
dma exec: Make ldl_*_phys input an AddressSpace 2014-02-11 22:56:54 +10:00
gpio
i2c
i386 i386: Add missing include file for QEMU_PACKED 2014-02-01 13:43:52 +04:00
ide trivial-patches for 2014-01-16 2014-01-30 13:56:00 +00:00
input
intc exec: Make cpu_physical_memory_write_rom input an AS 2014-02-11 22:57:44 +10:00
isa
lm32 hw/lm32: print error if cpu model is not found 2014-02-04 19:47:39 +01:00
m68k
microblaze petalogix-ml605: Create the CPU with object_new() 2014-02-11 22:57:57 +10:00
mips
misc target-arm queue: 2014-02-11 11:26:36 +00:00
moxie
net exec: Make stb_phys input an AddressSpace 2014-02-11 22:57:38 +10:00
nvram
openrisc openrisc-timer: Reduce overhead, Separate clock update functions 2013-11-20 21:46:45 +08:00
pci exec: Make stl_*_phys input an AddressSpace 2014-02-11 22:57:18 +10:00
pci-bridge
pci-host raven: Use constant PCI_NUM_PINS instead of 4 2014-02-09 15:49:01 +01:00
pcmcia
ppc ppcemb-softmmu: Drop Mac and e500 emulation 2014-02-13 17:47:43 +01:00
s390x exec: Make stb_phys input an AddressSpace 2014-02-11 22:57:38 +10:00
scsi exec: Make stb_phys input an AddressSpace 2014-02-11 22:57:38 +10:00
sd
sh4 exec: Make stw_*_phys input an AddressSpace 2014-02-11 22:57:32 +10:00
sparc exec: Make cpu_physical_memory_write_rom input an AS 2014-02-11 22:57:44 +10:00
sparc64
ssi
timer exec: Make stl_*_phys input an AddressSpace 2014-02-11 22:57:18 +10:00
tpm
unicore32
usb usb-hid: add microsoft os descriptor support 2014-01-16 12:59:59 +01:00
virtio exec: Make stw_*_phys input an AddressSpace 2014-02-11 22:57:32 +10:00
watchdog
xen xen_pt: Fix passthrough of device with ROM. 2014-01-17 15:29:33 +00:00
xtensa
Makefile.objs