Displaying 2 results from an estimated 2 matches for "child_b".
Did you mean:
child_1
2018 Mar 09
0
qemu-kvm-ev-2.9.0-16.el7_4.14.1 has been released
...-after.patch
[bz#1535125] - Resolves: bz#1534649 (Qemu crashes when all fw_cfg slots are
used [rhel-7.4.z]) - Resolves: bz#1535125 (Mirror jobs for drives with
iothreads make QEMU to abort with "block.c:1895: bdrv_attach_child:
Assertion `bdrv_get_aio_context(parent_bs) ==
bdrv_get_aio_context(child_bs)' failed." [rhel-7.4.z])
Regards,
--
SANDRO BONAZZOLA
ASSOCIATE MANAGER, SOFTWARE ENGINEERING, EMEA ENG VIRTUALIZATION R&D
Red Hat EMEA <https://www.redhat.com/>
<https://red.ht/sig>
TRIED. TESTED. TRUSTED. <https://redhat.com/trusted>
-------------- next part -...
2004 Nov 19
18
SingleTableInheritance Considered Harmful
Here''s the text of a quick note I''ve added to the Inheritance wiki page.
I''m actually proposing that it would be a good idea to drop automatic
single table inheritance and force people to declare it explicitly.
There are two reasons for this:
1. Implicitly doing it unnecessarially limits your use of
inheritance where you really need it: in your object-oriented