On Wed, Mar 14, 2012 at 08:55:08PM +0100, Vasilis Liaskovitis wrote:
> On Wed, Mar 14, 2012 at 05:23:24PM +0200, Gleb Natapov wrote:
> > On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote:
> > > Hi,
> > >
> > >
> > On a different note, are your going to continue working on your m
On Wed, Mar 14, 2012 at 05:23:24PM +0200, Gleb Natapov wrote:
> On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote:
> > Hi,
> >
> >
> On a different note, are your going to continue working on your memory hot
> plug series?
> I am going to look at it now.
The memory hotplug pat
On Wed, Mar 14, 2012 at 10:57:15AM -0500, Anthony Liguori wrote:
> On 03/14/2012 10:54 AM, Gleb Natapov wrote:
> >On Wed, Mar 14, 2012 at 10:42:50AM -0500, Anthony Liguori wrote:
> >>
> >>There's still a few places in QEMU that assume that
> >>qemu_ram_get_ptr() returns a pointer that's good indefi
On 03/14/2012 10:54 AM, Gleb Natapov wrote:
On Wed, Mar 14, 2012 at 10:42:50AM -0500, Anthony Liguori wrote:
There's still a few places in QEMU that assume that
qemu_ram_get_ptr() returns a pointer that's good indefinitely.
We also don't have a mechanism to revoke cpu_physical_map()
pointers.
On Wed, Mar 14, 2012 at 10:42:50AM -0500, Anthony Liguori wrote:
> On 03/14/2012 10:35 AM, Gleb Natapov wrote:
> >On Wed, Mar 14, 2012 at 10:32:37AM -0500, Anthony Liguori wrote:
> >>On 03/14/2012 10:23 AM, Gleb Natapov wrote:
> >>>On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote
On 03/14/2012 10:35 AM, Gleb Natapov wrote:
On Wed, Mar 14, 2012 at 10:32:37AM -0500, Anthony Liguori wrote:
On 03/14/2012 10:23 AM, Gleb Natapov wrote:
On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote:
Hi,
On Wed, Mar 14, 2012 at 09:37:18AM +0100, Igor Mammedov wrote:
On
On Wed, Mar 14, 2012 at 10:32:37AM -0500, Anthony Liguori wrote:
> On 03/14/2012 10:23 AM, Gleb Natapov wrote:
> >On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote:
> >>Hi,
> >>
> >>On Wed, Mar 14, 2012 at 09:37:18AM +0100, Igor Mammedov wrote:
> >>>On 03/14/2012 08:59 AM, Lai Jia
On 03/14/2012 10:23 AM, Gleb Natapov wrote:
On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote:
Hi,
On Wed, Mar 14, 2012 at 09:37:18AM +0100, Igor Mammedov wrote:
On 03/14/2012 08:59 AM, Lai Jiangshan wrote:
not accepted, so I don't know how to take part in.
As I see it, th
On Wed, Mar 14, 2012 at 02:49:59PM +0100, Vasilis Liaskovitis wrote:
> Hi,
>
> On Wed, Mar 14, 2012 at 09:37:18AM +0100, Igor Mammedov wrote:
> > On 03/14/2012 08:59 AM, Lai Jiangshan wrote:
> > >not accepted, so I don't know how to take part in.
> >
> > As I see it, there is not much to do from
Hi,
On Wed, Mar 14, 2012 at 09:37:18AM +0100, Igor Mammedov wrote:
> On 03/14/2012 08:59 AM, Lai Jiangshan wrote:
> >not accepted, so I don't know how to take part in.
>
> As I see it, there is not much to do from cpu hot-plug perspective.
> It's just a matter of adaptation QOM-ified cpus for usa
On 03/14/2012 08:59 AM, Lai Jiangshan wrote:
On 03/13/2012 07:04 PM, Andreas Färber wrote:
Am 13.03.2012 10:32, schrieb Lai Jiangshan:
On 02/16/2012 08:51 PM, Anthony Liguori wrote:
On 02/16/2012 06:01 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
+static ICCBusDeviceInfo c
On 03/13/2012 07:04 PM, Andreas Färber wrote:
> Am 13.03.2012 10:32, schrieb Lai Jiangshan:
>> On 02/16/2012 08:51 PM, Anthony Liguori wrote:
>>> On 02/16/2012 06:01 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
> +static ICCBusDeviceInfo cpu_device_info = {
> +.q
Am 13.03.2012 10:32, schrieb Lai Jiangshan:
> On 02/16/2012 08:51 PM, Anthony Liguori wrote:
>> On 02/16/2012 06:01 AM, Jan Kiszka wrote:
>>> On 2012-02-16 00:16, Igor Mammedov wrote:
+static ICCBusDeviceInfo cpu_device_info = {
+.qdev.name = "cpu-pc",
+.qdev.size = sizeof(CP
On 02/16/2012 08:51 PM, Anthony Liguori wrote:
> On 02/16/2012 06:01 AM, Jan Kiszka wrote:
>> On 2012-02-16 00:16, Igor Mammedov wrote:
>>> +static ICCBusDeviceInfo cpu_device_info = {
>>> +.qdev.name = "cpu-pc",
>>> +.qdev.size = sizeof(CPUPC),
>>> +.qdev.reset = cpu_device_reset,
>>>
Am 17.02.2012 18:16, schrieb Igor Mammedov:
> On 02/16/2012 05:09 PM, Andreas Färber wrote:
>> We should have a single code path through which we instantiate
>> CPUs, currently: cpu_$arch_init(const char *cpu_model)
>> With my series completed, this would return an X86CPU object.
>>
>> Depending on
On 02/16/2012 05:09 PM, Andreas Färber wrote:
Am 16.02.2012 00:16, schrieb Igor Mammedov:
Convert pc cpu to qdev device that is attached to icc bus, later
hot-plug ability of icc bus will allow to implement cpu hot-plug.
Signed-off-by: Igor Mammedov
This conflicts with CPU QOM'ification acros
On 02/16/2012 06:54 AM, Jan Kiszka wrote:
On 2012-02-16 13:51, Anthony Liguori wrote:
On 02/16/2012 06:01 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
+static ICCBusDeviceInfo cpu_device_info = {
+.qdev.name = "cpu-pc",
+.qdev.size = sizeof(CPUPC),
+.qdev.reset =
Am 16.02.2012 00:16, schrieb Igor Mammedov:
> Convert pc cpu to qdev device that is attached to icc bus, later
> hot-plug ability of icc bus will allow to implement cpu hot-plug.
>
> Signed-off-by: Igor Mammedov
This conflicts with CPU QOM'ification across targets (and no longer
applies due to t
On 2012-02-16 13:51, Anthony Liguori wrote:
> On 02/16/2012 06:01 AM, Jan Kiszka wrote:
>> On 2012-02-16 00:16, Igor Mammedov wrote:
>>> +static ICCBusDeviceInfo cpu_device_info = {
>>> +.qdev.name = "cpu-pc",
>>> +.qdev.size = sizeof(CPUPC),
>>> +.qdev.reset = cpu_device_reset,
>>> +
On 02/16/2012 06:01 AM, Jan Kiszka wrote:
On 2012-02-16 00:16, Igor Mammedov wrote:
+static ICCBusDeviceInfo cpu_device_info = {
+.qdev.name = "cpu-pc",
+.qdev.size = sizeof(CPUPC),
+.qdev.reset = cpu_device_reset,
+.init = cpu_device_init,
+.qdev.props = (Property[]) {
+
On 02/15/2012 05:16 PM, Igor Mammedov wrote:
Convert pc cpu to qdev device that is attached to icc bus, later
hot-plug ability of icc bus will allow to implement cpu hot-plug.
Signed-off-by: Igor Mammedov
Obviously, this needs to go to QOM, but also, this is a shallow conversion.
Beginning wi
On 2012-02-16 00:16, Igor Mammedov wrote:
> +static ICCBusDeviceInfo cpu_device_info = {
> +.qdev.name = "cpu-pc",
> +.qdev.size = sizeof(CPUPC),
> +.qdev.reset = cpu_device_reset,
> +.init = cpu_device_init,
> +.qdev.props = (Property[]) {
> +DEFINE_PROP_STRING("model",
On 2012-02-16 00:16, Igor Mammedov wrote:
> Convert pc cpu to qdev device that is attached to icc bus, later
> hot-plug ability of icc bus will allow to implement cpu hot-plug.
>
> Signed-off-by: Igor Mammedov
> ---
> hw/pc.c | 62 +++--
Convert pc cpu to qdev device that is attached to icc bus, later
hot-plug ability of icc bus will allow to implement cpu hot-plug.
Signed-off-by: Igor Mammedov
---
hw/pc.c | 62 +++--
target-i386/cpu.h|1 +
target-i386/helper.c |
24 matches
Mail list logo