From: Paolo Bonzini <pbonzini@redhat.com>
To: "Daniel P. Berrangé" <berrange@redhat.com>
Cc: qemu-devel@nongnu.org
Subject: Re: [PATCH] ff Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Date: Wed, 11 Dec 2019 16:19:52 +0100 [thread overview]
Message-ID: <f206baa1-9d25-6c41-cefb-06ce35782d34@redhat.com> (raw)
In-Reply-To: <20191211150228.GL955178@redhat.com>
On 11/12/19 16:02, Daniel P. Berrangé wrote:
> Missing commit message subject line :-)
I'm not fast enough at Ctrl-C, it seems!
Paolo
> On Wed, Dec 11, 2019 at 03:46:33PM +0100, Paolo Bonzini wrote:
>> ---
>> hw/ppc/e500.c | 1 -
>> hw/ppc/spapr_irq.c | 8 --------
>> 2 files changed, 9 deletions(-)
>>
>> diff --git a/hw/ppc/e500.c b/hw/ppc/e500.c
>> index 928efaa..12b6a5b 100644
>> --- a/hw/ppc/e500.c
>> +++ b/hw/ppc/e500.c
>> @@ -793,7 +793,6 @@ static DeviceState *ppce500_init_mpic(PPCE500MachineState *pms,
>> MemoryRegion *ccsr,
>> IrqLines *irqs)
>> {
>> - MachineState *machine = MACHINE(pms);
>> const PPCE500MachineClass *pmc = PPCE500_MACHINE_GET_CLASS(pms);
>> DeviceState *dev = NULL;
>> SysBusDevice *s;
>> diff --git a/hw/ppc/spapr_irq.c b/hw/ppc/spapr_irq.c
>> index c3f8870..15c3dd4 100644
>> --- a/hw/ppc/spapr_irq.c
>> +++ b/hw/ppc/spapr_irq.c
>> @@ -74,7 +74,6 @@ int spapr_irq_init_kvm(int (*fn)(SpaprInterruptController *, Error **),
>> SpaprInterruptController *intc,
>> Error **errp)
>> {
>> - MachineState *machine = MACHINE(qdev_get_machine());
>> Error *local_err = NULL;
>>
>> if (kvm_enabled() && kvm_kernel_irqchip_allowed()) {
>> @@ -287,7 +286,6 @@ uint32_t spapr_irq_nr_msis(SpaprMachineState *spapr)
>>
>> void spapr_irq_init(SpaprMachineState *spapr, Error **errp)
>> {
>> - MachineState *machine = MACHINE(spapr);
>> SpaprMachineClass *smc = SPAPR_MACHINE_GET_CLASS(spapr);
>>
>> if (kvm_enabled() && kvm_kernel_irqchip_split()) {
>> @@ -295,12 +293,6 @@ void spapr_irq_init(SpaprMachineState *spapr, Error **errp)
>> return;
>> }
>>
>> - if (!kvm_enabled() && kvm_kernel_irqchip_required()) {
>> - error_setg(errp,
>> - "kernel_irqchip requested but only available with KVM");
>> - return;
>> - }
>> -
>> if (spapr_irq_check(spapr, errp) < 0) {
>> return;
>> }
>> --
>> 1.8.3.1
>>
>>
>
> Regards,
> Daniel
>
prev parent reply other threads:[~2019-12-11 15:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-11 14:46 [PATCH] ff Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Paolo Bonzini
2019-12-11 15:02 ` Daniel P. Berrangé
2019-12-11 15:19 ` Paolo Bonzini [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=f206baa1-9d25-6c41-cefb-06ce35782d34@redhat.com \
--to=pbonzini@redhat.com \
--cc=berrange@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).