[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v4 3/6] pc: Abort if HotplugHandlerClass::plug()
From: |
David Gibson |
Subject: |
Re: [Qemu-devel] [PATCH v4 3/6] pc: Abort if HotplugHandlerClass::plug() fails |
Date: |
Tue, 30 Jun 2015 12:54:00 +1000 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
On Mon, Jun 29, 2015 at 01:50:24PM +0530, Bharata B Rao wrote:
> HotplugHandlerClass::plug() shouldn't fail and hence use error_abort
> to abort if it fails.
>
> Signed-off-by: Bharata B Rao <address@hidden>
Reviewed-by: David Gibson <address@hidden>
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist, thank you. NOT _the_ _other_
| _way_ _around_!
http://www.ozlabs.org/~dgibson
pgp6O0r_l5zvV.pgp
Description: PGP signature
- [Qemu-devel] [PATCH v4 0/6] Refactoring pc_dimm_plug and NUMA node lookup API, Bharata B Rao, 2015/06/29
- [Qemu-devel] [PATCH v4 2/6] pc, pc-dimm: Factor out reusable parts in pc_dimm_plug to a separate routine, Bharata B Rao, 2015/06/29
- [Qemu-devel] [PATCH v4 1/6] pc, pc-dimm: Extract hotplug related fields in PCMachineState to a structure, Bharata B Rao, 2015/06/29
- [Qemu-devel] [PATCH v4 3/6] pc: Abort if HotplugHandlerClass::plug() fails, Bharata B Rao, 2015/06/29
- [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info, Bharata B Rao, 2015/06/29
- Re: [Qemu-devel] [PATCH v4 4/6] numa, pc-dimm: Store pc-dimm memory information in numa_info, David Gibson, 2015/06/29
- [Qemu-devel] [PATCH v4 6/6] numa: API to lookup NUMA node by address, Bharata B Rao, 2015/06/29
- [Qemu-devel] [PATCH v4 5/6] numa: Store boot memory address range in node_info, Bharata B Rao, 2015/06/29
- Re: [Qemu-devel] [PATCH v4 0/6] Refactoring pc_dimm_plug and NUMA node lookup API, Igor Mammedov, 2015/06/29