|
| From: | Richard Henderson |
| Subject: | Re: [PATCH v4 33/33] hw/nios2: Machine with a Vectored Interrupt Controller |
| Date: | Tue, 8 Mar 2022 09:57:11 -1000 |
| User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 |
On 3/7/22 22:43, Mark Cave-Ayland wrote:
+ qdev_realize(DEVICE(cpu), NULL, &error_fatal); + object_unref(CPU(cpu));I believe this can be replaced with qdev_realize_and_unref()?
Oh, nice. I copied this from hw/arm/virt, which has code between these two points.
+ if (nms->vic) { + DeviceState *dev = qdev_new("nios2-vic");And with a separate header for nios2_vic.h you can include that and use TYPE_NIOS2_VIC here instead of hard-coding the type name.
Ok. r~
| [Prev in Thread] | Current Thread | [Next in Thread] |