[PATCH v4 0/1] ROM migration

Vladimir Sementsov-Ogievskiy posted 1 patch 11 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20230522201740.88960-1-vsementsov@yandex-team.ru
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
hw/pci/pci.c | 79 ++++++++++++++++++++++++++++++----------------------
1 file changed, 46 insertions(+), 33 deletions(-)
[PATCH v4 0/1] ROM migration
Posted by Vladimir Sementsov-Ogievskiy 11 months, 1 week ago
v4:
preparation patches are already merged to master
01: fix false-positive "error: ‘size’ may be used uninitialized",
    keep r-bs

Vladimir Sementsov-Ogievskiy (1):
  pci: ROM preallocation for incoming migration

 hw/pci/pci.c | 79 ++++++++++++++++++++++++++++++----------------------
 1 file changed, 46 insertions(+), 33 deletions(-)

-- 
2.34.1


Re: [PATCH v4 0/1] ROM migration
Posted by Vladimir Sementsov-Ogievskiy 10 months, 3 weeks ago
ping.

On 22.05.23 23:17, Vladimir Sementsov-Ogievskiy wrote:
> v4:
> preparation patches are already merged to master
> 01: fix false-positive "error: ‘size’ may be used uninitialized",
>      keep r-bs
> 
> Vladimir Sementsov-Ogievskiy (1):
>    pci: ROM preallocation for incoming migration
> 
>   hw/pci/pci.c | 79 ++++++++++++++++++++++++++++++----------------------
>   1 file changed, 46 insertions(+), 33 deletions(-)
> 

-- 
Best regards,
Vladimir


Re: [PATCH v4 0/1] ROM migration
Posted by Michael S. Tsirkin 10 months, 3 weeks ago
This is tagged, pull request will be delayed due to kvm forum though.

On Fri, Jun 09, 2023 at 04:32:40PM +0300, Vladimir Sementsov-Ogievskiy wrote:
> ping.
> 
> On 22.05.23 23:17, Vladimir Sementsov-Ogievskiy wrote:
> > v4:
> > preparation patches are already merged to master
> > 01: fix false-positive "error: ‘size’ may be used uninitialized",
> >      keep r-bs
> > 
> > Vladimir Sementsov-Ogievskiy (1):
> >    pci: ROM preallocation for incoming migration
> > 
> >   hw/pci/pci.c | 79 ++++++++++++++++++++++++++++++----------------------
> >   1 file changed, 46 insertions(+), 33 deletions(-)
> > 
> 
> -- 
> Best regards,
> Vladimir


Re: [PATCH v4 0/1] ROM migration
Posted by Vladimir Sementsov-Ogievskiy 10 months, 3 weeks ago
On 09.06.23 18:55, Michael S. Tsirkin wrote:
> This is tagged, pull request will be delayed due to kvm forum though.

OK, thanks!

> 
> On Fri, Jun 09, 2023 at 04:32:40PM +0300, Vladimir Sementsov-Ogievskiy wrote:
>> ping.
>>
>> On 22.05.23 23:17, Vladimir Sementsov-Ogievskiy wrote:
>>> v4:
>>> preparation patches are already merged to master
>>> 01: fix false-positive "error: ‘size’ may be used uninitialized",
>>>       keep r-bs
>>>
>>> Vladimir Sementsov-Ogievskiy (1):
>>>     pci: ROM preallocation for incoming migration
>>>
>>>    hw/pci/pci.c | 79 ++++++++++++++++++++++++++++++----------------------
>>>    1 file changed, 46 insertions(+), 33 deletions(-)
>>>
>>
>> -- 
>> Best regards,
>> Vladimir
> 

-- 
Best regards,
Vladimir