[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug
From: |
David Hildenbrand |
Subject: |
Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug |
Date: |
Tue, 9 Jun 2020 20:38:15 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 |
On 09.06.20 18:18, Eduardo Habkost wrote:
> On Tue, Jun 09, 2020 at 11:59:04AM -0400, Michael S. Tsirkin wrote:
>> On Tue, Jun 09, 2020 at 03:26:08PM +0200, David Hildenbrand wrote:
>>> On 09.06.20 15:11, Michael S. Tsirkin wrote:
>>>> On Wed, Jun 03, 2020 at 04:48:54PM +0200, David Hildenbrand wrote:
>>>>> This is the very basic, initial version of virtio-mem. More info on
>>>>> virtio-mem in general can be found in the Linux kernel driver v2 posting
>>>>> [1] and in patch #10. The latest Linux driver v4 can be found at [2].
>>>>>
>>>>> This series is based on [3]:
>>>>> "[PATCH v1] pc: Support coldplugging of virtio-pmem-pci devices on all
>>>>> buses"
>>>>>
>>>>> The patches can be found at:
>>>>> https://github.com/davidhildenbrand/qemu.git virtio-mem-v3
>>>>
>>>> So given we tweaked the config space a bit, this needs a respin.
>>>
>>> Yeah, the virtio-mem-v4 branch already contains a fixed-up version. Will
>>> send during the next days.
>>
>> BTW. People don't normally capitalize the letter after ":".
>> So a better subject is
>> virtio-mem: paravirtualized memory hot(un)plug
>
> I'm not sure that's still the rule:
>
> [qemu/(49ee115552...)]$ git log --oneline v4.0.0.. | egrep ': [A-Z]' | wc -l
> 5261
> [qemu/(49ee115552...)]$ git log --oneline v4.0.0.. | egrep ': [a-z]' | wc -l
> 2921
>
Yeah, I switched to this scheme some years ago (I even remember that
some QEMU maintainer recommended it). I decided to just always
capitalize. Not that it should really matter ... :)
--
Thanks,
David / dhildenb
- [PATCH v3 16/20] virtio-mem: Allow notifiers for size changes, (continued)
- [PATCH v3 16/20] virtio-mem: Allow notifiers for size changes, David Hildenbrand, 2020/06/03
- [PATCH v3 17/20] virtio-pci: Send qapi events when the virtio-mem size changes, David Hildenbrand, 2020/06/03
- [PATCH v3 18/20] virtio-mem: Migration sanity checks, David Hildenbrand, 2020/06/03
- [PATCH v3 19/20] virtio-mem: Add trace events, David Hildenbrand, 2020/06/03
- [PATCH v3 20/20] virtio-mem: Exclude unplugged memory during migration, David Hildenbrand, 2020/06/03
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, Eric Blake, 2020/06/03
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, Michael S. Tsirkin, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, David Hildenbrand, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, Michael S. Tsirkin, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, Eduardo Habkost, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug,
David Hildenbrand <=
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, Michael S. Tsirkin, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, Sean Christopherson, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, David Hildenbrand, 2020/06/09
- Re: [PATCH v3 00/20] virtio-mem: Paravirtualized memory hot(un)plug, David Hildenbrand, 2020/06/10