* [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
@ 2023-08-28 14:32 Hyman Huang
2023-08-28 20:01 ` Stefan Hajnoczi
0 siblings, 1 reply; 6+ messages in thread
From: Hyman Huang @ 2023-08-28 14:32 UTC (permalink / raw)
To: qemu-devel
Cc: Andrei Gudkov, alloc . young, Juan Quintela, Peter Xu,
Leonardo Bras, Hyman Huang
From: Hyman <yong.huang@smartx.com>
The following changes since commit 50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4:
Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-08-24 10:08:33 -0400)
are available in the git repository at:
https://github.com/newfriday/qemu.git tags/dirtylimit-dirtyrate-fixes-pull-request
for you to fetch changes up to e424d9f7e749c84de4a6ce532981271db1c14b23:
migration/dirtyrate: Fix precision losses and g_usleep overshoot (2023-08-28 21:03:58 +0800)
----------------------------------------------------------------
Dirty page limit and dirty page rate PULL request
Hi, this is the fix for dirty page limit and dirty page rate.
Please apply.
Thanks, Yong.
----------------------------------------------------------------
Andrei Gudkov (1):
migration/dirtyrate: Fix precision losses and g_usleep overshoot
alloc.young (2):
softmmu: Fix dirtylimit memory leak
softmmu/dirtylimit: Convert free to g_free
migration/dirtyrate.c | 10 ++++++++--
softmmu/dirtylimit.c | 26 ++++++++++++--------------
2 files changed, 20 insertions(+), 16 deletions(-)
--
1.8.3.1
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
2023-08-28 14:32 [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches Hyman Huang
@ 2023-08-28 20:01 ` Stefan Hajnoczi
2023-08-28 20:04 ` Stefan Hajnoczi
2023-08-29 16:30 ` Yong Huang
0 siblings, 2 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2023-08-28 20:01 UTC (permalink / raw)
To: Hyman Huang
Cc: qemu-devel, Andrei Gudkov, alloc . young, Juan Quintela, Peter Xu,
Leonardo Bras
On Mon, 28 Aug 2023 at 10:36, Hyman Huang <yong.huang@smartx.com> wrote:
>
> From: Hyman <yong.huang@smartx.com>
>
> The following changes since commit 50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4:
>
> Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-08-24 10:08:33 -0400)
>
> are available in the git repository at:
>
> https://github.com/newfriday/qemu.git tags/dirtylimit-dirtyrate-fixes-pull-request
Hi,
This is not a signed tag. Please use "git tag -s" so the tag is signed
with your GPG key.
I also noticed that this pull request email thread only has a cover
letter. Please also send the individual patches along with the pull
request email. This makes it easier for people to reply if they have
comments about a patch.
After pushing a signed tag, please send the pull request again with
"PULL v2" in the subject line. Thanks!
Thanks,
Stefan
>
> for you to fetch changes up to e424d9f7e749c84de4a6ce532981271db1c14b23:
>
> migration/dirtyrate: Fix precision losses and g_usleep overshoot (2023-08-28 21:03:58 +0800)
>
> ----------------------------------------------------------------
> Dirty page limit and dirty page rate PULL request
>
> Hi, this is the fix for dirty page limit and dirty page rate.
>
> Please apply.
>
> Thanks, Yong.
> ----------------------------------------------------------------
> Andrei Gudkov (1):
> migration/dirtyrate: Fix precision losses and g_usleep overshoot
>
> alloc.young (2):
> softmmu: Fix dirtylimit memory leak
> softmmu/dirtylimit: Convert free to g_free
>
> migration/dirtyrate.c | 10 ++++++++--
> softmmu/dirtylimit.c | 26 ++++++++++++--------------
> 2 files changed, 20 insertions(+), 16 deletions(-)
>
> --
> 1.8.3.1
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
2023-08-28 20:01 ` Stefan Hajnoczi
@ 2023-08-28 20:04 ` Stefan Hajnoczi
2023-08-29 16:30 ` Yong Huang
1 sibling, 0 replies; 6+ messages in thread
From: Stefan Hajnoczi @ 2023-08-28 20:04 UTC (permalink / raw)
To: Hyman Huang
Cc: qemu-devel, Andrei Gudkov, alloc . young, Juan Quintela, Peter Xu,
Leonardo Bras
I see you sent a second pull request that includes the emails.
Please send a v3 with a signed tag. Thanks!
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
2023-08-28 20:01 ` Stefan Hajnoczi
2023-08-28 20:04 ` Stefan Hajnoczi
@ 2023-08-29 16:30 ` Yong Huang
2023-08-29 17:31 ` Stefan Hajnoczi
1 sibling, 1 reply; 6+ messages in thread
From: Yong Huang @ 2023-08-29 16:30 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: qemu-devel, Andrei Gudkov, alloc . young, Juan Quintela, Peter Xu,
Leonardo Bras
[-- Attachment #1: Type: text/plain, Size: 2273 bytes --]
On Tue, Aug 29, 2023 at 4:01 AM Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Mon, 28 Aug 2023 at 10:36, Hyman Huang <yong.huang@smartx.com> wrote:
> >
> > From: Hyman <yong.huang@smartx.com>
> >
> > The following changes since commit
> 50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4:
> >
> > Merge tag 'pull-target-arm-20230824' of
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-08-24
> 10:08:33 -0400)
> >
> > are available in the git repository at:
> >
> > https://github.com/newfriday/qemu.git
> tags/dirtylimit-dirtyrate-fixes-pull-request
>
> Hi,
> This is not a signed tag. Please use "git tag -s" so the tag is signed
> with your GPG key.
>
> I also noticed that this pull request email thread only has a cover
> letter. Please also send the individual patches along with the pull
> request email. This makes it easier for people to reply if they have
> comments about a patch.
>
> After pushing a signed tag, please send the pull request again with
> "PULL v2" in the subject line. Thanks!
>
Sorry for not noticing this earlier and I have sent a pull request with
"PULL"
in the subject line instead of "PULL v3" that you mentioned above, please
ping me if PULL request resending is required indeed.
Yong
> Thanks,
> Stefan
>
> >
> > for you to fetch changes up to e424d9f7e749c84de4a6ce532981271db1c14b23:
> >
> > migration/dirtyrate: Fix precision losses and g_usleep overshoot
> (2023-08-28 21:03:58 +0800)
> >
> > ----------------------------------------------------------------
> > Dirty page limit and dirty page rate PULL request
> >
> > Hi, this is the fix for dirty page limit and dirty page rate.
> >
> > Please apply.
> >
> > Thanks, Yong.
> > ----------------------------------------------------------------
> > Andrei Gudkov (1):
> > migration/dirtyrate: Fix precision losses and g_usleep overshoot
> >
> > alloc.young (2):
> > softmmu: Fix dirtylimit memory leak
> > softmmu/dirtylimit: Convert free to g_free
> >
> > migration/dirtyrate.c | 10 ++++++++--
> > softmmu/dirtylimit.c | 26 ++++++++++++--------------
> > 2 files changed, 20 insertions(+), 16 deletions(-)
> >
> > --
> > 1.8.3.1
> >
> >
>
--
Best regards
[-- Attachment #2: Type: text/html, Size: 4625 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
2023-08-29 16:30 ` Yong Huang
@ 2023-08-29 17:31 ` Stefan Hajnoczi
2023-08-30 2:14 ` Yong Huang
0 siblings, 1 reply; 6+ messages in thread
From: Stefan Hajnoczi @ 2023-08-29 17:31 UTC (permalink / raw)
To: Yong Huang
Cc: qemu-devel, Andrei Gudkov, alloc . young, Juan Quintela, Peter Xu,
Leonardo Bras
On Tue, 29 Aug 2023 at 12:30, Yong Huang <yong.huang@smartx.com> wrote:
> On Tue, Aug 29, 2023 at 4:01 AM Stefan Hajnoczi <stefanha@gmail.com> wrote:
>>
>> On Mon, 28 Aug 2023 at 10:36, Hyman Huang <yong.huang@smartx.com> wrote:
>> >
>> > From: Hyman <yong.huang@smartx.com>
>> >
>> > The following changes since commit 50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4:
>> >
>> > Merge tag 'pull-target-arm-20230824' of https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-08-24 10:08:33 -0400)
>> >
>> > are available in the git repository at:
>> >
>> > https://github.com/newfriday/qemu.git tags/dirtylimit-dirtyrate-fixes-pull-request
>>
>> Hi,
>> This is not a signed tag. Please use "git tag -s" so the tag is signed
>> with your GPG key.
>>
>> I also noticed that this pull request email thread only has a cover
>> letter. Please also send the individual patches along with the pull
>> request email. This makes it easier for people to reply if they have
>> comments about a patch.
>>
>> After pushing a signed tag, please send the pull request again with
>> "PULL v2" in the subject line. Thanks!
>
>
> Sorry for not noticing this earlier and I have sent a pull request with "PULL"
> in the subject line instead of "PULL v3" that you mentioned above, please
> ping me if PULL request resending is required indeed.
I have applied the pull request. To make it easier to verify future
pull requests, please publish your public key to a keyserver:
$ gpg --send-keys DFF223D6B3FECB9C
Thanks!
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches
2023-08-29 17:31 ` Stefan Hajnoczi
@ 2023-08-30 2:14 ` Yong Huang
0 siblings, 0 replies; 6+ messages in thread
From: Yong Huang @ 2023-08-30 2:14 UTC (permalink / raw)
To: Stefan Hajnoczi
Cc: qemu-devel, Andrei Gudkov, alloc . young, Juan Quintela, Peter Xu,
Leonardo Bras
[-- Attachment #1: Type: text/plain, Size: 1799 bytes --]
On Wed, Aug 30, 2023 at 1:31 AM Stefan Hajnoczi <stefanha@gmail.com> wrote:
> On Tue, 29 Aug 2023 at 12:30, Yong Huang <yong.huang@smartx.com> wrote:
> > On Tue, Aug 29, 2023 at 4:01 AM Stefan Hajnoczi <stefanha@gmail.com>
> wrote:
> >>
> >> On Mon, 28 Aug 2023 at 10:36, Hyman Huang <yong.huang@smartx.com>
> wrote:
> >> >
> >> > From: Hyman <yong.huang@smartx.com>
> >> >
> >> > The following changes since commit
> 50e7a40af372ee5931c99ef7390f5d3d6fbf6ec4:
> >> >
> >> > Merge tag 'pull-target-arm-20230824' of
> https://git.linaro.org/people/pmaydell/qemu-arm into staging (2023-08-24
> 10:08:33 -0400)
> >> >
> >> > are available in the git repository at:
> >> >
> >> > https://github.com/newfriday/qemu.git
> tags/dirtylimit-dirtyrate-fixes-pull-request
> >>
> >> Hi,
> >> This is not a signed tag. Please use "git tag -s" so the tag is signed
> >> with your GPG key.
> >>
> >> I also noticed that this pull request email thread only has a cover
> >> letter. Please also send the individual patches along with the pull
> >> request email. This makes it easier for people to reply if they have
> >> comments about a patch.
> >>
> >> After pushing a signed tag, please send the pull request again with
> >> "PULL v2" in the subject line. Thanks!
> >
> >
> > Sorry for not noticing this earlier and I have sent a pull request with
> "PULL"
> > in the subject line instead of "PULL v3" that you mentioned above, please
> > ping me if PULL request resending is required indeed.
>
> I have applied the pull request. To make it easier to verify future
> pull requests, please publish your public key to a keyserver:
>
> $ gpg --send-keys DFF223D6B3FECB9C
>
Ok, get it. Thanks.
Yong
>
> Thanks!
>
> Stefan
>
--
Best regards
[-- Attachment #2: Type: text/html, Size: 3611 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2023-08-30 2:17 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28 14:32 [PULL 0/3] Dirty page rate and dirty page limit 20230828 patches Hyman Huang
2023-08-28 20:01 ` Stefan Hajnoczi
2023-08-28 20:04 ` Stefan Hajnoczi
2023-08-29 16:30 ` Yong Huang
2023-08-29 17:31 ` Stefan Hajnoczi
2023-08-30 2:14 ` Yong Huang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).