[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [PATCH] hw/pci-host/ppce500: Fix typo in vmstate definiti
From: |
Peter Maydell |
Subject: |
Re: [Qemu-ppc] [PATCH] hw/pci-host/ppce500: Fix typo in vmstate definition |
Date: |
Fri, 30 May 2014 09:34:29 +0100 |
On 30 May 2014 09:19, Alexander Graf <address@hidden> wrote:
> Ouch. I'm fairly sure we don't have migration users on e500,
> so we're safe. Thanks a lot for catching this!
Thank clang 3.4, which noticed that the vmstate_pci_inbound
variable was never used...
-- PMM