All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Qemu-devel] [PULL 00/79] Misc QEMU patches for 2018-09-30
       [not found]     ` <9d8b900d-98ae-951c-5538-f56f73d5939d@amsat.org>
@ 2018-10-01  7:05       ` Alex Bennée
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Bennée @ 2018-10-01  7:05 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé; +Cc: Peter Maydell, Paolo Bonzini, QEMU Developers


Philippe Mathieu-Daudé <f4bug@amsat.org> writes:

> On 9/30/18 4:58 PM, Peter Maydell wrote:
>> On 30 September 2018 at 15:54, Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>>> Paolo, thanks for queuing all of this, however I note some UTF-8 issues.
>>>
>>> Alex got lucky:
>>>
>>>  Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
<snip>
>>>  Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>>  Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
<snip>
>     Suggested-by: Daniel P. Berrangé <berrange@redhat.com>
<snip>
>
> Reviewed-by: Andreas Färber <afaerber@suse.de>
> Reviewed-by: Andreas F=E4rber <afaerber@suse.de>
> Reviewed-by: Andreas F=C3=A4rber <afaerber@suse.de>
> ...
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
> Signed-off-by: Herv? Poussineau <hpoussin@reactos.org>
> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>

We should form a club ;-)

--
Alex Bennée

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL 00/79] Misc QEMU patches for 2018-09-30
       [not found] ` <572f8674-1712-686a-278e-9eae5947a233@amsat.org>
       [not found]   ` <CAFEAcA-RS6CQLRsNFOeDp0FHMA_DuUXS+5=f=DeQF+k+9vZ4mg@mail.gmail.com>
@ 2018-10-01  8:11   ` Paolo Bonzini
  2018-10-01  8:25     ` Philippe Mathieu-Daudé
  1 sibling, 1 reply; 5+ messages in thread
From: Paolo Bonzini @ 2018-10-01  8:11 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Peter Maydell; +Cc: qemu-devel

On 30/09/2018 16:54, Philippe Mathieu-Daudé wrote:
> Hi Paolo, Peter.
> 
> On 9/30/18 10:11 AM, Paolo Bonzini wrote:
>> The following changes since commit 042938f46e1c477419d1931381fdadffaa49d45e:
>>
>>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a' into staging (2018-09-28 17:07:23 +0100)
>>
>> are available in the git repository at:
>>
>>
>>   git://github.com/bonzini/qemu.git tags/for-upstream
>>
>> for you to fetch changes up to 54b570779677ff8620a79ed81ddf0906b1d23f4e:
>>
>>   hw/scsi/mptendian: Avoid taking address of fields in packed structs (2018-09-30 10:08:28 +0200)
>>
>> ----------------------------------------------------------------
>> * configure fix for environment variables (Daniel)
>> * fix memory leaks (Alex)
>> * x86_64 MTTCG (Emilio)
>> * introduce atomic64 (Emilio)
>> * Fix for virtio hang (Fam, myself)
>> * SH serial port fix (Geert)
>> * Deprecate rotation_rate for scsi-block (Fam)
>> * Extend memory-backend-file availability to all POSIX hosts (Hikaru)
>> * Memory API cleanups and fixes (Igor, Li Qiang, Peter, Philippe)
>> * MSI/IOMMU fix (Jan)
>> * Socket reconnection fixes (Marc-André)
>> * icount fixes (Emilio, myself)
>> * QSP fixes for Coverity (myself)
>> * Some record/replay improovements (Pavel)
>> * Packed struct fixes (Peter)
>> * Windows dump fixes and elf2dmp (Viktor)
>> * kbmclock fix (Yongji)
> 
> Paolo, thanks for queuing all of this, however I note some UTF-8 issues.
> 
> Alex got lucky:
> 
>  Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> 
> But Marc-André and myself have:
> 
>  Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>  Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>

