On 08/04/2013 19:16, Peter Maydell wrote:
On 8 April 2013 18:14, KONRAD Frédéric wrote:
On 08/04/2013 19:03, Peter Maydell wrote:
You specifically don't want to change the register_savevm name,
because otherwise you'll break migration (we use the ID string
to identify what incoming migration d
On 8 April 2013 18:14, KONRAD Frédéric wrote:
> On 08/04/2013 19:03, Peter Maydell wrote:
>> You specifically don't want to change the register_savevm name,
>> because otherwise you'll break migration (we use the ID string
>> to identify what incoming migration data is).
> Ok, you mean migration
On 08/04/2013 19:03, Peter Maydell wrote:
On 8 April 2013 18:00, KONRAD Frédéric wrote:
I'm making a patch for that, and I'm wondering if the name in
register_savevm must be changed too?
eg for virtio-balloon:
-register_savevm(qdev, "virtio-balloon", -1, 1,
+register_savevm(qdev, TYPE
On 8 April 2013 18:00, KONRAD Frédéric wrote:
> I'm making a patch for that, and I'm wondering if the name in
> register_savevm must be changed too?
>
> eg for virtio-balloon:
>
> -register_savevm(qdev, "virtio-balloon", -1, 1,
> +register_savevm(qdev, TYPE_VIRTIO_BALLOON, -1, 1,
>
On 05/04/2013 17:36, Anthony Liguori wrote:
fred.kon...@greensocs.com writes:
From: KONRAD Frederic
This is the next part of virtio-refactoring.
Basically it creates virtio-serial device which extends virtio-device.
Then a virtio-serial can be connected on a virtio-bus.
virtio-serial-pci, vi
fred.kon...@greensocs.com writes:
> From: KONRAD Frederic
>
> This is the next part of virtio-refactoring.
>
> Basically it creates virtio-serial device which extends virtio-device.
> Then a virtio-serial can be connected on a virtio-bus.
> virtio-serial-pci, virtio-serial-s390 and virtio-serial-
On 4 April 2013 15:28, wrote:
> From: KONRAD Frederic
>
> This is the next part of virtio-refactoring.
>
> Basically it creates virtio-serial device which extends virtio-device.
> Then a virtio-serial can be connected on a virtio-bus.
> virtio-serial-pci, virtio-serial-s390 and virtio-serial-ccw
On Thu, 4 Apr 2013 16:28:58 +0200
fred.kon...@greensocs.com wrote:
> From: KONRAD Frederic
>
> This is the next part of virtio-refactoring.
>
> Basically it creates virtio-serial device which extends virtio-device.
> Then a virtio-serial can be connected on a virtio-bus.
> virtio-serial-pci, v
From: KONRAD Frederic
This is the next part of virtio-refactoring.
Basically it creates virtio-serial device which extends virtio-device.
Then a virtio-serial can be connected on a virtio-bus.
virtio-serial-pci, virtio-serial-s390 and virtio-serial-ccw are created too,
they extend respectively v