I'll fix it.  In the meanwhile, I'll note that we're also improving
Patchew so that it is much better at applying patches via three-way
merge (basically the adding of *-by tags moves from "patchew apply" to
the web stuff) and that should make these UTF-8 issues a thing of the past.

Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL 00/79] Misc QEMU patches for 2018-09-30
  2018-10-01  8:11   ` Paolo Bonzini
@ 2018-10-01  8:25     ` Philippe Mathieu-Daudé
  2018-10-01  8:36       ` Paolo Bonzini
  0 siblings, 1 reply; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-10-01  8:25 UTC (permalink / raw)
  To: Paolo Bonzini, Peter Maydell; +Cc: qemu-devel

On 10/1/18 10:11 AM, Paolo Bonzini wrote:
> On 30/09/2018 16:54, Philippe Mathieu-Daudé wrote:
>> Hi Paolo, Peter.
>>
>> On 9/30/18 10:11 AM, Paolo Bonzini wrote:
>>> The following changes since commit 042938f46e1c477419d1931381fdadffaa49d45e:
>>>
>>>   Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20180926a' into staging (2018-09-28 17:07:23 +0100)
>>>
>>> are available in the git repository at:
>>>
>>>
>>>   git://github.com/bonzini/qemu.git tags/for-upstream
>>>
>>> for you to fetch changes up to 54b570779677ff8620a79ed81ddf0906b1d23f4e:
>>>
>>>   hw/scsi/mptendian: Avoid taking address of fields in packed structs (2018-09-30 10:08:28 +0200)
>>>
>>> ----------------------------------------------------------------
>>> * configure fix for environment variables (Daniel)
>>> * fix memory leaks (Alex)
>>> * x86_64 MTTCG (Emilio)
>>> * introduce atomic64 (Emilio)
>>> * Fix for virtio hang (Fam, myself)
>>> * SH serial port fix (Geert)
>>> * Deprecate rotation_rate for scsi-block (Fam)
>>> * Extend memory-backend-file availability to all POSIX hosts (Hikaru)
>>> * Memory API cleanups and fixes (Igor, Li Qiang, Peter, Philippe)
>>> * MSI/IOMMU fix (Jan)
>>> * Socket reconnection fixes (Marc-André)
>>> * icount fixes (Emilio, myself)
>>> * QSP fixes for Coverity (myself)
>>> * Some record/replay improovements (Pavel)
>>> * Packed struct fixes (Peter)
>>> * Windows dump fixes and elf2dmp (Viktor)
>>> * kbmclock fix (Yongji)
>>
>> Paolo, thanks for queuing all of this, however I note some UTF-8 issues.
>>
>> Alex got lucky:
>>
>>  Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
>>
>> But Marc-André and myself have:
>>
>>  Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
>>  Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
> 
> I'll fix it.  In the meanwhile, I'll note that we're also improving
> Patchew so that it is much better at applying patches via three-way
> merge (basically the adding of *-by tags moves from "patchew apply" to
> the web stuff) and that should make these UTF-8 issues a thing of the past.

I noticed my patches are missing Cédric's R-b tags, is it a patchew
restriction?

Regards,

Phil.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL 00/79] Misc QEMU patches for 2018-09-30
  2018-10-01  8:25     ` Philippe Mathieu-Daudé
@ 2018-10-01  8:36       ` Paolo Bonzini
  0 siblings, 0 replies; 5+ messages in thread
From: Paolo Bonzini @ 2018-10-01  8:36 UTC (permalink / raw)
  To: Philippe Mathieu-Daudé, Peter Maydell; +Cc: qemu-devel

On 01/10/2018 10:25, Philippe Mathieu-Daudé wrote:
>> I'll fix it.  In the meanwhile, I'll note that we're also improving
>> Patchew so that it is much better at applying patches via three-way
>> merge (basically the adding of *-by tags moves from "patchew apply" to
>> the web stuff) and that should make these UTF-8 issues a thing of the past.
> I noticed my patches are missing Cédric's R-b tags, is it a patchew
> restriction?

No, it's just that sometimes I apply patches before I get the R-b (maybe
I'm not connected to the VPN and haven't downloaded all the messages).

Basically:

- if I apply with Patchew, all tags are correct but I can only do that
if there are no conflicts

- if I apply by hand, there may be missing tags and (because
Thunderbird's "view source" stupidly defaults to Latin-1) incorrect UTF-8.

Paolo

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] [PULL 75/79] memory: Remove old_mmio accessors
       [not found] ` <1538295197-23704-76-git-send-email-pbonzini@redhat.com>
@ 2018-10-03 13:25   ` Philippe Mathieu-Daudé
  0 siblings, 0 replies; 5+ messages in thread
From: Philippe Mathieu-Daudé @ 2018-10-03 13:25 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: qemu-devel, Peter Maydell, Fam Zheng

On 30/09/2018 10:13, Paolo Bonzini wrote:
> From: Peter Maydell <peter.maydell@linaro.org>
> 
> Now that all the users of old_mmio MemoryRegion accessors
> have been converted, we can remove the core code support.
> 
> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
> Message-Id: <20180824170422.5783-2-peter.maydell@linaro.org>
> Based-on: <20180802174042.29234-1-peter.maydell@linaro.org>

Just noticed this tag.

If patchew is collecting all tags, this one should be filtered out.

> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
> ---

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-10-03 13:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1538295197-23704-1-git-send-email-pbonzini@redhat.com>
     [not found] ` <572f8674-1712-686a-278e-9eae5947a233@amsat.org>
     [not found]   ` <CAFEAcA-RS6CQLRsNFOeDp0FHMA_DuUXS+5=f=DeQF+k+9vZ4mg@mail.gmail.com>
     [not found]     ` <9d8b900d-98ae-951c-5538-f56f73d5939d@amsat.org>
2018-10-01  7:05       ` [Qemu-devel] [PULL 00/79] Misc QEMU patches for 2018-09-30 Alex Bennée
2018-10-01  8:11   ` Paolo Bonzini
2018-10-01  8:25     ` Philippe Mathieu-Daudé
2018-10-01  8:36       ` Paolo Bonzini
     [not found] ` <1538295197-23704-76-git-send-email-pbonzini@redhat.com>
2018-10-03 13:25   ` [Qemu-devel] [PULL 75/79] memory: Remove old_mmio accessors Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.